<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 387:53 Expected ":"
Line 387:54 Expected identifier but found "100%"
Line 2092:99 Unterminated string token
Line 2982:2 Unexpected "}"

**/


/* CSS from section stylesheet tags */
.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;}
@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;
    }
  }
.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;
    }
  }
.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
      
    }
  }
.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 &gt; 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;
   }

  }
.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: 4px;
}

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

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

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

.byo-add-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #fff;
  border: 1px solid #999;
  color: #999;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.byo-add-btn.active {
  background: #000;
  color: #fff;
  border-color: #000;
}

.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-selected-items {
  background-color: #f8f6f1;
  padding: 24px 16px;
  height: fit-content;
  position: sticky;
  top: 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.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 #ddd;
  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;
}

@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: 80vh;
    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;
}

@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;
  }
}
.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: white;
  }

  .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: 26rem;
  }

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

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

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

  .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-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;
  }

  .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;
  }

  .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: 1rem;
    display: flex;
  }

  .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: 2.5rem;
  }

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

  .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;
    position: relative;
  }

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

  .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%;
  }

  .ex-lp_product-blocks {
    padding-top: 5rem;
  }
  .ex-lp_product-blocks a {
    display: contents;
  }
  .ex-lp_product-block {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: min(5rem, 5vw);
    display: flex;
  }

  .ex-lp_product-block:last-child {
    margin-bottom: 1.5rem;
  }

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

  .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;
  }

  .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.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_content .header-s {
      font-size: 1.25rem;
    }
    .ex-lp_richtext {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    .ex-lp_richtext .header-m {
      font-size: 22px;
    }
    .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_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-lp_banner-img {
      object-position: 50% 50%;
    }

    .ex-lp_nav {
      grid-column-gap: 5%;
      grid-row-gap: 1.25rem;
      text-align: center;
      background-color: #f2e1d3;
      flex-flow: row;
      justify-content: center;
      align-items: center;
      padding: 1rem;
      display: flex;
    }
  }

  @media screen and (max-width: 767px) {
    .ex-lp_container .header-l {
      font-size: 2.25rem;
    }
    .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_col-divider {
      display: none;
    }

    .ex-lp_wysiwyg {
      overflow: hidden;
    }

    .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));
      width: 100vw;
      max-width: 100vw;
    }

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

    .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;
      border-bottom: 1px solid #000;
      flex-flow: column;
      margin-bottom: 0;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
    .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: 20rem;
      margin: 0 auto;
    }
    .ex-lp_wysiwyg-fact-img {
      height: 2.75rem;
    }
    .ex-lp_checklist-content .header-s {
      font-family: 'Matter', sans-serif;
      font-size: 1rem;
      letter-spacing: 0;
      line-height: 1.4;
    }
    .ex-lp_checklist-icon {
      height: 1.25rem;
    }
    .ex-lp_checklist_item .header-m {
      font-size: 1.25rem;
    }
    .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%;
    }
  }

  @media screen and (max-width: 479px) {
    .ex-lp_nav {
      font-size: 12px;
    }
  }
.footer--one-for-plant-logo {
    grid-column:1;grid-row:2;
    margin-top:2rem;
  }
  @media (max-width:768px) {
    .footer--one-for-plant-logo {
      grid-column:1;grid-row:4;
      width:1.25rem;
      margin-top:0.75rem;
    }
}
  .footer__social-links &gt; a {display:none}
  @media (max-width:1024px) {
      .footer--one-for-plant-logo {
        margin-bottom:1.5rem;
      }
  }
@media screen and (max-width:767px) {
  .hero__header-text.m-right-btn {
    display:grid;
    column-gap:1rem;
  }
  .hero__header-text.m-right-btn &gt; *: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
       }
@media screen and (max-width:767px) {
  .hero__header-text.m-right-btn {
    display:grid;
    column-gap:1rem;
  }
  .hero__header-text.m-right-btn &gt; *: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
       }
.insta-section {
      overflow: hidden;
     }
    .insta-section .swiper-container {
      width: 100%;
      margin: 0 auto;
    }
    .insta-section .swiper-wrapper {
      display: flex;
      align-items: center;
    }
    .insta-section .swiper-slide {
      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;
    }
.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;
    }

    .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;
    }
  }
.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;
}
/*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 */
        }

  /*ADD TO CART MOBILE BANNER*/

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

