/** Shopify CDN: Minification failed

Line 478:0 Expected "}" to go with "{"

**/
:root { --nx-header-height: 80px; }

/* Section spacing */
.nx-hero {
  padding-top: var(--nx-pad-top);
  padding-bottom: var(--nx-pad-bottom);
}
.nx-hero--boxed .nx-hero__inner {
  max-width: var(--page-width, 1200px);
  margin: 0 auto;
}

/* Media container */
.nx-hero .nx-hero__inner { position: relative; }
.nx-hero .nx-hero__media { position: relative; }
.nx-hero .nx-hero__img,
.nx-hero .nx-hero__placeholder {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Overlay (desktop only) */
.nx-hero .nx-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, var(--nx-overlay, 0.3));
  pointer-events: none;
  display: none;
}

/* ===== Desktop overlay content ===== */
.nx-hero .nx-hero__content {
  position: absolute;
  inset: 0;
  color: var(--nx-text);
  padding: clamp(24px, 6vw, 64px);
  display: none; /* shown ≥ 750px */
}

/* Flex wrapper for vertical centering and bottom button */
.nx-hero .nx-hero__box {
  display: flex;
  flex-direction: column;
  justify-content: center; /* center text block vertically */
  align-items: flex-start; /* keep text left */
  min-height: 100%;
  width: 100%;
}

/* ===== Text content (left side) ===== */
.nx-hero .nx-hero__eyebrow,
.nx-hero .nx-hero__heading,
.nx-hero .nx-hero__sub {
  max-width: var(--nx-content-width, 520px);
  text-align: left;
}

.nx-hero .nx-hero__eyebrow {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.9;
  margin: 0 0 6px 0;
}

.nx-hero .nx-hero__heading {
  font-size: 64px;
  color:#fff;
  line-height: 1.1;
  letter-spacing: -1px;
  font-family: 'Roboto';
  font-weight: 700;
  margin: 0 0 8px 0;
}

.nx-hero .nx-hero__sub {
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
  opacity: 0.9;
  margin: 0;
}

.nx-hero .nx-hero__btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 216px;
  font-size: 15px;
  text-transform: uppercase;
  height: 59px;
  bottom: 90px;
  right: clamp(24px, 5vw, 64px);
  color: var(--nx-btn-bg);
  background: var(--nx-btn-text);
  font-weight: 600;
  padding: 23px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nx-hero .nx-hero__btn:hover {
  transform: translateY(-2px);
}

/* ===== Alignment variants ===== */
.nx-hero.h-left .nx-hero__content,
.nx-hero.h-center .nx-hero__content,
.nx-hero.h-right .nx-hero__content {
  text-align: left;
}
.nx-hero.v-top .nx-hero__box,
.nx-hero.v-middle .nx-hero__box,
.nx-hero.v-bottom .nx-hero__box {
  justify-content: flex-end;
}

/* ===== Mobile layout (image first, text below) ===== */
.nx-hero .nx-hero__content-mobile {
  display: block;
  color: var(--nx-text);
  padding-top: var(--nx-pad-top-m);
  padding-bottom: var(--nx-pad-bottom-m);
  text-align: center;
}



.nx-hero .nx-hero__content-mobile .nx-hero__sub {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 18px;
  opacity: 0.9;
}

/* ✅ Mobile CTA now below text */
.nx-hero .nx-hero__content-mobile .nx-hero__btn {
  background: var(--nx-btn-bg);
  color: var(--nx-btn-text);
  padding: 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 12px;
}
@media (max-width: 1350px) and (min-width: 1100px) {
  .nx-hero .nx-hero__heading {
  font-size: 50px;
 
}
}
@media (max-width: 1100px) and (min-width: 767px) {
  .nx-hero .nx-hero__heading {
  font-size: 33px;
 
}

}

