/* ============================================================
   CHRONICLE THEME - CUSTOM OVERRIDES & FIXES
   ============================================================ */

/* ---- ANNOUNCEMENT BAR: Fix centering ---- */
.announcement_bar {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 0 16px !important;
  min-height: 42px !important;
}

.announcement_bar .announcement-bar__social-icons {
  justify-self: start !important;
}

.announcement_bar announcement-bar-slider {
  justify-self: center !important;
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

.announcement_bar .announcement-bar__content {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
}

.announcement_bar .announcement-bar__content .swiper {
  flex: 1 !important;
  text-align: center !important;
  overflow: hidden !important;
}

.announcement_bar .announcement_wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}

.announcement_bar .announcement_text {
  display: block !important;
  text-align: center !important;
  width: 100% !important;
  font-size: 13px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

.announcement_bar .swiper-button--prev,
.announcement_bar .swiper-button--next {
  flex-shrink: 0 !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  padding: 4px 8px !important;
  color: inherit !important;
  display: flex !important;
  align-items: center !important;
  opacity: 0.7 !important;
  transition: opacity 0.2s !important;
}

.announcement_bar .swiper-button--prev:hover,
.announcement_bar .swiper-button--next:hover {
  opacity: 1 !important;
}

.announcement_bar .announcement-bar__localization-selectors {
  justify-self: end !important;
}

/* ---- SLIDESHOW: Navigation Buttons ---- */
.slideshow-slider-container {
  position: relative !important;
  overflow: hidden !important;
}

#chronicle-main-slideshow {
  position: relative !important;
  width: 100% !important;
}

#chronicle-main-slideshow .swiper-wrapper {
  align-items: stretch !important;
}

#chronicle-main-slideshow .swiper-slide {
  width: 100% !important;
  height: auto !important;
}

#chronicle-main-slideshow .swiper-slide--inner {
  position: relative !important;
  width: 100% !important;
}

/* Make desktop image show, hide mobile (reversed on mobile) */
.slideshow-mobile-image { display: none !important; }
.slideshow-desktop-image { display: block !important; }

@media (max-width: 749px) {
  .slideshow-mobile-image { display: block !important; }
  .slideshow-desktop-image { display: none !important; }
}

#chronicle-main-slideshow img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  max-height: 85vh !important;
  object-fit: cover !important;
}

.slideshow-prev-btn,
.slideshow-next-btn {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 20 !important;
  background: rgba(255,255,255,0.9) !important;
  border: none !important;
  border-radius: 50% !important;
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15) !important;
  color: #121212 !important;
}

.slideshow-prev-btn:hover,
.slideshow-next-btn:hover {
  background: #121212 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3) !important;
}

.slideshow-prev-btn {
  left: 20px !important;
}

.slideshow-next-btn {
  right: 20px !important;
}

@media (max-width: 749px) {
  .slideshow-prev-btn { left: 10px !important; width: 36px !important; height: 36px !important; }
  .slideshow-next-btn { right: 10px !important; width: 36px !important; height: 36px !important; }
}

/* Slideshow pagination dots */
.slideshow-pagination {
  position: absolute !important;
  bottom: 16px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 10 !important;
  display: flex !important;
  gap: 6px !important;
  align-items: center !important;
}

.slideshow-pagination .swiper-pagination-bullet {
  background: rgba(255,255,255,0.6) !important;
  opacity: 1 !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  transition: background 0.3s !important;
}

.slideshow-pagination .swiper-pagination-bullet-active {
  background: #ffffff !important;
  transform: scale(1.2) !important;
}

/* ---- SLIDESHOW LINK OVERLAY ---- */
.slideshow__link {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
}

/* ---- FOOTER: Banner + Social Icons + Colors ---- */
.chronicle-footer-banner {
  width: 100% !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

.chronicle-social-icons {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 12px 0 0 0 !important;
}

.chronicle-social-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
  transition: all 0.25s ease !important;
  text-decoration: none !important;
}

.chronicle-social-link:hover {
  background: rgba(255,255,255,0.15) !important;
  border-color: rgba(255,255,255,0.7) !important;
  transform: translateY(-2px) !important;
}

/* ---- FOOTER: Logo area ---- */
.footer-logo-wrap img {
  max-height: 60px !important;
  width: auto !important;
  display: block !important;
}

/* ---- RESPONSIVE: Mobile fixes ---- */
@media (max-width: 749px) {
  .announcement_bar {
    padding: 0 8px !important;
    min-height: 36px !important;
  }
  
  .announcement_bar .announcement_text {
    font-size: 11px !important;
  }
  
  .footer-main--blocks {
    flex-direction: column !important;
  }
  
  .chronicle-social-icons {
    gap: 8px !important;
  }
}

/* ---- SUBMENU: Dropdown menu styling ---- */
.site-nav .first-level-dropdown > .site-nav__dropdown {
  min-width: 200px !important;
}

.site-nav .site-nav__dropdown li a {
  white-space: nowrap !important;
}

/* ============================================================
   END CHRONICLE CUSTOM OVERRIDES
   ============================================================ */