@media screen and (max-width: 767px) {

  .products #attentive_creative {
    bottom:80px!important;
  }

  .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);
  }
  .rich-text-pdp {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  @media (max-width:767px) {
  .rich-text-pdp {
    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;
  }

  .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;
    height: calc(100vh - 11rem);
    width: calc(111vh - 11rem);
    align-self: flex-start;
    flex: none;
    position:sticky;
    top:8rem;
    max-width: min(60%, 1000px);
    max-height: 800px;
  }
  @media (max-width: 1200px) {
    .media-gallery_swiper-container-wrapper {
      max-width: min(700px,55vw);
      max-height: min(560px,44vw);
    }
  }

  @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: auto;
  }

  @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:auto;
    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: min(50vh,100vw);
       overflow:visible!important;
      }
     .media-gallery_swiper-container-wrapper {
       margin-bottom:1rem;
     }
     .media-gallery_gallery-top .swiper-slide {
       width:min(50vh,100%)
      }
     .product {
        overflow:hidden;
        max-width:100%;
      }
     .pdp-main_product-info {
       max-width:100%;
       padding-right:var(--padding);
       padding-left:var(--padding);
     }
     .product .swiper-horizontal&gt;.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;
    }
  }
.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;
      }

    }
.rewards-hero {
    min-height:70svh;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .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;
    z-index:1;
    position:relative;
  }
  .rewards-hero_content-inner {
    margin:auto;
    max-width:375px;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1.25rem;
  }

  @media (max-width:767px) {
    .rewards-hero {min-height:auto;flex-direction:column;background-color:#D6C9B6;}
    .rewards-hero_desktop-img {display:none;}
    .rewards-hero_mobile-img {display:block;max-height:50svh;}
    .rewards-hero_content{padding-top:1.5rem;padding-bottom:2rem;max-width:unset;width:100%;}
    .rewards-hero_content .header-s {font-size:1.25rem;}
    .rewards-hero_btns {margin-top:0.25rem;flex-direction:column;}
    .rewards-hero_btns * {width:225px;}
  }
.rewards-steps {
    background-color: #D6C9B6;
  }
  .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;
  }
  .rewards-steps_step {
    display:flex;
    flex-direction:column;
    gap:0.65rem;
  }
  .rewards-steps_step-header {
    display:flex;
    flex-direction:column;
    gap:0.5rem;
  }
  .rewards-steps_line-wrapper {
      justify-content: flex-end;
      align-items: center;
      display: none;
      width:100%;
      display:none;
      margin-top:0.35rem;
  }
  .rewards-steps_line-icon {
    height: 1rem;
    width: 1rem;
    flex:none;
  }
  .rewards-steps_line {
    width: 100%;
    height: 1px;
    background-color: #000;
    flex: 1;
    margin-right: -1px;
  }
  @media (max-width:767px) {
    .rewards-steps {
      background-color: #F9F6F2;
    }
    .rewards-steps_container {
      padding: 1.5rem 0rem;
      gap:1.5rem;
    }
    .rewards-steps_step-header {
      flex-direction:row;
    }
    .rewards-steps_steps {
      flex-direction:column;
      width:100%;
      gap:0.75rem;
    }
    .rewards-steps_step {
      flex-direction:column;
      align-items:center;
      gap:0.25rem;
    }
    .rewards-steps_line-wrapper {
      display:flex;
    }
    .rewards-steps_step:last-of-type .rewards-steps_line-wrapper {
      display:none;
    }
    .rewards-steps_step:nth-child(odd) .rewards-steps_line-icon {
      order:2;
    }
    .rewards-steps_footer {
      margin-top:1rem;
    }
  }