@media (max-width: 767px) {
  .nx-hero {
    padding-bottom: var(--nx-pad-bottom-m);
  }
  .nx-hero .nx-hero__overlay { display: none; }
  .nx-hero .nx-hero__content { display: none; } /* no overlay text on mobile */
  .nx-hero .nx-hero__content-mobile { display: block; }
  .nx-hero .nx-hero__btn { 
    position: static; 
    background: var(--nx-btn-bg);
    color: var(--nx-btn-text);
  } /* disable absolute pos on mobile */
  .nx-hero .nx-hero__heading {
    font-size: 48px;
  }
 .nx-hero .nx-hero__heading,
 .nx-hero .nx-hero__content-mobile .nx-hero__sub {
    color:#000000;
 }
}
@media (max-width: 440px) {
  .nx-hero .nx-hero__heading {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .nx-hero .nx-hero__overlay { display: block; }
  .nx-hero .nx-hero__content { display: block; } /* overlay text active */
  .nx-hero .nx-hero__content-mobile { display: none; }
}

.mm-plus {
    border: none;
  }

  /* Card */

  .mm-thumb {
    position: relative;
    max-width: 270px;
    height: 249px;
    width:100%;
    overflow: hidden;
    margin-top: 8px;
    z-index: 1;
    margin-bottom: 20px;
  }

  .mm-thumb__img {
    width: 100%;
    height: 100%;
    max-width: 270px;
    /*max-height: 249px;*/
    object-fit:cover;
    display: block;
  }

  @media (min-width: 1550px) {
   .mm-thumb,
   .mm-thumb__img {
    max-width: 100%;
   }
  }

  .mm-plus svg {
    width: 16px;
    height: 16px;
  }

  .mm-plus svg.icon-minus {
    width: 12px;
  }
  
  .mm-thumb__link {
    position: absolute;
    inset: 0;
    display: block;
  }

  .mm-thumb[data-open="true"] .mm-thumb__link {
    pointer-events: none;
  }

  /* Hover gradient */
  .mm-thumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0) 55%);
    opacity: 0;
    transition: opacity .25s;
  }

  .mm-thumb:hover::before {
    opacity: 1;
  }

  /* Bar becomes the container; vertical layout */
  .mm-bar {
  position: absolute;
  left: 10px;
    right: 10px;
  bottom: 12px;
  color: #fff;
  
  z-index: 3;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, .9);
  display: block;
  align-items: center;
  justify-content: space-between;
  overflow: visible !important;
  box-sizing: border-box;
}

/* accordion now sits below the bar */
.mm-acc {
  width: calc(100% - 24px);
 
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height .32s ease, opacity .2s ease, margin .25s ease;
}

.mm-thumb[data-open="true"] .mm-acc {
  opacity: 1;
  max-height: 180px; 
  margin-top: 8px;
}


  .mm-label {
    font-weight: 700;
    font-size: 12px;
    color:white;
    text-transform: uppercase;
    letter-spacing: .3px;
  }

  .mm-row {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mm-row .mm-arrow,
  .mm-row .mm-toggle {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: none;

    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: transform .24s ease;
  }

  .mm-thumb:hover .mm-row .mm-arrow {
    transform: translateX(4px);
  }

  /* Hide minus by default */
  .icon-minus {
    display: none;
  }

  /* When open → show minus, hide plus */
  .mm-thumb[data-open="true"] .icon-plus {
    display: none;
  }

  .mm-thumb[data-open="true"] .icon-minus {
    display: inline;
  }

  

  /* Accordion */
 

  .mm-thumb[data-open="true"] .mm-acc {
    opacity: 1;
    margin:0;
  }

  /* Accordion list */
  .mm-acc-list {
    list-style: none;
    margin-top: 10px;
    padding: 0;
  }



  .mm-acc-link {
    display: block;
    color: #fff;
    FONT-WEIGHT: 700;
    text-decoration-line: underline;
    text-decoration-style: solid;
    TEXT-TRANSFORM: UPPERCASE;
    font-size: 11px;
  }


  @media (max-width: 1025px) {
    .megamenu_style_2 {
      --mm-pad: 20px;
     
      --mm-h: 140px;
      width: 100% !important;
      height: 100% !important;

    }
  .mm-thumb {
    position: relative;
    max-width: 100%;
    max-height: 140px;
    width:100%;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 1;
  }

  .mm-thumb__img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 140px;
     object-fit:cover;
    display: block;
  
    /* Card box (keeps the 25px padding AROUND the media) */
    .megamenu_style_2 .mm-thumb {
      position: relative;
      height: calc(var(--mm-h) + var(--mm-pad) * 2) !important;
      padding: var(--mm-pad) !important;
      box-sizing: border-box;
    }

    /* Media area = inside the padding */
    .megamenu_style_2 .mm-thumb__link {
      position: absolute;
      left: var(--mm-pad);
      right: var(--mm-pad);
      top: var(--mm-pad);
      bottom: var(--mm-pad);
      display: block;
    }
.mm-thumb__img{
  width:310px !important;
}
    .megamenu_style_2 .mm-thumb__img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover;
      width:310px !important;
      /* fill area without distortion */
      object-position: center;
      /* crop evenly from all sides */
      display: block;
     
    }

    /* Move the gradient overlay to the MEDIA only (not over the padding) */
    .megamenu_style_2 .mm-thumb::before {
      content: none;
    }

    /* kill old full-card overlay */
    .megamenu_style_2 .mm-thumb__link::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0) 55%);
      opacity: 0;
      transition: opacity .25s;
      pointer-events: none;
    }

    .megamenu_style_2 .mm-thumb:hover .mm-thumb__link::before {
      opacity: 1;
    }

    /* Bar sits over the IMAGE, offset from image edges */
    .megamenu_style_2 .mm-bar {
      position: absolute;
      width: 226px;
      left: calc(var(--mm-pad) + 12px);
      right: calc(var(--mm-pad) + 12px);
      bottom: calc(var(--mm-pad) + 12px);
      z-index: 3;
      padding: 8px;
    }

    /* Accordion remains inside image area */
    .megamenu_style_2 .mm-acc {
      width: 100%;
    }
  }
 


