/** Shopify CDN: Minification failed

Line 396:53 Expected ":"
Line 396:54 Expected identifier but found "100%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:animated-banner (INDEX:1) */
.scrolling-banner {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.scrolling-text {
    position: absolute;
    white-space: nowrap;
    display:flex;
}

.scrolling-banner p, .scrolling-banner h1, .scrolling-banner h2, .scrolling-banner h3, .scrolling-banner h4, .scrolling-banner h5, .scrolling-banner em, .scrolling-banner strong {display:inline;margin:0;padding:0;}
/* END_SECTION:animated-banner */

/* START_SECTION:before-after (INDEX:9) */
@media (min-width: 1024px) {
    .before-after_content {
      width: min(70%, calc(100% - 25rem));
    }
  }

  .before-after_layout {
    display: flex;
  }
  .before-after_product-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    max-width: 14rem;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }

  @media (max-width: 1024px) {
    .before-after_product-wrapper {
      position: relative;
      height: auto;
    }
  }
  .before-after_img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    flex: 1;
    content: '';
    display: block;
  }

  .before-after_images {
    display: flex;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    grid-column-gap: 3%;
  }

  .before-after_img {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .before-after_img-sizer {
    position: relative;
    flex: 1;
  }

  .before-after_product {
    display: flex;
    width: auto;
    flex: 0 0 auto;
    font-size: 1.25rem;
    text-align: center;
  }

  .before-after_product-img {
    display: block;
    max-width: 16rem;
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .before-after_img-overlay-text {
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
    color: #fff;
    font-size: 1.5rem;
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  }

  .before-after_product-title {
    margin-bottom: 1.5rem;
    width: 100%;
  }

  .before-after_stats {
    min-height: 2.5rem;
    display: flex;
    justify-content: space-between;
    flex: 1;
    margin-bottom: 2rem;
  }

  .before-after_stats-col {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    flex: 1;
  }

  .before-after_stats-divider {
    width: 1px;
    margin-right: 2rem;
    margin-left: 2rem;
    background-color: #000;
  }

  .before-after_stat {
    display: flex;
    min-height: 3.5rem;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.15rem;
  }

  @media screen and (max-width: 1025px) {
    .before-after_stat {
      height: auto;
    }
  }

  .before-after_stats-caption {
    flex: 1;
  }

  .before-after_product-info {
    display: flex;
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 0 0 auto;
  }

  .before-after_stats-num {
    width: 4.5rem;
    height: 100%;
    flex: 0 0 auto;
    font-size: 2.25rem;
  }
  .before-after_disclaimer {
    flex: 0 0 auto;
    font-size: 0.8125rem;
    opacity: 0.6;
  }

  .before-after_footer-right {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  @media screen and (max-width: 991px) {
    .before-after_images {
      grid-column-gap: 1rem;
      margin-bottom: 1rem;
    }

    .before-after_footer {
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap;
    }
  }

  @media screen and (max-width: 767px) {
    .before-after_layout {
      flex-direction: column;
    }
    .before-after_product-wrapper {
      max-width: 100%;
      width: 100%;
      flex-direction: row;
      margin-bottom: 1.5rem;
    }
    .before-after_content {
      padding-right: 0px;
    }

    .before-after_img-overlay-text {
      left: 0.5rem;
      top: 0.5rem;
      font-size: 0.85rem;
    }

    .before-after_product-info {
      margin-right: 0rem;
      align-items: center;
    }

    .before-after_disclaimer {
      font-size: 0.7rem;
    }
  }

  @media screen and (max-width: 479px) {
    .before-after_stats-caption {
      padding-right: 0rem;
    }
    .before-after_product-img {
      max-height: 10rem;
      width: auto;
      min-width: auto;
      max-width: auto;
    }

    .before-after_stats {
      grid-column-gap: 1.5rem;
      text-align: center;
    }

    .before-after_stats-col {
      flex: 1;
      grid-column-gap: 1rem;
      grid-row-gap: 0.75rem;
      justify-content: flex-start;
    }

    .before-after_stats-divider {
      display: none;
    }

    .before-after_stat {
      flex-direction: column;
      flex: 0 0 auto;
      font-size: 0.85rem;
      height: 7rem;
    }

    .before-after_stats-num.caslon-regular {
      width: auto !important;
      height: auto;
      margin-bottom: 0.5rem;
    }
    .before-after_images {
      grid-column-gap: 0.5rem;
      margin-top: 1rem;
    }

    .before-after_product-img {
      margin-right: 0rem;
      margin-bottom: 1rem;
    }

    .before-after_stats {
      flex-wrap: nowrap;
      align-items: stretch;
      grid-column-gap: 1rem;
    }

    .before-after_stats-num.caslon-regular {
      font-size: 2.5rem;
      line-height: 2.5rem;
    }
  }
/* END_SECTION:before-after */

/* START_SECTION:blog-article-grid (INDEX:11) */
.blog-article-grid {
    margin: 1.5rem 0rem 3rem 0rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 2rem 1rem;
}
  @media (max-width:450px) {
    .header-s.is-blog-grid {
      font-size:1rem;
      line-height:120%;
      margin-bottom:0.5rem;
    }
    .text-link.is-blog-grid {
      font-size:0.75rem;
    }
  }
  @media (max-width:767px) {
    .header-s.is-blog-grid {
      margin-bottom:1rem;
    }
  }
  @media (min-width:475px) {
    .blog-article-grid {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      gap: 3rem 1.5rem;
    }
  }
  @media (min-width:800px) {
    .blog-article-grid {
      grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
      gap: 3rem 1.5rem;
    }
  }
/* END_SECTION:blog-article-grid */

/* START_SECTION:blog-collection (INDEX:17) */
.blog-collection-img {
    width:100%;
    flex:1;
    max-width:200px;
    aspect-ratio:1/1;
  }
  .blog-article-item {margin-bottom:1rem;}
  @media (max-width:875px) {
    .blog-article-item {
      flex-direction:column;
      margin-bottom:2.5rem;
    }
    .blog-collection-img {
      max-width:100%;
      aspect-ratio:3/2
      
    }
  }
/* END_SECTION:blog-collection */

/* START_SECTION:blog-slider (INDEX:24) */
.js-blog-text-slider .swiper-button-next[disabled], .js-blog-text-slider .swiper-button-prev[disabled] {
    pointer-events: none;
  }

  .js-blog-text-slider * {
     -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
  }

   .blog-header strong {font-family:MilanoSignature;font-size:4rem;line-height:1;font-weight:400}
   .js-blog-text-slider {width:50%}
   .js-blog-img-slider {width:50%}
   .js-blog-img-slider .blog-slider-slide {width:60%;}
   .blog-slider-wrapper {display:flex;align-items:stretch;justify-items:stretch;}
   .blog-slider-media, blog-slider-media img {aspect-ratio:1;}
   .js-blog-text-slider .swiper-arrows {right:2rem;bottom:3rem;top:auto;left:auto;width:7.5rem;position:absolute;transform-origin:100% 100%;}
   .js-blog-text-slider .swiper-button-next, .js-blog-text-slider .swiper-button-prev {width:3rem;height:3rem;background-color:black;}
   .js-blog-text-slider .swiper-button-prev {left:20px;transition:all 300ms;}
   .js-blog-text-slider .swiper-button-next::after, .js-blog-text-slider .swiper-button-prev::after {font-size:1.5rem;color:white;font-weight:600}
   .blog-slider-media  {
     aspect-ratio:1;
     overflow:hidden;
   }
   .blog-slider-text {
     align-items: center;
     display: flex;
     justify-content: center;

   }
   .blog-slider-text-inner {flex:1;max-width:38rem;margin-left:auto;padding-top:max(1.5rem,5%);padding-bottom:max(1.5rem,5%);height:100%;display:flex;flex-direction:column;}
   .blog-slider-main-text {
     gap:0.75rem;padding-bottom:max(3.5vw,1rem);flex:1;text-align:left;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;
   }
   @media (min-width:1500px) {
      .blog-slider-media, blog-slider-media img {aspect-ratio:1.15;}
   }
   @media (max-width:991px) {
     .js-blog-text-slider .swiper-arrows {right:2rem;bottom:2rem;top:auto;left:auto;width:6rem;position:absolute;transform-origin:100% 100%;}
     .js-blog-text-slider .swiper-button-next, .js-blog-text-slider .swiper-button-prev {width:2.5rem;height:2.5rem;background-color:black}
     .blog-slider-text-inner {margin-left:0;max-width;100%;}
     .blog-slider-main-text {gap:0.25rem;justify-content:flex-start;}
     .js-blog-text-slider .swiper-button-prev {left:12px;}
   }
   @media (max-width:640px) {
     .blog-slider-slide.swiper-slide {
       width:100%;
     }
     .js-blog-text-slider .swiper-arrows {right:2rem;bottom:2.25rem;}
   }
   @media (max-width:767px) {
     .blog-header > h2 {font-size:0.75em!important;line-height:1 }
    .blog-slider-wrapper {display:flex;flex-direction:column-reverse;align-items:stretch;justify-items:stretch;}
    .js-blog-text-slider {width:100%}
   .js-blog-img-slider {width:100%}
    .blog-slider-media {
      height:100%;
    }
   .blog-slider-slide {
     align-items:flex-start
   }
   .blog-slider-wrapper {

   }
   .blog-slider-text {
     min-height:20vh;
     height:100%;
     display:block;
   }

  }
/* END_SECTION:blog-slider */

/* START_SECTION:byo (INDEX:28) */
body:has( .byo-container), html:has( .byo-container) {
  position:unset!important;
  overflow:unset!important;
  inset:unset!important;
  height: unset!important;
}

/* Prevent body scroll when mobile drawer is expanded */
@media (max-width: 900px) {
  body[style*="overflow: hidden"] {
    position: fixed;
    width: 100%;
    height: 100vh;
  }
}
.byo-container {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 20px;
  margin: 40px 0;
}

.byo-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  column-gap: 8px;
  row-gap: 24px;
}

#byo-selected-list {
  margin: 0.5rem 0 1rem 0;
  max-height: calc(100vh - 26rem);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

/* Make the grid responsive based on the number of boxes */
#byo-selected-list.boxes-4 {
  grid-template-columns: repeat(2, 1fr);
}

#byo-selected-list.boxes-5, 
#byo-selected-list.boxes-6, 
#byo-selected-list.boxes-more {
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 480px) {
  #byo-selected-list.boxes-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  
  #byo-selected-list.boxes-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 600px) {
  #byo-selected-list.boxes-6 {
    grid-template-columns: repeat(3, 1fr);
  }
  
  #byo-selected-list.boxes-more {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  #byo-selected-list.boxes-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  
  #byo-selected-list.boxes-more {
    grid-template-columns: repeat(4, 1fr);
  }
}

.byo-item {
  position: relative;
  flex-direction: column;
}

.byo-item .badge {
  display: none;
}

.byo-item-wrapper.active .product-badge-text,
.byo-item-wrapper.active .product-badge--plp,
.byo-item-wrapper.active .plp-item__hover-image {
  opacity: 0!important;
}

.byo-item-wrapper {
  position: relative;
  cursor: pointer;
  flex: 1;
  border: 1px solid #eee;
  overflow: hidden;
}

.byo-quantity-controls {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 2;
  background: transparent;
  transition: all 0.2s ease;
}

.byo-quantity-controls:not(.active) {
  gap: 0;
}

.byo-quantity-controls:not(.active) .byo-qty-minus,
.byo-quantity-controls:not(.active) .byo-qty-display {
  display: none;
}

.byo-qty-btn {
  background: #fff;
  border: 1px solid #999;
  color: #999;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}

.byo-qty-btn svg {
  width: 12px;
  height: 12px;
}

/* Plus button turns black on card hover */
.byo-item-wrapper:hover .byo-qty-plus {
  border-color: #000;
  color: #000;
}

/* Minus button turns black on its own hover */
.byo-qty-minus:hover {
  border-color: #000;
  color: #000;
}

.byo-qty-display {
  min-width: 24px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  padding: 0 6px;
}

.byo-product-link {
  display: block;
  padding: 8px 5px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  border-top: 1px solid #eee;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.byo-product-link:hover {
  text-decoration: underline;
}

.byo-variant-description {
  padding: 6px 0px 0px 0px;
  font-size: 13px;
  line-height: 1.25;
  color: #666;
}

@media (max-width: 768px) {
  .byo-variant-description {
    font-size: 11px;
  }
}

.byo-selected-items {
  background-color: #f8f6f1;
  padding: 24px 16px;
  height: fit-content;
  position: sticky;
  top: 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 901px) {
  .byo-selected-items {
    width: 350px;
  }
  
  .byo-container {
    grid-template-columns: 1fr auto;
  }
  
  #byo-selected-list.boxes-4,
  #byo-selected-list.boxes-5,
  #byo-selected-list.boxes-6,
  #byo-selected-list.boxes-more {
    grid-template-columns: repeat(2, 1fr);
  }
}

.byo-selected-items h3 {
  margin-top: 0;
  order: -2;
}

.byo-selected-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.byo-selected-items li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  font-size: 14px;
  text-align: left;
}

.byo-discount-details {
  margin: 15px 0px 12px 0px;
  padding-top: 15px;
  border-top: 1px dashed lightgray;
}

.byo-subtotal,
.byo-discount,
.byo-new-total {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 0 0.5rem;
}

.byo-new-total {
  display: none!important;
}

.byo-discount {
  color: #ae7273;
  justify-content: center;
}

.byo-discount-label {
  color: initial;
  margin-right: auto;
}

.byo-discount #byo-discount-amount {
  color: #ae7273;
}

.byo-new-total {
  display: none;
}

.byo-price-strikethrough {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.66);
  margin-left: 4px;
}

.byo-selected-item {
  margin-bottom: 15px;
  background-color: #fff;
  overflow: hidden;
}

.byo-selected-item-container {
  display: flex;
  flex-direction: column;
  text-align: left;
  height: 100%;
  width: 100%;
  position:relative;
}

.byo-selected-item-image {
  width: 100%;
}

.byo-selected-item-image img {
  background-color: #fff;
  aspect-ratio: 1 / 1;
  width: 100%;
  position: relative;
  background-color: #fff;
}

.byo-selected-item-image img {
  width: 100%;
  height: auto;
  display: block;
}

.byo-selected-item-details{
  padding: 6px;
}

.byo-selected-item-price-quantity {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 8px 0px 4px 0px;
}

.byo-selected-item-price {
  display: none;
}

.byo-cart-item-quantity-widget {
  display: flex;
  gap: 0;
}

.byo-cart-item-quantity-widget-button {
  border: 1px solid lightgray;
  aspect-ratio: 1.33 / 1;
  width: 32px;
  background-color: #fff;
}

.byo-cart-item-quantity-widget-label {
  width: 32px;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  aspect-ratio: 1.33 / 1;
  display: inline-block;
  text-align: center;
  background-color: #fff;
}

.byo-remove-item-button {
  position: absolute;
  top: 2px;
  right: 2px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  padding: 4px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.byo-remove-item-button:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.1);
}

.byo-remove-item-button svg {
  width: 10px;
  height: 10px;
  color: gray;
}

.byo-selected-item-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.15;
  margin-bottom: 2px;
  display: block;
}

.byo-progress-tracker {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto 32px auto;
  max-width: 280px;
}

.byo-progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.byo-progress-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f3f3f3;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #666;
  transition: all 0.3s ease;
}

.byo-progress-step.active .byo-progress-circle {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.byo-progress-line {
  flex-grow: 1;
  height: 2px;
  background-color: #e0e0e0;
  margin: 0 5px;
  position: relative;
}

.byo-progress-discount {
  position: absolute;
  top: 40px;
  font-size: 12px;
  font-weight: 600;
  color: #ae7273;
  white-space: nowrap;
}

.byo-placeholder-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.byo-placeholder-item {
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px dashed lightgray;
  border-radius: 4px;
  overflow: hidden;
}

.byo-placeholder-image {
  background-color: #f5f5f5;
  height: 0;
  padding-bottom: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.byo-placeholder-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #666;
  font-size: 16px;
}

.byo-placeholder-subtitle {
  display: block;
  font-size: 11px;
  color: #ae7273;
  margin-top: 3px;
}

#byo-selected-list:empty {
  display: none;
}

#byo-addtocart-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.byo-mobile-toggle {
  display: none;
}

.byo-mobile-toggle-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.byo-mobile-toggle.expanded svg {
  transform: rotate(180deg);
}

.byo-mobile-placeholders {
  display: none;
  justify-content: center;
  gap: 8px;
  padding: 8px 10px;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  width: 100%;
  flex-wrap: nowrap;
}

.byo-mobile-placeholders::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.byo-mobile-placeholder-item {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  position: relative;
}

.byo-mobile-placeholder-image {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.byo-mobile-placeholder-discount {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ae7273;
  color: white;
  padding: 2px 6px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}

.byo-mobile-toggle-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  padding: 12px 5px;
  color: white;
}

.byo-mobile-discount-badges {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
}

.byo-mobile-discount-badge {
  background-color: #ae7273;
  color: white;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}

@media (min-width: 480px) {
  .byo-product-grid {
    grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
  }
}

@media (min-width: 901px) {
  .byo-product-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    column-gap: 16px;
    row-gap: 32px;
  }
}

@media (min-width: 1400px) {
  .byo-product-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

@media (max-width: 900px) {
  
  .byo-container {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 100px; /* Space for fixed bottom bar */
  }

  #byo-addtocart-btn {
    background-color: white;
    color: black;
  }

  .byo-price-strikethrough {
    color: rgba(0, 0, 0, 0.5);
  }
  
  .byo-selected-items {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: unset;
    z-index: 100;
    padding: 0px 10px 32px 10px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    max-height: calc(100svh - 100px);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #000;
    width: 100%;
    transform: translateY(100%);
    opacity: 0;
  }
  
  .byo-selected-items.visible {
    transform: translateY(0);
    opacity: 1;
  }
  
  /* Add -webkit-overflow-scrolling for iOS fix */
  .byo-selected-items.expanded {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .byo-discount-details {
    margin: 8px 0px -8px 0px;
    padding-top: 8px;
    border-top: 1px dashed lightgray;
    display:none!important;
  }

  #byo-selected-heading {
    display: none;
  }

  .byo-mobile-counter {
    display: block; 
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
  }

  .byo-progress-tracker {
    margin: 5px auto 15px;
    max-width: 200px;
  }

  .byo-progress-circle {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .byo-progress-discount {
    top: 30px;
    font-size: 10px;
  }

  #byo-addtocart-btn {
    position: sticky;
    bottom: 0;
    z-index: 10;
    margin-top: 10px;
  }

  .byo-mobile-toggle {
    display: block;
    cursor: pointer;
  }

  .byo-mobile-placeholders:empty {
    display: none;
  }

  .byo-mobile-placeholders {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0px 10px 10px 10px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
    flex-wrap: nowrap;
  }

  .byo-mobile-placeholders::-webkit-scrollbar {
    display: none;
  }

  .byo-mobile-placeholder-item {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    position: relative;
  }

  .byo-mobile-placeholder-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
  }

  .byo-mobile-toggle.expanded .byo-mobile-placeholders {
    display: none;
  }

  .byo-new-total {
    display: none;
  }

  .byo-selected-item-price {
    display: none;
  }

  .byo-product-grid {
    padding-bottom: 20px;
  }

  #byo-selected-list {
    margin-bottom: 15px;
    max-height: none; 
    margin-top: 0;
  }

  .byo-collapse-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .byo-collapse-content.expanded {
    max-height: 60vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .byo-placeholder-number {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}

.byo-discount-message {
  text-align: center;
  padding: 8px;
  order: -1;
}

.byo-discount-message-text {
  font-weight: 600;
  color: #ae7273;
  font-size: 13px;
  line-height: 1.4;
}

/* Gift Banner Styles */
.byo-gift-banner {
  width: 100%;
  border: 1px dashed lightgray;
  border-radius: 4px;
  transition: all 0.3s ease;
  padding: 0;
  background-color: #fff;
}

.byo-gift-banner.anticipating {
  border-color: #ddd;
}

.byo-gift-banner.unlocked {
  background-color: #fff;
  border-color: transparent;
}

.byo-gift-banner-content {
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1;
  text-wrap: pretty;
}

.byo-gift-banner-image {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
}

.byo-gift-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.byo-gift-banner-text {
  flex: 1;
  padding: 0.5rem 0.75rem;
}

.byo-gift-banner.anticipating .byo-gift-banner-message {
  color: #666;
  font-size: 13px;
  font-weight: 600;
}

.byo-gift-banner.unlocked .byo-gift-banner-message {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

/* Mobile gift banners container */
.byo-gift-banners-mobile {
  display: none;
  width: 100%;
  grid-column: 1 / -1;
}

.byo-collapse-content .byo-gift-banner {
  margin-bottom: 8px;
}

.byo-gift-banner-mobile {
  margin-bottom: 12px;
}

.byo-gift-banner-mobile:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  /* Show mobile banners on mobile */
  .byo-gift-banners-mobile {
    display: block;
  }
}

@media (max-width: 900px) {
  .byo-discount-message {
    padding: 8px 0 8px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    order: unset;
  }
  
  .byo-discount-message-text {
    font-size: 12px;
    color: #fff;
  }

  #byo-addtocart-btn {
    position: sticky;
    bottom: 0;
    z-index: 10;
    margin-top: 0;
  }
  
  .byo-gift-banner-mobile {
    margin-bottom: 12px;
  }
  
  .byo-gift-banner-mobile .byo-gift-banner-text {
    padding: 0.75rem;
  }
  
  .byo-gift-banner-mobile .byo-gift-banner-image {
    width: 48px;
    height: 48px;
  }
  
  .byo-gift-banner-mobile.anticipating .byo-gift-banner-message {
    font-size: 12px;
  }

  .byo-gift-banner-mobile.unlocked {
    border: 1px solid black;
  }
  
  .byo-gift-banner-mobile.unlocked .byo-gift-banner-message {
    font-size: 13px;
  }
}
/* END_SECTION:byo */