.rewards-how-to {display:flex;align-items:center;justify-content:center;background-color:#fafafa;}
  .rewards-how-to_content {width:50vw;text-align:center;display:flex;justify-content:center;overflow:hidden;flex-direction:column;padding-top:1.5rem;padding-bottom:1.5rem;}
  .rewards-how-to_img {width:50vw;object-fit:cover;min-height:100%;height:70svh;}
  .rewards-how-to_title {margin-bottom:1.5rem;max-width:27rem;margin-left:auto;margin-right:auto;}
  .rewards-how-to_body {margin-bottom:1.75rem;max-width:29rem;margin-left:auto;margin-right:auto;}
  .rewards-how-to_content-img {height:80px;width:100%;object-fit:cover;object-position:48% 50%;}

  @media (max-width:767px) {
    .rewards-how-to {
      flex-direction:column;
    }
    .rewards-how-to_content, .rewards-how-to_img {width:100%;}
    .rewards-how-to_img {height:75vw;}
    .rewards-how-to_content-img {height:70px;}
    .rewards-how-to_title {font-size:2rem;}
  }
.rewards-refer {
    min-height:70svh;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .rewards-refer_desktop-img {
    position:absolute;
    width:100%;
    height:100%;
  }
  .rewards-refer_mobile-img {display:none;}
  .rewards-refer_content {
    width:50%;
    padding-top: 4rem;
    padding-bottom:2rem;
    z-index:1;
    position:relative;
  }
  .rewards-refer_content-inner {
    margin:auto;
    max-width:375px;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1.25rem;
  }

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

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

  .yotpo-widget-referral-widget .yotpo-tile &gt; *  {
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0rem!important;
  }
  .yotpo-widget-referral-widget .yotpo-header-text {
      font-size:1.25rem!important;
      font-style:italic!important;
      font-family:F37Caslon!important;
  }
  
  .yotpo-widget-referral-widget .yotpo-email-view .yotpo-title-text {
      margin-bottom:1.5rem;
      margin-top:0.5rem;
  }
  
  .yotpo-widget-referral-widget .yotpo-referral-widget-form {
      display:flex!important;
      flex-direction:row!important;
      flex-wrap:nowrap!important;
  }
  .yotpo-widget-referral-widget .yotpo-row-display {
    gap:1.5rem;
  }
  .yotpo-widget-referral-widget .yotpo-friends-emails-view {
    padding:2rem 0rem!important;
    height:auto!important;
  }

  .yotpo-widget-referral-widget .yotpo-referral-history .yotpo-referral-history-redeem-text {
    margin-top:1rem!important;
  }
  .yotpo-referral-history, .yotpo-referral-history .yotpo-is-mobile {
    height:auto!important;
    padding: 2rem 0rem!important;
  }

  .yotpo-widget-referral-widget .yotpo-row-display .yotpo-row-right-text {
    color:darkgray;
    font-style:italic;
  }
  
  .yotpo-widget-referral-widget .yotpo-input-container .yotpo-input, .yotpo-widget-referral-widget textarea {
      background-color:white!important;
      font-weight:400;
      border-radius:1px!important;
  }
  .yotpo-widget-referral-widget .yotpo-email-view.yotpo-is-mobile .yotpo-referral-widget-form {
    margin-bottom:0px!important;
  }
  .yotpo-widget-referral-widget .yotpo-final-view.yotpo-is-mobile .yotpo-header-text {margin-bottom:1rem;}
  .yotpo-widget-referral-widget .yotpo-final-view.yotpo-is-mobile {margin:0!important;}
  .yotpo-widget-referral-widget .yotpo-final-view {height:auto!important;padding:2rem 0rem!important;}

  @media (max-width:1050px) {
    .yotpo-widget-referral-widget .yotpo-referral-history.yotpo-is-mobile .yotpo-referral-history-grid {
    width:100%!important;
  }
    .yotpo-referral-history .yotpo-is-mobile {padding:0rem!important;}
    .yotpo-widget-referral-widget {padding: 0rem!important;}
    .rewards-refer {min-height:auto;flex-direction:column;background-color:#ffffff;}
    .rewards-refer_desktop-img {display:none;}
    .rewards-refer_mobile-img {display:block;max-height:50svh;}
    .rewards-refer_content{padding-top:1.5rem;padding-bottom:2rem;max-width:unset;width:100%;}
    .yotpo-widget-referral-widget .yotpo-container-background:not(.yotpo-is-mobile) {
      min-height:unset!important;
    }
    #yotpoReferralTitleText {
      margin-top:0!important;
      margin-bottom:1rem!important;
    }
    
    .yotpo-widget-referral-widget .yotpo-referral-widget-form {
      flex-direction:column!important;
      flex-wrap:wrap!important;
      align-items:center!important;
      gap:1rem!important;
    }
    
    .yotpo-referral-widget-form button {
      min-width:150px!important;
    }
  }
#rewards-vip_swiper.swiper {
      overflow:unset;
      overflow-x:clip;
    }
    .rewards-vip_swiper-pagination {
      display:none;
    }
    .rewards-vip {
      padding: 3rem 0rem;
      background-color:#F9F6F2;
    }
    .rewards-vip_heading {
      margin-bottom:2.5rem;
      text-align:center;
    }
    .rewards-vip_block {
      position:relative;
      display:flex;
      width:100%;
      gap:7%;
      align-items:stretch;
      justify-content:center;
    }
    .rewards-vip_blocks {
      display:flex;
      flex-direction:column;
      gap:3rem;
    }
    .rewards-vip_block-title-img {
      position:absolute;
      top:0.5rem;
      left:37%;
      width:21%;
      flex:none;
      z-index:1;
    }
    .rewards-vip_block-img {
      width:50%;
      flex:none;
      object-fit:cover;
      aspect-ratio:1;
      min-height:100%;
      max-height:70svh;
    }
    .rewards-vip_block:nth-child(even) .rewards-vip_block-img {
      order:2;
    }
    .rewards-vip_content {
      flex:1;
      display:flex;
      align-items:center;
      justify-content:center;
      flex-direction:column;
      gap:2rem;
    }
    .rewards-vip_content-header {
      text-align: center;
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
      align-items: center;
      width:100%;
    }
    .rewards-vip_content-div {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      align-items: stretch;
      width:100%;
    }
    .rewards-vip_benefits-list {
      list-style-type: none;
      margin: 0;
      padding: 0;
      max-width:450px;
      line-height:1.25;
  }

  .rewards-vip_benefits-list li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
  }

  .rewards-vip_benefits-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 6px;
    height: 6px;
    background-color: #A26262;
    border-radius: 50%;
  }
  @media (max-width:767px) {
    .rewards-vip {padding:1.5rem 0rem;}
    
    .rewards-vip_blocks {
      flex-direction: row;
      flex-wrap:nowrap;
      gap:0rem;
    }
    .rewards-vip_swiper-pagination {
      display:flex;
      align-items:center;
      justify-content:center;
      margin-top:1rem;
    }
    .rewards-vip_swiper-pagination .swiper-pagination-bullet {
      border: 1px solid black;
      background-color: transparent;
      opacity: 1;
    }
    .rewards-vip_swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      border: 1px solid black;
      background-color: black;
      opacity: 1;
    }
    .rewards-vip_block {
        flex-direction:column;
        width:100%;
        flex:none;
    }
    .rewards-vip_block-img {
        width:100%;
        min-height:unset;
    }
    .rewards-vip_block {
        gap:unset;
    }
    .rewards-vip_block-title-img {
        width:50%;
        top:-7.5vw;
        right:0.5rem;
        left:auto;
    }

    .rewards-vip_heading {
        margin-bottom:12.5vw;
    }

    .rewards-vip_block-img {
        margin-bottom:1rem;
    }

    .rewards-vip_content {
        gap:1.5rem;
    }
    .rewards-vip_content-div .header-s, .rewards-vip_content-div .header-s * {
        font-family:Matter,Arial!important;
        font-size:1.15rem;
        font-weight:600;
        letter-spacing:0px;
    }

    .rewards-vip_content-header {
        text-align:left;
        align-items:flex-start;
        justify-content:flex-start;
    }
    .rewards-vip_block:nth-child(even) .rewards-vip_block-img {
      order:unset;
    }
  }