/* MATCHING STYLE BLOCK 31 */
@font-face {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//fragrance-nevaeh.com/cdn/fonts/josefin_sans/josefinsans_n4.70f7efd699799949e6d9f99bc20843a2c86a2e0f.woff2") format("woff2"),
       url("//fragrance-nevaeh.com/cdn/fonts/josefin_sans/josefinsans_n4.35d308a1bdf56e5556bc2ac79702c721e4e2e983.woff") format("woff");
}

  @font-face {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//fragrance-nevaeh.com/cdn/fonts/josefin_sans/josefinsans_n4.70f7efd699799949e6d9f99bc20843a2c86a2e0f.woff2") format("woff2"),
       url("//fragrance-nevaeh.com/cdn/fonts/josefin_sans/josefinsans_n4.35d308a1bdf56e5556bc2ac79702c721e4e2e983.woff") format("woff");
}

  
  .section-template--26616552259891__ss_slider_2_mVJpqW {
    border-top: solid #121212 0px;
    border-bottom: solid #121212 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
  }
  
  .section-template--26616552259891__ss_slider_2_mVJpqW-settings {
    margin: 0 auto;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 0rem;
    padding-right: 0rem;
    position: relative;
  }

  .slider-slide-template--26616552259891__ss_slider_2_mVJpqW {
    position: relative;
    box-sizing: border-box !important;
    border-radius: 0px;
    border: 0px solid #121212;
    overflow: hidden;
    text-decoration: none;
    align-items: center;   
    padding: 24px 30px;
    width: 100%;
  }

  .slider-image-wrapper-template--26616552259891__ss_slider_2_mVJpqW {
    display: flex !important; 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .slider-image-template--26616552259891__ss_slider_2_mVJpqW {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .slider-image-template--26616552259891__ss_slider_2_mVJpqW:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(18,18,18,0.2);
    z-index: 1;
  }

  .slider-image-template--26616552259891__ss_slider_2_mVJpqW img,
  .slider-image-template--26616552259891__ss_slider_2_mVJpqW svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slider-image-template--26616552259891__ss_slider_2_mVJpqW svg {
    background-color: #AEAEAE;
  }

  .slider-slide-template--26616552259891__ss_slider_2_mVJpqW {
     display: flex !important;
     flex-direction: column;
     justify-content: end;
  }

  .slider-title-template--26616552259891__ss_slider_2_mVJpqW {
    margin: 0;
    z-index: 1;
    font-size: 28px;
    color: #ffffff;
    line-height: 130%;
    text-transform: unset;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    will-change: transform;
  }

  .slider-button-template--26616552259891__ss_slider_2_mVJpqW {
    z-index: 3;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    font-size: 14px;
    color: #ffffff;
    line-height: 100%;
    text-align: center;
    text-transform: unset;
    text-decoration: none;
    padding: 9px 15px;
    border-radius: 0px;
    border: 1px solid #ffffff;
    background-color: ;
    transition: all 0.25s ease 0s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    will-change: transform;
  }

  .slider-button-template--26616552259891__ss_slider_2_mVJpqW:hover {
    color: #121212;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    transition: all 0.25s ease 0s;
  }

  .slider-btn-prev-template--26616552259891__ss_slider_2_mVJpqW,
  .slider-btn-next-template--26616552259891__ss_slider_2_mVJpqW {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 0px;
    border: 0px solid #121212;
    border-radius: 50%;
    background-color: transparent;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    -webkit-appearance: none;
    box-shadow: none;
  }

  .slider-btn-prev-template--26616552259891__ss_slider_2_mVJpqW {
    left: 10px !important;
  }

  .slider-btn-next-template--26616552259891__ss_slider_2_mVJpqW {
    right: 10px !important;
  }

  .slider-btn-prev-template--26616552259891__ss_slider_2_mVJpqW svg,
  .slider-btn-next-template--26616552259891__ss_slider_2_mVJpqW svg {
    height: 12px;
    width: 12px;
  }

  .slider-btn-next-template--26616552259891__ss_slider_2_mVJpqW svg {
    transform: rotate(270deg);
    margin-left: 2px;
  }

  .slider-btn-prev-template--26616552259891__ss_slider_2_mVJpqW svg {
    transform: rotate(90deg);
    margin-left: -2px;
  }

  .slider-btn-prev-template--26616552259891__ss_slider_2_mVJpqW svg path,
  .slider-btn-next-template--26616552259891__ss_slider_2_mVJpqW svg path {
    fill: #121212;
    transition: all 0.3s ease 0s;
  }

  .slider-btn-prev-template--26616552259891__ss_slider_2_mVJpqW:hover ,
  .slider-btn-next-template--26616552259891__ss_slider_2_mVJpqW:hover {
    transition: all 0.3s ease 0s;
    border: 0px solid #454545;
    background: #121212;
  }

  .slider-btn-prev-template--26616552259891__ss_slider_2_mVJpqW:hover svg path,
  .slider-btn-next-template--26616552259891__ss_slider_2_mVJpqW:hover svg path {
    fill: #ffffff;
    transition: all 0.3s ease 0s;
  }

  .slider-btn-prev-template--26616552259891__ss_slider_2_mVJpqW.swiper-button-disabled,
  .slider-btn-next-template--26616552259891__ss_slider_2_mVJpqW.swiper-button-disabled {
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  
  @media(min-width: 1024px) {

    .section-template--26616552259891__ss_slider_2_mVJpqW {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    
    .section-template--26616552259891__ss_slider_2_mVJpqW-settings {
      padding: 0 5rem;
      padding-top: 36px;
      padding-bottom: 36px;
      padding-left: 0rem;
      padding-right: 0rem;
    }
    
    .slider-slide-template--26616552259891__ss_slider_2_mVJpqW {
        text-decoration: none;
        align-items: center;    
        padding: 24px 40px;
       justify-content: end;
    }

    .slider-title-template--26616552259891__ss_slider_2_mVJpqW {
      font-size: 28px;
      text-align: center;
    }

    .slider-button-template--26616552259891__ss_slider_2_mVJpqW {
      margin-top: 16px;
      padding: 12px 20px;
      font-size: 14px;
    }

    .slider-btn-prev-template--26616552259891__ss_slider_2_mVJpqW,
    .slider-btn-next-template--26616552259891__ss_slider_2_mVJpqW {
      width: 50px;
      height: 50px;
    }

    .slider-btn-prev-template--26616552259891__ss_slider_2_mVJpqW {
      left: 25.0px !important;
    }
  
    .slider-btn-next-template--26616552259891__ss_slider_2_mVJpqW {
      right: 25.0px !important;
    }

    .slider-btn-prev-template--26616552259891__ss_slider_2_mVJpqW svg,
    .slider-btn-next-template--26616552259891__ss_slider_2_mVJpqW svg {
      height: 20px;
      width: 20px;
    }
  }


/* MATCHING STYLE BLOCK 32 */

    .slider-slide-template--26616552259891__ss_slider_2_mVJpqW {
      box-shadow: 1px 1px 10px rgba(18,18,18,0.3);
    }
  


/* MATCHING STYLE BLOCK 33 */

    .slider-slide-template--26616552259891__ss_slider_2_mVJpqW {
     aspect-ratio: 9.6/12; 
    }
  


/* MATCHING STYLE BLOCK 34 */

    @media(min-width: 1024px) {
     .slider-slide-template--26616552259891__ss_slider_2_mVJpqW {
       aspect-ratio: 9.6/12; 
      } 
    }
  


/* MATCHING STYLE BLOCK 35 */

    .slider-btn-prev-template--26616552259891__ss_slider_2_mVJpqW,
    .slider-btn-next-template--26616552259891__ss_slider_2_mVJpqW {
      display: flex;
    }
  


/* MATCHING STYLE BLOCK 36 */

    @media(min-width: 1024px) {
      .slider-btn-prev-template--26616552259891__ss_slider_2_mVJpqW,
      .slider-btn-next-template--26616552259891__ss_slider_2_mVJpqW {
        display: flex;
      }
    }
  


/* MATCHING STYLE BLOCK 37 */

  .slider-slider-template--26616552259891__ss_slider_2_mVJpqW.preview .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
  }

  .slider-slider-template--26616552259891__ss_slider_2_mVJpqW.preview .slider-slide-template--26616552259891__ss_slider_2_mVJpqW {
    width: 100%;
  }

  .slider-slider-template--26616552259891__ss_slider_2_mVJpqW.preview .slider-slide-template--26616552259891__ss_slider_2_mVJpqW:not(:first-child) {
    margin-left: 20px;
  }

  @media(min-width: 1024px ) {
   .slider-slider-template--26616552259891__ss_slider_2_mVJpqW.preview .slider-slide-template--26616552259891__ss_slider_2_mVJpqW {
      width: 33%;
    }

    .slider-slider-template--26616552259891__ss_slider_2_mVJpqW.preview .slider-slide-template--26616552259891__ss_slider_2_mVJpqW {
      transform: scale(0.9) !important;
    }

    .slider-slider-template--26616552259891__ss_slider_2_mVJpqW.preview .slider-slide-template--26616552259891__ss_slider_2_mVJpqW:nth-child(2) {
      transform: scale(1) !important;
    }
  }




/* MATCHING STYLE BLOCK 38 */
@font-face {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//fragrance-nevaeh.com/cdn/fonts/josefin_sans/josefinsans_n4.70f7efd699799949e6d9f99bc20843a2c86a2e0f.woff2") format("woff2"),
       url("//fragrance-nevaeh.com/cdn/fonts/josefin_sans/josefinsans_n4.35d308a1bdf56e5556bc2ac79702c721e4e2e983.woff") format("woff");
}

  @font-face {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//fragrance-nevaeh.com/cdn/fonts/josefin_sans/josefinsans_n4.70f7efd699799949e6d9f99bc20843a2c86a2e0f.woff2") format("woff2"),
       url("//fragrance-nevaeh.com/cdn/fonts/josefin_sans/josefinsans_n4.35d308a1bdf56e5556bc2ac79702c721e4e2e983.woff") format("woff");
}

  @font-face {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//fragrance-nevaeh.com/cdn/fonts/josefin_sans/josefinsans_n4.70f7efd699799949e6d9f99bc20843a2c86a2e0f.woff2") format("woff2"),
       url("//fragrance-nevaeh.com/cdn/fonts/josefin_sans/josefinsans_n4.35d308a1bdf56e5556bc2ac79702c721e4e2e983.woff") format("woff");
}

  @font-face {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//fragrance-nevaeh.com/cdn/fonts/josefin_sans/josefinsans_n4.70f7efd699799949e6d9f99bc20843a2c86a2e0f.woff2") format("woff2"),
       url("//fragrance-nevaeh.com/cdn/fonts/josefin_sans/josefinsans_n4.35d308a1bdf56e5556bc2ac79702c721e4e2e983.woff") format("woff");
}

  @font-face {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//fragrance-nevaeh.com/cdn/fonts/josefin_sans/josefinsans_n4.70f7efd699799949e6d9f99bc20843a2c86a2e0f.woff2") format("woff2"),
       url("//fragrance-nevaeh.com/cdn/fonts/josefin_sans/josefinsans_n4.35d308a1bdf56e5556bc2ac79702c721e4e2e983.woff") format("woff");
}

  @font-face {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//fragrance-nevaeh.com/cdn/fonts/josefin_sans/josefinsans_n4.70f7efd699799949e6d9f99bc20843a2c86a2e0f.woff2") format("woff2"),
       url("//fragrance-nevaeh.com/cdn/fonts/josefin_sans/josefinsans_n4.35d308a1bdf56e5556bc2ac79702c721e4e2e983.woff") format("woff");
}

  @font-face {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//fragrance-nevaeh.com/cdn/fonts/josefin_sans/josefinsans_n4.70f7efd699799949e6d9f99bc20843a2c86a2e0f.woff2") format("woff2"),
       url("//fragrance-nevaeh.com/cdn/fonts/josefin_sans/josefinsans_n4.35d308a1bdf56e5556bc2ac79702c721e4e2e983.woff") format("woff");
}


  .section-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    border-top: solid #121212 0px;
    border-bottom: solid #121212 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0rem;
    margin-right: 0rem;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
  }

  .section-template--26616552259891__ss_featured_collection_tabs_6_epDkRb-settings,
  .shape-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    margin: 0 auto;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow: hidden;
  }

  .featured-collection-shape-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    display: block !important;
    position: absolute;
    width: 1900px;
    height: 1900px;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-1600px) rotate(45deg);
    transform-origin: center center;
    z-index: 0;
    border-radius: 100px;
    transition: background-color .3s ease;
  }

  @media(max-width: 1624px) {
    .featured-collection-shape-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      width: 1800px;
      height: 1800px;
    }
  }

  @media(max-width: 1224px) {
    .featured-collection-shape-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      width: 1700px;
      height: 1700px;
    }
  }

  .featured-slider-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    display: none !important;
    overflow: visible !important;
  }

  .collection-top-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-x: scroll;
    scrollbar-width: none;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .featured-slider-template--26616552259891__ss_featured_collection_tabs_6_epDkRb.active {
    display: flex !important;
    flex-direction: column;
  }

  .featured-slider-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    display: grid;
    margin-top: 32px !important;
  }

  .featured-slider-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    min-width: 0 !important;
    width: 100% !important;
  }

  .featured-slide-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    height: auto !important;
    box-sizing: border-box !important;
    transition: all 0.25s ease 0s;
    z-index: 1;
    position: relative;
  }

  .featured-slide-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb.swiper-slide-active .featured-image-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    transform: translateY(0%);
    transition: all 0.25s ease 0s;
  }

  .featured-slide-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    position: relative !important;

    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease 0s;
  }

  .featured-slide-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb.swiper-slide-active {
    z-index: 2;
  }

  .featured-images-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    overflow: hidden;
  }

  .collection-tabs-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    position: relative;
    margin-top: 15px;
    z-index: 2;
    gap: 16px;
    margin-top: 32px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .collection-tabs-template--26616552259891__ss_featured_collection_tabs_6_epDkRb::-webkit-scrollbar {
    display: none;
  }

  .featured-tab-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    margin: 0px;
    
    padding: 12px 40px;
    border: 1px solid #121212;
    border-radius: 100px;
    background-color: #ffffff;
    
    font-size: 16px;
    line-height: 100%;
    color: #121212;
    text-transform: unset;
    word-break: break-word;
    font-weight: 400;
    text-wrap: nowrap;
    cursor: pointer;
    text-align: center;
    transition: all 0.25s ease 0s;
  }

  .featured-tab-template--26616552259891__ss_featured_collection_tabs_6_epDkRb:hover {
    
    border: 1px solid #121212;
    background-color: #ffffff;
    
    color: #121212;
    transition: all 0.25s ease 0s;
  }

  .featured-tab-template--26616552259891__ss_featured_collection_tabs_6_epDkRb.active {
    
    border: 1px solid #121212;
    background-color: #121212;
    
    color: #ffffff;
    transition: all 0.25s ease 0s;
  }

  .featured-image-template--26616552259891__ss_featured_collection_tabs_6_epDkRb img,
  .featured-image-template--26616552259891__ss_featured_collection_tabs_6_epDkRb svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .featured-slide-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb.swiper-slide-active .featured-image-template--26616552259891__ss_featured_collection_tabs_6_epDkRb img,
  .featured-slide-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb.swiper-slide-active .featured-image-template--26616552259891__ss_featured_collection_tabs_6_epDkRb svg {
    height: 100%;
  }

  .featured-image-template--26616552259891__ss_featured_collection_tabs_6_epDkRb svg {
    background-color: #AFAFAF;
  }

  .featured-slide-content-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    opacity: 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    
    justify-content: space-between;
    
    align-items: center;
    padding: 16px 0px;
    padding-bottom: 0;
  }

  .featured-slide-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb.swiper-slide-active .featured-slide-content-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    opacity: 1;
    transition: all 0.4s ease 0.4s;
  }

  .featured-title-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #121212;
    line-height: 130%;
    text-align: center;
    text-transform: unset;
    word-break: break-word;
  }

  .featured-vendor-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    margin: 0;
    margin-top: 16px;
    font-size: 14px;
    color: #121212;
    line-height: 150%;
    text-align: center;
    text-transform: unset;
    word-break: break-word;
  }

  .featured-price-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .featured-price-template--26616552259891__ss_featured_collection_tabs_6_epDkRb * {
    margin: 0;
    font-size: 16px;
    color: #121212;
    line-height: 150%;
    text-transform: unset;
    font-style: normal;
  }

  .featured-compare-price-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    color: #121212;
    text-decoration: line-through !important;
  }

  .featured-text-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    margin-top: 16px;
    text-align: center;
  }

  .featured-text-template--26616552259891__ss_featured_collection_tabs_6_epDkRb * {
    margin: 0;
    font-size: 16px;
    color: #121212;
    line-height: 150%;
    text-transform: unset;
    word-break: break-word;
  }

  .featured-product-button-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    margin-top: 16px;
    font-size: 16px;
    color: #121212;
    line-height: 100%;
    text-align: center;
    text-transform: unset;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 100px;
    transition: all 0.25s ease 0s;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    font-weight: 700;
  }

  .featured-product-button-inner-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .featured-product-button-template--26616552259891__ss_featured_collection_tabs_6_epDkRb:hover {
    color: #ffffff;
    transition: all 0.25s ease 0s;
  }

  .featured-product-button-template--26616552259891__ss_featured_collection_tabs_6_epDkRb svg {
    width: 14px;
    height: 14px;
    background-color: transparent !important;
  }

  .featured-product-button-template--26616552259891__ss_featured_collection_tabs_6_epDkRb svg path {
    fill: #121212;
    transition: all 0.25s ease 0s;
  }

  .featured-product-button-template--26616552259891__ss_featured_collection_tabs_6_epDkRb:hover svg path {
    fill: #ffffff;
    transition: all 0.25s ease 0s;
  }

  .featured-button-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 76%;
    margin: 0;
    z-index: 2;
    margin-top: 16px;
    font-size: 16px;
    color: #121212;
    line-height: 100%;
    text-align: center;
    text-transform: unset;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 100px;
    transition: all 0.25s ease 0s;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
  }

  .shape-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
  }

  .featured-button-inner-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .featured-button-template--26616552259891__ss_featured_collection_tabs_6_epDkRb:hover {
    color: #ffffff;
    transition: all 0.25s ease 0s;
  }

  .featured-button-template--26616552259891__ss_featured_collection_tabs_6_epDkRb svg {
    width: 14px;
    height: 14px;
    background-color: transparent !important;
  }

  .featured-button-template--26616552259891__ss_featured_collection_tabs_6_epDkRb svg path {
    fill: #121212;
    transition: all 0.25s ease 0s;
  }

  .featured-button-template--26616552259891__ss_featured_collection_tabs_6_epDkRb:hover svg path {
    fill: #ffffff;
    transition: all 0.25s ease 0s;
  }

  .featured-buttons-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }

  .featured-btn-prev-template--26616552259891__ss_featured_collection_tabs_6_epDkRb,
  .featured-btn-next-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    display: flex;
    margin-top: 20px;
    position: static !important;
    width: 38px;
    height: 38px;
    border: 0px;
    border: 0px solid #121212;
    border-radius: 100px;
    background: transparent;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    -webkit-appearance: none;
  }

  .featured-btn-prev-template--26616552259891__ss_featured_collection_tabs_6_epDkRb .animate-icon,
  .featured-btn-next-template--26616552259891__ss_featured_collection_tabs_6_epDkRb .animate-icon {
    pointer-events: none;
    place-items: center;
    display: grid;
  }

  .featured-btn-prev-template--26616552259891__ss_featured_collection_tabs_6_epDkRb .animate-icon:before,
  .featured-btn-next-template--26616552259891__ss_featured_collection_tabs_6_epDkRb .animate-icon:before {
    content: "";
    grid-area: 1 / -1;
    transition: all .2s ease;
    width: 8px;
    height: 8px;
    transform: rotate(calc(1 * 45deg));
    box-sizing: border-box;
    border-style: solid;
    border: 0px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    position: relative;
    left: -1px;
  }

  .featured-btn-prev-template--26616552259891__ss_featured_collection_tabs_6_epDkRb .animate-icon:before {
    left: unset;
    right: -1px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
  }

  .featured-btn-prev-template--26616552259891__ss_featured_collection_tabs_6_epDkRb .animate-icon:after,
  .featured-btn-next-template--26616552259891__ss_featured_collection_tabs_6_epDkRb .animate-icon:after {
    content: "";
    grid-area: 1 / -1;
    transition: all .2s ease;
    width: 7.7px;
    height: 1.6px;
    transform-origin: center;
    opacity: 0;
    background: currentColor;
    transform: scaleX(.5);
  }

  .featured-btn-prev-template--26616552259891__ss_featured_collection_tabs_6_epDkRb span,
  .featured-btn-next-template--26616552259891__ss_featured_collection_tabs_6_epDkRb span {
    color: #121212;
  }

  .featured-btn-prev-template--26616552259891__ss_featured_collection_tabs_6_epDkRb.swiper-button-disabled,
  .featured-btn-next-template--26616552259891__ss_featured_collection_tabs_6_epDkRb.swiper-button-disabled {
    opacity: 0;
  }

  @media(max-width: 1024px) {
     .featured-product-button-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      
        max-width: fit-content;
      
    }

    .featured-button-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      max-width: fit-content;
    }
  }

   .featured-slider-template--26616552259891__ss_featured_collection_tabs_6_epDkRb:not(.swiper-initialized) {
    visibility: hidden;
  }

  .featured-slider-template--26616552259891__ss_featured_collection_tabs_6_epDkRb.swiper-initialized {
    visibility: visible;
  }

  .featured-image-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    overflow: hidden;
    transition: all 0.25s ease 0s;
  }

  @media(min-width: 1024px) {

    .section-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 0rem;
      margin-right: 0rem;
      border-radius: 0px;
    }

    .section-template--26616552259891__ss_featured_collection_tabs_6_epDkRb-settings,
    .shape-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      padding: 0 5rem;
      padding-top: 36px;
      padding-bottom: 36px;
      padding-left: 5rem;
      padding-right: 5rem;
    }

    .featured-slider-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      margin-top: 40px !important;
      margin-left: -5rem !important;
      margin-right: -5rem !important;
      padding-left: 5rem !important;
      padding-right: 5rem !important;
    }

    .featured-btn-prev-template--26616552259891__ss_featured_collection_tabs_6_epDkRb,
    .featured-btn-next-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      margin: 0
    }

    .featured-slide-content-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      align-items: center;
      padding: 20px 0px;
      padding-bottom: 0;
    }

    .featured-title-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      font-size: 28px;
      text-align: center;
    }

    .featured-vendor-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      margin-top: 16px;
      font-size: 14px;
      text-align: center;
    }

    .featured-price-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      margin-top: 16px;
      justify-content: center;
    }

    .featured-price-template--26616552259891__ss_featured_collection_tabs_6_epDkRb * {
      font-size: 16px;
    }

    .featured-text-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      margin-top: 16px;
      text-align: center;
    }

    .featured-image-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      overflow: hidden;
      transition: all 0.25s ease 0s;
    }

    .featured-button-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      max-width: fit-content;
    }

    .featured-text-template--26616552259891__ss_featured_collection_tabs_6_epDkRb * {
      font-size: 16px;
    }
    .collection-tabs-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      justify-content: center;
      overflow-x: hidden;
      flex-wrap: wrap;
      margin-top: 32px;
      gap: 16px;
      margin-left: 0rem !important;
      margin-right: 0rem !important;
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }

    .featured-tab-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      
      padding: 12px 40px;
      
      font-size: 16px;
    }

    .featured-product-button-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      margin-top: 16px;
      padding: 16px 32px;
      font-size: 16px;
    }

    .featured-button-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      margin-top: 0px;
      margin-top: 16px;
      padding: 16px 32px;
      font-size: 16px;
    }

    .featured-btn-prev-template--26616552259891__ss_featured_collection_tabs_6_epDkRb,
    .featured-btn-next-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      position: absolute !important;
      z-index: 2;
      width: 48px;
      height: 48px;
      transition: all 0.25s ease 0s;
    }

    .featured-btn-prev-template--26616552259891__ss_featured_collection_tabs_6_epDkRb .animate-icon:before,
    .featured-btn-next-template--26616552259891__ss_featured_collection_tabs_6_epDkRb .animate-icon:before {
      width: 10px;
      height: 10px;
    }

    .featured-btn-prev-template--26616552259891__ss_featured_collection_tabs_6_epDkRb .animate-icon:after,
    .featured-btn-next-template--26616552259891__ss_featured_collection_tabs_6_epDkRb .animate-icon:after {
      width: 9.7px;
    }

    .featured-btn-prev-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      left: 25%;
    }

    .featured-btn-next-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      right: 25%;
    }

    .featured-btn-prev-template--26616552259891__ss_featured_collection_tabs_6_epDkRb,
    .featured-btn-next-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      top: 75%;
    }
  }