/* START_SECTION:exfoliation-lp (INDEX:38) */
.ex-lp_container {
    margin-top: 4rem;
  }
  .ex-lp_container .container-large {
    max-width: 80rem;
  }
  .ex-lp_content .header-xl {
    line-height: 1.1;
  }
  .ex-lp_header {
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
    position: relative;
    color: black;
  }

  .ex-lp_bg-img,
  .ex-lp_bg-img_mobile {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .ex-lp_layout {
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    min-height: 60svh;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
    position: relative;
  }

  .ex-lp_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    max-width: 32.5rem;
    display: flex;
    max-width: 550px;
  }

  .ex-lp_richtext {
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ex-lp_richtext-content {
    max-width: 76rem;
    margin: 0 auto;
  }

  .ex-lp_richtext-content .header-m {
    font-size: 34px;
    line-height: 1.25;
  }

  .ex-lp_richtext-content strong {
    font-family: HelveticaNeue, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-stretch: expanded;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    margin-bottom: 2rem;
  }

  @media screen and (max-width: 991px) {
    .ex-lp_richtext-content strong {
      margin-bottom: 1rem;
      font-size: 1.1rem;
      line-height: 1;
      margin-left: auto;
      margin-right: auto;
      max-width: 260px;
    }
  }

  .ex-lp_col-section {
    padding-top: 1.75rem;
    padding-bottom: 6rem;
  }

  .ex-lp_col-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .ex-lp_col {
    text-align: center;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    min-width: 16rem;
    max-width: 20rem;
    display: flex;
  }
  .ex-lp_col .header-l {
    font-size: 3.5rem;
  }

  .ex-lp_col > p {
    font-family: 'F37Caslon';
    font-size: 1.35rem;
    line-height: 1.025;
    font-weight: 400;
    letter-spacing: -0.01em;
  }

  @media screen and (max-width: 991px) {
    .ex-lp_col > p {
      font-size: 1rem;
    }
  }

  .ex-lp_col strong {
    font-family: HelveticaNeue, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-stretch: unset;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  @media screen and (max-width: 991px) {
    .ex-lp_col strong {
      font-size: 0.75rem;
      line-height: 1;
    }
  }

  .ex-lp_col-divider {
    background-color: #000;
    width: 50%;
    max-width: 50%;
    height: 1px;
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
  }

  .ex-lp_wysiwyg {
    text-align: center;
    padding-top: 4rem;
  }

  .ex-lp_wysiwyg-main-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    display: flex;
  }

  .ex-lp_wysiwyg-img-wrapper {
    flex: 1;
    max-width: 40%;
  }

  .ex-lp_wysiwyg-facts {
    grid-column-gap: 3%;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    max-width: 550px;
  }

  .ex-lp_wysiwyg-fact {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 9.5rem;
    font-size: 0.65rem;
    display: flex;
    font-family: 'HelveticaNeue', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-stretch: expanded;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1;
  }

  .ex-lp_wysiwyg-fact-img {
    height: 3.5rem;
  }

  .ex-lp_wysiwyg-img {
    width: 100%;
    display: block;
  }

  .ex-lp_checklist {
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .ex-lp_checklist-content {
    margin-top: 1.5rem;
  }

  .ex-lp_checklist-content .header-s {
    line-height: 1.25;
    font-size: 1.6rem;
    max-width: 74rem;
    margin: 0 auto;
  }

  .ex-lp_checklist_item .header-m {
    font-size: 1.125rem;
    line-height: 1;
    font-family: 'HelveticaNeue', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-stretch: expanded;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .ex-lp_checklist_list {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
    display: flex;
  }
  .ex-lp_checklist-icon {
    height: 2rem;
  }
  .icon-embed-small {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
  }

  .ex-lp_checklist_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    max-width: 15rem;
    display: flex;
  }

  .ex-lp_banner {
    background-color: #ddd;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: stretch;
  }

  .ex-lp_banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }

  .ex-lp_banner-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    max-width: 600px;
  }
  #ex-banner2 .ex-lp_banner-text {
    max-width: 370px;
    width: 100%;
  }
  #ex-banner2 .ex-lp_banner-content {
    justify-content: flex-start;
  }
  .ex-lp_banner-text .header-xl {
    font-size: 72px;
  }

  .ex-lp_banner-text .header-l {
    margin-bottom: 0.75rem;
  }

  .ex-lp_banner-text .header-xl strong {
    font-family: HelveticaNeue, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-stretch: expanded;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 24px;
    display: block;
    margin-bottom: 0.1rem;
  }

  @media screen and (max-width: 991px) {
    .ex-lp_banner-text .header-xl strong {
      font-size: 1.15rem;
    }
  }

  .ex-lp_banner-text > p {
    font-family: 'F37Caslon';
    font-size: 1.5rem;
    line-height: 1.025;
    font-weight: 400;
  }

  @media screen and (max-width: 991px) {
    .ex-lp_banner-text > p {
      font-size: 1.25rem;
    }
  }

  .ex-lp_banner-img,
  .ex-lp_banner-img_mobile {
    object-fit: cover;
    object-position: 25% 50%;
    flex: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    z-index: 1;
  }

  .ex-lp_product-blocks {
    padding-top: 5rem;
  }
  .ex-lp_product-cols-caption {
    margin-top: 2rem;
    width: 100%;
    min-width: 100%;
    order: 999;
    text-align: center;
  }
  .ex-lp_product-cols-caption p {
    font-size: 10px;
    margin: 0;
  }
  .ex-lp_product-block > a {
    display: contents;
  }
  .ex-lp_product-block {
    grid-column-gap: 3.5rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: min(4rem, 5vw);
    display: flex;
    flex-wrap: wrap;
  }

  /* Add divider between product blocks but not after the last one */
  .container-large .ex-lp_product-block:not(:last-child) {
    border-bottom: 1px solid #000;
    padding-bottom: min(3rem, 4vw);
  }

  .ex-lp_product-block:nth-child(even) {
    flex-direction: row-reverse;
  }

  @media screen and (min-width: 992px) {
    .ex-lp_product-block:nth-child(even) .ex-lp_product-block-content {
      margin-left: 5%; 
    }
  }

  .ex-lp_product-block-img {
    flex: 1;
    width: 50%;
    max-width: 50%;
    margin: auto 0;
  }

  .ex-lp_product-block-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    flex: 1;
    max-width: 500px;
    display: flex;
    align-items: flex-start;
  }
  .ex-lp_product-block-heading .header-l {
    font-size: 3.5rem;
    max-width: 450px;
    margin-bottom: 0.75rem;
  }

  .ex-lp_product-block-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .ex-lp_product-block-heading .header-xs {
    font-size: 1.25rem;
  }

  .ex-lp_product-block-heading .header-xs strong {
    font-family: HelveticaNeue, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-stretch: expanded;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.6em;
    max-width: 350px;
    display: block;
  }

  @media screen and (max-width: 991px) {
    .ex-lp_product-block-heading .header-xs strong {
      margin: 0 auto;
      max-width: 250px;
    }
  }

  .ex-lp_product-block-heading.is-mobile {
    display: none;
  }

  .ex-lp_quote {
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }

  .ex-lp_quote .header-l {
    margin: 0 auto;
    max-width: 750px;
    font-size: 3rem;
  }

  .ex-lp_quote-details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: stretch;
    margin-top: 2.25rem;
    display: flex;
  }

  .ex-lp_quote-stars {
    border-left: 1px solid #000;
  }

  .ex-lp_quote-stars-svg {
    height: 1rem;
  }
  .ex-lp_quote-name {
    margin-bottom: 0;
    line-height: 1;
  }

  .ex-lp_nav {
    display: none;
  }
  .ex-lp_product-block-paragraph p:not(:last-child) {
    margin-bottom: 1rem;
  }

  @media screen and (max-width: 991px) {
    .ex-lp_product-block-paragraph em {
      font-size: 0.875em;
    }
  }

  /* Product Columns Styles */
  .ex-lp_product-cols-heading {
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 1.35rem;
    font-weight: 500;
    font-family: 'HelveticaNeue', Arial, Helvetica, sans-serif;
    font-stretch: expanded;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .ex-lp_product-cols-wrapper {
    min-width: 100%;
    order: 99;
  }

  .ex-lp_product-cols {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .ex-lp_product-col {
    text-align: center;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    max-width: 20rem;
    display: flex;
  }
  
  .ex-lp_product-col .header-l {
    font-size: 3.5rem;
  }

  .ex-lp_product-col > p {
    font-family: 'HelveticaNeue', Arial, Helvetica, sans-serif;
    font-size: 0.95rem;
    font-stretch: expanded;
    letter-spacing: 0.01em;
    line-height: 1.025;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0.5rem;
  }

  .ex-lp_product-col strong {
    font-family: HelveticaNeue, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-stretch: unset;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  
  .ex-lp_product-col .ex-lp_col-divider {
    background-color: #000;
    width: 50%;
    max-width: 50%;
    height: 1px;
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
    display: none;
  }

  .ex-lp_fact-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .ex-lp_fact-banner .ex-lp_bg-img,
  .ex-lp_fact-banner .ex-lp_bg-img_mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }

  .ex-lp_fact-banner-content {
    padding: max(2.5rem, 3.5vw) 0;
    position: relative;
    z-index: 1;
    color: white;
  }

  .ex-lp_fact-banner-title {
    font-family: 'HelveticaNeue', Arial, Helvetica, sans-serif;
    font-size: 1.35rem;
    font-weight: 500;
    font-stretch: expanded;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
  }

  @media screen and (max-width: 991px) {
    .ex-lp_fact-banner-title {
      font-size: 1rem;
      margin-bottom: 0.5rem;
    }
  }

  .ex-lp_fact-banner-caption {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  @media screen and (max-width: 991px) {
    .ex-lp_fact-banner-caption {
      font-size: 1rem;
    }
  } 

  @media screen and (max-width: 991px) {
    .ex-lp_content .header-s {
      font-size: 1.25rem;
    }
    .ex-lp_richtext {
      padding-top: 2.5rem;
      padding-bottom: 2rem;
    }
    .ex-lp_richtext .header-m {
      font-size: 22px;
      line-height: 1.1;
    }
    .ex-lp_layout {
      justify-content: center;
      align-items: flex-end;
      min-height: 80svh;
    }
    .ex-lp_col-section {
      padding-top: 0rem;
    }
    .ex-lp_col .header-l {
      font-size: 2.5rem;
    }
    .ex-lp_product-col .header-l {
      font-size: 2.5rem;
    }
    .ex-lp_wysiwyg-main-content {
      flex-flow: column;
    }

    .ex-lp_wysiwyg-img-wrapper {
      width: 100%;
      max-width: 100%;
    }

    .ex-lp_wysiwyg-facts {
      justify-content: center;
      align-items: center;
    }

    .ex-lp_banner {
      text-align: center;
    }

    .ex-lp_banner-text {
      justify-content: center;
      align-items: center;
      min-width: 100%;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-top: 8vw;
      padding-right: 0;
      grid-row-gap: 0.5rem;
    }

    #ex-banner2 .ex-lp_banner-text {
      padding-top: 3.5rem;
    }

    .ex-lp_banner-img {
      object-position: 50% 50%;
    }

    .ex-lp_nav {
      grid-column-gap: 5%;
      grid-row-gap: 1.25rem;
      text-align: center;
      background-color: #000;
      flex-flow: row;
      justify-content: center;
      align-items: center;
      padding: 1rem;
      display: flex;
      font-family: 'HelveticaNeue', Arial, Helvetica, sans-serif;
      font-weight: 500;
      font-stretch: expanded;
      letter-spacing: 0.1em;
      font-size: 0.75rem;
      text-transform: uppercase;
      line-height: 1;
      color: #fff;
      position: sticky;
      top: 100px;
      z-index: 3;
    }
    
    .ex-lp_nav a {
      text-decoration: none;
      color: #fff;
      transition: all 0.3s ease;
    }
    
    .ex-lp_nav a:hover {
      text-decoration: underline;
    }
    
    .ex-lp_nav a.active {
      text-decoration: underline;
    }
  }

  @media screen and (max-width: 767px) {
    .ex-lp_container .header-l {
      font-size: 2rem;
    }
    .ex-lp_content .header-xl {
      font-size: 2.5rem;
    }
    .ex-lp_richtext {
      padding-bottom: 2rem;
    }

    .ex-lp_col-section {
      padding-bottom: 4rem;
    }

    .ex-lp_col {
      grid-column-gap: 0.5rem;
      grid-row-gap: 0.5rem;
    }

    .ex-lp_product-col {
      grid-column-gap: 0.5rem;
      grid-row-gap: 0.5rem;
    }

    .ex-lp_col-divider {
      display: none;
    }

    .ex-lp_product-col .ex-lp_col-divider {
      display: none;
    }

    .ex-lp_wysiwyg {
      overflow: hidden;
      padding-top: 2rem;
    }

    .ex-lp_wysiwyg-main-content {
      margin-top: 2.5rem;
    }

    .ex-lp_wysiwyg-facts {
      border-bottom: 1px solid #000;
      padding-bottom: 3rem;
    }

    .ex-lp_wysiwyg-img {
      margin-left: calc(-1 * var(--padding-global));
      width: 100vw;
      max-width: 100vw;
    }

    .ex-lp_checklist {
      padding-top: 1.5rem;
    }

    .ex-lp_banner-content {
      flex-flow: column;
    }

    .ex-lp_product-blocks {
      padding-top: 2rem;
    }

    .ex-lp_product-block {
      grid-column-gap: 2rem;
      grid-row-gap: 1.25rem;
      text-align: center;
      flex-flow: column;
      margin-bottom: 0;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }

    /* Add divider between product blocks but not after the last one (mobile) */
    .ex-lp_product-block:not(:last-child) {
      border-bottom: 1px solid #000;
    }
    .ex-lp_product-block:nth-child(even) {
      flex-direction: column;
    }
    .ex-lp_product-block-img {
      order: 2;
      margin-bottom: -1.25rem;
    }

    .ex-lp_product-block-content {
      order: 3;
      max-width: 100%;
    }

    .ex-lp_product-block-heading {
      display: none;
    }

    .ex-lp_product-block-heading.is-mobile {
      order: 1;
      display: block;
    }

    .ex-lp_quote {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .ex-lp_wysiwyg .header-l {
      max-width: 24rem;
      margin: 0 auto;
    }
    .ex-lp_wysiwyg-fact-img {
      height: 2.75rem;
    }
    .ex-lp_checklist-content .header-s {
      font-size: 1rem;
      letter-spacing: 0;
      line-height: 1.25;
    }
    .ex-lp_checklist-icon {
      height: 1.25rem;
    }
    .ex-lp_checklist_item .header-m {
      font-size: 0.75rem;
    }
    .ex-lp_checklist_list {
      display: grid;
      max-width: 20rem;
      margin: 2.5rem auto 0 auto;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 1rem;
      grid-row-gap: 2rem;
    }
    .ex-lp_checklist .header-l {
      font-size: 2rem;
      max-width: 20rem;
      margin: 0 auto;
    }
    .ex-lp_checklist {
      padding-bottom: 2rem;
    }
    .ex-lp_banner-text .header-xl {
      font-size: 2.25rem;
    }
    .ex-lp_product-blocks {
      padding: 0;
    }
    .ex-lp_product-block-heading .header-l {
      font-size: 2.25rem;
      margin-bottom: 1.25rem;
    }
    .ex-lp_product-block-img {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
    .ex-lp_product-block-content {
      align-items: center;
    }
    .ex-lp_product-block-content {
      grid-row-gap: 1.25rem;
    }
    .ex-lp_quote .header-l {
      font-size: 2rem;
    }
    .ex-lp_quote {
      padding-top: 1.25rem;
    }
    .ex-lp_col {
      max-width: 100%;
    }
    .ex-lp_product-cols-heading {
      margin-bottom: 1.5rem;
      font-size: 1rem;
    }
    .ex-lp_product-col > p {
      font-size: 0.75rem;
    }
    .ex-lp_product-col {
      gap: 0.25rem;
      min-width: 150px;
    }
    .ex-lp_product-cols {
      column-gap: 1rem;
      padding: 0 2.5%;
    }
    .ex-lp_product-cols-wrapper {
      margin-top: 1rem;
    }
  }

  @media screen and (max-width: 479px) {
    .ex-lp_nav {
      font-size: 10px;
    }
    .ex-lp_nav > a {
      width: 80px;
      flex: 1;
    }
  }

  /* Popup Styles */
  .ex-popup-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
  }

  .ex-popup-backdrop.hidden {
    display: none !important;
  }

  .ex-popup-modal {
    background-color: white;
    max-width: 90%;
    width: 800px;
    height: 85vh;
    position: relative;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
  }

  @media screen and (max-width: 767px) {
    .ex-popup-modal {
      max-width: 95%;
      height: 90vh;
    }
  }

  .ex-popup-header {
    position: relative;
  }

  .ex-popup-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
  }

  .ex-popup-close:hover {
    opacity: 0.7;
  }

  .ex-popup-close svg {
    width: 20px;
    height: 20px;
    stroke: #000;
    stroke-width: 2.5px;
  }

  @media screen and (max-width: 767px) {
    .ex-popup-close {
      top: 1rem;
      right: 1rem;
    }
    
    .ex-popup-close svg {
      width: 18px;
      height: 18px;
    }
  }

  .ex-popup-scroll {
    flex-grow: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ex-popup-content {
    padding: 5rem 3rem 3rem;
  }

  @media screen and (max-width: 767px) {
    .ex-popup-content {
      padding: 4rem 1.5rem;
    }
  }

  .ex-popup-accordion .accordion__item {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
  }

  .ex-popup-accordion .accordion__item:last-child {
    border-bottom: none;
  }

  .ex-popup-accordion .accordion-title {
    font-size: 1.125rem;
    padding: 1.25rem 2rem 1.25rem 0;
    text-align: left;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    line-height: 1.3;
  }

  @media screen and (max-width: 767px) {
    .ex-popup-accordion .accordion-title {
      font-size: 1rem;
      padding: 1rem 2rem 1rem 0;
    }
  }

  .ex-popup-accordion .accordion-title::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: 400;
    transition: transform 0.3s ease;
  }

  .ex-popup-accordion .accordion__item[data-open="true"] .accordion-title::after {
    content: '−';
  }

  .ex-popup-accordion .accordion__description {
    line-height: 1.6;
    color: #333;
    overflow: hidden;
  }

  .ex-popup-accordion .accordion__description-inner {
    padding-bottom: 1.25rem;
  }

  .ex-popup-accordion .accordion__description p {
    margin-bottom: 0.75rem;
  }

  .ex-popup-accordion .accordion__description p:last-child {
    margin-bottom: 0;
  }
/* END_SECTION:exfoliation-lp */

/* START_SECTION:footer (INDEX:41) */
.footer--featured-logo {
    grid-column: 1;
    grid-row: 2;
    margin-top: 2rem;
  }
  .footer_link {
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 400;
    font-family: 'HelveticaNeue', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.5rem 0;
    white-space: nowrap;
  }
  @media (max-width: 768px) {
    .footer--featured-logo {
      grid-column: 1;
      grid-row: 4;
      width: 1.25rem;
      margin-top: 0.75rem;
    }
    .footer_link {
      width: 100%;
      text-align: left;
      display: block; 
      padding: 0.75rem 0;
    }
  }
  .footer__social-links > a {
    display: none;
  }
  @media (max-width: 1024px) {
    .footer--featured-logo {
      margin-bottom: 1.5rem;
    }
  }
  .footer_bottom {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    font-size: 0.625rem;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-align: center;
    margin-bottom: 0;
    font-family: var(--font-body-family);
  }

  @media (min-width: 768px) {
    .footer_bottom {
      text-align: left;
      justify-content: space-between;
      align-items: center;
    }
  }

  @media (min-width: 1024px) {
    .footer_bottom {
      flex-direction: row;
      padding-top: 1.75rem;
      border-top: 1px solid white;
    }
  }
  /* Mobile-only accordion for footer link lists */
  .footer__nav-links-accordion {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer-accordion-item {
    border-bottom: 1px solid currentColor;
    padding: 0.75rem 0 0.5rem 0;
  }
  .footer-accordion-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    list-style: none;
  }
  .footer-accordion-summary::-webkit-details-marker {
    display: none;
  }
  .footer-accordion-item[open] .footer-accordion-arrow {
    transform: rotate(180deg);
  }
  .footer-accordion-panel {
    padding: 0.5rem 0;
    list-style: none;
    margin: 0;
  }
  /* Visibility control: show accordion on mobile, desktop shows original list */
  @media (max-width: 768px) {
    .footer__nav-links-ul {
      display: none !important;
    }
    .footer__nav-links-accordion {
      display: block;
    }
  }
  @media (min-width: 769px) {
    .footer__nav-links-accordion {
      display: none !important;
    }
  }
/* END_SECTION:footer */

/* START_SECTION:header-new (INDEX:47) */
.mega-menu__close {
    position: absolute;
    width: 1px; 
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .mega-menu-desktop-lists-wrapper {
    display: flex;
    flex-direction: column;
    column-gap: 0;
    row-gap: 0.25rem;
  }
  .mega-menu-desktop-list-with-children:not(:has(*)),
  .mega-menu-desktop-blocks:not(:has(*)) {
    display: none;
  }
  .mega-menu-desktop-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding-bottom: 1rem;
  }
  .mega-menu-desktop-list {
    white-space: nowrap;
    min-width: 150px;
  }
  .mega-menu-desktop-list a {
    padding: 0.25rem 4rem 0.25rem 0;
    display: block;
    cursor: pointer;
  }
  .mega-menu-desktop-list-title {
    padding: 0.35rem 4rem 0.35rem 0;
    display: block;
  }
  .mega-menu-desktop-list a:hover,
  .mega-menu-desktop-list a:focus {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(0, 0, 0, 0.25);
  }
  .mega-menu-desktop-list a .nav-milano,
  .mega-menu-desktop-list-title .nav-milano {
    line-height: 0.75em;
  }
  [data-grandchildren-list].active {
    opacity: 1;
    transition: none;
  }
  [data-grandchildren-list] {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  @media (max-width: 1023px) {
    .desktop-menu {
      display: none;
    }
    .mobile-menu {
      display: block;
    }
  }

  @media (min-width: 1024px) {
    .desktop-menu {
      display: flex;
    }
    .mobile-menu {
      display: none;
    }
  }
  @media (max-width: 1023px) {
    .header__utilities .main-menu__title {
      display: none !important;
    }
  } /*
  .header__utilities .main-menu__title {
    display:flex;
    padding-left: 2.75vw;
    padding-right: 1rem;
  }*/

  .mega-menu .main-menu__title {
    padding: 0;
    display:inline-block;
    margin-bottom:0.5em;
  }

  .main-menu__title img {
    height: 65%;
  }
  .mega-menu-desktop-blocks {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    row-gap: 1rem;
    flex: 1;
    justify-content: flex-end;
    max-width: calc(100% - 450px);
  }

  .mega-menu-block {
    display: block;
    text-decoration: none;
    max-width: 320px;
    width: 100%;
    flex: 1;
    min-width: 200px;
  }

  @media (max-width: 1023px) {
    .mega-menu-block {
      max-width: 100%;
      min-width: 40%;
      margin-bottom: 2.25rem;
      flex: 1;
      text-align: center;
    }
    
    .mega-menu-featured-card {
      display: none;
    }
  }

  .mega-menu-blocks {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10%;
    margin-top: 1.5rem;
    row-gap: 2.25rem;
  }

  .mega-menu-block__image-wrapper {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    margin-bottom: 1rem;
  }

  .mega-menu-block__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .mega-menu-block__title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .mega-menu-block__cta {
    font-size: 0.75rem;
    color: white !important;
    padding: 1rem;
    margin-top: 1rem;
  }
  .mega-menu-open .header .mega-menu-block__cta {
    color: white !important;
  }
  
  /* Featured Card Styles */
  .mega-menu-featured-card {
    display: block;
    text-decoration: none;
    max-width: 320px;
    width: 100%;
    flex: 1;
    min-width: 200px;
    text-align: center;
    order: 999;
  }
  
  .mega-menu-featured-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  
  .mega-menu-featured-card__image-wrapper {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    margin-bottom: 1rem;
  }
  
  .mega-menu-featured-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .mega-menu-featured-card__title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-family: 'F37Caslon', Arial, Helvetica, sans-serif;
    font-weight: 400;
  }
  
  .mega-menu-featured-card__subtitle {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    font-family: 'Matter', Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.4;
  }
  
  .mega-menu-featured-card__cta {
    font-size: 0.75rem;
    color: white !important;
    padding: 1rem;
    margin-top: 1rem;
    display: inline-block;
    background-color: #000;
    text-transform: uppercase;
    font-family: 'HelveticaNeue', Arial, Helvetica, sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  
  .mega-menu-featured-card:hover .mega-menu-featured-card__cta,
  .mega-menu-featured-card:focus .mega-menu-featured-card__cta {
    background-color: #333;
  }
  
  .mega-menu-featured-card:hover .mega-menu-featured-card__link,
  .mega-menu-featured-card:focus .mega-menu-featured-card__link {
    text-decoration: none;
  }
  
  .mega-menu-featured-card__image-wrapper {
    overflow: hidden;
  }
  
  .mega-menu-featured-card__title {
    color: #000;
    font-weight: 500;
  }
  
  .mega-menu-featured-card__subtitle {
    color: #666;
  }
  .mega-menu-desktop-layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  /* Desktop mega menu - override display:none from bundle.css */
  @media (min-width: 1024px) {
    .header .mega-menu[data-mega-menu] {
      display: none;
      pointer-events: none;
    }
    .mega-menu-open .header .mega-menu[data-mega-menu].active {
      display: block;
      pointer-events: auto;
    }
  }
  .mega-menu-open .header .moile-menu ul li {
    font-family: F37Caslon, Arial, Helvetica, sans-serif;
    width: 100%;
    margin-bottom: 1rem;
  }
  .mobile-menu {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .submenu-page {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f2ede3;
    z-index: 2;
    transition: transform 0.3s ease;
    transform: translateX(0);
    overflow: scroll;
    padding: 2rem 1.55rem 25vh 1.55rem;
  }
  .submenu-page.hidden {
    display: block;
    visibility: hidden;
  }
  .submenu-page.active {
    transform: translateX(-100%);
    visibility: visible;
  }
  .submenu-back-trigger {
    display: flex;
    position: relative;
    padding-bottom: 1rem;
  }
  .mega-menu-open .header .main-menu ul li.submenu-back {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 0;
  }
  .mega-menu-products-slider {
    width: 100%;
  }

  .mega-menu-products-slider .swiper {
    width: 100%;
  }
  .mega-menu-products-slider .swiper-slide figure > div {
    transform: scale(0.875);
    transform-origin: top left;
  }
  .mega-menu-products-cta {
    text-align: center;
    margin: 0 auto;
  }

  .mega-menu-products-cta__link {
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 0.875rem;
    font-weight: 500;
    font-family: 'HelveticaNeue', Arial, Helvetica, sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-stretch: expanded;
  }
  .mega-menu-product-card__title {
    text-align: center;
    text-wrap: balance;
  }
  .mega-menu-product-card__title h4 > *:first-child {
    font-family: 'F37Caslon', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.125;
    margin-bottom: 0.125em;
  }
  .mega-menu-product-card__title h4 > *:nth-child(2) {
    font-family: Matter, Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.125;
  }
  .mega-menu-product-card__footer-tag {
    font-size: 10px;
    font-weight: 600;
    font-family: 'Matter', Arial, Helvetica, sans-serif;
    padding:2px 4px;
    display: inline-block;
    margin-top: 0.5rem;
    background-color: #FBF8F1;
  }
  /* ---------- Mobile dropdown (details) ---------- */
  .mobile-menu summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    padding: 0;
    width: 100%;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu summary .arrow {
    transition: opacity 0.3s ease;
    font-weight: 300;
    line-height: 2.65;
  }
  details[open] > summary .arrow {
    opacity: 1;
  }
  .mobile-submenu {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
  }
  .mobile-submenu li:first-child {
    margin-top: 0.5rem;
  }
  .mobile-submenu li:last-child {
    margin-bottom: 0;
  }
  .mobile-submenu .main-menu__title {
    font-family: 'Matter', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    text-transform: unset;
  }
  .mobile-submenu li a {
    margin: 0;
    padding: 0.25rem 1rem;
    border: none;
  }
/* END_SECTION:header-new */

/* START_SECTION:hero-alt (INDEX:48) */
@media screen and (max-width:767px) {
  .hero__header-text.m-right-btn {
    display:grid;
    column-gap:1rem;
  }
  .hero__header-text.m-right-btn > *:not(.button) {grid-column:1}
  .hero__header-text.m-right-btn .button {grid-column:2;margin-top:auto;}

}

  .hero__header[data-text-position="top-left"] {
      align-items: flex-start;
      justify-content: flex-start;
    }
    .hero__header[data-text-position="top-center"] {
      align-items: center;
      justify-content: flex-start;
    }
    .hero__header[data-text-position="top-right"] {
      align-items: flex-end;
      justify-content: right;
    }

    .hero__header[data-text-position="center-left"] {
      justify-content: center;
    }
    .hero__header[data-text-position="center-center"] {
      justify-content: center;
      align-items: center;
    }
    .hero__header[data-text-position="center-right"] {
      justify-content: center;
      align-items: flex-end;
    }

    .hero__header[data-text-position="bottom-left"] {}
    .hero__header[data-text-position="bottom-center"] {
      align-items: center;
    }
    .hero__header[data-text-position="bottom-right"] {
      align-items: flex-end;
    }

    .hero-caption {
      font-size: 1.25rem;
    }
     .hero-text {
        margin-bottom: 1.5rem;
      }
     @media(max-width: 768px) {
        .hero-text {
          margin-bottom: 1rem;
        }
      }
    @media(max-width: 639px) {
        .hero-text {
          font-size: 2.25rem;
        }
      }
    .hero__header {
          -webkit-box-align:start;
          -ms-flex-align:start;
          -webkit-box-pack:end;
          -ms-flex-pack:end;
          align-items:flex-start;
          justify-content:flex-end;z-index:9
        }
    
      .hero .swiper-pagination-bullet-active { 
        background:#fff
      }
      
      .hero .swiper-slide,.hero .swiper-wrapper { 
        height:100%!important
       }
/* END_SECTION:hero-alt */

/* START_SECTION:home-hero (INDEX:50) */
/* Hide all video controls including in low power mode */
.hero video::-webkit-media-controls,
      .hero video::-webkit-media-controls-overlay-play-button,
      .hero video::-webkit-media-controls-play-button,
      .hero video::-webkit-media-controls-timeline,
      .hero video::-webkit-media-controls-current-time-display,
      .hero video::-webkit-media-controls-time-remaining-display,
      .hero video::-webkit-media-controls-time-remaining-display,
      .hero video::-webkit-media-controls-mute-button,
      .hero video::-webkit-media-controls-toggle-closed-captions-button,
      .hero video::-webkit-media-controls-volume-slider,
      .hero video::-webkit-media-controls-fullscreen-button,
      .hero video::-webkit-media-controls-panel {
        display: none !important;
        opacity: 0 !important;
      }
@media screen and (max-width:767px) {
  .hero__header-text.m-right-btn {
    display:grid;
    column-gap:1rem;
  }
  .hero__header-text.m-right-btn > *:not(.button) {grid-column:1}
  .hero__header-text.m-right-btn .button {grid-column:2;margin-top:auto;}

}
@media screen and (min-width:768px) {

  .hero__header[data-text-position="top-left"] {
      align-items: flex-start;
      justify-content: flex-start;
    }
    .hero__header[data-text-position="top-center"] {
      align-items: center;
      justify-content: flex-start;
    }
    .hero__header[data-text-position="top-right"] {
      align-items: flex-end;
      justify-content: right;
    }

    .hero__header[data-text-position="center-left"] {
      justify-content: center;
    }
    .hero__header[data-text-position="center-center"] {
      justify-content: center;
      align-items: center;
    }
    .hero__header[data-text-position="center-right"] {
      justify-content: center;
      align-items: flex-end;
    }

    .hero__header[data-text-position="bottom-left"] {}
    .hero__header[data-text-position="bottom-center"] {
      align-items: center;
    }
    .hero__header[data-text-position="bottom-right"] {
      align-items: flex-end;
    }
  }
    .hero-caption {
      font-size: 1.25rem;
    }
     .hero-text {
        margin-bottom: 1.5rem;
      }
     @media(max-width: 768px) {
        .hero-text {
          margin-bottom: 1rem;
        }
      }
    @media(max-width: 639px) {
        .hero-text {
          font-size: 2.25rem;
        }
      }
    .hero__header {
          -webkit-box-align:start;
          -ms-flex-align:start;
          -webkit-box-pack:end;
          -ms-flex-pack:end;
          align-items:flex-start;
          justify-content:flex-end;z-index:9
        }
    
      .hero .swiper-pagination-bullet-active { 
        background:#fff
      }
      
      .hero .swiper-slide,.hero .swiper-wrapper { 
        height:100%!important
       }
/* END_SECTION:home-hero */

/* START_SECTION:image-quote-slider (INDEX:52) */
.iqs .swiper,
  .iqs .swiper-container {
    touch-action: pan-x pan-y;
    -ms-touch-action: pan-x pan-y;
  }
  .iqs__swiper {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .iqs__swiper-wrap {
    min-width: 0;
  }
  .iqs__item {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .iqs__image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .iqs__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .iqs__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .iqs__placeholder svg {
    max-width: 100px;
    max-height: 100px;
  }

  /* Quote area */
  .iqs__quotes {
    text-align: center;
    position: relative;
    padding-top: 2rem;
  }
  .iqs__quotes-icon {
    display: inline-block;
    width: 2rem;
    margin-bottom: 1.5rem;
  }
  .iqs__quotes-icon-img {
    width: 100%;
    height: auto;
    display: block;
  }
  .iqs__quote {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    pointer-events: none;
  }
  .iqs__quote:first-of-type {
    position: relative;
  }
  .iqs__quote--active {
    opacity: 1;
    visibility: visible;
    position: relative;
    pointer-events: auto;
  }
  .iqs__quote-text {
    max-width: 100%;
    margin: 0 auto 1rem;
    text-wrap: balance;
  }
  .iqs__quote-attribution {
    margin-top: 2rem;
  }

  @media (max-width: 749px) {
    .iqs__quote-attribution h2 {
      font-size: calc(1.3rem - 4px);
    }
  }

  @media (max-width: 749px) {
    .iqs__quotes-icon {
      width: 1.5rem;
    }
    .iqs__quote-text {
      max-width: 89%;
    }
  }

  /* Grid layout styles */
  @media (min-width: 750px) {
    .iqs--grid-desktop.iqs__swiper {
      overflow: visible !important;
    }
    .iqs--grid-desktop .swiper-wrapper {
      transform: none !important;
      display: grid !important;
      grid-template-columns: repeat(var(--desktop-columns, 4), 1fr);
      gap: 30px;
      width: 100%;
    }
    .iqs--grid-desktop .swiper-slide {
      width: 100% !important;
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
  }

  @media (max-width: 749px) {
    .iqs--grid-mobile.iqs__swiper {
      overflow: visible !important;
    }
    .iqs--grid-mobile .swiper-wrapper {
      transform: none !important;
      display: grid !important;
      grid-template-columns: repeat(var(--mobile-columns, 2), 1fr);
      gap: 16px;
      width: 100%;
    }
    .iqs--grid-mobile .swiper-slide {
      width: 100% !important;
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
  }

  /* When swiper is enabled */
  @media (min-width: 750px) {
    .iqs__swiper:not(.iqs--grid-desktop) .swiper-wrapper {
      display: flex !important;
      transform: translate3d(0, 0, 0);
      grid-template-columns: none !important;
      gap: 0 !important;
    }
  }
  @media (max-width: 749px) {
    .iqs__swiper:not(.iqs--grid-mobile) .swiper-wrapper {
      display: flex !important;
      transform: translate3d(0, 0, 0);
      grid-template-columns: none !important;
      gap: 0 !important;
    }
  }

  /* Dynamic column counts */
  .iqs__swiper[data-desktop-columns='1'] { --desktop-columns: 1; }
  .iqs__swiper[data-desktop-columns='2'] { --desktop-columns: 2; }
  .iqs__swiper[data-desktop-columns='3'] { --desktop-columns: 3; }
  .iqs__swiper[data-desktop-columns='4'] { --desktop-columns: 4; }
  .iqs__swiper[data-desktop-columns='5'] { --desktop-columns: 5; }
  .iqs__swiper[data-desktop-columns='6'] { --desktop-columns: 6; }
  .iqs__swiper[data-mobile-columns='1'] { --mobile-columns: 1; }
  .iqs__swiper[data-mobile-columns='2'] { --mobile-columns: 2; }
  .iqs__swiper[data-mobile-columns='3'] { --mobile-columns: 3; }
/* END_SECTION:image-quote-slider */

/* START_SECTION:image-slider (INDEX:56) */
#shopify-section-image-slider {
    max-width: 100%;
  }
  .image-slider .swiper,
  .image-slider .swiper-container {
    touch-action: pan-x pan-y;
    -ms-touch-action: pan-x pan-y;
  }
  .image-slider .swiper.swiper-vertical,
  .image-slider .swiper-container.swiper-container-vertical {
    touch-action: pan-y;
    -ms-touch-action: pan-y;
  }
  .image-slider__heading {
    grid-row: 1;
    grid-column: 1;
  }
  .image-slider__heading:not(:has(*)),
  .image-slider__cta:not(:has(*)) {
    display: none;
  }
  .image-slider__cta {
    grid-row: 1;
    grid-column: 2;
    justify-self: end;
  }
  .image-slider__swiper-wrap {
    grid-row: 2;
    grid-column: 1 / -1;
    min-width: 0;
  }
  .image-slider__swiper {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .image-slider__item {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .image-slider__image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .image-slider__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .image-slider__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .image-slider__placeholder svg {
    max-width: 100px;
    max-height: 100px;
  }
  .image-slider__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 1rem;
    text-align: center;
  }
  @media (max-width: 749px) {
    .image-slider__heading {
      grid-row: 1;
      grid-column: 1;
      text-align: center;
    }
    .image-slider__swiper-wrap {
      grid-row: 2;
      grid-column: 1;
      max-width: 100%;
      width: 100%;
      min-width: 0;
    }
    .image-slider__swiper {
      width: 100%;
      max-width: 100%;
      min-width: 0;
    }
    .image-slider__cta {
      grid-row: 3;
      grid-column: 1;
      justify-self: center;
    }
  }

  /* Grid layout styles - only apply when swiper is disabled for the specific viewport */

  /* Desktop grid styles */
  @media (min-width: 750px) {
    .image-slider--grid-desktop.image-slider__swiper {
      overflow: visible !important;
    }

    .image-slider--grid-desktop .swiper-wrapper {
      transform: none !important;
      display: grid !important;
      grid-template-columns: repeat(var(--desktop-columns, 4), 1fr);
      gap: 30px;
      width: 100%;
    }

    .image-slider--grid-desktop .swiper-slide {
      width: 100% !important;
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
  }

  /* Mobile grid styles */
  @media (max-width: 749px) {
    .image-slider--grid-mobile.image-slider__swiper {
      overflow: visible !important;
    }

    .image-slider--grid-mobile .swiper-wrapper {
      transform: none !important;
      display: grid !important;
      grid-template-columns: repeat(var(--mobile-columns, 2), 1fr);
      gap: 16px;
      width: 100%;
    }

    .image-slider--grid-mobile .swiper-slide {
      width: 100% !important;
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
  }

  /* When swiper is enabled, ensure proper styles */
  @media (min-width: 750px) {
    .image-slider__swiper:not(.image-slider--grid-desktop) .swiper-wrapper {
      display: flex !important;
      transform: translate3d(0, 0, 0);
      grid-template-columns: none !important;
      gap: 0 !important;
    }
  }

  @media (max-width: 749px) {
    .image-slider__swiper:not(.image-slider--grid-mobile) .swiper-wrapper {
      display: flex !important;
      transform: translate3d(0, 0, 0);
      grid-template-columns: none !important;
      gap: 0 !important;
    }
  }

  /* Dynamic column counts */
  .image-slider__swiper[data-desktop-columns='1'] {
    --desktop-columns: 1;
  }
  .image-slider__swiper[data-desktop-columns='2'] {
    --desktop-columns: 2;
  }
  .image-slider__swiper[data-desktop-columns='3'] {
    --desktop-columns: 3;
  }
  .image-slider__swiper[data-desktop-columns='4'] {
    --desktop-columns: 4;
  }
  .image-slider__swiper[data-desktop-columns='5'] {
    --desktop-columns: 5;
  }
  .image-slider__swiper[data-desktop-columns='6'] {
    --desktop-columns: 6;
  }

  .image-slider__swiper[data-mobile-columns='1'] {
    --mobile-columns: 1;
  }
  .image-slider__swiper[data-mobile-columns='2'] {
    --mobile-columns: 2;
  }
  .image-slider__swiper[data-mobile-columns='3'] {
    --mobile-columns: 3;
  }
/* END_SECTION:image-slider */

/* START_SECTION:insta-section (INDEX:58) */
.insta-section {
    overflow: hidden;
  }
  .insta-section .button {
    margin-top: 0 !important;
  }
  .insta-section .insta-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .insta-section .insta__cta .button {
    display: inline-flex;
  }
  .insta-section .swiper-container {
    width: 100%;
    margin: 0 auto;
  }
  .insta-section .swiper-wrapper {
    display: flex;
    align-items: center;
  }
  .insta-section .swiper-slide {
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
  }
  .insta-section .swiper-slide a img {
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  @media (max-width: 749px) {
    .insta-section .insta-header {
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
    }
    .insta-section .insta__cta .button {
      display: inline-flex;
    }
  }
/* END_SECTION:insta-section */

/* START_SECTION:media-text (INDEX:74) */
/* Existing base styles unchanged */
  .media-text_content {
    align-content: start;
    align-items: start;
    display: flex;
    flex-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-content: start;
    justify-items: start;
    max-width: 100%;
    position: relative;
    z-index: 1;
  }
  .text-align-center .media-text_content {
    align-items: center;
  }
  .text-align-right .media-text_content {
    align-items: flex-end;
  }
  .media-text_image {
    border-radius: 1rem;
    margin-top: 0;
    object-fit: cover;
  }
  .media-text_image,
  .media-text_media {
    width: 100%;
  }
  .media-text_heading {
    font-size: 4rem;
  }
  .media-text {
    position: relative;
  }
  .media-text_img {
    height: 100%;
  }
  .media-text_sizer {
    display: flex;
    position: relative;
    min-height: fit-content;
    width: 100%;
    max-width: 100%;
  }
  .media-text_sizer.is-fit {
    height: fit-content;
  }
  /* Desktop-only height overrides for sizer classes */
  @media screen and (min-width: 992px) {
    .media-text_sizer.is-full {
      height: calc(100svh - var(--nav-height));
    }
    .media-text_sizer.is-full .media-text_media,
    .media-text_sizer.is-full .media-text_media img {
      max-height: calc(100svh - var(--nav-height));
      min-height: 100%;
    }
    .media-text_sizer.is-large {
      height: 45rem;
    }
    .media-text_sizer.is-large .media-text_media,
    .media-text_sizer.is-large .media-text_media img {
      max-height: 45rem;
      min-height: 100%;
    }
    .media-text_sizer.is-medium {
      height: 32.5rem;
    }
    .media-text_sizer.is-medium .media-text_media,
    .media-text_sizer.is-medium .media-text_media img {
      max-height: 32.5rem;
      min-height: 100%;
    }
    .media-text_sizer.is-small {
      height: 20rem;
    }
    .media-text_sizer.is-small .media-text_media,
    .media-text_sizer.is-small .media-text_media img {
      max-height: 20rem;
      min-height: 100%;
    }
  }
  .media-text_layout {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: fit-content;
  }
  .media-text_content {
    display: flex;
    gap: 1.75rem;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
  .media-text_layout.top {
    align-items: flex-start;
  }
  .media-text_layout.middle {
    align-items: center;
  }
  .media-text_layout.bottom {
    align-items: flex-end;
  }
  .media-text_layout.spaced {
    align-items: flex-start;
  }
  .media-text_layout.spaced-around {
    align-items: center;
  }
  .media-text_layout.spaced .media-text_content {
    justify-content: space-between;
    align-self: stretch;
  }
  .media-text_layout.spaced-around .media-text_content {
    justify-content: space-around;
    align-self: stretch;
  }
  .media-text_bg-mobile {
    display: none;
  }
  .media-text_bg-desktop,
  .media-text_bg-mobile {
    bottom: 0%;
    height: 100%;
    left: 0%;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    right: 0%;
    top: 0%;
    width: 100%;
  }
  .media-text_media-wrapper,
  .media-text-media {
    position: relative;
    width: 100%;
  }
  .media-text_product > * {
    width: 100%;
  }
  
  /* Hover image styles */
  .media-text_img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
    pointer-events: none;
  }
  
  .media-text_media-wrapper:hover .media-text_img-hover {
    opacity: 1;
  }
  
  /* Video play button styles */
  .media-text .video-with-play-button {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .media-text .video-with-play-button video {
    width: 100%;
    height: 100%;
    display: block;
  }
  @media screen and (max-width: 991px) {
    .media-text_content {
      display: contents;
    }
    .media-text .media-text_content,
    .media-text .media-text_media-wrapper {
      padding-top: 0;
      padding-bottom: 0;
    }

    .media-text .hide-mobile-landscape {
      display: none;
    }
    .media-text .show-mobile-landscape {
      display: block;
    }
    .media-text_layout .media-text_media-wrapper {
      order: unset;
      align-self: unset;
    }
    .media-text_bg-mobile {
      display: block;
    }
    .media-text_layout {
      flex-direction: column;
    }
    .media-text_layout > *,
    .media-text_content,
    .media-text_content > * {
      max-width: 100% !important;
    }
  }
/* END_SECTION:media-text */

/* START_SECTION:pdp-before-after (INDEX:82) */
.b-a-stats_header {
    margin-bottom: 1rem;
  }

  .b-a-stats_content {
    display: flex;
    grid-column-gap: 5%;
    grid-row-gap: 0rem;
  }

  .b-a-stats_visual {
    display: flex;
    flex: 1;
    grid-column-gap: 1.5rem; 
  }

  .b-a-stats_visual-col {
    -ms-grid-row-align: center;
    align-self: center;
    flex: 1;
  }

  .b-a-stats_img-wrapper {
    position: relative;
    margin-bottom: 1.5rem;
  }

  .b-a-stats_stats-wrapper {
    position: relative;
    display: flex;
    width: min(32rem,40vw);
    padding-top: 0px;
    padding-right: 12px;
    padding-left: 1rem;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    flex: 0 0 auto;
  }

  .b-a-stats_stats-layout {
    display: flex;
    overflow: hidden;
    margin-bottom: 0.25rem;
    flex-direction: column;
    justify-content: space-around;
    flex: 1;
    border-style: solid;
    border-width: 1px;
    border-color:rgba(0,0,0,0.25);
  }

  .b-a-stats_stats-header {
    margin-top: -0.5rem;
    padding: 0.25rem 0.75rem;
    -ms-grid-row-align: center;
    align-self: center;
    transform: translate(0px, 50%);
    text-align: center;
  }

  .b-a-stats_disclaimer {
    font-size: 0.65rem;
    text-align: center;
  }

  .b-a-stats_stat {
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1px;
    text-align: center;
  }

  .b-a-stats_stat-num {
    margin-bottom: 0.5rem;
    font-size: 2.75rem;
    line-height: 1;
  }

  .b-a-stats_caption {
    font-size: 0.75rem;
    line-height: 1.4;
    max-width: 11rem;
    margin-left: auto;margin-right:auto;
    min-height:calc(0.75*1.4*2rem);
  }

  .b-a-stats_divider {
    width: 100%;
    height: 1px;
    flex: 0 0 auto;
    background-color:rgba(0,0,0,0.25);
  }
  .b-a-stats_divider:last-child {
  	display:none;
  }
  .b-a-stats_stats-layout {
      display: block;
      overflow: hidden;
      padding-bottom: 1rem;
      justify-content: flex-start;
      flex-wrap: wrap;
      -moz-column-count: 2;
      column-count: 2;
      -moz-column-gap: 0px;
      column-gap: 0px;
      -moz-column-rule: 1px solid rgba(0, 0, 0, 0.25);
      column-rule: 1px solid rgba(0, 0, 0, 0.25);
      padding-top:1.5rem;
    }

    .b-a-stats_stat {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex: 1;
    }

    .b-a-stats_divider {
      display: inline-block;
      width: 100%;
      height: 1px;
    }

    .b-a-stats_divider:nth-child(3n-2) {
    	display:none;
  	}

  @media screen and (max-width: 991px) {
    .b-a-stats_content {
      flex-direction: column;
    }
    
    .b-a-stats_disclaimer {
    margin-top:0rem;
  }

    .b-a-stats_visual {
      flex: 0 0 auto;
      max-width:100%;
    }

    .b-a-stats_stats-wrapper {
      width: 100%;
      padding-right: 0px;
      padding-bottom: 0rem;
      padding-left: 0rem;
    }

    .b-a-stats_stats-layout {
      padding: 2rem 1rem;
      flex-direction: row;
      border-color:rgba(0,0,0,0.25);
    }

    .b-a-stats_stat {
      padding: 0rem 1rem;
      flex:1;
    }

/*     .b-a-stats_divider {
      -ms-grid-row-align: stretch;
      align-self: stretch;
    } */
  }

  @media screen and (max-width: 767px) {
    .b-a-stats_content {
      grid-row-gap: 0rem;
    }
    .b-a-stats_visual {
      grid-column-gap: 1rem;
      padding-bottom: 1rem;
    }

    .b-a-stats_img-wrapper {
      margin-bottom: 1rem;
    }
  }

  @media screen and (max-width: 479px) {
    .b-a-stats_header {
      margin-bottom:0.5rem;
    }
    .b-a-stats_stats-layout {
      padding-left:0rem;
      padding-right:0rem;
    }
    .b-a-stats_stat {
      height:auto;
    }
    .b-a-stats_visual {
      display:flex;
      flex:auto;
      gap:0;
      width:auto;

    }
    .b-a-stats_visual-col {
      flex: auto;
      display:inline-block;
      min-width:60%;
    }

    .b-a-stats_img-wrapper {
      margin-bottom: 0.75rem;
    }

    .b-a-stats_stat-num {
      font-size: 2rem;
    }
  }
/* END_SECTION:pdp-before-after */

/* START_SECTION:pdp-how-to-use (INDEX:84) */
.howtouse_grid {display:flex;column-gap:1.25rem;row-gap:2rem;flex-wrap:nowrap;}
.howtouse_item {max-width:33%;display:flex;gap:1rem;flex-direction:column;flex:1}
@media screen and (max-width: 767px) {
  .howtouse_grid {display:grid;grid-template-columns:1fr 1fr;}
  .howtouse_item {max-width:100%;}
}
@media screen and (max-width: 479px) {
  .howtouse_grid {column-gap:0.75rem;}
}
.howtouse_image-wrapper {position:relative;aspect-ratio:1/1;}
.howtouse_hover-img {display:none;position:absolute;height:100%;width:100%;top:0;left:0;z-index:1;}
.howtouse_image-wrapper:hover .howtouse_hover-img {display:block;}
.howtouse-rich-text .metafield-rich_text_field h1, .howtouse-rich-text .metafield-rich_text_field h2, .howtouse-rich-text .metafield-rich_text_field h3, .howtouse-rich-text .metafield-rich_text_field h4, .howtouse-rich-text .metafield-rich_text_field h5, .howtouse-rich-text .metafield-rich_text_field h6 {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
/* END_SECTION:pdp-how-to-use */

/* START_SECTION:pdp-main (INDEX:86) */
/*Default Global Colors*/
  :root {
    --cfm-font-family: 'Matter-Regular', Arial, Helvetica, sans-serif; /*Add your font family*/
    --cfm-main-bg-color: #ffffff; /* V2 Add Add your Main side drawer background color code */
    --cfm-main-text-color: #000000; /* Add your Main side drawer text color code*/
    --cfm-component-bg-color: #ffffff; /* Add your Main side drawer  Component heading Background color code*/
    --cfm-component-text-color: #000000; /* Add your Main side drawer  Component heading text color code*/
    --cfm-ingredient-text-color: #000000; /* V2 Add your Ingredient Information Modal Text color code */
    --cfm-main-button-text-color: #000000; /* V2 Customize your View Ingredient List Link Text Color */
  }

  .product__heading-lg .metafield-rich_text_field, .product__heading-sm .metafield-rich_text_field {
    display: contents;
  }

  .pdp-add-to-cart-banner {
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
  }
  .pdp-add-to-cart-banner.show {
    transform: translateY(0);
  }

  .pdp-main_product-info square-placement {
    width: fit-content;
    margin: 0 auto;
  }

  /*ADD TO CART MOBILE BANNER*/

  .pdp-add-to-cart-banner {
    display: none;
  }

  recharge-subscription-widget {
    margin-bottom: 1rem;
  }

  /* Custom Subscription Widget Styles */
  .subscription-widget {
    margin-bottom: 1.5rem;
    order: 3;
  }

  .subscription-option {
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    padding: 0.75rem 1.125rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    position: relative;
  }

  .subscription-option:hover {
    border-color: #999;
  }

  .subscription-option--selected:hover {
    border-color: #000;
  }

  .subscription-option--selected {
    border-color: #000;
    border-width: 1.5px;
  }


  .subscription-option--subscribe {
    padding-bottom: 1.25rem;
  }

  .subscription-option__radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .subscription-option__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    position: relative;
  }

  /* Radio button positioned relative to the option container */
  .subscription-option::before {
    content: '';
    position: absolute;
    left: 1rem;
    top: 0.875rem;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
  }

  .subscription-option--selected::before {
    background-color: #000;
    box-shadow: inset 0 0 0 3px #fff;
  }

  /* Padding for simple one-time option (no header) */
  .subscription-option:not(.subscription-option--subscribe) .subscription-option__content {
    padding-left: 1.5rem;
  }

  .subscription-option__content--full {
    flex-direction: column;
    align-items: flex-start;
  }

  .subscription-option__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
  }

  .subscription-option__title {
    font-size: 0.925rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: -1px;
  }

  .subscription-option__discount {
    background-color: #000;
    color: #fff;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 600;
  }

  .subscription-option__price {
    font-size: 0.875rem;
    font-weight: 400;
  }

  .subscription-option--subscribe .subscription-option__price {
    font-weight: 700;
  }

  .subscription-benefits {
    width: 100%;
  }

  .subscription-benefit {
    font-size: 0.875rem;
    color: #333;
  }

  .subscription-frequency {
    width: 100%;
    margin-top: 0.75rem;
  }

  .subscription-frequency__label {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
  }

  .subscription-frequency__buttons {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
  }

  .subscription-frequency__button {
    flex: 1;
    min-width: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 0.25rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .subscription-frequency__button:hover:not(.subscription-frequency__button--selected) {
    background-color: rgba(0, 0, 0, 0.25);
  }

  .subscription-frequency__button--selected {
    background-color: #000;
    color: #fff;
  }

  .subscription-frequency__button-label {
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
  }

  .subscription-frequency__button-discount {
    font-size: 0.75rem;
  }

  @media screen and (max-width: 767px) {
    .pdp-add-to-cart-banner {
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 99;
      position: fixed;
      padding: 1rem 1rem 0.5rem 1rem;
      bottom: 0;
      left: 0;
      right: 0;
      height: auto;
      background-color: white;
      border-top: 1px solid black;
    }
    .pdp-add-to-cart-banner .product_button,
    .pdp-add-to-cart-banner form,
    .pdp-add-to-cart-banner button,
    .pdp-add-to-cart-banner .button {
      width: 100%;
    }
  }

  .ingredient-structure-container {
    margin-top: 15px;
    font-family: inherit !important;
  }

  #cfm-side-drawer {
    z-index: 99999 !important;
    background-color: white;
  }
  .cfm-default-container .cfm-top-panel {
    background-color: white !important;
  }
  #cfm-side-drawer h4 {
    text-align: left !important;
    font-family: F37Caslon, Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important;
  }

  .pdp-main_layout {
    display: flex;
    gap: min(4.5vw, 4rem);
    flex-flow: nowrap;
    width: 100%;
  }

  .pdp-main_product-info {
    width: auto;
    max-width: 36rem;
    margin-right: auto;
    flex: 1;
    padding-right: var(--padding-global);
  }
  .rich-text-pdp {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  #narvar-promise-calculator,
  #narvar-promise-calculator * {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }
  #narvar-promise-calculator svg {
    display: inline-block;
  }
  #narvar-promise-calculator button svg {
    width: 0.5rem !important;
    height: 0.5rem !important;
  }
  #narvar-promise-calculator {
    padding: 0 !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  #narvar-promise-calculator > svg {
    width: 1rem !important;
    height: 1rem !important;
  }
  #narvar-promise-calculator input {
    border-radius: 0.25rem;
    border: 1.5px solid black;
    font-size: 1rem !important;
    padding-left: 0.75rem;
    padding-bottom: 0.25rem;
  }
  #narvar-promise-calculator button[type='submit'] {
    margin-left: 0.5rem;
    width: fit-content;
    border-radius: 0.25rem;
    font-family: 'HelveticaNeue';
    font-stretch: expanded;
  }
  @media (max-width: 767px) {
    .rich-text-pdp,
    #narvar-promise-calculator * {
      font-size: 1rem;
    }
  }

  .rich-text-pdp p {
    margin-bottom: 0.5rem;
  }

  .pdp_main-media,
  .pdp_main-img,
  .media-gallery_thumbnail-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .pdp-main_play-btn {
    position: absolute;
  }

  .media-gallery_swiper-container {
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    touch-action: pan-y pinch-zoom;
  }

  .media-gallery_gallery-top {
    touch-action: pan-y pinch-zoom;
  }

  @media (max-width: 767px) {
    .media-gallery_gallery-top {
      touch-action: pan-x pinch-zoom;
    }
  }

  .media-gallery_swiper-container-wrapper .swiper-slide {
    position: relative;
  }

  @media (min-width: 768px) {
    .media-gallery_swiper-container {
      min-height: 320px;
    }
    .media-gallery_swiper-container.media-gallery_gallery-thumbs {
      padding-bottom: 3rem;
    }
  }

  .media-gallery_swiper-container-wrapper {
    display: flex;
    flex-flow: column nowrap;
    width: calc(111vh - 11rem);
    align-self: flex-start;
    flex: none;
    position: sticky;
    top: 8rem;
    max-width: min(60%, 1000px);
    max-height: 1000px;
    aspect-ratio: 1.11;
    height: auto;
  }
  @media (max-width: 1200px) {
    .media-gallery_swiper-container-wrapper {
      max-width: min(700px, 55vw);
      max-height: min(560px, 44vw);
    }
  }

  @media (max-width: 767px) {
    .media-gallery_swiper-container-wrapper {
      aspect-ratio: unset;
    }
  }

  @media (min-width: 768px) {
    .media-gallery_swiper-container-wrapper {
      flex-flow: row nowrap;
    }
  }

  .media-gallery_swiper-button-next,
  .media-gallery_swiper-button-prev {
    color: #000;
  }
  .media-gallery_swiper-container.media-gallery_gallery-top .swiper-slide:not(.swiper-slide-active) {
    cursor: pointer;
  }

  .media-gallery_swiper-slide {
    text-align: center;
    background-size: cover;
    background-position: center;
    background-color: #ededed;
    /* Center slide content vertically */
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    /* Slide content */
  }

  .media-gallery_gallery-top .media-gallery_swiper-slide img {
    display: block;
    opacity: 0.75;
    transition: 0.25s ease-out 0.1s;
  }

  .media-gallery_gallery-top .media-gallery_swiper-slide.swiper-slide-active img {
    opacity: 1;
  }

  .media-gallery_gallery-top {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1 !important;
  }

  @media (min-width: 768px) {
    .media-gallery_gallery-top {
      width: auto;
      margin-right: 8px;
      flex: 1;
    }
  }

  .media-gallery_gallery-thumbs {
    width: 100%;
    flex: none;
    padding-top: 10px;
    height: 100%;
    align-self: stretch;
  }

  @media (min-width: 768px) {
    .media-gallery_gallery-thumbs {
      padding: 0;
      width: 12%;
    }
  }

  .media-gallery_gallery-thumbs .swiper-wrapper {
    flex-direction: row;
  }

  @media (min-width: 768px) {
    .media-gallery_gallery-thumbs .swiper-wrapper {
      flex-direction: column;
    }
  }

  .media-gallery_gallery-thumbs .swiper-slide {
    width: 25%;
    flex-flow: row nowrap;
    height: 100%;
    opacity: 0.75;
    cursor: pointer;
  }

  @media (min-width: 768px) {
    .media-gallery_gallery-thumbs .swiper-slide {
      flex-flow: column nowrap;
      width: 100%;
      height: auto;
    }
  }
  .media-gallery_gallery-thumbs .swiper-slide {
    border: 1px solid white;
  }
  .media-gallery_gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid black;
  }

  @media (min-width: 768px) {
    .media-gallery_thumbs-next {
      transition: all 300ms ease;
      position: absolute;
      bottom: 0%;
      height: 3rem;
      margin-bottom: -8px;
      width: 100%;
      background-color: white;
      z-index: 2;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 12px 12px;
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 2L10 12L-4.37114e-07 2L1.775 0.225L10 8.45L18.225 0.225L20 2Z' fill='black'/%3E%3C/svg%3E%0A");
    }
    .media-gallery_thumbs-prev {
      transition: all 300ms ease;
      position: absolute;
      top: 0%;
      height: 3rem;
      width: 100%;
      background-color: white;
      z-index: 2;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 12px 12px;
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='rotate(180, 10, 6)'%3E%3Cpath d='M20 2L10 12L-4.37114e-07 2L1.775 0.225L10 8.45L18.225 0.225L20 2Z' fill='black'/%3E%3C/g%3E%3C/svg%3E%0A");
    }
    .media-gallery_thumbs-next.swiper-button-disabled,
    .media-gallery_thumbs-prev.swiper-button-disabled {
      opacity: 0;
    }
    .media-gallery_swiper-container-wrapper .swiper-pagination {
      display: none;
    }
  }

  @media (max-width: 767px) {
    .pdp-main_layout {
      flex-flow: wrap;
    }
    .media-gallery_swiper-container-wrapper .swiper-pagination {
      display: block;
    }
    .media-gallery_swiper-container-wrapper .swiper-pagination-bullet-active {
      background-color: black;
    }
    .media-gallery_gallery-thumbs {
      height: 25vw;
      display: none;
    }
    .media-gallery_swiper-container-wrapper {
      position: relative;
      top: 0;
      width: 100%;
      max-width: 100%;
      min-height: auto;
      max-height: 100%;
      height: auto;
      display: block;
    }
    .media-gallery_gallery-top {
      position: relative;
      width: 100%;
      height: calc(100vw - 3rem);
      overflow: visible !important;
    }
    .media-gallery_swiper-container-wrapper {
      margin-bottom: 1rem;
    }
    .media-gallery_gallery-top .swiper-slide {
      width: calc(100vw - 3rem);
    }
    .pdp-main_product-info {
      max-width: 100%;
      padding-right: var(--padding-global);
      padding-left: var(--padding-global);
    }
    .product .swiper-horizontal > .swiper-pagination-bullets,
    .product .swiper-pagination-bullets.swiper-pagination-horizontal {
      bottom: -1.5rem;
      transform: scale(0.6);
    }
  }

  @media (max-width: 475px) {
    .pdp-value-props-icons {
      max-width: 30rem;
      justify-content: space-between;
    }
  }

  .variant-message-box {
    margin: -1rem 0 1rem 0;
    padding: 0.75rem 0.5rem 0.75rem 1rem;
    background-color: #000;
    border-radius: 4px;
    color: #fff;
  }
  .variant-message-box p {
    margin: 0;
  }
  .variant-message-box a {
    text-decoration: underline;
  }

  .variant-message-box svg {
    flex-shrink: 0;
  }

  /* Hide recharge subscription widget and variant message box when variant is out of stock */
  .hide-rc-container recharge-subscription-widget,
  .hide-rc-container .variant-message-box {
    display: none !important;
  }

  /* Hide elements when variant is out of stock or waitlisted */
  .pdp-variant-unavailable square-placement,
  .pdp-variant-unavailable .free-shipping-flag,
  .pdp-variant-unavailable .yse-rewards-message,
  .pdp-variant-unavailable recharge-subscription-widget,
  .pdp-variant-unavailable .subscription-widget {
    display: none !important;
  }

  @media (max-width: 767px) {
    .header__inner {
      border-bottom: none !important;
    }
  }

  /* PDP Value Badge */
  .pdp-value-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #000;
    color: #fff;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Matter', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1;
    padding: 0.5rem;
    z-index: 10;
    letter-spacing: 0.02em;
    gap: 0.125rem;
    text-transform: uppercase;
  }

  .pdp-value-badge-value {
    font-size: 1.5em;
    display: block;
  }

  .pdp-value-badge-text {
    font-size: 1em;
  }

  @media (max-width: 767px) {
    .pdp-value-badge {
      width: 4rem;
      height: 4rem;
      font-size: 0.75rem;
      top: 0.75rem;
      right: 0.75rem;
      gap: 0.0625rem;
    }
  }
/* END_SECTION:pdp-main */

/* START_SECTION:press-cards (INDEX:89) */
.press-card .text-button {
    margin-top: auto;
  }
  .press-card-image {
    object-fit: cover;
    width: 100%;
  }

  /* Swiper styles */
  .press-swiper-container {
    position: relative;
    overflow: hidden;
  }

  /* Desktop: show as grid, not slider */
  @media (min-width: 992px) {
    .press-swiper-container .swiper-wrapper {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
      transform: none;
    }

    .press-swiper-container .swiper-slide {
      width: auto;
      margin-right: 0;
    }
  }

  /* Mobile swiper styles */
  @media (max-width: 991px) {
    .press-swiper-container {
      padding-right: 1rem;
    }

    .press-swiper-container .swiper-slide {
      min-width: 300px;
      max-width: 100%;
      height: auto;
    }
  }

  .press-card {
    border-radius: 0;
    overflow: hidden;
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .press-card a {
    display: contents;
  }

  .press-card-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .press-eyebrow {
    color: gray;
    font-size: 1rem;
    margin-bottom: 0.625rem;
    text-transform: uppercase;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  .press-title {
    margin-bottom: 1rem;
  }

  /* Single card: mobile full width capped at 450px */
  @media (max-width: 991px) {
    .press-cards--single {
      padding-right: 0;
    }

    .press-cards--single .swiper-slide {
      width: 100%;
      max-width: 450px;
      min-width: 0;
      margin: 0 auto;
    }
  }

  /* Single card layout: image left, text right */
  @media (min-width: 992px) {
    .press-cards--single .swiper-wrapper {
      display: block;
    }

    .press-cards--single .press-card {
      flex-direction: row;
    }

    .press-cards--single .press-card-image {
      max-width: 350px;
      height: 100%;
      object-fit: cover;
    }

    .press-cards--single .press-card-content {
      flex: 1;
      justify-content: center;
      padding: 2.5rem;
    }

    .press-cards--single .press-eyebrow {
      font-size: 1.25rem;
    }

    .press-cards--single .press-title {
      font-size: 1.75rem;
    }
  }
/* END_SECTION:press-cards */

/* START_SECTION:press-strip (INDEX:92) */
.press-strip {
    overflow: hidden;
  }

  .press-logos-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5%;
    margin-bottom: 4rem;
  }

  .press-logo-item {
    width: 15vw;
    min-width: 100px;
    max-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.25;
    transition: opacity 0.3s ease;
    cursor: pointer;
  }

  .press-logo-item.active {
    opacity: 1;
  }

  .press-logo-image {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .press-content-wrapper {
    text-align: center;
  }

  .press-content-link {
    text-decoration: none;
    color: inherit;
    display: block;
  }
  .press-quote {
    padding-bottom: 1rem;
    text-wrap: balance;
  }

  .press-section-heading {
    margin-bottom: 2rem;
  }

  .press-quote em, .press-quote strong {
    font-weight: 500;
  }

  .press-mobile-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 1rem 1rem 1rem;
    text-wrap: balance;
  }

  .press-mobile-logo {
    width: 175px;
    margin-bottom: 1.5rem;
  }

  .press-mobile-content {
    width: 100%;
  }
  
  .swiper-press-desktop .swiper-slide {
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .swiper-press-desktop .swiper-slide-active {
    opacity: 1;
  }

  .press-strip .swiper-pagination {
    position: relative;
  }
/* END_SECTION:press-strip */

/* START_SECTION:products (INDEX:94) */
#shopify-section-products {
    max-width: 100%;
  }
  .products-carousel .swiper,
  .products-carousel .swiper-container {
    touch-action: pan-x pan-y; /* Allow both horizontal and vertical scrolling */
    -ms-touch-action: pan-x pan-y;
  }
  .products-carousel .swiper.swiper-vertical,
  .products-carousel .swiper-container.swiper-container-vertical {
    touch-action: pan-y;
    -ms-touch-action: pan-y;
  }
  .products-carousel_content-layout {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: baseline;
    row-gap: 2.5rem;
    column-gap: 1rem;
  }
  .products-carousel_content-layout:not(:has(.products-carousel__heading *)):not(:has(.products-carousel__cta *)) {
    display: block;
  }
  .products-carousel__heading {
    grid-row: 1;
    grid-column: 1;
  }
  .products-carousel__heading:not(:has(*)), .products-carousel__cta:not(:has(*)) {
    display: none;
  }
  .products-carousel__cta {
    grid-row: 1;
    grid-column: 2;
    justify-self: end;
  }
  .products-carousel__swiper-wrap {
    grid-row: 2;
    grid-column: 1 / -1;
    min-width: 0;
  }
  .products-carousel__swiper {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  @media (max-width: 749px) {
    .products-carousel_content-layout {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto auto auto;
      align-items: center;
      justify-items: center;
      row-gap: 1.5rem;
    }
    .products-carousel_content-layout:not(:has(.products-carousel__heading *)):not(:has(.products-carousel__cta *)) {
      display: block;
    }
    .products-carousel__heading {
      grid-row: 1;
      grid-column: 1;
      text-align: center;
    }
    .products-carousel__swiper-wrap {
      grid-row: 2;
      grid-column: 1;
      max-width: 100%;
      width: 100%;
      min-width: 0;
    }
    .products-carousel__swiper {
      width: 100%;
      max-width: 100%;
      min-width: 0;
    }
    .products-carousel__cta {
      grid-row: 3;
      grid-column: 1;
      justify-self: center;
    }
  }
  
  /* Grid layout styles - only apply when swiper is disabled for the specific viewport */
  
  /* Desktop grid styles */
  @media (min-width: 750px) {
    .products-carousel--grid-desktop.products-carousel__swiper {
      overflow: visible !important;
    }
    
    .products-carousel--grid-desktop .swiper-wrapper {
      transform: none !important;
      display: grid !important;
      grid-template-columns: repeat(var(--desktop-columns, 4), 1fr);
      gap: 30px;
      width: 100%;
    }
    
    .products-carousel--grid-desktop .swiper-slide {
      width: 100% !important;
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
  }
  
  /* Mobile grid styles */
  @media (max-width: 749px) {
    .products-carousel--grid-mobile.products-carousel__swiper {
      overflow: visible !important;
    }
    
    .products-carousel--grid-mobile .swiper-wrapper {
      transform: none !important;
      display: grid !important;
      grid-template-columns: repeat(var(--mobile-columns, 2), 1fr);
      gap: 16px;
      width: 100%;
    }
    
    .products-carousel--grid-mobile .swiper-slide {
      width: 100% !important;
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
  }
  
  /* When swiper is enabled, ensure proper styles */
  @media (min-width: 750px) {
    .products-carousel__swiper:not(.products-carousel--grid-desktop) .swiper-wrapper {
      display: flex !important;
      transform: translate3d(0, 0, 0);
      grid-template-columns: none !important;
      gap: 0 !important;
    }
  }
  
  @media (max-width: 749px) {
    .products-carousel__swiper:not(.products-carousel--grid-mobile) .swiper-wrapper {
      display: flex !important;
      transform: translate3d(0, 0, 0);
      grid-template-columns: none !important;
      gap: 0 !important;
    }
  }
  
  /* Dynamic column counts */
  .products-carousel__swiper[data-desktop-columns="2"] {
    --desktop-columns: 2;
  }
  .products-carousel__swiper[data-desktop-columns="3"] {
    --desktop-columns: 3;
  }
  .products-carousel__swiper[data-desktop-columns="4"] {
    --desktop-columns: 4;
  }
  .products-carousel__swiper[data-desktop-columns="5"] {
    --desktop-columns: 5;
  }
  .products-carousel__swiper[data-desktop-columns="6"] {
    --desktop-columns: 6;
  }
  
  .products-carousel__swiper[data-mobile-columns="1"] {
    --mobile-columns: 1;
  }
  .products-carousel__swiper[data-mobile-columns="2"] {
    --mobile-columns: 2;
  }
  .products-carousel__swiper[data-mobile-columns="3"] {
    --mobile-columns: 3;
  }
/* END_SECTION:products */

/* START_SECTION:quotes (INDEX:98) */
.quotes_header {
    margin-bottom: 2.75rem;
  }

  .quotes_swiper {
    overflow: hidden;
  }

  .quotes_swiper-wrapper {
    display: flex;
    align-items: stretch;
  }

  .quotes_swiper-slide {
    padding-left: min(2rem,2.5vw);
    padding-right: min(2rem,2.5vw);
    width:calc(100% / 3);
    height:auto;
    display:flex;
    flex-direction:column;
  }

  .quotes_quote {
    margin-bottom: 2.5rem;
    flex:1;
    align-items:center;
    display:flex;
  }

  .quotes_layout {position:relative;}

  .quotes_swiper swiper-button-prev, .quotes_swiper swiper-button-next {
    display:none;
    color:white;
  }

    @media screen and (max-width: 991px) {
      .quotes_swiper swiper-button-prev, .quotes_swiper swiper-button-next {
        display:block;
      }
      .quotes_swiper-slide {
        width:100%;
        min-width:100%;
        flex:0;
        padding-left: 2rem;
        padding-right: 2rem;
      }

    }
/* END_SECTION:quotes */

/* START_SECTION:rewards-hero (INDEX:99) */
.rewards-hero {
    margin-top: var(--nav-height);
    position:relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .rewards-hero_btns {
    margin-top:1.25rem;
    display:flex;
    gap:0.5rem;
  }
  .rewards-hero_btns * {
    min-width:150px;
  }
  .rewards-hero_desktop-img {
    position:absolute;
    width:100%;
    height:100%;
  }
  .rewards-hero_mobile-img {display:none;}
  .rewards-hero_content {
    width:50%;
    padding-top: 4rem;
    padding-bottom:2rem;
    padding-right: 5%;
    padding-left: 5%;
    z-index:1;
    position:relative;
  }
  .rewards-hero_content-inner {
    margin:auto;
    max-width:475px;
    display:flex;
    flex-direction:column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    gap: 1.25rem;
  }

  @media (max-width:767px) {
    .rewards-hero {align-items:flex-start;justify-content:center;max-height:calc(100svh - var(--nav-height) - var(--announcement-spacing));}
    .rewards-hero_desktop-img {display:none;}
    .rewards-hero_mobile-img {display:block;position:absolute;width:100%;height:100%;max-height:none;}
    .rewards-hero_content {padding-top:1rem;padding-bottom:2rem;width:100%;}
    .rewards-hero_content-inner {align-items:center;text-align:center;max-width:100%;gap:0.75rem;text-wrap:balance}
    .rewards-hero_content .header-s {font-size:1.25rem;}
    .rewards-hero_btns {margin-top:0.25rem;flex-direction:column;align-items:center;}
    .rewards-hero_btns * {width:125px;}
  }
/* END_SECTION:rewards-hero */

/* START_SECTION:rewards-how-it-works (INDEX:100) */
.rewards-steps {
    background-color: #e3d6cb;
  }
  .rewards-steps_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    text-align: center;
    padding: 3rem 0rem;
  }
  .rewards-steps_steps {
    display: flex;
    gap: 4vw;
    text-wrap: balance;
  }
  .rewards-steps_step {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    flex: 1;
  }
  .rewards-steps_step-header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .rewards-steps_line-icon {
    height: 1rem;
    width: 1rem;
    flex: none;
  }
  .rewards-steps_line {
    width: 90%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.25);
  }
  @media (max-width: 767px) {
    .rewards-steps_container {
      padding: 2rem 0rem 3rem 0rem;
      gap: 2.5rem;
    }
    .rewards-steps_step-header {
      gap: 0.3em;
    }
    .rewards-steps_step-header br {
      display: none;
    }
    .rewards-steps_steps {
      flex-direction: column;
      width: 100%;
      gap: 3rem;
    }
    .rewards-steps_step br:not(:first-of-type) {
      display: none;
    }
    .rewards-steps_step {
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
    }
    .rewards-steps_step:nth-child(odd) .rewards-steps_line-icon {
      order: 2;
    }
    .rewards-steps_footer {
      margin-top: 1rem;
    }
  }
/* END_SECTION:rewards-how-it-works */

/* START_SECTION:rewards-perks-table (INDEX:102) */
.rpt {
    padding: 3rem 0;
  }
  .rpt_container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .rpt_heading {
    text-align: center;
    margin-bottom: 2.5rem;
  }

  /* Desktop Table */
  .rpt_table-desktop {
    width: 100%;
    overflow-x: auto;
  }
  .rpt_table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    text-wrap: balance;
  }
  .rpt_table-corner {
    width: 30%;
  }
  .rpt_table-header {
    width: 23.33%;
    padding: 1rem 0.5rem 1rem;
    text-align: center;
    vertical-align: bottom;
  }
  .rpt_table-header span {
    display: block;
  }
  .rpt_table-caption {
    margin-top: 0.25rem;
    font-weight: normal;
    font-size: 1.125rem;
  }
  .rpt_table-row {
    border-top: 1px solid #000;
  }
  .rpt_table-row:last-child {
    border-bottom: 1px solid #000;
  }
  .rpt_table-perk-title {
    padding: 1.25rem 1rem 1.25rem 0;
    vertical-align: middle;
  }
  .rpt_table-cell {
    text-align: center;
    padding: 1.25rem 0.5rem;
    vertical-align: middle;
  }
  .rpt_cell-text {
    font-size: 1.125rem;
    line-height: 1;
  }
  .rpt_dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
  }

  /* Mobile Styles */
  .rpt_mobile {
    display: none;
    width: 100%;
    position: relative;
  }
  .rpt_mobile-prev,
  .rpt_mobile-next {
    position: absolute;
    top: 0;
    z-index: 10;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rpt_mobile-prev {
    left: 0;
  }
  .rpt_mobile-next {
    right: 0;
  }
  .rpt_mobile-prev svg,
  .rpt_mobile-next svg {
    width: 25px;
    height: 25px;
  }
  .rpt_swiper {
    width: 100%;
    overflow: hidden;
  }
  .rpt_slide {
    width: 100%;
  }
  .rpt_slide-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    text-align: center;
    padding-bottom: 1.5rem;
  }
  .rpt_slide-caption {
    font-size: 1rem;
  }
  .rpt_slide-table {
    width: 100%;
  }
  .swiper-slide:has( .rpt_slide-table) {
    padding-bottom:1px;
  }
  .rpt_slide-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-top: 1px solid #000;
    gap: 1rem;
  }
  .rpt_slide-row:last-child {
    border-bottom: 1px solid #000;
  }
  .rpt_slide-row-title {
    flex: 1;
    text-align: left;
  }
  .rpt_slide-row-value {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rpt_slide-row-value .rpt_cell-text {
    font-size: 1rem;
    line-height: 1.3;
  }

  @media (max-width: 767px) {
    .rpt {
      padding: 2rem 0;
    }
    .rpt_heading {
      margin-bottom: 2rem;
    }
    .rpt_table-desktop {
      display: none;
    }
    .rpt_mobile {
      display: block;
    }
    .rpt_slide-row-title {
      font-size: 0.8rem!important;
    }
  }
/* END_SECTION:rewards-perks-table */

/* START_SECTION:rewards-refer (INDEX:103) */
.rewards-refer {
    min-height: 60svh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .rewards-refer .rewards-refer_desktop-img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .rewards-refer .rewards-refer_mobile-img {
    display: none;
  }
  .rewards-refer .rewards-refer_content {
    width: 50%;
    padding-top: 4rem;
    padding-bottom: 2rem;
    z-index: 1;
    position: relative;
  }
  .rewards-refer .rewards-refer_content-inner {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1.25rem;
  }

  .rewards-refer .yotpo-widget-referral-share,
  .rewards-refer .yotpo-widget-referral-share .yotpo-container-background {
    justify-content: center;
  }
  .rewards-refer .yotpo-widget-referral-share .yotpo-tile {
    justify-content: center;
  }

  .rewards-refer .yotpo-widget-referral-share {
    padding: 2rem 0rem 4rem 0rem !important;
  }

  /* Subtitle "Refer a Friend" */
  .rewards-refer .yotpo-header-text {
    font-size: 2rem !important;
    font-family: F37Caslon !important;
    font-weight: 400 !important;
  }

  /* Main Title */
  .rewards-refer .yotpo-widget-referral-share .yotpo-title-text {
    font-size: 3.25rem !important;
    font-family: F37Caslon !important;
    font-weight: 400 !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    text-transform: capitalize!important;
    position: relative;
    line-height: 1!important;
    padding: 0!important;
  }

  /* Description/Body Text */
  .rewards-refer .yotpo-description-text {
    font-family: F37Caslon !important;
    font-size: 1.25rem !important;
    line-height: 1.1 !important;
  }

  .rewards-refer .yotpo-input,
  .rewards-refer textarea {
    background-color: white !important;
    font-weight: 400;
    border-radius: 1px !important;
    border: none !important;
  }
  .rewards-refer .yotpo-input {
    font-family: 'HelveticaNeue' !important;
    text-transform: uppercase !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em !important;
    padding: 0.75rem 0.75rem 0.5rem 0.75rem !important;
  } 

  .rewards-refer .yotpo-filled-button {
    padding: 0.35rem 1.25rem 0.45rem 1.25rem !important;
  }
  .rewards-refer .yotpo-tile {
    width: 550px !important;
    max-width: 100% !important;
  }
  .rewards-refer .yotpo-widget-referral-share {
    max-width: 100% !important;
  }

  .yotpo-widget-referral-share .yotpo-widget-button-text {
    text-transform: uppercase !important;
    font-family: 'HelveticaNeue' !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em !important;
    font-stretch: expanded !important;
  }

  .rewards-refer .yotpo-widget-referral-share .yotpo-container-background:not(.yotpo-is-mobile) {
    min-height: unset !important;
  }

  .rewards-refer .yotpo-input-example {
    display: none !important;
  }

  .rewards-refer .yotpo-referral-widget-form {
    max-width: 400px !important;
    margin: 1.5rem auto 2rem auto!important;
  }

  @media (max-width: 1050px) {
    .rewards-refer .yotpo-widget-referral-share .yotpo-title-text { 
      font-size: 2rem !important;
      margin: 0.5rem 0!important;
    }
    .rewards-refer .yotpo-header-text {
      font-size: 1.25rem !important;
    }
    .rewards-refer .yotpo-description-text {
      font-size: 1rem !important;
      max-width: 285px !important;
      margin: 0 auto!important;
    }
    .rewards-refer .yotpo-referral-widget-form {
      margin-bottom: 2rem!important;
    }
    .yotpo-friends-emails-view {
      width: 90%;
    }
    .rewards-refer .yotpo-widget-referral-share {
      padding: 0rem !important;
    }
    .rewards-refer {
      min-height: auto;
      flex-direction: column;
      background-color: #ffffff;
    }
    .rewards-refer .rewards-refer_desktop-img {
      display: none;
    }
    .rewards-refer .rewards-refer_mobile-img {
      display: block;
      max-height: 50svh;
    }
    .rewards-refer .rewards-refer_content {
      padding-top: 1.5rem;
      padding-bottom: 2rem;
      max-width: unset;
      width: 100%;
    }
    .rewards-refer .yotpo-input,
    .rewards-refer textarea {
      background-color: #F7F7F7 !important;
    }
  }
/* END_SECTION:rewards-refer */

/* START_SECTION:rewards (INDEX:105) */
.rewards-img {aspect-ratio:1;}
  @media (max-width:767px) {
    .rewards-img{max-height:40vh;aspect-ratio:1.75;}
  }
/* END_SECTION:rewards */

/* START_SECTION:rich-text (INDEX:106) */
.rich-text_section h1 strong, .rich-text_section h2 strong, .rich-text_section h3 strong, .rich-text_section h4 strong, .rich-text_section h5 strong, .rich-text_section h6 strong {
  font-family: HelveticaNeue;
  font-weight: 900;
  font-stretch: expanded;
  text-transform: uppercase;
  display: inline-block;
  margin: 0.1em 0 0 0;
}
/* END_SECTION:rich-text */

/* START_SECTION:routine-products (INDEX:107) */
/* ========== Routine Products — Layout ========== */

  .routine-products-section {
    overflow: hidden;
  }

  .routine-prod_heading-wrap {
    background-color: #E3D6CB;
    padding: 3rem 0 1.5rem;
  }

  .routine-prod_heading {
    text-align: center;
    margin: 0;
  }

  .routine-prod_swiper-area {
    position: relative;
    padding-top: 0;
    padding-bottom: 3.5rem;
  }

  /* ---- Swiper ---- */

  .routine-prod_swiper-wrap {
    position: relative;
  }

  .routine-prod_swiper {
    overflow: visible;
  }

  /* Pre-swiper-init layout — prevents layout shift before JS loads */
  .routine-prod_swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    align-items: stretch;
  }

  .routine-prod_swiper:not(.swiper-initialized) .swiper-slide {
    flex: 1 1 0%;
    min-width: 0;
  }

  .routine-prod_swiper:not(.swiper-initialized) .routine-prod_nav {
    display: none !important;
  }

  .routine-prod_swiper.swiper-initialized .swiper-wrapper {
    align-items: stretch;
  }

  .routine-prod_slide {
    display: flex;
    flex-direction: column;
    height: auto;
    width: calc(100% / var(--slide-count, 4));
    min-width: 270px;
  }

  .routine-prod_main-area {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
  }

  /* ---- Progress bar ---- */

  .routine-prod_step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 0 2.5rem;
    margin-bottom: 3rem;
  }

  .routine-prod_step--first::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100vw;
    right: -500vw;
    background-color: #E3D6CB;
    z-index: -1;
    pointer-events: none;
  }

  .routine-prod_step-line {
    position: absolute;
    top: calc(2rem + 10px);
    left: 0;
    right: 0;
    height: 5px;
    background-color: #1a1a1a;
  }

  .routine-prod_step--first .routine-prod_step-line {
    left: 50%;
  }

  .routine-prod_step--last .routine-prod_step-line {
    right: 50%;
  }

  .routine-prod_step-dot {
    position: relative;
    z-index: 1;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #1a1a1a;
    flex-shrink: 0;
  }

  .routine-prod_step-label {
    margin-top: 1rem;
    text-align: center;
    white-space: nowrap;
    font-stretch: expanded;
  }

  @media (max-width: 767px) {
    .routine-prod_heading-wrap {
      padding: 2rem 0 1rem;
    }

    .routine-prod_step {
      padding: 1.25rem 0 1.5rem;
      margin-bottom: 1.5rem;
      position: sticky;
      top: 0;
      z-index: 10;
    }

    .routine-prod_step--first {
      align-items: flex-start;
      padding-left: 2rem;
    }

    .routine-prod_step--first .routine-prod_step-line {
      left: 2rem;
    }

    .routine-prod_step-line {
      height: 3px;
      top: calc(1.25rem + 7.5px);
    }

    .routine-prod_step-dot {
      width: 18px;
      height: 18px;
    }

    .routine-prod_step-label {
      margin-top: 0.65rem;
    }

    .routine-prod_secondary {
      margin-top: 8px;
    }

    .routine-prod_heading {
      font-size: 21px;
    }

    .routine-prod_swiper-area {
      padding-bottom: 2rem;
    }

    .routine-prod_info-title {
      font-size: 10px;
    }

    .routine-prod_detail .body-small {
      font-size: 10px;
    }

    .routine-prod_detail {
      margin-bottom: 10px;
    }

    .routine-prod_card {
      padding: 0 0.5rem;
    }

    .routine-prod_secondary {
      padding: 0 0.5rem;
    }
  }

  /* ---- Product card ---- */

  .routine-prod_card {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
  }

  .routine-prod_info {
    display: flex;
    flex-direction: column;
  }

  /* Prevent title from flex-growing — keep at natural content height */
  .routine-prod_card .plp-item__title {
    flex: 0 0 auto;
  }

  .routine-prod_card .product-badge-text.product-badge--plp {
    display: none;
  }

  .routine-prod_divider {
    width: 100%;
    height: 1px;
    background-color: #1a1a1a;
    margin: 1rem 0;
  }

  .routine-prod_detail {
    margin-bottom: 16px;
  }

  .routine-prod_detail .body-small {
    line-height: 1.15;
  }

  .routine-prod_info-title {
    margin-bottom: 0.15rem;
  }

  .routine-prod_detail .body-small {
    margin-top: 0.25rem;
  }

  /* Add-to-bag button */
  .routine-prod_info .product_button {
    margin-top: 12px;
    order: unset;
    display: flex;
    justify-content: center;
  }

  .routine-prod_info .product_button .js-add-to-cart {
    margin-bottom: 0;
  }

  /* ---- Secondary product accordion ---- */

  .routine-prod_secondary {
    margin-top: 1.5rem;
    padding: 0 15px;
  }

  .routine-prod_secondary-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.85rem;
    min-height:2.75rem;
    background-color: #E3D6CB;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-size: 0.75rem;
  }

  .routine-prod_toggle-text {
    font-family: var(--font-heading-alt-family);
    font-stretch: expanded;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .routine-prod_secondary-toggle:hover {
    background-color: #d9ccbf;
  }

  .routine-prod_secondary-toggle-icon {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1;
    flex-shrink: 0;
    margin-left: 0.5rem;
  }

  .routine-prod_secondary-content {
    padding-top: 1rem;
  }

  /* Ghost-expanded: takes up space but invisible */
  .routine-prod_secondary--ghost .routine-prod_secondary-content {
    opacity: 0;
    pointer-events: none;
  }

  .routine-prod_card--secondary {
    flex-grow: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .routine-prod_card--secondary .product_button {
    margin-top: 0.5rem;
  }

  /* ---- Navigation arrows (desktop only, matching products.liquid) ---- */

  .routine-prod_nav {
    display: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    height: 32px;
    width: 32px;
    transform: unset;
    transition: opacity 0.3s;
  }

  .routine-prod_nav:after {
    content: normal;
  }

  .routine-prod_nav.swiper-button-prev {
    left: 0.5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' transform='matrix(-1 0 0 1 34 0)' fill='black'/%3E%3Cpath d='M21.25 7.28577L10.0178 16.9451L21.25 26.7143' stroke='white' stroke-width='1.21429' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }

  .routine-prod_nav.swiper-button-next {
    right: 0.5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' fill='black'/%3E%3Cpath d='M12.75 7.28577L23.9822 16.9451L12.75 26.7143' stroke='white' stroke-width='1.21429' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }

  .routine-prod_nav.swiper-button-disabled {
    opacity: 0.25;
  }

  .routine-prod_nav.swiper-button-lock {
    display: none !important;
  }

  /* ---- Responsive — mobile ---- */

  /* ---- Responsive — desktop nav ---- */

  @media (hover: hover) and (pointer: fine) {
    .routine-prod_nav {
      display: block;
      background-size: 32px 32px;
      height: 48px;
      width: 48px;
    }

    .routine-prod_nav.swiper-button-prev {
      left: 0.5rem;
    }

    .routine-prod_nav.swiper-button-next {
      right: 0.5rem;
    }
  }
/* END_SECTION:routine-products */

/* START_SECTION:section (INDEX:111) */
.richtext .section-padding {
  width: 100%;
  overflow: hidden;
}
.richtext_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  .richtext_content {
    align-content: start;
    align-items: start;
    display: flex;
    flex-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-content: start;
    justify-items: start;
    max-width: 100%;
    position: relative;
    width: 32rem;
  }

  .richtext_image {
    border-radius: 1rem;
    margin-top: 0;
  }

  .richtext_heading {
    font-size: 4rem;
  }

  .richtext {
    position: relative;
  }

  .richtext_sizer {
    display: grid;
    position: relative;
  }

  .richtext_sizer.is-full {
    min-height: 100svh;
  }

  .richtext_sizer.is-large {
    min-height: 45rem;
  }

  .richtext_sizer.is-medium {
    min-height: 32.5rem;
  }

  .richtext_sizer.is-small {
    min-height: 20rem;
  }

  .richtext_sizer.is-fit {
    min-height: fit-content;
  }

  .richtext_layout {
    display: flex;
    gap: 1.75rem;
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .richtext_layout__main {
    display: flex;
    column-gap: 7.5%;
    row-gap: 1.5rem;
    height: 100%;
  }

  @media screen and (max-width: 991px) {
    .richtext_layout__main {
      flex-direction: column;
    }
  }

  .richtext_layout.top-left {
    align-self: flex-start;
    justify-self: flex-start;
  }

  .richtext_layout.top-center {
    align-self: flex-start;
    justify-self: center;
  }

  .richtext_layout.top-right {
    align-self: flex-start;
    justify-self: flex-end;
    margin-right: 0;
  }

  .richtext_layout.middle-left {
    align-self: center;
    justify-self: flex-start;
  }

  .richtext_layout.middle-center {
    align-self: center;
    justify-self: center;
  }

  .richtext_layout.middle-right {
    align-self: center;
    justify-self: flex-end;
    margin-right: 0;
  }

  .richtext_layout.bottom-left {
    align-self: flex-end;
    justify-self: flex-start;
  }

  .richtext_layout.bottom-center {
    align-self: flex-end;
    justify-self: center;
  }

  .richtext_layout.bottom-right {
    align-self: flex-end;
    justify-self: flex-end;
    margin-right: 0;
  }
/* END_SECTION:section */

/* START_SECTION:set-feature (INDEX:112) */
.set-feature {
    overflow: hidden;
  }
  /* set-feature_ scoped styles */
  .set-feature_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(0, auto);
    column-gap: 1.5rem;
    row-gap: 1.75rem;
  }

  @media screen and (max-width: 991px) {
    .set-feature_grid {
      display: none;
    }
  }

  .set-feature_cell {
    display: flex;
    flex-direction: column;
  }
  .set-feature_cell--text {
    gap: 1rem;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 275px;
  }

  .set-feature_header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }

  @media screen and (min-width: 992px) {
    .set-feature_product-item {
      border: 1px solid var(--color-border-5);
    }
  }


  /* Mobile ordering: header before media, products after media */
  @media (max-width: 991px) {
    .set-feature_header-mobile {
      order: -10;
      text-align: center;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 1rem;
      align-items: center;
    }
    .set-feature_header-mobile .set-feature_subtitle {
      max-width: 275px;
      margin: 0 auto;
    }
    .set-feature_products-mobile {
      order: 10;
      display: flex;
      flex-direction: column;
      gap: 2rem;
      align-items: center;
    }
    .set-feature_products-mobile .swiper {
      max-width: 100%;
      overflow: visible;
    }
    .set-feature_product-swiper-layout {
      position: relative;
      max-width: 100%;
    }
  }

  /* Hide base media on desktop; keep for mobile layout */
  @media (min-width: 992px) {
    .set-feature_media {
      display: none;
    }
  }
/* END_SECTION:set-feature */

/* START_SECTION:slideshow (INDEX:114) */
.banner.swiper {
    width: 100%;
    overflow: scroll;
    position: relative;
  }
  .banner.swiper.swiper-initialized {
    overflow: hidden;
  }
  .banner.swiper .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    transition-property: transform;
    align-items: stretch;
  }
  .banner.swiper .swiper-wrapper > .shopify-block {
    width: 100%;
    flex-shrink: 0;
    position: relative;
    height: auto;
    display: block;
  }
  .banner_content {
    align-content: start;
    align-items: start;
    display: flex;
    flex-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-content: start;
    justify-items: start;
    max-width: 100%;
    position: relative;
    width: 32rem;
  }
  .text-align-center .banner_content {
    align-items: center;
  }
  .text-align-right .banner_content {
    align-items: flex-end;
  }
  .banner_image {
    border-radius: 1rem;
    margin-top: 0;
  }

  .banner_heading {
    font-size: 4rem;
  }

  .banner-slide {
    height: 100%;
    text-decoration: none;
    display: flex;
    gap: 0;
    flex-wrap: nowrap;
  }

  .banner-slide .padding-global,
  .banner-slide [class^='container'] {
    height: 100%;
  }

  .banner-image, .banner-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .banner_layout {
    display: flex;
    gap: 1.75rem;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    height: 100%;
  }
  .banner_layout.top-left {
    justify-content: flex-start;
    margin-right: auto;
    margin-bottom: auto;
  }

  .banner_layout.top-center {
    justify-content: flex-start;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
  }

  .banner_layout.top-right {
    justify-content: flex-start;
    margin-left: auto;
    margin-bottom: auto;
    margin-right: 0;
  }

  .banner_layout.middle-left {
    justify-content: center;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
  }

  .banner_layout.middle-center {
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    margin-top: auto;
  }

  .banner_layout.middle-right {
    justify-content: center;
    margin-left: auto;
    margin-bottom: auto;
    margin-top: auto;
    margin-right: 0;
  }

  .banner_layout.bottom-left {
    justify-content: flex-end;
    margin-right: auto;
    margin-top: auto;
  }

  .banner_layout.bottom-center {
    justify-content: flex-end;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
  }

  .banner_layout.bottom-right {
    justify-content: flex-end;
    margin-left: auto;
    margin-top: auto;
    margin-right: 0;
  }

  .banner-block {
    width: 100%;
    position: relative;
  }

  @media screen and (max-width: 767px) {
    .banner-slide {
      flex-direction: column;
    }

    .banner-slide .banner-block {
      width: 100%;
      height: auto;
      max-height: fit-content;
    }

    .banner_layout.m-top-left {
      justify-content: flex-start;
      margin-right: auto;
      margin-bottom: auto;
      margin-top: 0;
    }

    .banner_layout.m-top-center {
      justify-content: flex-start;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: auto;
      margin-top: 0;
    }

    .banner_layout.m-top-right {
      justify-content: flex-start;
      margin-left: auto;
      margin-right: 0;
      margin-bottom: auto;
      margin-top: 0;
    }

    .banner_layout.m-middle-left {
      justify-content: center;
      margin-right: auto;
    }

    .banner_layout.m-middle-center {
      justify-content: center;
      margin-right: auto;
      margin-left: auto;
    }

    .banner_layout.m-middle-right {
      justify-content: center;
      margin-left: auto;
      margin-right: 0;
    }

    .banner_layout.m-bottom-left {
      justify-content: flex-end;
      margin-right: auto;
      margin-top: auto;
      margin-bottom: 0;
    }

    .banner_layout.m-bottom-center {
      justify-content: flex-end;
      margin-right: auto;
      margin-left: auto;
      margin-top: auto;
      margin-bottom: 0;
    }

    .banner_layout.m-bottom-right {
      justify-content: flex-end;
      margin-left: auto;
      margin-right: 0;
      margin-top: auto;
      margin-bottom: 0;
    }
  }

  .banner_bg-mobile {
    display: none;
  }

  .banner_bg,
  .banner_bg-mobile {
    bottom: 0%;
    height: 100%;
    left: 0%;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    right: 0%;
    top: 0%;
    width: 100%;
  }

  @media screen and (max-width: 767px) {
    .banner_bg-mobile {
      display: block;
    }
    
    .content-background-enabled .banner_bg,
    .content-background-enabled .banner_bg-mobile {
      position: relative;
      height: auto;
    }
    
    .content-background-enabled .banner-image,
    .content-background-enabled .banner-video {
      height: auto;
      object-fit: contain;
      display: block;
      width: 100%;
    }
    
    .content-background-enabled .banner_overlay {
      position: absolute;
    }
  }
/* END_SECTION:slideshow */

/* START_SECTION:split-hero (INDEX:116) */
/* Split Hero — most banner/hero CSS lives in the _hero block file.
     Only grid-specific overrides belong here. */
/* END_SECTION:split-hero */

/* START_SECTION:starter-set (INDEX:117) */
.starter-set_left {
    display: flex;
    height: auto;
    min-height: auto;
    align-self: flex-start;
    flex: 1.1;
    align-items: flex-start;
    gap: 1rem;
    flex-direction: column;
  }

  .starter-set_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1.3;
  }

  .starter-set_heading {
    margin-bottom: 0.75rem;
  }

  .starter-set {
    display: flex;
    flex-direction: row;
    gap: max(2rem, 3%);
    align-items: center;
  }

  .starter-set_video-wrapper {
    aspect-ratio: 16 / 10;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0.5rem;
    flex: 1;
  }

  @media (max-width: 768px) {
    .starter-set_video-wrapper {
      aspect-ratio: unset;
      height: auto;
    }
    
    .starter-set_video-wrapper figure {
      height: auto;
    }
    
    .starter-set_video-wrapper img {
      height: auto;
      object-fit: contain;
    }
  }
  .starter-set_video-wrapper figure {
    display: flex;
    overflow: hidden;
  }

  .starter-set_products-wrapper {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    display: flex;
    gap: 0.5rem;
  }

  .starter-set_overflow-wrapper {
    width: 100%;
  }

  .starter-set_product {
    flex: 1;
  }

  @media (max-width: 1000px) {
    .starter-set {
      flex-direction: column;
      margin: auto;
      max-width: 800px;
      gap: 2rem;
    }
    .starter-set_heading {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }
  }

  @media screen and (max-width: 991px) {
    .starter-set_heading {
      margin-top: 0rem;
    }

    .starter-set {
      flex-direction: column;
    }
  }
/* END_SECTION:starter-set */

/* START_SECTION:tab-scroller-static (INDEX:120) */
.tab-scroller_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tab-scroller_spacing-centered {
  justify-content: center;
  gap: 2rem;
}
.tab-scroller_spacing-spaced {
  justify-content: space-between;
}
.tab-scroller_spacing-spaced li {
  flex: 0 1 auto;
}
.tab-scroller li {
  font-size: 1rem;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-stretch: expanded;
}
.tab-scroller_list li a {
  text-decoration: none;
}
.tab-scroller_mobile-text {
  display: none;
}
.tab-scroller_desktop-text {
  display: inline;
}
.tab-scroller_underline {
  border-bottom: 1px solid transparent;
}
.tab-scroller_underline:hover {
  border-bottom: 1px solid var(--color-border);
}
@media (max-width: 767px) {
  .tab-scroller_spacing-centered {
    gap: 1rem;
  }
  .tab-scroller_mobile-text {
    display: inline;
  }
  .tab-scroller_desktop-text {
    display: none;
  }
}
/* END_SECTION:tab-scroller-static */

/* START_SECTION:tabs (INDEX:121) */
.tabs_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .tabs_item {
    flex: 1 1 auto;
    max-width: 300px;
    min-width: fit-content;
  }
  
  .tabs_link {
    display: block;
    padding: 1rem 2rem;
    text-decoration: none;
    text-align: center;
    font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-stretch: expanded;
    transition: background-color 0.15s linear;
    position: relative;
    border-radius: 8px 8px 0 0;
  }
  
  .tabs_link.tabs_active {
    position: relative;
    z-index: 2;
  }
  .tabs_mobile-text {
    display: none;
  }
  
  .tabs_desktop-text {
    display: inline;
  }
  
  @media (max-width: 767px) {
    .tabs_link {
      padding: 0.75rem 1rem;
    }
    
    .tabs_item {
      min-width: auto;
    }
    
    .tabs_mobile-text {
      display: inline;
    }
    
    .tabs_desktop-text {
      display: none;
    }
  }
/* END_SECTION:tabs */

/* START_SECTION:yotpo_pdp_reviews (INDEX:135) */
#shopify-block-53996682-7eed-4fcb-a6bf-cc1a743c182b,
  #shopify-block-ATUg3dWttWXliUlhnW__53996682-7eed-4fcb-a6bf-cc1a743c182b {
    display: none;
  }
  .yotpo-device-desktop .yotpo-review-form .yotpo-name-email-wrapper {
    gap: 2%;
  }
  #shopify-section-template--16789774532841__168032554961b22d0c {
    width: 0px !important;
    overflow: hidden !important;
    height: 0px !important;
    opacity: 0 !important;
  }
  .reviews_header {
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
    grid-column-gap: 1.5rem;
    justify-content: space-between;
    border-bottom: 1px solid black;
    padding-bottom: 1.5rem;
  }

  .reviews_total-wrapper {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
  }

  .reviews_avg-score {
    font-size: 3.5rem;
    line-height: 1;
    letter-spacing: -0.02em;
    font-family: 'HelveticaNeue', Arial, sans-serif;
    font-stretch: expanded;
    font-weight: normal;
    margin-top: -.35rem;
  }

  .reviews_rating {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .reviews_total-text {
    white-space: nowrap;
  }

  .reviews_popup {
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99999;
    position: fixed;
    top: 0;
    width: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5%;
  }

  .reviews_popup * {
    background-size: contain !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .reviews_read-more,
  .reviews_read-less {
    display: none;
  }

  .star {
    display: block;
    width: 1.15rem;
    height: 1.15rem;
    justify-content: center;
    align-items: center;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .reviews_stars {
    position: relative;
    margin-bottom: 0.5rem;
    width: 6.12rem;
    align-self: flex-start;
  }

  .reviews_stars-bg {
    width: 6.12rem;
    height: 0.9774999999999999rem;
    background-image: url('/cdn/shop/files/stars.svg?v=1680893295');
    background-position: 0% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    opacity: 0.33;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 0%;
    object-position: 0% 0%;
  }

  .reviews_stars-fg {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('/cdn/shop/files/stars.svg?v=1680893295');
    background-position: 0% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 0%;
    object-position: 0% 0%;
  }


  .reviews_total-wrapper .reviews_stars,
  .reviews_total-wrapper .reviews_stars-bg {
    width: 8.6rem;
    height: 1.4rem;
  }

  .text-link {
    padding: 0px;
    flex: 0 0 auto;
    background-color: transparent;
    color: #ae7273;
    text-decoration: underline;
  }

  .reviews_filters {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }

  .reviews_search-input {
    background-image: url('/cdn/shop/files/search-icon.svg?v=1680893264');
    background-position: 100% 50%;
    background-size: 1.75rem 1.75rem;
    background-repeat: no-repeat;
    width: auto !important;
    display: inline-block !important;
  }

  .reviews_list {
    display: flex;
    flex-wrap: wrap;
  }

  .review_item {
    display: block;
    width: 33.33%;
    padding-top: 1.5rem;
    padding-right: 4%;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #bfbfbf;
  }

  .reviews_item-media-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-right: -1rem;
    flex: 1;

    /* Hide scrollbar for Chrome, Safari, and Opera */
    &::-webkit-scrollbar {
      display: none;
    }
  }

  /* Hide scrollbar for Firefox */
  @-moz-document url-prefix() {
    .reviews_item-media-wrapper {
      scrollbar-width: none;
    }
  }

  .reviews_item-media-wrapper {
    margin-right: -1rem;
  }
  .reviews_media-item {
    width: calc(50% - 2rem);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: calc(50% - 2rem);
    margin-right: 1rem;
    align-self: stretch;
    background-size: cover;
    flex: 0 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0% 0%;
    object-position: 0% 0%;
    position: relative;
  }
  
  .reviews_media-video {
    position: relative;
  }
  
  .reviews_video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }

  .reviews_item-body {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }

  .reviews_item-stars {
    position: relative;
    margin-bottom: 0.5rem;
    position: relative;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    transform-origin: left bottom;
    transform: scale(0.66);
  }
  .yotpo-widget-instance * {
    cursor: pointer;
  }
  .yotpo-sr-bottom-line-text {
    border-bottom: 1px solid lightgray;
  }
  .yotpo-sr-bottom-line-text,
  .yotpo-sr-bottom-line-summary,
  .yotpo-sr-bottom-line-right-panel,
  .yotpo-sr-bottom-line-text *,
  .yotpo-sr-bottom-line-summary *,
  .yotpo-sr-bottom-line-right-panel * {
    cursor: pointer !important;
  }

  .reviews_items-stars-fg {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: block;
    width: 4.303125rem;
    height: 0.6873046875rem;
    background-image: url('/cdn/shop/files/stars.svg?v=1680893295');
    background-position: 0% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 0%;
    object-position: 0% 0%;
  }

  .reviews_item-stars-bg {
    width: 4.303125rem;
    height: 0.6873046875rem;
    background-image: url('/cdn/shop/files/stars.svg?v=1680893295');
    background-position: 0% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    opacity: 0.33;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 0%;
    object-position: 0% 0%;
  }

  .reviews_item-bio {
    margin-top: 1.5rem;
  }

  .reviews_item-media-wrapper {
    display: flex;
    overflow: scroll;
  }

  .reviews_item-review {
    margin-bottom: 0px;
  }

  .reviews_read-all-wrapper {
    display: flex;
    width: 100%;
    margin-top: -1px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    text-align: center;
  }

  .reviews_item-layout {
    display: flex;
    flex-direction: column;
  }

  .reviews_filters-layout {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
  }

  .reviews_item-review {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /*     -webkit-line-clamp: 8;
      line-clamp: 8; */
  }
  .reviews_item-review.expanded {
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
  }

  @media (max-width: 478px) {
    .review_item {
      padding-right: unset;
    }
    .reviews_filters {
      margin: 1rem 0 0 0;
    }
    .reviews_filters-layout input {
      width: 100% !important;
    }

    .reviews_filters-layout select {
      width: calc(50% - 0.5rem) !important;
    }
  }

  @media screen and (max-width: 991px) {
    .review_item {
      width: 50%;
    }
    .reviews_avg-score {
      font-size: 2.5rem;
    }
  }
  @media screen and (max-width: 567px) {
    .review_item {
      width: 100%;
    }
    .reviews_header {
        margin-bottom: 0.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }

    .reviews_header > * {
      margin: 0;
    }

    .reviews_write-review {
      grid-column: 2 / 2;
      grid-row: 1 / 2;
    }

    .reviews_total-wrapper {
      flex-direction: row;
      grid-column: 1 / span 2;
      grid-row: 2 / 2;
      gap: 1rem;
      align-items: center;
    }

    .reviews_avg-score {
      font-size: 3rem;
    }

    .reviews_total-wrapper .reviews_stars,
    .reviews_total-wrapper .reviews_stars-bg {
      width: 6.45rem;
      height: 1.05rem;
    }


    .review_item {
      width: 100%;
    }
    
    .reviews_video-play-btn svg {
      width: 36px;
      height: 36px;
    }
  }
  .yotpo-review-form .yotpo-new-review-star-rating[data-v-3a2b9b7c],
  .yotpo-review-form .yotpo-new-review-content[data-v-3a2b9b7c],
  .yotpo-review-form-modal input, .yotpo-review-form-modal textarea {
    min-height: unset !important;
    padding-bottom: 2rem !important;
  }

.yotpo-review-form-modal input, .yotpo-review-form-modal textarea {
  border-radius: .3rem !important;
}

.yotpo-review-form-modal .yotpo-modal-header-heading {
  font-size: 1.25rem !important;
  font-family: 'HelveticaNeue', Arial, sans-serif !important;
  font-stretch: expanded !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
}

.yotpo-new-review-submit {
  border-radius: 100px !important;
  font-size: 0.75rem !important;
  font-family: 'HelveticaNeue', Arial, sans-serif !important;
  font-stretch: expanded !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
}
/* END_SECTION:yotpo_pdp_reviews */

/* CSS from block stylesheet tags */
/* START_BLOCK:_content-layout (INDEX:136) */
.content-layout {
      text-align: var(--content-text-align);
      max-width: var(--content-max-width);
      width: 100%;
    }

    .content-layout:not(:has(*)) {
      display: none;
    }
  
    .content-layout > *:not(:last-child) > * {
      margin-bottom: var(--content-gap);
    }
  
    .content-layout[data-text-align='center'] {
      margin-left: auto;
      margin-right: auto;
    }
  
    .content-layout[data-text-align='center'] > .shopify-block > * {
      margin-left: auto;
      margin-right: auto;
    }
  
    .content-layout[data-text-align='right'] {
      margin-left: auto;
    }
  
    .content-layout[data-text-align='right'] > .shopify-block > * {
      margin-left: auto;
    }
  
    @media screen and (max-width: 991px) {
      .content-layout {
        max-width: var(--content-max-width-mobile);
      }
      .content-layout[data-text-align-mobile] {
        text-align: var(--content-text-align-mobile);
      }
      .content-layout > *:not(:last-child) > * {
        margin-bottom: calc(var(--content-gap) / 1.5);
      }
      .content-layout[data-text-align-mobile='center'] {
        margin-left: auto;
        margin-right: auto;
      }
  
      .content-layout[data-text-align-mobile='center'] > .shopify-block > *, .content-layout[data-text-align-mobile='center'] > .shopify-block > * > * {
        margin-left: auto;
        margin-right: auto; 
      }

      .content-layout[data-text-align-mobile='right'] > .shopify-block > *, .content-layout[data-text-align-mobile='right'] > .shopify-block > * > *, .content-layout[data-text-align-mobile='right'] {
        margin-left: auto;  
      }
  
    }
/* END_BLOCK:_content-layout */

/* START_BLOCK:_media-text-content (INDEX:140) */
@media (max-width: 991px) {
  .content-layout[data-mobile-position='after-media'] {
    order: 2;
  }
  .content-layout[data-mobile-position='before-media'] {
    order: -1;
  }
}
/* END_BLOCK:_media-text-content */

/* START_BLOCK:group (INDEX:147) */
.group_wrapper {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .group_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .group_link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
  }
  .group_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }
/* END_BLOCK:group */

/* START_BLOCK:icon-text-blocks (INDEX:149) */
.icon-text-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
  }
  .icon-text-block {
    width: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
  }
  .icon-text-block_icon {
    height: 1.5rem;
    width: auto;
  }
  @media screen and (max-width: 991px) {
    .icon-text-block {
      width: 6rem;
      gap: 0.25rem;
    }
  }
/* END_BLOCK:icon-text-blocks */

/* START_BLOCK:link (INDEX:151) */
.link-block {
    width: 100%;
    display: flex;
    gap: 1rem;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-border);
    padding: 1rem 0;
  }
  .link-block_button {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'HelveticaNeue', Arial, Helvetica, sans-serif;
    font-weight: 400;
  }
/* END_BLOCK:link */

/* START_BLOCK:social-links (INDEX:154) */
.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
  }

  .social-link {
    text-decoration: none;
    color: var(--color-body-text);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }

  .social-icon {
    font-size: 1.5rem;
  }
/* END_BLOCK:social-links */

/* START_BLOCK:svg (INDEX:156) */
.banner_svg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .banner_svg svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
/* END_BLOCK:svg */

/* START_BLOCK:tagline (INDEX:157) */
.tagline {
    font-family: var(--font-heading-alt-family);
    font-weight:500;
    letter-spacing:0.1em;
    text-transform: uppercase;
    font-stretch: expanded;
  }
