/** Shopify CDN: Minification failed

Line 366:0 Unexpected "}"

**/
.section-slideshow .section-wrapper {
  overflow: hidden;
}

/*.slideshow--marquee-overlay {
    background: rgb(var(--image_overlay_background));
    height: 100%;
    position: absolute;
    inset: auto 0% 0%;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

.slideshow--marquee-outer {
    white-space: nowrap;
    position: absolute;
    margin-bottom: 10px;
    z-index: 22;
    bottom: -10%;
}

.slideshow--marquee-inner {
    display: flex;
    gap: 20px;
}

.slideshow--marquee-content {
    color: var(--image_overlay_heading);
    font-size: var(--marquee_font_size);
}

.slideshow--marquee-scroll-content {
    position: relative;
    opacity: 0;
    z-index: 2;
}

.slideshow--marquee-scroll-content .heading-font {
    color: var(--image_overlay_heading);
}

.slideshow--marquee-scroll-content .slideshow--marquee-scroll-desc {
    color: var(--image_overlay_text);
}


.slideshow--marquee-overlay {
    position: absolute;
    background: linear-gradient(to top, rgb(var(--image_overlay_background)) var(--overlay_gradient), rgba(0, 0, 0, 0) 100%);
    inset: 0;
    opacity: 0;
}

.wrapped-marque {
    width: 100%;
    height: 100%;
    position: relative;
}*/

.slideshow--outer {
  position: relative;
  overflow: hidden;
}

.slideshow--content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.slideshow--content {
  position: absolute;
  width: 100%;
  max-width: 90%;
}

.slideshow--heading {
  margin-bottom: 20px;
  display: block;
}

.slideshow--desc {
  margin-bottom: 10px;
}

.slideshow--content .slideshow--heading + .slideshow--desc {
  margin-bottom: 30px;
}