/* MATCHING STYLE BLOCK 39 */

    .section-template--26616552259891__ss_featured_collection_tabs_6_epDkRb-settings,
    .shape-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      max-width: clamp(100px, var(--page-content-width, var(--page-width)), 100%);
    }
  


/* MATCHING STYLE BLOCK 40 */

    .featured-image-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
        aspect-ratio: 12/15;
      }

      .featured-image-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb,
      .featured-image-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
        aspect-ratio: 12/12;
        transform: translateY(12%);
      }

      .featured-slide-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb.swiper-slide-active .featured-image-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
        aspect-ratio: 12/15;
        transform: translate(0);
        transition: all 0.25s ease 0s;
      }
  


/* MATCHING STYLE BLOCK 41 */

    @media(min-width: 1024px) {
      .featured-image-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
        aspect-ratio: 12/15;
      }

      .featured-image-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb,
      .featured-image-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
        aspect-ratio: 12/12;
        transform: translateY(12%);
      }

      .featured-slide-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb.swiper-slide-active .featured-image-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
        aspect-ratio: 12/15;
        transition: all 0.25s ease 0s;
      }
    }
  


/* MATCHING STYLE BLOCK 42 */

    .featured-btn-prev-template--26616552259891__ss_featured_collection_tabs_6_epDkRb:hover,
    .featured-btn-next-template--26616552259891__ss_featured_collection_tabs_6_epDkRb:hover {
      transition: all 0.3s ease 0s;
      border: 0px solid #121212;
      background: #121212;
    }

    .featured-btn-prev-template--26616552259891__ss_featured_collection_tabs_6_epDkRb:hover .animate-icon,
    .featured-btn-next-template--26616552259891__ss_featured_collection_tabs_6_epDkRb:hover .animate-icon {
      color: #ffffff;
    }
  