.rewards-img {aspect-ratio:1;}
  @media (max-width:767px) {
    .rewards-img{max-height:40vh;aspect-ratio:1.75;}
  }
.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;
    }

    .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;
    }
    .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;
      }
    }
.tab-scroller_underline {border-bottom:1px solid rgba(255,255,255,0.5);}
.tab-scroller_underline:hover {border-bottom:1px solid white;}
.tab-scroller_underline {border-bottom:1px solid rgba(255,255,255,0.5);}
.tab-scroller_underline:hover {border-bottom:1px solid white;}
#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: baseline;
      grid-column-gap: 1.5rem;
    }

    .reviews_total-wrapper {
      margin-right: auto;
      margin-top:0.75rem;
      display:flex;
      gap:0.5rem;
    }

    .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('https://cdn.shopify.com/s/files/1/0629/2855/2169/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('https://cdn.shopify.com/s/files/1/0629/2855/2169/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%;
    }

    .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('https://cdn.shopify.com/s/files/1/0629/2855/2169/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_primary-item {
      display: flex;
      width: 100%;
      padding-bottom: 1.5rem;
      align-items: center;
      grid-column-gap: 3rem;
      border-bottom: 1px solid #bfbfbf;
    }

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

    .review_primary-content {
      flex: 1;
    }

   .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 */
    &amp;::-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%;
    }

    .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('https://cdn.shopify.com/s/files/1/0629/2855/2169/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('https://cdn.shopify.com/s/files/1/0629/2855/2169/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;
    }

    .review-primary_media {
      flex: 1;
    }

    .reviews_item-media.is-primary {
      display: none;
    }

    .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_header-left {
      display: flex;
      margin-right: auto;
    }

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

    .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-layout input, .reviews_filters-layout select {
        	width:100%!important;
        }
    	}

    @media screen and (max-width: 991px) {
      .review_item {
        width: 100%;
      }

      .reviews_header-left {
        flex-direction: column;

      }
    }

    @media screen and (max-width: 767px) {
      .review-primary_media {
        display: none;
      }

      .reviews_item-media.is-primary {
        display: block;
      }
      .reviews_total-wrapper {
        flex-direction:column;
        gap:0;
      }
    }

    @media screen and (max-width: 479px) {
      .reviews_header {
        margin-bottom: 0.5rem;
      }

      .reviews_filters {
        margin-bottom: 1.5rem; 
      }

      .review_item {
        width: 100%;
      }
    }

     .yotpo-empty-state svg {
      display:none;
    }
    .yotpo-dropdown-closable {
      font-weight:bold;
      padding:0;
    }
    @media (max-width:479px) {
      .yotpo-dropdown-closable,.yotpo-selected-value {width:100%};
    }
    .yotpo-dropdown-closable .yotpo-selected-value {
      padding:.75rem 2rem .75rem 1rem;
      min-width:10rem;
      text-align:left;
    }
    .yotpo-dropdown-content-wrapper {
      background-color:white!important;
    }
    .yotpo-headline {
      font-family:F37Caslon,Arial,Helvetica,sans-serif!important;
      font-weight:300!important;
      letter-spacing:-0.0625rem!important;
      line-height:0.85!important;
      font-size:4rem!important;
    }
    .yotpo-modal-header, .yotpo-headline-complete {
      font-family:F37Caslon,Arial,Helvetica,sans-serif!important;
      font-weight:300!important;
      letter-spacing:-0.03rem!important;
      line-height:0.85!important;
      font-size:2rem!important;
    }

    .yotpo-empty-state {
      display:block!important;
      align-self:flex-start!important;
      text-align:left!important;
    }
    #yotpo-main-widget-btn:hover {
      background-color:#a26262!important;
    }
    .yotpo-main-widget * {
      box-sizing:border-box!important;
      outline:none!important;
    }
    #yotpo-modal button, .yotpo-new-review-btn-wrapper .yotpo-new-review-btn.empty-state {
      min-height:2.5rem!important;
      padding:1.35rem 2rem!important;
      font-size: 1rem!important;
      line-height: 1px!important;
      font-weight:600!important;
      border-radius:100px!important;
      box-sizing: border-box;
      margin:0!important;
      min-height:3.5rem!important;
    }
    .yotpo-main-widget *:focus {
      box-sizing:border-box!important;
      outline:1px solid black!important;
    }
    .modal-backdrop {
      z-index:999999999!important;
    }
    .yotpo-star-rating-icons-wrapper {
      display:flex!important;
    }
    .yotpo-star-rating-wrapper.yotpo-new-review-star-rating {
      min-height:0!important;
      margin-bottom:1.25rem!important;
    }
    .yotpo-header-container {
      background-color:transparent!important;
    }

    .yotpo-display-l .yotpo-review-form .yotpo-new-review-content { min-height:0px!important; }
    .yotpo-display-l .yotpo-review-form .yotpo-new-review-headline { margin-bottom:1rem;min-height:0px!important;}

    .yotpo-review-border-smooth { background-image:none!important;height:5px!important;}

    .yotpo-display-m .yotpo-review-form .yotpo-new-review-content {
      min-height:0px!important;
    }
    .yotpo-star-rating-wrapper .yotpo-star-rating-icons .yotpo-star-rating-icon {
      width:1.5rem!important;
      margin:0px 8px!important;
    }
    .yotpo-form-label {
      font-weight:bold!important;
    }
   .yotpo-input-wrapper .yotpo-new-input-container {
     box-sizing:border-box!important;
   }
    .yotpo-display-m .yotpo-review-form .yotpo-new-review-headline, .yotpo-display-m .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-display-m .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email {
      min-height:0px!important;
      margin-bottom:1.25rem!important;
    }
    .yotpo-input-wrapper textarea {
      height:100px!important;
      margin-bottom:0.5rem!important;
    }

    .yotpo-review-form .yotpo-name-email-wrapper {
      box-sizing:border-box!important;
    }
    .yotpo-name-email-wrapper * {
      width:auto!important;
      flex:1!important;
    }
    .yotpo-new-input-container {
      width:100%!important;
    }
    .yotpo-new-input-validation {
      margin-bottom:0px!important;
    }
    .yotpo-input-wrapper input {
      padding:0.5rem!important;
    }
    .yotpo-review-form .form-footer {
      bottom:0px!important;
    }
    .yotpo-headline-complete {
      margin-bottom:1rem!important;
    }
    .yotpo-bold-layout .yotpo-head, .yotpo-head {
      height:auto!important;
      margin-bottom: 1.5rem!important;
      margin-top:0rem!important;
      text-align:left!important;
    }
    .yotpo-search-filter .yotpo-search-label .yotpo-search-input, .yotpo-filter-select {
      border:1px solid black!important;
    }

    .yotpo-new-review-submit {
      min-width: 8rem!important;
    }
    .yotpo-input-wrapper .yotpo-form-label {
      margin-bottom:0.3rem!important;;margin-top:0px!important;
    }
    .yotpo-modal-right-arrow, .yotpo-modal-left-arrow {
      display:none!important;
    }

    .yotpo-headline {
      align-self: flex-start!important;
    }
    .yotpo-empty-state + .yotpo-new-review-btn-wrapper #yotpo-main-widget-btn {
      align-self:flex-start!important;
    }

    .yotpo-new-review-btn-wrapper .yotpo-new-review-button {
      padding: 0!important;
      height: auto!important;
      margin: 0!important;
      background-color: transparent!important;
      width: auto!important;
      border: none!important;
      color: #AE7273!important;
      text-decoration: underline!important;
      font-size: 1rem!important;
    }
    .yotpo-bottom-line-right-panel {
      display:flex!important;
      align-items: baseline!important;
      gap:1rem!important;
    }
    .yotpo-bottom-line-right-panel * {
      margin:0!important;
      padding:0!important;
    }

    .yotpo-star-rating.yotpo-bottom-line-stars {
      order:2!important;
    }
    .yotpo-bottom-line-left-panel.yotpo-bottom-line-score, .yotpo-bottom-line-text {
      font-size:1.2rem!important;
    }
    .yotpo-reviewer-image {
      display:none!important;
    }

    .yotpo-review-card .card-container {
      background-color:transparent!important;
      padding:0px!important;
    }
    .card-container .yotpo-image {
      margin-bottom:1rem;
    }

    .yotpo-display-m .yotpo-main-layout .yotpo-head .yotpo-headline {
      flex-basis:100%!important;
      margin:0!important;
      text-align:left!important;

    }
    .yotpo-display-m .yotpo-main-layout .yotpo-layout-header-wrapper .yotpo-bottom-line {
      margin-right:auto!important;
    }

    .yotpo-display-l .yotpo-main-layout .yotpo-head .yotpo-headline {
      margin-left:0!important;
    }
    .yotpo-form-complete .yotpo-shop-complete {
      width:auto!important;
    }
    .yotpo-media-modal-review {
      padding:0!important;
      margin:1rem!important;
    }

    @media screen and (max-width: 767px) {
      .yotpo-modal-header, .yotpo-headline-complete, .yotpo-headline {
        font-size: 2.25rem!important;
        letter-spacing: -.88px!important;
      }
    }

    @media screen and (max-width: 640px) {
      #yotpo-modal button, .yotpo-new-review-btn-wrapper .yotpo-new-review-btn.empty-state {
        min-height:2.5rem!important;
        padding:1rem 1rem!important;
        font-size: 1rem!important;
        line-height: 1px!important;
        font-weight:600!important;
        border-radius:100px!important;
        min-height:2.5rem!important;
        width:auto!important;
      }
      .yotpo-name-email-wrapper {
        display:block!important;
      }
      .yotpo-device-mobile .yotpo-review-form .yotpo-new-review-headline, .yotpo-device-mobile .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-device-mobile .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email {
        min-height:auto!important;margin-bottom:1rem;
      }
      .yotpo-new-input-message {
        margin-top:0.15rem;
      }
    }</pre></body></html>