/* END_BLOCK:tagline */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:_product-grid-item (INDEX:237) */
/* CTA buttons for product cards within this section */
  .plp-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2.5rem;
    text-align: center;
    background: #000000; 
    color: #ffffff;
    cursor: pointer;
    font-size: 0.75rem;
    font-family: var(--font-heading-alt-family);
    font-stretch: expanded;
    font-weight: 500;
    text-transform: uppercase;
  }

  .plp-cta:active {
    background: #2b2b2b;
    color: #ffffff;
  }

  .plp-cta--disabled {
    background: #424242;
    cursor: default;
  }

  a.plp-cta--choose,
  a.plp-cta--choose:hover,
  a.plp-cta--choose:focus {
    text-decoration: none;
  }
/* END_SNIPPET:_product-grid-item */

/* START_SNIPPET:cart-css (INDEX:255) */
/* YSE Cart - Smart Cart Styles */
@keyframes yse-shimmer {
  0% { background-position: -200px 0; }
  100% { background-position: calc(200px + 100%) 0; }
}

@keyframes yse-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Circular Loader */
.yse-cart__loader {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: yse-spin 0.6s linear infinite;
}

.yse-cart__loader--large {
  width: 32px;
  height: 32px;
  border-width: 3px;
}

.yse-cart,
.yse-cart *,
.yse-cart *::before,
.yse-cart *::after {
  box-sizing: border-box;
}