/* MATCHING STYLE BLOCK 43 */

    .featured-btn-prev-template--26616552259891__ss_featured_collection_tabs_6_epDkRb,
    .featured-btn-next-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      display: none;
    }
  


/* MATCHING STYLE BLOCK 44 */

    @media(min-width: 1024px) {
      .featured-btn-prev-template--26616552259891__ss_featured_collection_tabs_6_epDkRb,
      .featured-btn-next-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
        display: flex;
      }
    }
  


/* MATCHING STYLE BLOCK 45 */

    .featured-product-button-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      background-color: #ffffff;
      border: 1px solid #121212;
    }

    .featured-product-button-template--26616552259891__ss_featured_collection_tabs_6_epDkRb:hover {
      background-color: #121212;
      border: 1px solid #121212;
    }
  


/* MATCHING STYLE BLOCK 46 */

    .featured-button-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      background-color: #ffffff;
      border: 1px solid #121212;
    }

    .featured-button-template--26616552259891__ss_featured_collection_tabs_6_epDkRb:hover {
      background-color: #121212;
      border: 1px solid #121212;
    }
  


/* MATCHING STYLE BLOCK 47 */

    @media(min-width: 1024px) {
      .featured-image-template--26616552259891__ss_featured_collection_tabs_6_epDkRb img,
      .featured-image-template--26616552259891__ss_featured_collection_tabs_6_epDkRb svg {
        transform: translateZ(0);
        transition: transform 1.2s cubic-bezier(.4,0,0,1);
      }
      .featured-image-template--26616552259891__ss_featured_collection_tabs_6_epDkRb:hover img,
      .featured-image-template--26616552259891__ss_featured_collection_tabs_6_epDkRb:hover svg {
      transform: scale(1.1) translateZ(0) !important;
      transition: transform 1.2s cubic-bezier(.4,0,0,1) !important;
      }
    }
  