.slideshow--button-box {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.slideshow--outer .swiper-button {
  top: auto;
}

/* slideshow animations */

.animeslide-slide.swiper-slide-active [data-animate] {
  opacity: 1;
  transform: none;
}

.animeslide-slide.swiper-slide-active .animeslide-heading {
  transition-delay: 0.4s;
}

.animeslide-slide.swiper-slide-active .animeslide-desc {
  transition-delay: 0.7s;
}

.animeslide-slide.swiper-slide-active .animeslide-primary-btn {
  transition-delay: 1s;
}

.animeslide-slide.swiper-slide-active .animeslide-secondary-btn {
  transition-delay: 1.1s;
}

[data-animate] {
  opacity: 0;
  transition: all 0.8s ease-out;
}

[data-animate='bottom'] {
  transform: translate3d(0, 15px, 0);
}

/* slideshow animations */

@media (min-width: 768px) {
  .slideshow--content {
    padding-bottom: 30px;
  }

  .slideshow--content.small-width,
  .slideshow--marquee-scroll-content.small-width {
    max-width: 500px;
  }

  .slideshow--content.medium-width,
  .slideshow--marquee-scroll-content.small-width {
    max-width: 600px;
  }

  .slideshow--content.large-width,
  .slideshow--marquee-scroll-content.small-width {
    max-width: 800px;
  }

  .slideshow--button-box {
    gap: 20px;
  }

  .slideshow--outer .swiper-button {
    bottom: 35px;
  }

  .content-for-layout .section-slideshow:first-child .slideshow--content.d-top-left,
  .content-for-layout .section-slideshow:first-child .slideshow--content.d-top-center,
  .content-for-layout .section-slideshow:first-child .slideshow--content.d-top-right {
    top: calc(20px + var(--desktop_transparent_header_height, 0px) + var(--announcement_height, 0px));
  }

  .slideshow--outer:not(.navigation-none) .slideshow--content.d-bottom-left,
  .slideshow--outer:not(.navigation-none) .slideshow--content.d-bottom-center,
  .slideshow--outer:not(.navigation-none) .slideshow--content.d-bottom-right {
    bottom: calc(var(--slider_arrow_width) + 20px);
  }

  .navigation-arrows .swiper-pagination,
  .navigation-dots .swiper--button-wrapper,
  .navigation-none .swiper-pagination,
  .navigation-none .swiper--button-wrapper {
    display: none;
  }
}

@media (min-width: 1025px) {
  .slideshow--content.small-width,
  .slideshow--marquee-scroll-content.small-width {
    max-width: 600px;
  }

  .slideshow--content.medium-width,
  .slideshow--marquee-scroll-content.small-width {
    max-width: 800px;
  }

  .slideshow--content.large-width,
  .slideshow--marquee-scroll-content.small-width {
    max-width: 1000px;
  }

  .slideshow--content.d-top-left,
  .slideshow--content.d-center-left,
  .slideshow--content.d-bottom-left {
    left: 2rem;
  }

  .slideshow--content.d-top-right,
  .slideshow--content.d-center-right,
  .slideshow--content.d-bottom-right {
    right: 2rem;
  }
}

@media (min-width: 1200px) {
  .slideshow--content.d-top-left,
  .slideshow--content.d-center-left,
  .slideshow--content.d-bottom-left {
    left: 4rem;
  }

  .slideshow--content.d-top-right,
  .slideshow--content.d-center-right,
  .slideshow--content.d-bottom-right {
    right: 4rem;
  }

  .slideshow--outer .swiper-pagination {
    bottom: 30px;
  }

  .marquee-enabled .swiper-pagination.swiper-pagination-bullets {
    right: 0;
    left: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .slideshow--content.d-top-left,
  .slideshow--content.d-center-left,
  .slideshow--content.d-bottom-left {
    left: 7rem;
  }

  .slideshow--content.d-top-right,
  .slideshow--content.d-center-right,
  .slideshow--content.d-bottom-right {
    right: 7rem;
  }
}

@media (max-width: 767px) {
  .slideshow--outer .slideshow--wrapper {
    padding-bottom: 0;
  }

  .slideshow--outer .swiper-button {
    bottom: 20px;
  }

  .main-content .section-slideshow:first-child .slideshow--content.m-top-left,
  .main-content .section-slideshow:first-child .slideshow--content.m-top-center,
  .main-content .section-slideshow:first-child .slideshow--content.m-top-right {
    top: calc(20px + var(--desktop_transparent_header_height, 0px) + var(--announcement_height, 0px));
  }

  .slideshow--content.m-bottom-left,
  .slideshow--content.m-bottom-center,
  .slideshow--content.m-bottom-right {
    bottom: calc(var(--slider_arrow_width) + 30px);
  }

  .slideshow--content.m-text-center .slideshow--button-box {
    justify-content: center;
  }

  .slideshow--content.m-text-right .slideshow--button-box {
    justify-content: flex-end;
  }

  .slideshow--primary-button .button,
  .slideshow--primary-button .solid-button{
    bottom: 30px !important;
    left: -10px !important;
  } 

}
/* Slideshow primary button – match Image */
.slideshow--primary-button .button,
.slideshow--primary-button .solid-button {
  border-radius: 3px !important;   /* sharp rectangle */
  padding: 12px 36px;              /* balanced height & width */
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
  bottom: 95px;
  left: -40px;
  background-color: #E2873A;       /* orange like image */
  color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  min-height: auto;
  line-height: 1.2;
}

/* Disable text hover effect on slideshow button */
.slideshow--primary-button .button:hover,
.slideshow--primary-button .solid-button:hover {
  color: #ffffff !important;      /* keep text same */
  text-decoration: none !important;
  letter-spacing: normal !important;
  transform: none !important;
}

/* Prevent pseudo-element hover animations */
.slideshow--primary-button .button::before,
.slideshow--primary-button .button::after,
.slideshow--primary-button .solid-button::before,
.slideshow--primary-button .solid-button::after {
  display: none !important;
}
.slideshow--primary-button .button,
.slideshow--primary-button .solid-button {
  transition: none !important;
}
.slideshow--primary-button .solid-button {
  background-color: #EF7E19; /* adjust if needed */
  color: #fff;
}

/* Remove black border from slideshow primary button */
.slideshow--primary-button .button,
.slideshow--primary-button .solid-button {
  border: none !important;
  box-shadow: none;
}
/* Remove inner circle + arrow from slideshow primary button */
.slideshow--primary-button .button::before,
.slideshow--primary-button .button::after,
.slideshow--primary-button .solid-button::before,
.slideshow--primary-button .solid-button::after,
.slideshow--primary-button .btn-icon,
.slideshow--primary-button .button__icon,
.slideshow--primary-button svg {
  display: none !important;
  content: none !important;
}
/* FORCE slideshow button to shrink to content */
.slideshow--primary-button .button,
.slideshow--primary-button .solid-button {
  min-width: 160px;        /* stable width */
  text-align: center;
  box-sizing: border-box;
}
}
/* Remove rounded corners from slideshow button */
.slideshow--primary-button,
.slideshow .button,
.slideshow a.button {
  border-radius: 0 !important;
}

/* MOBILE: place button BELOW text and ABOVE image */
@media (max-width: 767px) {

  /* Force normal vertical stacking */
  .slideshow--content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Text block first */
  .slideshow--text {
    order: 1;
  }

  /* Button comes after text */
  .slideshow--button-box {
    order: 2;
    position: static !important;
    margin: 16px 0 20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  /* Image comes last */
  .slideshow--image,
  .slideshow--media,
  .slideshow--image-wrapper {
    order: 3;
  }

  /* Kill absolute positioning that causes overlap */
  .slideshow--primary-button {
    position: static !important;
    transform: none !important;
  }
}
/* Slideshow Shop Now button – match image 1 */
.slideshow .button,
.slideshow a.button,
.slideshow .btn,
.slideshow a.btn {
  padding: 10px 28px;          /* reduce height & width */
  min-height: auto;
  border-radius: 6px;          /* subtle rounding (NOT pill) */
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: none;

  border: none !important;
  box-shadow: none !important;
}

/* 🔒 Disable slideshow animation ONLY for Shop Now button */
.slideshow--primary-button,
.slideshow--primary-button * {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* Prevent sub-pixel movement inside Swiper */
.slideshow--button-box {
  transform: translateZ(0);
  will-change: auto;
}
/* Absolutely no hover movement */
.slideshow--primary-button .button:hover,
.slideshow--primary-button .solid-button:hover {
  transform: none !important;
  letter-spacing: inherit !important;
}

/* 👉 Hide the second SHOP NOW so it doesn’t double */
.slideshow--primary-button .button + .button,
.slideshow--primary-button .button + a.button,
.slideshow--primary-button .solid-button + .solid-button,
.slideshow--primary-button .solid-button + a.solid-button {
  display: none !important;
}

/* Full SHOP NOW text, no shrink */
.slideshow--primary-button .button,
.slideshow--primary-button .solid-button {
  min-width: 180px;  /* fits full text */
  white-space: nowrap;
  display: flex;
  justify-content: center;
}

/* Show full text, hide only exact duplicate */
.slideshow--primary-button .button,
.slideshow--primary-button .solid-button {
  font-size: 18px !important;  /* bigger to fit full text */
  min-width: 200px !important;
  padding: 14px 30px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

/* Hide any absolute positioned duplicate text */
.slideshow--primary-button span[style*="position"],
.slideshow--primary-button span.absolute,
.slideshow--primary-button .button__text--duplicate {
  display: none !important;
}


/* Hide duplicate SHOP NOW text spans inside slideshow button */
.slideshow--primary-button .button__text--duplicate,
.slideshow--primary-button span[aria-hidden="true"],
.slideshow--primary-button span[style*="position:absolute"],
.slideshow--primary-button span[style*="translate3d"],
.slideshow--primary-button span.duplicate,
.slideshow--primary-button .button__text + .button__text {
  display: none !important;
}

/* Kill ALL text duplication in slideshow */
#shopify-section-template--slideshow .markers-text {
  position: relative !important;
}

/* Hide duplicate marker spans */
.slideshow--content .markers-text > span:last-child,
.slideshow--heading span:last-child,
.slideshow--desc span:last-child,
.button__text + .button__text,
.button__text[aria-hidden="true"] {
  display: none !important;
}

/* Button specific - force single text */
.slideshow--primary-button .button__text {
  position: static !important;
}
.button__text--duplicate,
.button__text:nth-child(2) {
  display: none !important;
}

.button--hover-text{
  display: none;
}

@media (max-width: 767px) {
    .m-center {
        top: 88%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
  }