.yse-cart .button.mini {
  height: 27px;
  padding: 0;
}

/* Main Cart Container - uses transform for open/close animation */
#mini-cart.yse-cart {
  background-color: #fff;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
  font-size: 0.75rem;
  max-width: 475px;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  transform: translateX(110%);
  transition: transform 0.3s ease;
  width: 100vw;
  z-index: 9999999999;
}

.mini-cart-open #mini-cart.yse-cart {
  transform: translateX(0) !important;
}

@media (max-width: 767px) {
  #mini-cart.yse-cart {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    max-height: 100dvh!important;
    height:100dvh!important;
    max-width: 100vw;
    transform: translateY(100lvh)!important;
  }

  .mini-cart-open #mini-cart.yse-cart {
    transform: translateY(0) !important;
  }
}

/* Lock body scroll when cart is open */
body.mini-cart-open {
  overflow: hidden!important;
}

.yse-cart a:focus-visible,
.yse-cart button:focus-visible,
.yse-cart select:focus-visible,
.yse-cart input:focus-visible {
  outline: 2px solid #2491c4;
  outline-offset: 2px;
}

/* Flyout Container - inner wrapper */
.yse-cart__flyout {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

/* Header */
.yse-cart__flyout-header {
  flex: 0 0 auto;
  position: relative;
  margin: 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #eee;
  background: #fff;
  padding: 10px 4% 10px 4%;
}

.yse-cart__flyout-header.is-empty {
  border-color: transparent;
}

.yse-cart__flyout-title {
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
}

.yse-cart__flyout-close,
.yse-cart__flyout-close:hover,
.yse-cart__flyout-close:focus {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 10px;
  margin: 0;
  outline: none;
  border: none;
  box-shadow: none;
  background: none;
  cursor: pointer;
  padding: 0;
  width: 30px;
  min-width: auto;
  height: 30px;
  min-height: auto;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
}

.yse-cart__flyout-close svg {
  width: 15px;
  height: 15px;
}

/* Body */
.yse-cart__flyout-body {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin: 0;
  background: #fff;
  padding: 0;
  overflow: hidden;
}

/* Static Announcement Banner */
.yse-cart__flyout-static-banner {
  width: 100%;
  padding: 4px 12px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.yse-cart__flyout-static-banner p {
  margin: 0;
}

.yse-cart__flyout-static-banner a {
  color: inherit;
  text-decoration: underline;
}

.yse-cart__flyout-static-banner a:hover {
  opacity: 0.8;
}

/* Announcement Bar */
.yse-cart__flyout-announcement-bar {
  margin: 0;
  background-color: #fff;
  padding: 0;
  color: #434343;
}

.yse-cart__flyout-announcement-bar-message {
  float: left;
  margin: 0;
  padding: 4px 12px;
  width: 100%;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: 500;
}

/* Announcement Banners */
.yse-cart__flyout-announcement-bars {
  width: 100%;
}

/* Progress Tracker */
.yse-cart__progress-tracker {
  transition: background 0.25s ease, color 0.25s ease;
  margin: 0;
  background: #fff;
  padding: 8px 12px 8px 12px;
  width: 100%;
}

.yse-cart__progress-tracker.all-qualified {
  border-bottom-color: transparent;
}

.yse-cart__progress-tracker-message {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
}

.yse-cart__progress-tracker-bar {
  position: relative;
  margin: 8px 0 0;
  border-radius: 10px;
  background: #eee;
  padding: 0;
  width: 100%;
  height: 8px;
}

.yse-cart__progress-tracker-bar-fill {
  transition: all 0.25s ease;
  position: absolute;
  inset: 0 auto 0 0;
  opacity: 1;
  margin: 0;
  border-radius: 10px;
  background: #000;
  padding: 0;
  min-width: 8px;
  height: 100%;
  overflow: hidden;
}

.no-progress .yse-cart__progress-tracker-bar-fill {
  opacity: 0;
}

/* Multi-Tier Mode - Side-by-side segmented bars */
.yse-cart__progress-tracker.multi-tier .yse-cart__progress-tracker-message {
  text-align: left;
  margin-bottom: 6px;
}

.yse-cart__progress-tracker-segments {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.yse-cart__progress-tracker-segment {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  min-width: 90px;
}

.yse-cart__progress-tracker-segment .yse-cart__progress-tracker-bar {
  margin: 0;
}

.yse-cart__progress-tracker-segment:nth-child(1) .yse-cart__progress-tracker-bar-fill {
  transition-delay: 0ms;
}

.yse-cart__progress-tracker-segment:nth-child(2) .yse-cart__progress-tracker-bar-fill {
  transition-delay: 250ms;
}

.yse-cart__progress-tracker-segment:nth-child(3) .yse-cart__progress-tracker-bar-fill {
  transition-delay: 500ms;
}

.yse-cart__progress-tracker-segment:nth-child(4) .yse-cart__progress-tracker-bar-fill {
  transition-delay: 750ms;
}

.yse-cart__progress-tracker-segments.is-reversing .yse-cart__progress-tracker-segment:nth-last-child(1) .yse-cart__progress-tracker-bar-fill {
  transition-delay: 0ms;
}

.yse-cart__progress-tracker-segments.is-reversing .yse-cart__progress-tracker-segment:nth-last-child(2) .yse-cart__progress-tracker-bar-fill {
  transition-delay: 250ms;
}

.yse-cart__progress-tracker-segments.is-reversing .yse-cart__progress-tracker-segment:nth-last-child(3) .yse-cart__progress-tracker-bar-fill {
  transition-delay: 500ms;
}

.yse-cart__progress-tracker-segments.is-reversing .yse-cart__progress-tracker-segment:nth-last-child(4) .yse-cart__progress-tracker-bar-fill {
  transition-delay: 750ms;
}

.yse-cart__progress-tracker-segment-labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 6px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
}

.yse-cart__progress-tracker-segment-spend {
  margin-top: 0;
  font-size: 12px;
  line-height: 1.2;
  color: #999;
}

.yse-cart__progress-tracker-segment-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #000;
  flex-shrink: 0;
}

.yse-cart__progress-tracker-segment-check svg {
  width: 9px;
  height: 9px;
  color: #fff;
}

.yse-cart__progress-tracker-message--qualified,
.yse-cart__progress-tracker.multi-tier .yse-cart__progress-tracker-message--qualified {
  margin: 10px -12px -8px;
  padding: 4px 8px;
  background: #000;
  color: #fff;
  text-align: center;
}

.yse-cart__progress-tracker-message--single {
  margin-top: -8px;
}

.yse-cart__tier-atc-link {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

/* Legacy Shipping Bar - kept for backwards compatibility */
.yse-cart__flyout-shipping-bar {
  --shipping-bar-fill: #000;
  --shipping-qualified-bg: #000;
  --shipping-qualified-text: #fff;
  transition: background 0.25s ease;
  margin: 0;
  background: #fff;
  padding: 8px 20px;
}

.yse-cart__flyout-shipping-bar.has-free-shipping {
  background: var(--shipping-qualified-bg, #000);
  color: var(--shipping-qualified-text, white);
}

.yse-cart__flyout-shipping-bar-message {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
}

.yse-cart__flyout-shipping-bar-meter {
  position: relative;
  margin: 5px 0 0;
  border-radius: 10px;
  background: #eee;
  padding: 0;
  width: 100%;
  height: 12px;
}

.yse-cart__flyout-shipping-bar-meter-fill {
  transition: all 0.25s ease;
  position: absolute;
  inset: 0 auto 0 0;
  opacity: 1;
  margin: 0;
  border-radius: 10px;
  background: #000;
  padding: 0;
  min-width: 8px;
  height: 100%;
  overflow: hidden;
}

.no-progress .yse-cart__flyout-shipping-bar-meter-fill {
  opacity: 0;
}

/* Content */
.yse-cart__flyout-content {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden scroll;
}

/* Items List */
.yse-cart__flyout-items {
  margin: 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #eee;
  padding: 0;
  width: 100%;
  list-style: none;
}

.yse-cart__flyout-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  border-top: 1px solid #eee;
  padding: 12px 4% 12px 2%;
}

/* Item Media */
.yse-cart__flyout-item-media {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  width: 90px;
  max-width: 22%;
}

.yse-cart__flyout-item-media img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}

.yse-cart__flyout-item-media a {
  display: block;
}

/* Item Info */
.yse-cart__flyout-item-info {
  flex: 1 1 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  align-self: center;
  position: relative;
  margin: 0;
  padding: 0.25rem 0 0.25rem 3%;
  width: calc(100% - 90px);
}

/* Item Header - Title and Price Row */
.yse-cart__flyout-item-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  width: 100%;
  margin: 0;
}