/* MATCHING STYLE BLOCK 48 */

  .featured-slider-template--26616552259891__ss_featured_collection_tabs_6_epDkRb.preview .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding: 15px;
  }

  .featured-slider-template--26616552259891__ss_featured_collection_tabs_6_epDkRb.preview .featured-slide-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
    width: 100%;
  }

  .featured-slider-template--26616552259891__ss_featured_collection_tabs_6_epDkRb.preview .featured-slide-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb:not(:first-child) {
    margin-left: 10px;
  }

  @media(min-width: 1024px) {
    .featured-slider-template--26616552259891__ss_featured_collection_tabs_6_epDkRb.preview .featured-slide-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb:not(:first-child) {
      margin-left: 0px;
    }

    .featured-slider-template--26616552259891__ss_featured_collection_tabs_6_epDkRb.preview .featured-slide-wrapper-template--26616552259891__ss_featured_collection_tabs_6_epDkRb {
      width: calc(100% / 3.5 - (10px));
    }
  }

  /* Feature Columns (Boxes) Styling */
  .section-template--26616552259891__ss_feature_1_LrEQKz {
    border-top: solid #dfdfdf 0px;
    border-bottom: solid #dfdfdf 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0rem;
    margin-right: 0rem;
    border-radius: 0px;
    overflow: hidden;
  } 
  
  .section-template--26616552259891__ss_feature_1_LrEQKz-settings {
    margin: 0 auto;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 100%;
  }

  .feature-template--26616552259891__ss_feature_1_LrEQKz .box__title {
    margin: 0px;
    font-size: 12px;
    color: #121212;
    line-height: 130%;
    text-transform: unset;
    font-weight: bold;
    margin-top: 8px;
  }
  
  .feature-template--26616552259891__ss_feature_1_LrEQKz .box__description {
    margin-top: 4px;
  }

  .feature-template--26616552259891__ss_feature_1_LrEQKz .box__description * {
    margin: 0px;
    font-size: 12px;
    color: #121212;
    line-height: 150%;
    text-transform: unset;
  }

  .feature-template--26616552259891__ss_feature_1_LrEQKz .wrapper-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  
  .feature-template--26616552259891__ss_feature_1_LrEQKz .box {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    text-align: center;
    text-decoration: none;
    gap: 5px;
  }
  
  .feature-template--26616552259891__ss_feature_1_LrEQKz .box__image {
    display:flex;
    flex: 0 0 42px;
    height: 42px;
  }

  .feature-template--26616552259891__ss_feature_1_LrEQKz .box__image img,
  .feature-template--26616552259891__ss_feature_1_LrEQKz .box__image svg {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: contain;
  }

  .feature-template--26616552259891__ss_feature_1_LrEQKz .box__image svg {
    color: #121212;
  }
  
  .feature-template--26616552259891__ss_feature_1_LrEQKz .box__image .custom-placeholder-bg {
    background-color: #F3F3F3;
  }

  @media(min-width: 1024px) {
    .section-template--26616552259891__ss_feature_1_LrEQKz {
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 0rem;
      margin-right: 0rem;
      border-radius: 0px;
    }
    
    .section-template--26616552259891__ss_feature_1_LrEQKz-settings {
      padding: 0 5rem;
      padding-top: 36px;
      padding-bottom: 36px;
      padding-left: 5rem;
      padding-right: 5rem;
    }

    .feature-template--26616552259891__ss_feature_1_LrEQKz .wrapper-box {
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .feature-template--26616552259891__ss_feature_1_LrEQKz .box {
      flex: 1 0 auto;
    }
    
    .feature-template--26616552259891__ss_feature_1_LrEQKz .box__title {
      font-size: 14px;
      margin-top: 8px;
    }

    .feature-template--26616552259891__ss_feature_1_LrEQKz .box__description {
      margin-top: 4px;
    }

    .feature-template--26616552259891__ss_feature_1_LrEQKz .box__description * {
      font-size: 12px;
    }

    .section-template--26616552259891__ss_feature_1_LrEQKz-settings .box__image {
      flex: 0 0 84px;
      height: 84px;
    }
  }

  .section-template--26616552259891__ss_feature_1_LrEQKz-settings {
    max-width: clamp(100px, var(--page-content-width, var(--page-width)), 100%);
  }


/* ============================================================
   CART DRAWER SLIDE-IN & OVERLAY STYLING
   ============================================================ */
cart-drawer.global-drawer {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  width: 440px !important;
  max-width: 100% !important;
  height: 100vh !important;
  z-index: 9999 !important;
  transform: translateX(100%) !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  background: #ffffff !important;
  display: flex !important;
  flex-direction: column !important;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15) !important;
}