/* GWP Badge */
.yse-cart__flyout-item-gwp-badge {
  display: inline-block;
  padding: 4px 6px;
  width: fit-content;
  max-width: 100%;
  background: #000;
  color: #fff;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: normal;
}

/* Product-Level Discount Badges */
.yse-cart__flyout-item-discounts {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 4px 0 0px 0;
  width: 100%;
}

.yse-cart__flyout-item-discount {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 6px;
  background: #efefef;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: #000;
}

.yse-cart__flyout-item-discount-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  color: #000;
}

.yse-cart__flyout-item-discount-title {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

.yse-cart__flyout-item-product-title {
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: inherit;
}

.yse-cart__flyout-item-subtitle {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 16px;
  font-size: 12px;
  font-weight: 600;
}

.yse-cart__flyout-item-variant-title {
  margin: 4px 0 0 0;
  padding: 0;
  width: 100%;
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
}

.yse-cart__flyout-item-notice {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 6px 0;
  padding: 4px 8px;
  width: fit-content;
  max-width: 100%;
  background: #fdf6ec;
  border: 1px solid #e8d5b8;
  border-radius: 0;
  font-size: 11px;
  line-height: 1.3;
  color: #7a5c2e;
}

.yse-cart__flyout-item-component-wrap {
  display: flex;
  flex-direction: column;
}

.yse-cart__flyout-item-notice--child {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 3px 8px;
  width: 250px;
  font-size: 9.5px;
  line-height: 1.2;
  border-top: none;
  box-sizing: border-box;
}

.yse-cart__flyout-item-notice--child .yse-cart__flyout-item-notice-icon {
  width: 11px;
  height: 11px;
}

.yse-cart__flyout-item-notice-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.yse-cart__flyout-item-properties {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 16px;
  font-size: 12px;
}

.yse-cart__flyout-item-property {
  color: #AE7273;
  text-transform: capitalize;
}

/* Subscription Inline Link */
.yse-cart__subscription-dropdown-wrapper {
  display: inline-flex;
  align-items: center;
}

.yse-cart__subscription-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}

.yse-cart__subscription-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 8px 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: inherit;
}

.yse-cart__subscription-dropdown-wrapper--has-plan .yse-cart__subscription-select {
  padding-right: 14px;
}

.yse-cart__subscription-select:hover {
  opacity: 0.7;
}

.yse-cart__subscription-select:focus, .yse-cart__subscription-select:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.yse-cart__subscription-select:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.yse-cart__subscription-select option {
  background: #fff;
  color: #000;
  padding: 8px;
}

.yse-cart__subscription-pill-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yse-cart__subscription-pill .yse-cart__loader--small {
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -6px;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: #333;
}

.yse-cart__flyout-item-subscription-info {
  text-transform: capitalize;
  font-size: 11px;
}

.yse-cart__flyout-item-discount-badge {
  background-color: #4A7C59;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 6px;
  padding: 4px 8px;
  display: inline-block;
}

.yse-cart__flyout-item-option-text {
  color: #AE7273;
  font-size: 11px;
}

/* Bundle Item Styles */
.yse-cart__flyout-item--bundle {
  flex-flow: column;
  align-items: flex-start;
}

.yse-cart__flyout-item--bundle .yse-cart__flyout-item-media {
  display: none;
}

.yse-cart__flyout-item--bundle .yse-cart__flyout-item-info {
  width: 100%;
  padding-left: 0;
}

.yse-cart__flyout-bundle-components {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin-top: 12px;
}

.yse-cart__flyout-bundle-component {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 8px;
  width: calc(50% - 4px);
}

@media (max-width: 400px) {
  .yse-cart__flyout-bundle-component {
    width: 100%;
  }
}

.yse-cart__flyout-bundle-component-image {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}

.yse-cart__flyout-bundle-component-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  background-color: #fff;
}

.yse-cart__flyout-bundle-component-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

.yse-cart__flyout-bundle-component-gift-label {
  font-size: 10px;
  font-weight: 600;
  color: #ae7273;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.yse-cart__flyout-bundle-component-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.yse-cart__flyout-bundle-component-variant {
  font-size: 11px;
  color: #ae7273;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.yse-cart__flyout-bundle-component-discount {
  font-size: 11px;
  color: #a26262;
}

/* Item Components (Bundle Line Items) */
.yse-cart__flyout-item-components {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
  margin: 8px 0 12px 0;
  flex-direction: column;
}

.yse-cart__flyout-item-component {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px 0 0;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 0px;
  width: 250px;
  max-width: 100%;
}

.yse-cart__flyout-item-component-image {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.yse-cart__flyout-item-component-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #fff;
}

.yse-cart__flyout-item-component-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
}

.yse-cart__flyout-item-component-title {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  max-height: 2.6em;
}

/* Item Footer - Quantity and Subscription Row */
.yse-cart__flyout-item-footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin-top: 10px;
}

.yse-cart__flyout-item-edit-set {
  display: inline-block;
}

/* Item Remove */
.yse-cart__flyout-item-remove,
.yse-cart__flyout-item-remove:focus {
  position: absolute;
  top: 6px;
  left: 4px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  cursor: pointer;
  padding: 6px;
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
  color: #000;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  flex-shrink: 0;
}

.yse-cart__flyout-item-remove:hover,
.yse-cart__flyout-item-remove:focus-visible {
  opacity: 1;
}

.yse-cart__flyout-item-remove:disabled {
  cursor: not-allowed;
}

.yse-cart__flyout-item-remove > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.yse-cart__flyout-item-remove .yse-cart__loader {
  width: 14px;
  height: 14px;
  border-width: 1.5px;
}

/* Quantity Widget */
.yse-cart__flyout-item-quantity {
  margin: 0;
  padding: 0;
  text-align: left;
}

.yse-cart__flyout-item-quantity-widget {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-radius: 4px;
  padding: 0;
  width: auto;
  overflow: hidden;
}

.yse-cart__flyout-item-quantity-widget-label,
.yse-cart__flyout-item-quantity-widget-button,
.yse-cart__flyout-item-quantity-widget-button:hover,
.yse-cart__flyout-item-quantity-widget-button:focus {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  padding: 0;
  height: 24px;
  min-height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}

.yse-cart__flyout-item-quantity-widget-button {
  width: 20px;
  min-width: 20px;
  border: none;
  background: #fff;
}

.yse-cart__flyout-item-quantity-widget-label {
  width: 16px;
  min-width: 16px;
}

.yse-cart__flyout-item-quantity-widget-button:hover {
  background: #f2f2f2;
}

.yse-cart__flyout-item-quantity-widget-button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.yse-cart__flyout-item-quantity-widget-button > span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.yse-cart__flyout-item-quantity-widget-button .yse-cart__loader {
  width: 12px;
  height: 12px;
}

.yse-cart__flyout-item-quantity-widget-label {
  border-width: 0;
  background: none;
  cursor: default;
}

.yse-cart__flyout-item-quantity-input {
  width: 60px;
  height: 32px;
  padding: 0 6px;
  border: 1px solid #efefef;
  text-align: center;
  font-size: 13px;
  font-family: inherit;
  appearance: textfield;
  -moz-appearance: textfield;
}

.yse-cart__flyout-item-quantity-input::-webkit-inner-spin-button,
.yse-cart__flyout-item-quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.yse-cart__flyout-item-quantity-input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Item Price */
.yse-cart__flyout-item-price {
  flex: 0 0 auto;
  margin: 0 0 0 auto;
  padding: 0;
  text-align: right;
  line-height: 20px;
  font-size: 14px;
  white-space: nowrap;
}

.yse-cart__flyout-item-price-current {
  display: inline;
}

.yse-cart__flyout-item-price-compare {
  display: inline;
  margin-left: 2px;
  text-decoration: line-through;
  color: #939393;
  font-size: 14px;
}

/* Loading State */
.yse-cart__flyout-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 40px 20px;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 200px);
}

/* Empty Cart */
.yse-cart__flyout-empty-cart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
  margin: 0;
  padding: 56px 4% 64px;
  width: 100%;
  text-align: left;
  font-size: 14px;
}

.yse-cart__flyout-empty-cart > * {
  margin: 0;
}

.yse-cart__flyout-empty-cart h1,
.yse-cart__flyout-empty-cart h2,
.yse-cart__flyout-empty-cart h3 {
  font-family: F37Caslon, Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: #000;
}

.yse-cart__flyout-empty-cart h3 {
  font-size: 1.8rem;
}

.yse-cart__flyout-empty-cart p {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.yse-cart__flyout-empty-cart a:not(.yse-cart__empty-cart-button) {
  color: inherit;
  text-decoration: underline;
}

.yse-cart__empty-cart-button.button {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
  line-height: 1.5;
}

.yse-cart__empty-cart-button.button:hover {
  background: transparent;
  color: #000;
  opacity: 0.7;
  text-decoration: underline;
}

/* Gift Section */
.yse-cart__flyout-gift-section {
  margin: 0;
  padding: 20px 4%;
  width: 100%;
}

.yse-cart__flyout-gift-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
}

.yse-cart__flyout-gift-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
}

.yse-cart__flyout-gift-checkbox {
  cursor: pointer;
  line-height: 1;
}

.yse-cart__flyout-gift-description {
  font-size: 10px;
  color: #666;
}

.yse-cart__flyout-gift-textarea-wrapper {
  margin-top: 8px;
} 

.yse-cart__flyout-gift-textarea {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100px;
  min-height: 0;
  max-height: none;
  resize: none;
  padding: 12px!important;
  border: 1px solid #c2c2c2!important;
  border-radius: 2px!important;
  font-size: 12px!important;
  outline: none!important;
}

/* Donation */
.yse-cart__flyout-donation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #ebebeb;
}

.yse-cart__flyout-donation-text {
  max-width: 188px;
  font-size: 10px;
  color: #231F20;
  line-height: 12px;
}

.yse-cart__flyout-donation-image {
  object-fit: contain;
}

/* Recommendations */
.yse-cart__flyout-recommendations {
  margin: 0;
  border-width: 0;
  border-style: solid;
  border-color: #eee;
  background: #fafafa;
  padding: 20px;
  width: 100%;
}

.no-items .yse-cart__flyout-recommendations {
  height: 100%;
}

/* Footer */
.yse-cart__flyout-footer {
  flex: 0 0 auto;
  margin: 0;
  border-top: 1px solid #eee;
  background: #fff;
  padding: 0;
}

.yse-cart__flyout-footer-inner {
  padding: 10px 4% 20px 4%;
}

/* Subtotal */
.yse-cart__flyout-subtotal {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 0 0 16px;
  padding: 0;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
}

.yse-cart__flyout-subtotal-label {
  text-align: left;
}

.yse-cart__flyout-subtotal-amount {
  display: flex;
  text-align: right;
}

.yse-cart__flyout-subtotal-compare-amount {
  margin-left: 8px;
  text-decoration: line-through;
  color: #939393;
  font-weight: lighter;
  order: 2;
}

.yse-cart__flyout-subtotal-final-amount {
  order: 1;
  color: #000;
}

/* Actions */
.yse-cart__flyout-actions {
  display: flex;
  flex-flow: column nowrap;
  gap: 12px;
  margin: 0;
}

.yse-cart__checkout-button.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  text-decoration: none;
}

.yse-cart__flyout-actions:has(#narvar-cart-drawer-dp-buttons:not(:empty)) > .yse-cart__checkout-button.button {
  display: none !important;
}

.yse-cart__flyout-actions:has(#narvar-cart-drawer-dp-buttons:empty) > .yse-cart__checkout-button.button {
  display: flex !important;
}

.yse-cart__flyout-actions:has(#narvar-cart-drawer-dp-buttons:empty) > #narvar-cart-drawer-dp-buttons {
  display: none !important;
}

.yse-cart__checkout-lock-icon {
  flex-shrink: 0;
}

#CartDrawer-Checkout-DP.yse-cart__checkout-button.button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  text-decoration: none !important;
}

#CartDrawer-Checkout-DP.yse-cart__checkout-button.button > span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

#CartDrawer-Checkout-DP.yse-cart__checkout-button.button > span::before {
  content: '' !important;
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
  background-color: currentColor !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' height='16' width='16'%3E%3Cpath d='M5.55 4.57v1.47h4.9V4.57c0-1.35-1.1-2.45-2.45-2.45S5.55 3.22 5.55 4.57Zm-1.96 1.47V4.57C3.59 2.14 5.57.16 8 .16s4.41 1.98 4.41 4.41v1.47h.49c1.08 0 1.96.88 1.96 1.96v5.88c0 1.08-.88 1.96-1.96 1.96H3.1c-1.08 0-1.96-.88-1.96-1.96V8c0-1.08.88-1.96 1.96-1.96h.49Z'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' height='16' width='16'%3E%3Cpath d='M5.55 4.57v1.47h4.9V4.57c0-1.35-1.1-2.45-2.45-2.45S5.55 3.22 5.55 4.57Zm-1.96 1.47V4.57C3.59 2.14 5.57.16 8 .16s4.41 1.98 4.41 4.41v1.47h.49c1.08 0 1.96.88 1.96 1.96v5.88c0 1.08-.88 1.96-1.96 1.96H3.1c-1.08 0-1.96-.88-1.96-1.96V8c0-1.08.88-1.96 1.96-1.96h.49Z'/%3E%3C/svg%3E") !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
}

.yse-cart__continue-shopping.button {
  width: 100%;
}

#narvar-cart-drawer-dp-widget {
  margin-top: -0.625rem !important;
}

#narvar-cart-widget .badge {
  display:none;
  height: 16px;
  top: -1rem;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}

#shipping-protection-title {
  text-transform: none !important;
  font-size: 13px !important;
  text-wrap: nowrap;
  max-width: unset!important;
}

.narvar-cart-widget-logo {
  width: 1.5em !important;
  height: 1.5em !important;
}

.narvar-cart-widget-title {
  font-weight: bold !important;
  font-size: 11px !important;
  gap: 4px !important;
}

.narvar-cart-widget-info-icon {
  width: 10px !important;
  height: 10px !important;
}

#narvar-cart-widget [class^="_amount"] span {
  font-size: 12px !important;
}

#narvar-cart-widget #btn_add_to_cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 27px !important;
  padding: 0 !important;
  font-family: HelveticaNeue, Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-stretch: expanded !important;
  letter-spacing: 0.025em !important;
  text-transform: uppercase !important;
  font-size: 0.65rem !important;
  line-height: 1px !important;
  border-radius: 999px !important;
  background-color: transparent !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: all 0.2s ease-in-out !important;
  text-decoration: none !important;
  min-height: unset!important;
}

#narvar-cart-widget #btn_add_to_cart path {
  stroke: black!important;
  stroke-width: 1px!important;
}

#narvar-cart-widget #btn_add_to_cart > span {
  font-family: HelveticaNeue, Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-stretch: expanded !important;
  letter-spacing: 0.025em !important;
  text-transform: uppercase !important;
  font-size: 0.65rem !important;
  line-height: 1px !important;
}

#narvar-cart-widget #btn_add_to_cart svg {
  width: 12px !important;
  height: 12px !important;
}

@media not all and (hover: none) {
  #narvar-cart-widget #btn_add_to_cart:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
  }
  #narvar-cart-widget #btn_add_to_cart:hover > span {
    color: #fff !important;
  }
  #narvar-cart-widget #btn_add_to_cart:hover svg path {
    stroke: white!important;
  }
}

.narvar-cart-widget-card {
  margin: 0 0 0.5rem 0!important;
}

.narvar-cart-widget-card > div {
  margin: 0!important;
  padding: 0.5rem !important;
}

/* Narvar Delivery Protection Buttons */
#narvar-cart-drawer-dp-buttons,
#narvar-cart-drawer-dp-buttons > div {
  display: flex !important;
  flex-flow: column nowrap !important;
  gap: 12px !important;
  width: 100% !important;
}

#narvar-cart-drawer-dp-buttons button#CartDrawer-Checkout-DP-With {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  font-family: HelveticaNeue, Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-stretch: expanded !important;
  letter-spacing: 0.025em !important;
  text-transform: uppercase !important;
  font-size: 0.8rem !important;
  line-height: 1px !important;
  padding: 1.2rem 1.35rem !important;
  border-radius: 999px !important;
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: all 0.2s ease-in-out !important;
  text-decoration: none !important;
}

#insurance-modal-overlay {
  z-index: 2947483640 !important;
}

#narvar-cart-drawer-dp-buttons button#CartDrawer-Checkout-DP-With::before {
  content: '' !important;
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
  background-color: currentColor !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' height='16' width='16'%3E%3Cpath d='M5.55 4.57v1.47h4.9V4.57c0-1.35-1.1-2.45-2.45-2.45S5.55 3.22 5.55 4.57Zm-1.96 1.47V4.57C3.59 2.14 5.57.16 8 .16s4.41 1.98 4.41 4.41v1.47h.49c1.08 0 1.96.88 1.96 1.96v5.88c0 1.08-.88 1.96-1.96 1.96H3.1c-1.08 0-1.96-.88-1.96-1.96V8c0-1.08.88-1.96 1.96-1.96h.49Z'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' height='16' width='16'%3E%3Cpath d='M5.55 4.57v1.47h4.9V4.57c0-1.35-1.1-2.45-2.45-2.45S5.55 3.22 5.55 4.57Zm-1.96 1.47V4.57C3.59 2.14 5.57.16 8 .16s4.41 1.98 4.41 4.41v1.47h.49c1.08 0 1.96.88 1.96 1.96v5.88c0 1.08-.88 1.96-1.96 1.96H3.1c-1.08 0-1.96-.88-1.96-1.96V8c0-1.08.88-1.96 1.96-1.96h.49Z'/%3E%3C/svg%3E") !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
}

@media not all and (hover: none) {
  #narvar-cart-drawer-dp-buttons button#CartDrawer-Checkout-DP-With:hover {
    background-color: #2b2b2b !important;
    border-color: #2b2b2b !important;
    color: #fff !important;
  }
}

#narvar-cart-drawer-dp-buttons button#CartDrawer-Checkout-DP-With:disabled {
  cursor: text !important;
  opacity: 0.5 !important;
  pointer-events: none !important;
}

#narvar-cart-drawer-dp-buttons button#CartDrawer-Checkout-DP-Without {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  font-family: HelveticaNeue, Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-stretch: expanded !important;
  letter-spacing: 0.025em !important;
  text-transform: uppercase !important;
  font-size: 0.8rem !important;
  line-height: 1px !important;
  padding: 1.2rem 1.35rem !important;
  border-radius: 999px !important;
  background-color: transparent !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: all 0.2s ease-in-out !important;
  text-decoration: none !important;
  margin-top: 0 !important;
}

@media not all and (hover: none) {
  #narvar-cart-drawer-dp-buttons button#CartDrawer-Checkout-DP-Without:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
  }
}

.yse-cart__flyout-checkout-message {
  padding: 8px 0 0;
  text-align: center;
  color: #231F20;
  font-size: 12px;
  line-height: 1.07;
}

yse-cart__flyout-checkout-message::empty {
  display:none;
}

.yse-cart__flyout-location-alert {
  display: block;
  padding-top: 4px;
  text-align: center;
  color: #231F20;
  font-size: 12px;
  line-height: 1.07;
}

.yse-cart__flyout-additional-checkout-buttons {
  margin-top: 8px;
}

/* Cart Blocker/Overlay */
.mini-cart__blocker {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  border: none;
  cursor: pointer;
}

.mini-cart-open .mini-cart__blocker {
  display: block;
}

/* Screen Reader Only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Upsell Section */
.yse-cart__upsell-container {
  padding: 16px 20px;
  background: #fafafa;
}

.yse-cart__upsell-title {
  text-align: center;
  margin-bottom: 8px;
  font-size: 14px;
}

.yse-cart__upsell-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 12px;
}

.yse-cart__upsell-product {
  display: flex;
  flex-direction: column;
  height: auto;
}

.yse-cart__upsell-product-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.yse-cart__upsell-fig {
  width: 38%;
  max-width: 100px;
}

.yse-cart__upsell-meta {
  padding-left: 12px;
  font-size: 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: max-content;
}

.yse-cart__meta-title {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.08;
  padding-bottom: 8px;
}

.yse-cart__meta-price {
  font-size: 12px;
  padding-bottom: 4px;
  line-height: 1.25;
}

.yse-cart__upsell-form {
  margin-top: 4px;
}

.yse-cart__upsell-add-btn {
  display: flex;
  align-items: center;
  padding: 4px 0;
  font-size: 12px;
  line-height: 1.25;
  color: #231F20;
  background: none;
  border: none;
  cursor: pointer;
}

.yse-cart__upsell-add-btn:hover {
  text-decoration: underline;
}

/* Free Samples (kept for compatibility) */
.free-sample-wrapper {
  overflow: hidden;
  transition: all 200ms ease;
  background-color: #fafafa;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 1.25rem;
}

.free-sample-swiper-slide {
  width: 33.33%;
}

.js-upsell-swiper {
  background-color: rgb(250, 250, 250);
  padding-top: 1rem;
  border-radius: 0.5rem;
}

/* Upsell Swiper Navigation */
.upsell-swiper {
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  display: block;
  font-size: 60px;
  height: 13px;
  margin: 0 2px;
  width: 13px;
  background: transparent;
  cursor: pointer;
}

.upsell-swiper-prev {
  transform: rotate(45deg) scale(0.5);
  transform-origin: center;
}

.upsell-swiper-next {
  transform: rotate(225deg) scale(0.5);
  transform-origin: center;
}

.lineItemQuantity input {
  text-align: center;
}

/* Cart Upsells Section */
.yse-cart__upsells-section {
  margin: 0;
  background: #fafafa;
  padding: 22px 4% 26px;
  width: 100%;
  flex: 1;
}

.yse-cart__upsells-section.is-empty {
  flex: 1;
}

/* Empty-state upsell list — match carousel card format */
.yse-cart__upsells-section.is-empty .yse-cart__upsells-item-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}

.yse-cart__upsells-section.is-empty .yse-cart__upsells-item-subtitle {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #000;
}

.yse-cart__upsells-section.is-empty .yse-cart__upsells-item-reviews {
  gap: 4px;
}

.yse-cart__upsells-section.is-empty .yse-cart__upsells-item-reviews .reviews_stars {
  margin: 0;
}

.yse-cart__upsells-section.is-empty .yse-cart__upsells-item-reviews-count {
  font-size: 10px;
}

.yse-cart__upsells-section.is-empty .yse-cart__upsells-item-price {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
}

.yse-cart__upsells-section.is-empty .yse-cart__upsells-item-price-compare {
  font-size: inherit;
  color: #939393;
  margin-left: 2px;
}

.yse-cart__upsells-section.is-empty .yse-cart__upsells-add-btn.button.mini {
  height: 28px;
  min-height: 0;
  padding: 0 14px;
}

.yse-cart__upsells-section.is-empty .yse-cart__upsells-title,
.yse-cart__upsells-section.is-empty .yse-cart__upsells-carousel-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: normal;
  text-transform: uppercase;
}

.yse-cart__upsells-title {
  margin: 0 0 14px;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  color: #000;
}

.yse-cart__upsells-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yse-cart__upsells-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 4%;
  border-top: 1px solid #e6e6e6;
  margin: 0 -4%;
}

.yse-cart__upsells-item:first-child {
  border-top: none;
}

.yse-cart__upsells-item-image {
  flex: 0 0 auto;
  width: 96px;
  height: 96px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.yse-cart__upsells-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.yse-cart__upsells-item-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.yse-cart__upsells-item-info {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.yse-cart__upsells-item-title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  text-decoration: none;
}

.yse-cart__upsells-item-title:hover {
  text-decoration: underline;
}

.yse-cart__upsells-item-reviews {
  display: flex;
  align-items: center;
  gap: 2px;
}

.yse-cart__upsells-item-reviews .reviews_stars {
  position: relative;
  width: 60px;
  height: 10px;
  margin: 0.2em 0 0 0;
}

.yse-cart__upsells-item-reviews .reviews_stars-bg {
  width: 60px;
  height: 10px;
  background-image: url('/cdn/shop/files/stars.svg?v=1680893295');
  background-size: contain;
  background-repeat: no-repeat;
}

.yse-cart__upsells-item-reviews .reviews_stars-fg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url('/cdn/shop/files/stars.svg');
  background-size: 60px 10px;
  background-repeat: no-repeat;
}

.yse-cart__upsells-item-reviews-count {
  font-size: 11px;
  color: #666;
}

.yse-cart__upsells-item-variant-title {
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
}

.yse-cart__upsells-item-price {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 2px;
}

.yse-cart__upsells-item-price-current {
  color: #000;
}

.yse-cart__upsells-item-price-compare {
  color: #939393;
  text-decoration: line-through;
  margin-left: 2px;
  font-size: inherit;
}

.yse-cart__upsells-item-action {
  flex: 0 0 auto;
}

.yse-cart .yse-cart__upsells-add-btn.button.mini {
  height: 36px;
  min-width: 88px;
  padding: 0 18px;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.yse-cart__upsells-add-btn.button.mini:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.yse-cart__upsells-variant-select-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.yse-cart__upsells-variant-select-wrapper .yse-cart__upsells-add-btn,
.yse-cart__upsells-variant-select-wrapper .yse-cart__upsells-card-add-btn {
  pointer-events: none;
}

.yse-cart__upsells-variant-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  padding: 8px 28px 8px 16px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.2s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23fff' d='M5 6L0 0h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 8px 5px;
}

.yse-cart__upsells-variant-select:hover {
  background-color: #333;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23fff' d='M5 6L0 0h10z'/%3E%3C/svg%3E");
}

.yse-cart__upsells-variant-select:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.yse-cart__upsells-variant-select:focus {
  outline: 2px solid #2491c4;
  outline-offset: 2px;
}

.yse-cart__upsells-variant-select option {
  background: #fff;
  color: #000;
  padding: 8px;
}

.yse-cart__upsells-variant-select--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  padding: 0;
  margin: 0;
  min-width: 0;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Cart Rewards Points Banner — full-bleed at the top of the sticky footer */
.yse-cart__rewards-banner {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  margin: 0;
  padding: 8px 16px;
  background: #e3d6cb;
  text-align: center;
  border-radius: 0;
  font-size: 13px;
  line-height: 1.4;
  cursor: default;
}

.yse-cart__rewards-banner .yse-cart__rewards-banner-message {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  width: auto;
  max-width: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
  cursor: help;
}

.yse-cart__rewards-banner .yse-rewards-points {
  font-size: 12px;
}

.yse-cart__rewards-banner-auth {
  font-size: 12px;
  letter-spacing: 0.04em;
}

.yse-cart__rewards-banner-auth a {
  text-decoration: underline;
  color: inherit;
  text-transform: uppercase;
}

.yse-cart__rewards-banner a {
  text-decoration: underline;
  color: inherit;
}

.yse-cart__rewards-banner .yse-rewards-tooltip {
  left: 50%;
}