cart-drawer.global-drawer[aria-hidden="false"] {
  transform: translateX(0) !important;
}

/* Slide out drawer overlay when open */
cart-drawer.global-drawer[aria-hidden="false"] .global-drawer__overlay {
  position: fixed !important;
  top: 0 !important;
  right: 100% !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.4) !important;
  cursor: pointer !important;
  z-index: -1 !important;
  display: block !important;
  transition: opacity 0.4s ease !important;
}

/* Scroll lock when drawer is open */
body.js-drawer-open {
  overflow: hidden !important;
}

/* Cart Drawer product card lists */
.cart-drawer__product_card {
  display: flex !important;
  padding: 16px 20px !important;
  border-bottom: 1px solid rgba(36, 36, 36, 0.1) !important;
  gap: 16px !important;
  align-items: flex-start !important;
}

.cart-drawer__product_card--image {
  width: 75px !important;
  height: 75px !important;
  flex-shrink: 0 !important;
  background: #f8f8f8 !important;
  border: 1px solid rgba(36, 36, 36, 0.08) !important;
}

.cart-drawer__product_card--image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.cart-drawer__product-card--info {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.cart-drawer__product_card--title {
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}

.cart-drawer__product_card--title a {
  color: #242424 !important;
  text-decoration: none !important;
}

.cart-drawer__product_card--title a:hover {
  text-decoration: underline !important;
}

.cart-drawer__product-card--info--footer {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.cart-drawer__product-card--quantity {
  display: flex !important;
  align-items: center !important;
  border: 1px solid rgba(36, 36, 36, 0.2) !important;
  border-radius: 0 !important;
  height: 32px !important;
}

.cart-drawer__product-card--quantity--button {
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  width: 28px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #242424 !important;
}

.cart-drawer__product-card--quantity--input {
  width: 32px !important;
  border: none !important;
  text-align: center !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #242424 !important;
}

.cart-drawer__product-card--remove {
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  color: #aaa !important;
  margin-left: 12px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
}

.cart-drawer__product-card--remove:hover {
  color: #e02b2b !important;
}

.cart-drawer__product-card--price {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #242424 !important;
}

/* Free Shipping Bar styling */
.cart-drawer__free-shipping-message {
  margin: 16px 20px 0 !important;
  background: #f4f6f8 !important;
  border: 1px solid rgba(36, 36, 36, 0.08) !important;
  padding: 14px !important;
}

.cart-drawer__free-shipping-message--content p {
  margin: 0 !important;
  font-size: 12px !important;
  color: #242424 !important;
  letter-spacing: 0.02em !important;
}

/* Subtotal & Footer area */
.cart-drawer__sub-footer {
  padding: 20px !important;
  border-top: 1px solid rgba(36, 36, 36, 0.1) !important;
  background: #f9f9fb !important;
}

.cart-drawer__subtotal {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 12px !important;
}

.cart-drawer__subtotal--heading {
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #242424 !important;
  margin: 0 !important;
}

.cart-drawer__subtotal--price {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #242424 !important;
}

.cart-drawer__tax-note {
  font-size: 11px !important;
  color: #888 !important;
  margin-bottom: 16px !important;
}

.cart-drawer__checkout-wrapper {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.cart-drawer__checkout {
  display: block !important;
  width: 100% !important;
  padding: 14px !important;
  background: #242424 !important;
  color: #ffffff !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.08em !important;
  border-radius: 0 !important;
  border: none !important;
  cursor: pointer !important;
}

.cart-drawer__checkout:hover {
  background: #444444 !important;
  color: #ffffff !important;
}

.cart-drawer__view-cart {
  display: block !important;
  width: 100% !important;
  padding: 12px !important;
  background: #ffffff !important;
  color: #242424 !important;
  border: 1px solid rgba(36, 36, 36, 0.2) !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
  border-radius: 0 !important;
  cursor: pointer;
}

.cart-drawer__view-cart:hover {
  border-color: #242424 !important;
  background: #f4f6f8 !important;
}


/* ============================================================
   STICKY ADD TO CART BAR STYLING
   ============================================================ */
sticky-add-to-cart {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background: #ffffff !important;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08) !important;
  z-index: 999 !important;
  transform: translateY(100%) !important;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
  padding: 12px 0 !important;
  border-top: 1px solid rgba(36, 36, 36, 0.1) !important;
  display: block !important;
}

sticky-add-to-cart.is-visible {
  transform: translateY(0) !important;
}

sticky-add-to-cart.is-hiding {
  transform: translateY(100%) !important;
}

.sticky-add-to-cart-bar__container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 20px !important;
}

.sticky-add-to-cart-bar__product-info {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.sticky-add-to-cart-bar__image {
  width: 50px !important;
  height: 50px !important;
  overflow: hidden !important;
  border: 1px solid rgba(36, 36, 36, 0.1) !important;
  flex-shrink: 0 !important;
}

.sticky-add-to-cart-bar__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.sticky-add-to-cart-bar__details {
  display: flex !important;
  flex-direction: column !important;
}

.sticky-add-to-cart-bar__title {
  font-size: 13.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #242424 !important;
  letter-spacing: 0.05em !important;
}

.sticky-add-to-cart-bar__price {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #888 !important;
  margin-top: 2px !important;
}

.sticky-add-to-cart-bar__actions {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.sticky-add-to-cart-bar__select {
  border: 1px solid rgba(36, 36, 36, 0.2) !important;
  border-radius: 0 !important;
  padding: 8px 32px 8px 12px !important;
  font-size: 13px !important;
  color: #242424 !important;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 12px center !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
  min-width: 180px !important;
  font-family: inherit !important;
}

.sticky-add-to-cart-bar__submit {
  padding: 12px 28px !important;
  background: #242424 !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  font-size: 12px !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  transition: background 0.2s !important;
}

.sticky-add-to-cart-bar__submit:hover {
  background: #444 !important;
}

@media (max-width: 767px) {
  .sticky-add-to-cart-bar__product-info {
    display: none !important;
  }
  .sticky-add-to-cart-bar__container {
    justify-content: center !important;
  }
  .sticky-add-to-cart-bar__actions {
    width: 100% !important;
    justify-content: center !important;
  }
  .sticky-add-to-cart-bar__select {
    flex-grow: 1 !important;
  }
}


/* ============================================================
   PRODUCT DETAIL ACCORDION TABS STYLING
   ============================================================ */
.product-accordion-tabs {
  border-top: 1px solid rgba(36, 36, 36, 0.15) !important;
  margin-top: 40px !important;
}

.collapsible-tab {
  border-bottom: 1px solid rgba(36, 36, 36, 0.15) !important;
}

collapsible-button.collapsible-button {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 16px 0 !important;
  cursor: pointer !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #242424 !important;
  user-select: none !important;
}

.collapsible-button__icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.25s ease !important;
}

.collapsible-tab.open .collapsible-button__icon {
  transform: rotate(45deg) !important; /* Turns plus (+) into X/minus */
}

.collapsible-content {
  height: 0;
  overflow: hidden !important;
  transition: height 0.25s ease-out !important;
}

.collapsible-content .content {
  padding-bottom: 16px !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #555 !important;
}

/* ---- CUSTOM LOGO STYLING ---- */
.site-header__logowrapper .custom-logo-link {
  display: block !important;
  text-align: center !important;
  margin: 0 auto !important;
}

.site-header__logowrapper img.custom-logo {
  max-width: 220px !important;
  height: auto !important;
  display: inline-block !important;
  vertical-align: middle !important;
  transition: max-width 0.3s ease !important;
}

@media (max-width: 749px) {
  .site-header__logowrapper img.custom-logo {
    max-width: 140px !important;
  }
}

/* ---- FLOATING REVIEWS TAB ---- */
#floating-reviews-tab {
  position: fixed !important;
  right: 0 !important;
  top: 50% !important;
  z-index: 9999 !important;
  transform: translateY(-50%) rotate(-90deg) !important;
  transform-origin: right center !important;
  background: #121212 !important;
  color: #ffffff !important;
  padding: 12px 20px !important;
  font-family: "Archivo", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  border-radius: 4px 4px 0 0 !important;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2) !important;
  transition: background-color 0.25s ease, padding-bottom 0.25s ease !important;
  cursor: pointer !important;
  border: none !important;
}

#floating-reviews-tab:hover {
  background: #333333 !important;
  padding-bottom: 24px !important;
}