/* VIP tier progress (logged-in customers only) — replaces "Logged in as" line when active */
.yse-cart__tier-progress {
  flex: 1 0 100%;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  padding: 8px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.yse-cart__tier-progress strong {
  font-weight: 600;
}

/* Cart Upsells - Horizontal carousel layout */
.yse-cart__upsells-section--carousel {
  background: #efefef;
  padding: 12px 4%;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-carousel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-carousel-title {
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-carousel-nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  background: transparent;
  border: none;
  color: #000;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-nav:hover {
  opacity: 0.6;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-nav--disabled {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}

.yse-cart__upsells-section--carousel .js-cart-upsells-swiper {
  overflow: hidden;
  margin: 0 -4%;
  padding: 0 4%;
}

.yse-cart__upsells-section--carousel .swiper-wrapper {
  align-items: stretch;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  height: auto;
  box-sizing: border-box;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-card-image {
  flex: 0 0 auto;
  width: 120px;
  max-width: 35%;
  display: block;
  border-radius: 0;
  overflow: hidden;
  background: #f4f4f4;
  aspect-ratio: 1 / 1;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-card-info {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-card-title {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
  text-decoration: none;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-card-title:hover {
  text-decoration: underline;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-card-subtitle {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #000;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-card-reviews {
  display: flex;
  align-items: center;
  gap: 4px;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-card-reviews .reviews_stars {
  position: relative;
  width: 60px;
  height: 10px;
  margin: 0;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-card-reviews .reviews_stars-bg {
  width: 60px;
  height: 10px;
  background-image: url('/cdn/shop/files/stars.svg?v=1680893295');
  background-size: contain;
  background-repeat: no-repeat;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-card-reviews .reviews_stars-fg {
  position: absolute;
  inset: 0;
  background-image: url('/cdn/shop/files/stars.svg');
  background-size: 60px 10px;
  background-repeat: no-repeat;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-card-reviews-count {
  font-size: 10px;
  color: #666;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-card-price {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 20px;
  white-space: nowrap;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-card-price-current {
  display: inline;
  color: #000;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-card-price-compare {
  display: inline;
  margin-left: 2px;
  font-size: inherit;
  color: #939393;
  text-decoration: line-through;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-card-action {
  margin-top: 8px;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-card-add-btn.button.mini {
  min-width: 88px;
  background: #fff;
  color: #000;
  border: 1px solid #d4d4d4;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-card-add-btn.button.mini:hover {
  background: #fff;
  color: #000;
  border-color: #b8b8b8;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-card-add-btn.button.mini:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.yse-cart__upsells-section--carousel .yse-cart__upsells-card-add-btn .yse-cart__loader--small {
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: #000;
}

.yse-cart__loader--small {
  width: 12px;
  height: 12px;
  border-width: 1.5px;
  border-color: rgba(255,255,255,0.3);
  border-top-color: #fff;
}

/* Inline loader for quantity display */
.yse-cart__loader--inline {
  width: 14px;
  height: 14px;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.15);
  border-top-color: #333;
  vertical-align: middle;
}

/* Pending item styles */
.yse-cart__flyout-item--pending {
  position: relative;
  opacity: 0.85;
}

.yse-cart__flyout-item--pending::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  background-size: 200px 100%;
  animation: yse-shimmer 1.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

.yse-cart__flyout-item--pending .yse-cart__flyout-item-remove,
.yse-cart__flyout-item--pending .yse-cart__flyout-item-quantity-widget-button {
  opacity: 0.5;
  cursor: not-allowed;
}

.yse-cart__flyout-item--pending-update {
  position: relative;
}

/* Loading state for quantity label */
.yse-cart__flyout-item-quantity-widget-label--loading {
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Free Samples Widget */
.yse-cart__free-samples-section {
  margin: 0;
  padding: 16px 4%;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.yse-cart__free-samples-header {
  margin-bottom: 12px;
}

.yse-cart__free-samples-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 0px;
}

.yse-cart__free-samples-title {
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.yse-cart__free-samples-count {
  font-size: 15px;
  font-weight: 600;
  background: #fff;
  padding: 2px 12px;
  border-radius: 24px;
  border: 1px solid #ddd;
}

.yse-cart__free-samples-message {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}

.yse-cart__free-samples-slider-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 -4%;
  padding: 0 4%;
}

.yse-cart__free-samples-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  padding: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #333;
  flex-shrink: 0;
  position: absolute;
  z-index: 2;
  right: 12px;
}

.yse-cart__free-samples-nav.free-samples-swiper-prev {
  left: 12px;
}

.yse-cart__free-samples-nav:hover {
  background: #f0f0f0;
  border-color: #ccc;
}

.yse-cart__free-samples-nav:disabled,
.yse-cart__free-samples-nav.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.yse-cart__free-samples-nav svg {
  width: 14px;
  height: 14px;
}


.js-free-samples-swiper {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.yse-cart__free-samples-slide {
  width: auto !important;
  height: auto !important;
  align-self: stretch!important;
  display: flex!important;
}

.yse-cart__free-samples-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  text-align: center;
  align-self: stretch;
}

.yse-cart__free-samples-product-image {
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.yse-cart__free-samples-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.yse-cart__free-samples-product-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  min-height: 34px;
  margin-bottom: 6px;
}

.yse-cart__free-samples-product-title {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.yse-cart__free-samples-product-variant {
  font-size: 10px;
  color: #666;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yse-cart__free-samples-add-btn.button.mini {
  width: 100%;
  margin-top: auto;
}

.yse-cart__free-samples-add-btn--added.button.mini {
  background: #e0e0e0;
  color: #666;
  border-color: #ccc;
  cursor: default;
}

.yse-cart__free-samples-add-btn--added.button.mini:hover {
  background: #e0e0e0;
  color: #666;
}

/* Free Samples Pagination */
.free-samples-pagination.swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.free-samples-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #ccc;
  opacity: 1;
  margin: 0 !important;
}

.free-samples-pagination .swiper-pagination-bullet-active {
  background: #000;
}
/* END_SNIPPET:cart-css */

/* START_SNIPPET:header-account-tooltip (INDEX:270) */
.header-account-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
  }
  
  .header-account-tooltip,
  .header-account-tooltip * {
    color: #fff !important;
  }
  
  .header-account-tooltip {
    position: absolute;
    top: calc(100% - 0.5rem);
    right: -0.125rem;
    background-color: #000;
    text-align: left;
    padding: 10px 28px 10px 14px;
    border-radius: 6px;
    min-width: 180px;
    max-width: 240px;
    z-index: 1000;
    font-size: 12px;
    line-height: 1.5;
    pointer-events: auto;
    animation: headerTooltipFadeIn 0.3s ease;
    text-decoration: none;
    display: block;
    cursor: pointer;
  }
  
  .header-account-tooltip:hover {
    background-color: #222;
  }
  
  @keyframes headerTooltipFadeIn {
    from {
      opacity: 0;
      transform: translateY(-5px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .header-account-tooltip::before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 12px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
  }
  
  .header-account-tooltip__close {
    position: absolute;
    top: 6px;
    right: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 0.2s ease;
  }
  
  .header-account-tooltip__close:hover {
    opacity: 1;
  }
  
  .header-account-tooltip__text {
    display: block;
  }
  
  .header-account-tooltip a {
    text-decoration: underline;
    font-weight: 600;
  }
  
  .header-account-tooltip a:hover {
    opacity: 0.8;
  }
/* END_SNIPPET:header-account-tooltip */

/* START_SNIPPET:image-quote-slider-controls (INDEX:280) */
.iqs__swiper-section {
    overflow: hidden;
  }
  .iqs__swiper {
    --is-slides-per-view: 1.25;
    --is-space-between: 16px;
    max-width: 100%;
    overflow: visible;
  }

  @media (min-width: 480px) {
    .iqs__swiper {
      --is-slides-per-view: 2.25;
      --is-space-between: 20px;
    }
  }
  @media (min-width: 900px) {
    .iqs__swiper {
      --is-slides-per-view: 3;
      --is-space-between: 30px;
    }
  }
  @media (min-width: 1350px) {
    .iqs__swiper {
      --is-slides-per-view: 4;
      --is-space-between: 30px;
    }
  }

  .iqs__swiper .swiper-slide {
    flex: 0 0 auto;
  }
  @media (min-width: 750px) {
    .iqs__swiper .swiper-slide {
      width: auto;
    }
  }

  .js-iqs-btn.swiper-button-next {
    right: -1rem;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' fill='black'/%3E%3Cpath d='M12.75 7.28577L23.9822 16.9451L12.75 26.7143' stroke='white' stroke-width='1.21429' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    height: 32px;
    width: 32px;
    transform: unset;
  }
  .js-iqs-btn.swiper-button-next:after { content: normal; }

  .js-iqs-btn.swiper-button-prev {
    left: -1rem;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' transform='matrix(-1 0 0 1 34 0)' fill='black'/%3E%3Cpath d='M21.25 7.28577L10.0178 16.9451L21.25 26.7143' stroke='white' stroke-width='1.21429' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    height: 32px;
    width: 32px;
    transform: unset;
  }
  .js-iqs-btn.swiper-button-prev:after { content: normal; }

  @media (min-width: 991px) {
    .js-iqs-btn.swiper-button-prev {
      left: -4%;
      background-size: 32px 32px;
      height: 48px;
      width: 48px;
    }
    .js-iqs-btn.swiper-button-next {
      right: -4%;
      background-size: 32px 32px;
      height: 48px;
      width: 48px;
    }
  }

  .js-iqs-btn {
    transition: opacity 0.3s;
  }
  .js-iqs-btn.swiper-button-disabled {
    opacity: 0.25;
  }

  /* White button color variant */
  .js-iqs-btn.button-color--white.swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' fill='white'/%3E%3Cpath d='M12.75 7.28577L23.9822 16.9451L12.75 26.7143' stroke='black' stroke-width='1.21429' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  .js-iqs-btn.button-color--white.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' transform='matrix(-1 0 0 1 34 0)' fill='white'/%3E%3Cpath d='M21.25 7.28577L10.0178 16.9451L21.25 26.7143' stroke='black' stroke-width='1.21429' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }

  /* Hide controls based on screen size */
  @media (min-width: 750px) {
    .iqs .hide-desktop { display: none !important; }
  }
  @media (max-width: 749px) {
    .iqs .hide-mobile { display: none !important; }
  }
/* END_SNIPPET:image-quote-slider-controls */

/* START_SNIPPET:image-slider-controls (INDEX:281) */
.image-slider__swiper-section {
    overflow: hidden;
  }
  .image-slider__swiper {
    --is-slides-per-view: 1.25;
    --is-space-between: 16px;
    max-width: 100%;
    overflow: visible;
  }

  @media (min-width: 480px) {
    .image-slider__swiper {
      --is-slides-per-view: 2.25;
      --is-space-between: 20px;
    }
  }

  @media (min-width: 900px) {
    .image-slider__swiper {
      --is-slides-per-view: 3;
      --is-space-between: 30px;
    }
  }

  @media (min-width: 1350px) {
    .image-slider__swiper {
      --is-slides-per-view: 4;
      --is-space-between: 30px;
    }
  }

  .image-slider__swiper .swiper-slide {
    flex: 0 0 auto;
  }
  
  /* Let Swiper handle slide widths when using slidesPerView */
  @media (min-width: 750px) {
    .image-slider__swiper .swiper-slide {
      width: auto;
    }
  }

  .js-image-slider-btn.swiper-button-next {
    right: -1rem;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' fill='black'/%3E%3Cpath d='M12.75 7.28577L23.9822 16.9451L12.75 26.7143' stroke='white' stroke-width='1.21429' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    height: 32px;
    width: 32px;
    transform: unset;
  }
  .js-image-slider-btn.swiper-button-next:after {
    content: normal;
  }

  .js-image-slider-btn.swiper-button-prev {
    left: -1rem; 
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' transform='matrix(-1 0 0 1 34 0)' fill='black'/%3E%3Cpath d='M21.25 7.28577L10.0178 16.9451L21.25 26.7143' stroke='white' stroke-width='1.21429' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    height: 32px;
    width: 32px;
    transform: unset;
  }

  @media (min-width: 991px) {
    .js-image-slider-btn.swiper-button-prev {
      left: -4%;
      background-size: 32px 32px;
      height: 48px;
      width: 48px;
    }

    .js-image-slider-btn.swiper-button-next {
      right: -4%;
      background-size: 32px 32px;
      height: 48px;
      width: 48px;
    }
  }

  .js-image-slider-btn.swiper-button-prev:after {
    content: normal;
    color: white;
  }
  .js-image-slider-btn {
    transition: opacity 0.3s;
  }
  .js-image-slider-btn.swiper-button-disabled {
    opacity: 0.25;
  }

  /* White button color variant */
  .js-image-slider-btn.button-color--white.swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' fill='white'/%3E%3Cpath d='M12.75 7.28577L23.9822 16.9451L12.75 26.7143' stroke='black' stroke-width='1.21429' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }

  .js-image-slider-btn.button-color--white.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' transform='matrix(-1 0 0 1 34 0)' fill='white'/%3E%3Cpath d='M21.25 7.28577L10.0178 16.9451L21.25 26.7143' stroke='black' stroke-width='1.21429' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  
  /* Hide controls based on screen size */
  @media (min-width: 750px) {
    .hide-desktop {
      display: none !important;
    }
  }
  
  @media (max-width: 749px) {
    .hide-mobile {
      display: none !important;
    }
  }
/* END_SNIPPET:image-slider-controls */

/* START_SNIPPET:pdp-bundle-product-details (INDEX:296) */
.bpd_wrap {
    margin-top: 3rem;
    padding: 2.5rem var(--padding-global-large) 2rem;
    overflow: hidden;
  }

  .bpd_heading {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .bpd_swiper {
    overflow: visible;
    max-width: 100%;
  }

  .bpd_swiper .swiper-wrapper {
    align-items: stretch;
  }

  .bpd_swiper .swiper-slide {
    flex: 0 0 auto;
    width: 1200px;
    max-width: 100%;
    height: auto;
    margin-right: 24px;
  }

  .bpd_slide {
    background-color: #F6F6F6;
    padding: 2rem 2.5rem;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas:
      "title text"
      "desc text"
      "image text";
    gap: 0 2rem;
    align-items: start;
  }

  .bpd_slide-title {
    grid-area: title;
    margin: 0 0 1rem 0;
    line-height: 1;
  }

  .bpd_description {
    grid-area: desc;
    font-family: 'Matter', Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #000;
    margin-bottom: 1.5rem;
  }

  .bpd_description p {
    margin: 0;
  }

  .bpd_columns {
    display: contents;
  }

  .bpd_column {
    min-width: 0;
  }

  .bpd_content-desktop {
    columns: 2;
    column-gap: 1.5rem;
  }

  .bpd_content-mobile {
    display: none;
    border-top: 1px solid black;
  }

  .bpd_entry {
    break-inside: avoid;
    margin-bottom: 1.5rem;
  }

  .bpd_entry:last-child {
    margin-bottom: 0;
  }

  .bpd_question {
    font-family: 'HelveticaNeue';
    font-size: 0.875rem;
    font-weight: 400;
    margin: 0px 0px 0.75rem;
    line-height: 1.3;
    font-stretch: expanded;
    text-transform: uppercase;
  }

  .bpd_answer {
    font-family: 'Matter', Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
  }

  .bpd_answer .metafield-rich_text_field p {
    min-height: 0.65rem;
  }

  .bpd_answer p {
    margin: 0 0 0.5rem 0;
  }

  .bpd_answer p:last-child {
    margin-bottom: 0;
  }

  .bpd_answer ul {
    list-style-type: disc;
    display: block;
    padding-left: 1.25rem;
    margin: 0.5em 0;
  }

  .bpd_answer ol {
    list-style-type: decimal;
    display: block;
    padding-left: 1.25rem;
    margin: 0.5em 0;
  }

  .bpd_answer em,
  .bpd_answer i {
    font-style: italic;
  }

  .bpd_answer strong,
  .bpd_answer b {
    font-weight: 700;
  }

  .bpd_answer a {
    text-decoration: underline;
  }

  .bpd_image-column {
    grid-area: image;
    display: flex;
    align-items: flex-start;
  }

  .bpd_text-column {
    grid-area: text;
    align-self: stretch;
    border-left: 1px solid lightgray;
    padding: 0.75rem 2rem 0rem 2rem;
    display: flex;
    flex-direction: column;
  } 

  .bpd_product-image {
    width: 100%;
    height: auto;
  }


  .bpd_value-props {
    margin-top: auto;
    padding-top: 2rem;
  }

  /* Navigation arrows - matches product-carousel-controls */
  .js-bpd-btn.swiper-button-next {
    right: -1rem;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' fill='black'/%3E%3Cpath d='M12.75 7.28577L23.9822 16.9451L12.75 26.7143' stroke='white' stroke-width='1.21429' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    height: 32px;
    width: 32px;
    transform: unset;
  }

  .js-bpd-btn.swiper-button-next::after {
    content: normal;
  }

  .js-bpd-btn.swiper-button-prev {
    left: -1rem;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' transform='matrix(-1 0 0 1 34 0)' fill='black'/%3E%3Cpath d='M21.25 7.28577L10.0178 16.9451L21.25 26.7143' stroke='white' stroke-width='1.21429' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    height: 32px;
    width: 32px;
    transform: unset;
  }

  .js-bpd-btn.swiper-button-prev::after {
    content: normal;
  }

  .js-bpd-btn {
    transition: opacity 0.3s;
  }

  .js-bpd-btn.swiper-button-disabled {
    opacity: 0.25;
  }

  @media (min-width: 991px) {
    .js-bpd-btn.swiper-button-prev {
      left: -4%;
      background-size: 32px 32px;
      height: 48px;
      width: 48px;
    }

    .js-bpd-btn.swiper-button-next {
      right: -4%;
      background-size: 32px 32px;
      height: 48px;
      width: 48px;
    }
  }

  @media (max-width: 767px) {
    .bpd_wrap {
      margin-top: 0rem;
      padding-top: 1.5rem;
      padding-bottom: 0;
    }

    .bpd_slide {
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      grid-template-areas:
        "image"
        "title"
        "desc"
        "text";
      gap: 0;
      padding: 1.5rem;
      height: auto;
    }

    .bpd_slide-title {
      margin: 1.25rem 0 0.5rem;
    }

    .bpd_description {
      margin-bottom: 1.25rem;
    }

    .bpd_text-column {
      border-left: none;
      border-top: none;
      padding: 0;
      align-self: start;
    }

    .bpd_image-column {
      width: 100%;
      max-width: 450px;
      margin: 0 auto;
    }

    .bpd_content-desktop {
      display: none;
    }

    .bpd_content-mobile {
      display: block;
    }

    .bpd_swiper .swiper-slide {
      margin-right: 16px;
    }
  }

  @media (max-width: 479px) {
    .bpd_swiper .swiper-slide {
      margin-right: 8px;
      margin-left: 8px;
    }
  }
/* END_SNIPPET:pdp-bundle-product-details */

/* START_SNIPPET:pdp-cross-sell (INDEX:297) */
[v-cloak] {
    display: none;
  }

  .pdp-cross-sell {
    margin: 2rem 0;
  }

  .pdp-cross-sell__tabs {
    display: flex;
    gap: 2rem;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 1rem;
  }

  .pdp-cross-sell__tab {
    background: none;
    border: none;
    padding: 0.5rem 0;
    font-family: 'MatterSQ', Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    position: relative;
    transition: color 0.2s ease;
  }

  .pdp-cross-sell__tab--active {
    color: #000;
  }

  .pdp-cross-sell__tab--active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #000;
  }

  .pdp-cross-sell__panel {
    display: none;
  }

  .pdp-cross-sell__panel--active {
    display: block;
  }

  .pdp-cross-sell__panel .text-button {
    display: flex;
    width: fit-content;
    margin: 0 auto 0 auto;
    gap: 0.25rem;
    text-decoration: unset;
  }

  .pdp-cross-sell__panel .button.is-small {
    min-width: unset;
  }


  /* Single mode styles (when only bundles or products exist) */
  .pdp-cross-sell--single .pdp-cross-sell__panel {
    display: block;
  }

  .pdp-cross-sell__single-title {
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e0e0e0;
  }

  .pdp-cross-sell__single-title h3 {
    font-family: 'MatterSQ', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    color: #000;
  }

  .pdp-cross-sell__item {
    margin-bottom: 1rem;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .pdp-cross-sell__item--hidden {
    display: none;
  }

  .pdp-cross-sell__item-inner {
    display: grid;
    grid-template-columns: 100px 1fr auto;
    gap: 0.75rem;
    align-items: flex-start;
  }

  .pdp-cross-sell__image-wrapper {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    text-decoration: none;
  }

  .pdp-cross-sell__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pdp-cross-sell__details {
    flex: 1;
    padding: 0.5rem 1rem 0.5rem 0;
    margin: auto 0;
  }

  .pdp-cross-sell__button-wrapper {
    margin-top: 0;
  }

  .pdp-cross-sell__button-wrapper .product_button {
    order: unset;
    margin: 0;
  }

  .pdp-cross-sell__button-wrapper .button {
    white-space: nowrap;
    margin-top: 2rem;
  }

  .pdp-cross-sell__variant-dropdowns {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
  }

  select.pdp-cross-sell__variant-select {
    width: 100%;
    padding:0.5rem 4rem 0.5rem 0.5rem;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background-color: white;
    font-family: 'Matter-Regular', Arial, sans-serif;
    font-size: 0.875rem;
    max-width: 100%;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
  }

  .pdp-cross-sell__swatch-label {
    font-family: 'Matter-Regular', Arial, sans-serif;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
    color: rgba(0,0,0,0.5);
    display: none;
  }

  .pdp-cross-sell__swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .pdp-cross-sell__swatch-wrapper {
    position: relative;
  }

  .pdp-cross-sell__swatch-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }

  .pdp-cross-sell__swatch {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
  }

  .pdp-cross-sell__swatch-input:checked + .pdp-cross-sell__swatch {
    border-color: #000;
  }

  .pdp-cross-sell__swatch:hover {
    opacity: 0.8;
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .pdp-cross-sell__title-link {
    text-decoration: none;
    color: inherit;
    display: block;
  }

  .pdp-cross-sell__title-link:hover .pdp-cross-sell__title {
    opacity: 0.7;
  }

  .pdp-cross-sell__title {
    font-family: 'F37Caslon', serif;
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0;
    line-height: 1;
    transition: opacity 0.2s ease;
  }

  .pdp-cross-sell__subtitle-link {
    text-decoration: none;
    color: inherit;
    display: block;
  }

  .pdp-cross-sell__subtitle-link:hover .pdp-cross-sell__subtitle {
    opacity: 0.7;
  }

  .pdp-cross-sell__subtitle {
    font-family: 'Matter-Regular', Arial, sans-serif;
    font-size: 0.875rem;
    margin: 0.25rem 0 0.25rem 0;
    font-weight: 700;
    transition: opacity 0.2s ease;
  }

  .pdp-cross-sell__description-link {
    text-decoration: none;
    color: inherit;
    display: block;
  }

  .pdp-cross-sell__description-link:hover .pdp-cross-sell__description {
    opacity: 0.7;
  }

  .pdp-cross-sell__description {
    font-family: 'Matter-Regular', Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
    margin: 0;
    transition: opacity 0.2s ease;
  }

  .pdp-cross-sell__accordion {
    margin-top: 0.5rem;
  }

  .pdp-cross-sell__accordion-trigger {
    display: flex;
    justify-content: flex-start;
    gap: 0.25rem;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    font-family: 'Matter-SemiBold', Arial, sans-serif;
    font-size: 0.875rem;
    cursor: pointer;
    text-align: left;
  }

  .pdp-cross-sell__accordion-icon {
    transition: transform 0.3s ease;
  }

  .pdp-cross-sell__accordion-trigger[aria-expanded='true'] .pdp-cross-sell__accordion-icon {
    transform: rotate(180deg);
  }

  .pdp-cross-sell__accordion-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
  }

  .pdp-cross-sell__included-item {
    display: flex;
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e0e0e0;
    align-items: center;
  }

  .pdp-cross-sell__included-item:last-child {
    border-bottom: none;
  }

  .pdp-cross-sell__included-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
  }

  .pdp-cross-sell__included-title {
    font-family: 'Matter-SemiBold', Arial, sans-serif;
    font-size: 0.875rem;
  }

  .pdp-cross-sell__included-subtitle {
    font-family: 'Matter-Regular', Arial, sans-serif;
    font-size: 0.75rem;
    color: #666;
  }

  .pdp-cross-sell__included-description {
    font-family: 'Matter-Regular', Arial, sans-serif;
    font-size: 0.75rem;
    margin: 0;
    line-height: 1.3;
  }


  .pdp-cross-sell__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem;
    background: none;
    border: 2px solid #000;
    border-radius: 2px;
    font-family: 'HelveticaNeue', Arial, sans-serif;
    font-stretch: expanded;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .pdp-cross-sell__toggle:hover {
    background-color: #000;
    color: white;
  }

  .pdp-cross-sell__toggle svg {
    transition: transform 0.3s ease;
  }

  @media (max-width: 1250px) {

    .pdp-cross-sell__item-inner {
      grid-template-columns: 75px 1fr;
      grid-template-rows: auto auto;
    }

    .pdp-cross-sell__image-wrapper {
      width: 100%;
      max-width: 80px;
      max-height: 80px;
      grid-row: 1 / 3;
      grid-column: 1;
    }

    .pdp-cross-sell__item {
        margin-bottom: 1.5rem;
    }

    .pdp-cross-sell__tabs {
        margin-bottom: 0.75rem;
    }

    .pdp-cross-sell__panel .text-button {
        margin-top:2.25rem;
    }

    .pdp-cross-sell__details {
      grid-row: 1;
      grid-column: 2;
      padding: 0.25rem 0 0 0;
    }

    .pdp-cross-sell__button-wrapper {
      grid-row: 2;
      grid-column: 2;
      width: fit-content;
      margin-top: 0;
    }

    .pdp-cross-sell__panel .button.is-small {
        margin-bottom: 0!important;
        margin-top: 0!important;
    }

    .pdp-cross-sell__button-wrapper .product_button {
      width: 100%;
    }

    .pdp-cross-sell__button-wrapper .button {
      width: 100%;
      justify-content: center;
    }
  }
/* END_SNIPPET:pdp-cross-sell */

/* START_SNIPPET:pdp-customized-bundle (INDEX:298) */
.custom-bundle {
    margin: 1.5rem 0 0 0;
  }

  .custom-bundle_categories {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    list-style: none;
    padding: 0;
    margin-top: 0;
  }

  .custom-bundle_category {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
  }

  .custom-bundle_category:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .custom-bundle_category-content {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 1rem;
    align-items: flex-start;
  }

  .custom-bundle_image-wrapper {
    width: 100px;
    height: 100px;
    background-color: #f8f6f1;
    border-radius: 4px;
    overflow: hidden;
  }

  .custom-bundle_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
  }

  .custom-bundle_details {
    display: flex;
    flex-direction: column;
  }

  .custom-bundle_title {
    font-family: 'F37Caslon', serif;
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0;
    line-height: 1;
  }

  .custom-bundle_subtitle {
    font-family: 'Matter-Regular', Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0.25rem 0 0.25rem 0;
  }

  .custom-bundle_title + .custom-bundle_description {
    margin-top: 0.5rem;
  }

  .custom-bundle_view-details {
    display: inline-block;
    white-space: nowrap;
    text-decoration: underline;
    font-weight: 400;
    color: #000;
    cursor: pointer;
  }

  .custom-bundle_description {
    font-family: 'Matter-Regular', Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
    margin: 0;
  }

  .custom-bundle_description .metafield-rich_text_field {
    display: contents;
  }

  .custom-bundle_description p {
    display: inline;
    margin: 0;
  }

  .custom-bundle_variant-selector {
    margin-top: 0.75rem;
  }

  /* Bordered selector box */
  .custom-bundle_selector-box {
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    padding: 0.5rem 0.75rem;
  }

  .custom-bundle_selector-label {
    font-family: 'Matter-Regular', Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
  }

  /* Swatch Styles */
  .custom-bundle_swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .custom-bundle_swatch-wrapper {
    position: relative;
  }

  .custom-bundle_swatch-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }

  .custom-bundle_swatch {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    border: 1.5px solid rgba(255,255,255,0.5);
    cursor: pointer;
    position: relative;
  }

  .custom-bundle_swatch-input:checked + .custom-bundle_swatch {
    border-color: #000;
  }

  .custom-bundle_swatch:hover {
    opacity: 0.9;
  }

  .custom-bundle_selected-label {
    font-family: 'Matter-Regular', Arial, sans-serif;
    font-size: 0.875rem;
    color: #000;
    margin-top: 0.5rem;
  }

  .custom-bundle_variant-caption {
    font-family: 'Matter-Regular', Arial, sans-serif;
    font-size: 0.875rem;
    color: #666;
  }

  /* Dropdown Styles */
  select.custom-bundle_variant-select {
    width: 100%;
    padding: 0.625rem 2.5rem 0.625rem 0.75rem;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background-color: white;
    font-family: 'Matter-Regular', Arial, sans-serif;
    font-size: 0.875rem;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
  }

  select.custom-bundle_variant-select:focus {
    outline: none;
    border-color: #000;
  }

  /* Add to Cart Button Price Display */
  .custom-bundle_button-text {
    display: inline-block;
  }

  .custom-bundle_button-price {
    display: inline-block;
  }

  .custom-bundle_original-price {
    text-decoration: line-through;
    opacity: 0.6;
    margin-left: 0.25rem;
  }

  /* Screen reader only */
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  /* Responsive */
  @media (max-width: 767px) {
    .custom-bundle_subtitle,
    .custom-bundle_description {
      font-size: 1rem;
    }
  }

  @media (max-width: 480px) {
    .custom-bundle_category-content {
      grid-template-columns: 100px 1fr;
      gap: 0.75rem;
    }

    .custom-bundle_image-wrapper {
      width: 100px;
      height: 100px;
    }

    .custom-bundle_selector-box {
      padding: 0.625rem;
    }
  }
/* END_SNIPPET:pdp-customized-bundle */

/* START_SNIPPET:pdp-free-shipping-flag (INDEX:299) */
.free-shipping-flag {
    background-color: black;
    color: white;
    padding: 4px 6px 4px 8px;
    text-transform: uppercase;
    font-weight: bold;
    font-weight: 600;
    letter-spacing: 0.02em;
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    width: fit-content;
    max-width: 100%;
    font-size: 11px;
  }
/* END_SNIPPET:pdp-free-shipping-flag */

/* START_SNIPPET:pdp-points-message (INDEX:302) */
/* Rewards Points Styles */
  .yse-rewards-message {
    position: relative;
    align-items: baseline;
    padding: 4px 6px 3px 6px;
    width: fit-content;
    max-width: 100%;
    background: #e3d6cb;
    border-radius: 2px;
    font-size: 12px;
    cursor: help;
  }

  .yse-rewards-points {
    display: inline-block;
    margin: -0.2em 0 0 0;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-size: 11px;
    text-transform: uppercase;
  }

  .yse-rewards-link {
    text-decoration: underline;
  }

  .yse-rewards-tooltip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -2px;
  }

  .yse-rewards-tooltip-icon svg {
    display: block;
    width: 16px;
    height: 16px;
  }

  .yse-rewards-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    text-align: left;
    padding: 10px 14px;
    border-radius: 6px;
    min-width: 200px;
    max-width: 280px;
    z-index: 1000;
    transition: opacity 0.3s, visibility 0.3s;
    font-size: 12px;
    line-height: 1.5;
    pointer-events: auto;
  }

  .yse-rewards-tooltip p {
    margin: 0;
  }

  .yse-rewards-tooltip a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
  }

  .yse-rewards-tooltip a:hover {
    opacity: 0.8;
  }

  .yse-rewards-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
  }

  .yse-rewards-message:hover .yse-rewards-tooltip {
    visibility: visible;
    opacity: 1;
  }
/* END_SNIPPET:pdp-points-message */

/* START_SNIPPET:pdp-value-message (INDEX:309) */
.pdp-value-message {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    margin: 0.5rem 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
  }

  @media (max-width: 767px) {
    .pdp-value-message {
      font-size: 0.75rem;
    }
  }
/* END_SNIPPET:pdp-value-message */

/* START_SNIPPET:plp-item-title (INDEX:313) */
.plp-title__header { display:block; width:100%; margin-bottom:0.5rem; }
  @media screen and (min-width: 768px) {
    .plp-title__header { margin-bottom:0.75rem; }
  }
  .plp-title__subtitle { display:inline-block; text-wrap: balance;}
  .plp-item__title .tm { font-size: 0.5em; line-height: 1; vertical-align: top; }
/* END_SNIPPET:plp-item-title */

/* START_SNIPPET:plp-variant-swatches (INDEX:314) */
.plp-swatches {
    padding-top: 0.5rem;
  }
  
  .plp-swatches__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  
  .plp-swatches__swatch {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 100%;
    border: none;
    cursor: pointer;
    padding: 0;
    background: transparent;
    outline: 1px solid transparent;
    outline-offset: 1px;
  }
  
  .plp-swatches__swatch:hover {
    outline-color: #000000;
  }
  
  .plp-swatches__swatch.is-selected {
    outline-color: #000000;
  }
/* END_SNIPPET:plp-variant-swatches */

/* START_SNIPPET:product-carousel-controls (INDEX:317) */
.products-carousel__swiper-section {
    overflow: hidden;
  }
  .products-carousel__swiper {
    --pc-slides-per-view: 1.25;
    --pc-space-between: 16px;
    max-width: 100%;
    overflow: visible;
  }

  @media (min-width: 480px) {
    .products-carousel__swiper {
      --pc-slides-per-view: 2.25;
      --pc-space-between: 20px;
    }
  }

  @media (min-width: 900px) {
    .products-carousel__swiper {
      --pc-slides-per-view: 3;
      --pc-space-between: 30px;
    }
  }

  @media (min-width: 1350px) {
    .products-carousel__swiper {
      --pc-slides-per-view: 4;
      --pc-space-between: 30px;
    }
  }

  .products-carousel__swiper .swiper-slide {
    flex: 0 0 auto;
    width: calc((100% - (var(--pc-space-between) * (var(--pc-slides-per-view) - 1))) / var(--pc-slides-per-view));
    margin-right: var(--pc-space-between);
  }

  @media (max-width: 479px) {
    .products-carousel__swiper .swiper-slide {
      margin-right: calc(var(--pc-space-between) / 2);
      margin-left: calc(var(--pc-space-between) / 2);
    }
  }

  .js-products-carousel-btn.swiper-button-next {
    right: -1rem;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' fill='black'/%3E%3Cpath d='M12.75 7.28577L23.9822 16.9451L12.75 26.7143' stroke='white' stroke-width='1.21429' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    height: 32px;
    width: 32px;
    transform: unset;
  }
  .js-products-carousel-btn.swiper-button-next:after {
    content: normal;
  }


  .js-products-carousel-btn.swiper-button-prev {
    left: -1rem; 
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' transform='matrix(-1 0 0 1 34 0)' fill='black'/%3E%3Cpath d='M21.25 7.28577L10.0178 16.9451L21.25 26.7143' stroke='white' stroke-width='1.21429' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    height: 32px;
    width: 32px;
    transform: unset;
  }

  @media (min-width: 991px) {
    .js-products-carousel-btn.swiper-button-prev {
      left: -4%;
      background-size: 32px 32px;
      height: 48px;
      width: 48px;
    }

    .js-products-carousel-btn.swiper-button-next {
      right: -4%;
      background-size: 32px 32px;
      height: 48px;
      width: 48px;
    }
  }

  .js-products-carousel-btn.swiper-button-prev:after {
    content: normal;
    color: white;
  }
  .js-products-carousel-btn {
    transition: opacity 0.3s;
  }
  .js-products-carousel-btn.swiper-button-disabled {
    opacity: 0.25;
  }
  
  /* Hide controls based on screen size */
  @media (min-width: 750px) {
    .hide-desktop {
      display: none !important;
    }
  }
  
  @media (max-width: 749px) {
    .hide-mobile {
      display: none !important;
    }
  }
/* END_SNIPPET:product-carousel-controls */

/* START_SNIPPET:variant-comparison-popup (INDEX:345) */
.vc-popup_trigger {
    text-decoration: underline;
    text-underline-offset: 3px;
    font-size: 0.875rem;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0.5rem 0;
    margin: -1.25rem 0 1rem 0;
    color: inherit;
    display: block;
  }
  
  .vc-popup_trigger:hover {
    opacity: 0.7;
  }

  .custom-bundle_selector-box .vc-popup_trigger {
    margin: 0;
    padding: 0.25rem 0;
  }

  .vc-popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999999;
    display: none;
    cursor: pointer;
    backdrop-filter: blur(2px);
  }

  .vc-popup_modal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    width: auto;
    min-width: 320px;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
    padding: 2rem 0 3rem;
    height: auto;
    cursor: default;
    box-shadow: none;
  }

  .vc-popup_close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    left: auto;
    width: 2rem;
    height: 2rem;
    padding: 0.5rem;
    z-index: 1;
    background: transparent;
    border: none;
    cursor: pointer;
  }

  .vc-popup_close:hover {
    opacity: 0.7;
  }

  .vc-popup_title {
    font-family: 'HelveticaNeue', Arial, Helvetica, sans-serif;
    font-stretch: expanded;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .vc-popup_swiper-wrapper {
    position: relative;
  }

  .vc-popup_nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }

  .vc-popup_nav:hover:not(:disabled):not(.is-disabled) {
    background: #f5f5f5;
  }

  .vc-popup_nav--prev {
    left: -8px;
  }

  .vc-popup_nav--next {
    right: -8px;
  }

  .vc-popup_nav.is-disabled {
    opacity: 0;
    cursor: default;
    pointer-events: none;
  }

  .js-vc-swiper {
    overflow: hidden;
    touch-action: pan-x pan-y;
    -ms-touch-action: pan-x pan-y;
  }

  .vc-popup_swiper-wrapper:has(.vc-popup_nav--prev.is-disabled):has(.vc-popup_nav--next.is-disabled) .js-vc-swiper * {
    cursor: default!important;
  }

  .js-vc-swiper .swiper-slide {
    width: 320px;
    height: auto;
  }

  .vc-popup_slide-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
  }

  .vc-popup_image-wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }

  .vc-popup_image {
    width: 100%;
    height: auto;
    border-radius: 0;
  }

  .vc-popup_variant-title {
    font-family: 'F37Caslon', serif;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0 0 0.25rem 0;
    line-height: 1.3;
    padding: 0 1rem;
    text-wrap: balance;
  }

  .vc-popup_variant-caption {
    font-family: 'Matter-Regular', Arial, sans-serif;
    font-size: 0.875rem;
    margin: 0;
    line-height: 1.4;
    padding: 0 1rem;
    text-wrap: balance;
  }

  .vc-popup_selected-indicator {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin-top: 0.75rem;
    font-family: 'Matter-Regular', Arial, sans-serif;
    font-size: 0.75rem;
    color: #000;
  }

  .vc-popup_selected-indicator.is-active {
    display: flex;
  }

  .vc-popup_selected-indicator svg {
    flex-shrink: 0;
  }

  @media (min-width: 768px) {
    .vc-popup_modal {
      width: auto;
      max-width: 90vw;
      padding: 2rem;
    }

    .vc-popup.swiper-initialized .vc-popup_nav {
      display: flex;
    }
  }

  @media (max-width: 767px) {
    .vc-popup_modal {
      width: 100%;
      max-height: 90vh;
    }

    .js-vc-swiper .swiper-slide {
      width: 85vw;
      max-width: 320px;
    }

    .vc-popup_title {
      margin-bottom: 1rem;
    }
  }
/* END_SNIPPET:variant-comparison-popup */