#floating-reviews-tab .reviews-tab-star {
  color: #ffb800 !important;
  font-size: 14px !important;
}

#floating-reviews-tab .reviews-tab-text {
  color: #ffffff !important;
}

/* ===== GLOBAL PAGINATION STYLING ===== */
.chron-pagination,
.pagination-container {
  margin-top: 60px !important;
  border-top: 1px solid #e6e6e6 !important;
  padding-top: 24px !important;
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

.chron-pagination .navigation.pagination,
.pagination-container .navigation.pagination {
  display: block !important;
  width: 100% !important;
}

.chron-pagination .nav-links,
.pagination-container .nav-links {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.chron-pagination .page-numbers,
.pagination-container .page-numbers {
  width: 40px !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #121212 !important;
  background: #ffffff !important;
  border-radius: 0 !important; /* Sharp edges */
  font-family: 'Josefin Sans', 'Archivo', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #121212 !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  box-sizing: border-box !important;
}

.chron-pagination .page-numbers:hover,
.chron-pagination .page-numbers.current,
.pagination-container .page-numbers:hover,
.pagination-container .page-numbers.current {
  background: #121212 !important;
  color: #ffffff !important;
  border-color: #121212 !important;
}

.chron-pagination .page-numbers.dots,
.pagination-container .page-numbers.dots {
  background: transparent !important;
  border-color: transparent !important;
  color: #121212 !important;
  cursor: default !important;
}

.chron-pagination .screen-reader-text,
.pagination-container .screen-reader-text {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  word-wrap: normal !important;
}






