/** Shopify CDN: Minification failed

Line 299:4 "zindex" is not a known CSS property
Line 372:20 Expected identifier but found whitespace
Line 372:22 Unexpected "{"
Line 372:30 Expected ":"

**/
*{
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
}
section.nv-hero *, .header .custom_header_link, .list-menu *{
  font-family: "DM Sans", sans-serif;
}
body{
  overflow-x: hidden;
}
#custom_drawer {
  overflow: hidden;
}
#custom_drawer .header__icon {
  justify-content: start !important;
  cursor: pointer;
  transition: all .2s linear;
}
.sld_text{
  position: absolute;
  left: -120%;
  font-size: 14px;
  color: #333333;
  font-family: 'Montserrat';
  font-weight: 300;
  transition: all .3s linear;
}
#custom_drawer .header__icon:hover{
  overflow: visible;
}
#custom_drawer .header__icon:hover .sld_text {
  left: 100%;
}
.header__icon .icon{
  height: 19px;
  width: 19px;
  stroke: black;
}
.product__info-wrapper #Capa_1{
   display: none !important;
 }
.section-header.shopify-section-group-header-group{
  z-index: 8 !important;
}
/* .section-header.shopify-section-group-header-group:not(.scrolled-past-header) .header__heading-logo{
  filter: invert(100%) grayscale(100%);
} */
@media screen and (min-width: 1920px){
  /* .section-header.shopify-section-group-header-group:not(.scrolled-past-header){
    z-index: 4;
    position: absolute;
    width: 100%;
    top: 4.4%;
    transition: all .2s linear;
  } */
}
@media screen and (min-width: 991px) and (max-width: 1919px){
  /* .section-header.shopify-section-group-header-group:not(.scrolled-past-header) {
    z-index: 4;
    position: absolute;
    width: 100%;
    top: 12.4%;
    transition: all .2s linear;
  } */
}


.drawer-triiger-text{
  display: none !important;
  transform: translateX(-100%);
  text-decoration: none;
  transition: all 2s linear;
}
#Details-menu-drawer-container .header__icon:hover .drawer-triiger-text{
  transition: all 2s linear;
  display: flex !important;
  transform: translateX(100%);
}
.shopify-section-group-header-group .header-wrapper{
  background: transparent;
}  
.scrolled-past-header .header-wrapper{
  background: #ffffff;
}
.header__icon--cart, .header__icon--account{
  width: 100%;
}
.cs_flex_head .svg-wrapper{
  width: 20px !important;
  height: 20px !important;
}
.cs_flex_head .header__icons{
  gap: 8px;
}
.cs_flex_head .cart-count-bubble{
  left: 30% !important;
  bottom: 4% !important;
  background-color: #5ecccb !important;
}
.cs_flex_head .cart-count-bubble span{
  font-size: 9px !important;
  color: #fff !important;
}
.cs_flex_head account-icon{
  width: 16px;
}
.shopify-policy__title *{
  font-size: 34px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #444444;
  text-transform: capitalize;
  padding-bottom: 50px;
}
.shopify-policy__body h3{
  font-size: 22px;
  color: #444444;
  font-family: 'Montserrat';
  font-weight: 400;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: .25px;
}
.shopify-policy__body p:last-child{
  padding-bottom: 0;
}
.shopify-policy__body p{
  font-size: 17px;
  color: #4e5e6a;
  font-family: 'Montserrat';
  font-weight: 300;
  margin: 0;
  line-height: 1.8;
  padding-bottom: 30px;
}
.shopify-policy__body li{
  font-size: 17px;
  color: #4e5e6a;
  font-family: 'Montserrat';
  font-weight: 300;
  margin: 0;
  line-height: 1.8;
}
.shopify-policy__body .nop{
  padding-bottom: 0;
}
.shopify-policy__body em{
  padding-bottom: 0;
  font-style: normal;
}
.shopify-policy__body a{
  font-size: 17px;
  padding: 15px 30px;
  background: #5ecccb;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  font-family: "Montserrat";
}
.shopify-policy__body ul{
  margin: 0;
  padding: 0;
}
/* Custom Drawer */

.drawer_tabs_container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #ddd;
}
.drawer_first_tab{
  width: 40%;
}
.grand_child_link>a{
  text-decoration: none;
  font-size: 14px;
  color: #4e5e6a;
  letter-spacing: 0;
  font-weight: 400;
  font-family: 'Montserrat',sans-serif;
}
.grand_child_container{
  margin: 0;
  padding: 0;
  list-style: none;
}
.drawer_other_tabs{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
}
.drawer_tab a{
  text-decoration: none;
  font-size: 14px;
  color: #4e5e6a;
  display: inline-block;
  text-transform: uppercase;
}
.drawer_nav_inner::after{
  content: '';
  display: block !important;
  height: 100%;
  width: 200%;
  position: absolute;
  background: rgb(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  max-width: 200%;
  left: 100%;
  z-index: 2;
  backdrop-filter: blur(50px);
}
.shopify-payment-button:has(shop-pay-wallet-button){
  display: none;
}
.drawer_tab.active a{
  font-weight: 700;
}
.drawer_tab a:hover{
  color: #757575;
}
.drawer_nav_head{
  overflow: hidden;
}
.drawer_nav_head .header__icon{
  padding-left: 20px;
  padding-bottom: 20px;
}
.drawer_nav_inner{
  position: fixed;
  top: 0;
  z-index: 9999999999;
  background: #fff;
  width: 100%;
  left: 0;
  height: 100vh;
  max-width: 590px;
  padding: 80px 32px 10px;
}
.child_link>a{
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  display: block;
  padding-bottom: 10px;
  cursor: pointer;
  transition: all .15s linear;
}
.child_link a:hover{
  color: #757575;
}
.child_links_container{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 10px 0;
  gap: 30px;
}
.grand_child_container li{
  line-height: 1.2;
  padding-bottom: 10px;
}
.drawer_child_container{
  display: none;
}
.drawer_child_container[data-id="1"] {
  display: flex;
}
.drawer_child_container[data-id="1"] .child_links_container{
  display: flex;
  flex-direction: column; 
  padding: 0;
  gap: 40px;
}
/* end Custom drawer  */

.header__icon .icon{
  height: 24px;
  width: 30px;
  stroke: black;
}
/* .header__heading-logo{
  filter: grayscale(1);
} */
@media screen and (max-width: 768px){
  .custom_header_link{
    display: none;
  }
  .section-header.shopify-section-group-header-group{
    zindex: 9999999 !important;
  }
  /* #custom_drawer .header__icon,.header__icon,.header__heading{
    z-index: 99999999999;
  } */
  header.header {
    /* padding-block: 20px !important; */
  }
  .drawer_nav_inner{
    padding-top: 0px;
  }
  /* .icon-close{
    display: none;
  } */
  .sld_text{
    display: none;
  }
  .shopify-policy__container{
    padding: 15px 15px 36px 15px !important;
  }
  .shopify-policy__title *{
    margin: 0;
    font-size: 17px;
  }
  .shopify-policy__body h3{
    padding-bottom: 10px;
  }
  .shopify-policy__body p{
    font-size: 16px;
    letter-spacing: 0;
    padding-bottom: 10px;
  }
}

.slick-slider {
    width: 100%;
    box-sizing: border-box;
}

.slick-slide {
    width: 100%;
}
.splide__arrow{
    display:none;
} 
button.product-form__submit {
  background-color: #5ECCCB;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.button:before, .button:after{
  display:none;
}
.product__title h1{
    font-size:21px
}
span.price-item.price-item--regular {
  font-size: 25px;
  color: #333;
  font-family: 'Montserrat';
  font-weight: 400;
}
.collection{
    max-width: 1548px;
}
  .card__media .media img {
  
   object-fit: contain;
   
}
  .card__media {
   background-color: {{section.settings.bg_color}};
}
  .card__heading{
   margin: 0;
    padding-bottom: 15px;
  }
   .quick-add__submit {
      display: inline-block;
      padding: 10px 30px;
      font-size: 16px;
      font-weight: bold;
      color: white;
      background-color: #4ecdc4;
      border: 2px solid white;
      border-radius: 4px;
      text-transform: uppercase;
      text-decoration: none;
      position: relative;
      transition: all 0.3s ease;
    }

    /* .quick-add__submit:hover {
      background-color: white;
      color: #4ecdc4;
      transform: translateY(-2px);
    } */

    /* .quick-add__submit::after {
      content: "➔";
      position: absolute;
     
      font-size: 18px;
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.3s ease;
    } */

    /* .quick-add__submit:hover::after {
      right: 50px;
    } */
  button.product-form__submit:before, button.product-form__submit:after{
display: none;
  }


@media screen and (max-width: 990px) and (min-width: 768px) {
  /* .section-header.shopify-section-group-header-group:not(.scrolled-past-header) {
    z-index: 4;
    position: absolute;
    width: 100%;
    top: 8.4%;
    transition: all .2s linear;
  }   */
  .cs_flex_head{
    gap: 12px !important;
  }
  .custom_header_link{
    font-size: 13px !important;
  }
  .drawer_nav_inner{
    max-width: 100% !important;
    padding: 80px 30px 10px !important;
  }
  .drawer_nav_inner .search-modal__form{
    max-width: 100%;
  }
  .drawer_nav_inner .search-modal__form .field:before,
  .drawer_nav_inner .search-modal__form .field:after{
    display: none;
  }
  .drawer_nav_inner .search-modal__form .search__input.field__input::placeholder{
    opacity: 1;
  }
  .drawer_nav_inner .search-modal__form .search__input.field__input{
    box-shadow: none !important;
    border: 2px solid transparent;
    outline: none;
  }
  .drawer_nav_inner .search-modal__form .search__input.field__input:focus-visible{
    border-bottom: 1px solid #444444;
  }
  .drawer_nav_inner{
    max-width: 100%;
  }
  .drawer_other_tabs{
    justify-content: end !important;
    gap: 40px;
  }
  .grand_child_link>a{
    font-size: 15px;
    font-weight: 400;
  }
}

/* Nuovaluce reference-inspired header: centered wordmark, clean desktop nav, teal accents. */
@media screen and (min-width: 990px) {
  .shopify-section-group-header-group .header-wrapper {
    background: #fff !important;
    border-bottom: 1px solid rgba(78, 94, 106, .14);
  }
  .shopify-section-group-header-group .header--middle-center:not(.drawer-menu) {
    grid-template-areas: "navigation heading nav icons";
    grid-template-columns: auto minmax(170px, 230px) 1fr auto;
    column-gap: 2.25rem;
    min-height: 78px;
  }
  .shopify-section-group-header-group header.header {
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .shopify-section-group-header-group header-drawer {
    display: none !important;
  }
  .shopify-section-group-header-group .header__heading-logo {
    max-width: 205px;
  }
  .shopify-section-group-header-group .nl-header-nav {
    grid-area: nav;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1.25rem, 2.5vw, 2.75rem);
    white-space: nowrap;
  }
  .shopify-section-group-header-group .nl-header-nav__link {
    color: #4E5E6A;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .01em;
    text-decoration: none;
    transition: color .18s ease;
  }
  .shopify-section-group-header-group .nl-header-nav__link:hover,
  .shopify-section-group-header-group .nl-header-nav__link:focus-visible {
    color: #42C6B7;
  }
  .shopify-section-group-header-group .header__inline-menu {
    display: none !important;
  }
  .shopify-section-group-header-group .cs_flex_head {
    gap: 12px;
  }
  .shopify-section-group-header-group .header__icons {
    gap: 10px;
  }
  .shopify-section-group-header-group .header__icon .icon,
  .shopify-section-group-header-group .header__icon svg {
    color: #4E5E6A;
    stroke: #4E5E6A;
  }
  .shopify-section-group-header-group .cs_flex_head .cart-count-bubble {
    background-color: #42C6B7 !important;
  }
}
@media screen and (max-width: 989px) {
  .nl-header-nav { display: none; }
  .shopify-section-group-header-group .header-wrapper { background: #fff !important; }
}


/* Align the custom desktop navigation on the same row as the centered logo. */
/* Align the custom desktop navigation on the same row as the centered logo. */
@media screen and (min-width: 990px) {
  .shopify-section-group-header-group .header--middle-center.drawer-menu {
    display: grid;
    grid-template-areas: "navigation heading nav icons";
    grid-template-columns: auto minmax(170px, 230px) 1fr auto;
    column-gap: 2.25rem;
    align-items: center;
    min-height: 78px;
  }
  .shopify-section-group-header-group .header--middle-center.drawer-menu .header__heading { grid-area: heading; }
  .shopify-section-group-header-group .header--middle-center.drawer-menu .cs_flex_head { grid-area: icons; }
  .shopify-section-group-header-group .header--middle-center.drawer-menu .nl-header-nav { grid-area: nav; }
}

/* Exact approved Anti Aging Max mockup — scoped to one product only. */
.custom-product:has(.nl-approved-pdp) > .product { display:none !important; }
.custom-product:has(.nl-approved-pdp) > .popup_button { display:none !important; }
.nl-approved-pdp { max-width:980px; margin:0 auto; padding:22px 28px 70px; color:#182b2b; font-family:Arial,Helvetica,sans-serif; }
.nl-approved-hero { display:grid; grid-template-columns:1fr 1fr; gap:34px; align-items:start; }
.nl-approved-media,.nl-approved-info { min-width:0; }
.nl-approved-primary { height:430px; border-radius:18px; background:#fbf2f0; display:grid; place-items:center; overflow:hidden; position:relative; padding:38px 54px; }
.nl-approved-primary img { width:100%; height:100%; object-fit:contain; display:block; transform:scale(.78); }
.nl-approved-award { position:absolute; left:16px; top:16px; border:1px solid #d9c9c7; border-radius:20px; background:#fff; padding:7px 12px; font-size:11px; font-weight:700; z-index:1; }
.nl-approved-offer { position:absolute; left:28px; bottom:24px; width:84px; height:84px; border-radius:50%; display:grid; place-items:center; text-align:center; padding:8px; background:#146f69; color:#fff; font-weight:800; font-size:12px; transform:rotate(-8deg); }
.nl-approved-thumbs { display:flex; gap:8px; align-items:center; margin:10px 0; }
.nl-approved-thumbs button { width:25px; height:25px; border:0; border-radius:50%; background:#146f69; color:#fff; }
.nl-approved-thumbs img { width:58px; height:58px; border:1px solid #d8c8c7; border-radius:6px; object-fit:cover; background:#f7efee; }
.nl-approved-proof { margin-top:9px; padding:12px; text-align:center; border-radius:10px; background:#f8efee; font-size:11px; line-height:1.45; }
.nl-approved-proof strong { display:block; color:#173f40; margin-top:4px; }
.nl-approved-rating { color:#d6a52c; font-size:12px; font-weight:800; margin:3px 0 10px; }
.nl-approved-rating span { color:#5c6666; font-weight:400; margin-left:7px; }
.nl-approved-eyebrow { display:inline-block; padding:6px 10px; border-radius:14px; background:#e7f7f3; color:#12655f; font-size:10px; font-weight:800; letter-spacing:.04em; }
.nl-approved-info h1 { font-size:31px; line-height:1.08; color:#173f40; margin:13px 0 7px; }
.nl-approved-price { font-size:22px; font-weight:800; }
.nl-approved-pay { color:#6c7777; font-size:11px; margin:4px 0 14px; }
.nl-approved-intro { font-size:15px; line-height:1.45; margin:0 0 12px; }
.nl-approved-benefits { margin:0 0 14px; padding-left:20px; line-height:1.6; }
.nl-approved-savings { padding:10px 12px; border-radius:8px; background:#e7f7f3; color:#12655f; font-weight:800; margin-bottom:10px; }
.nl-approved-purchase-row { display:flex; gap:10px; align-items:center; }
.nl-approved-quantity { display:flex; align-items:center; border:1px solid #cbd8d5; border-radius:8px; min-height:48px; }
.nl-approved-quantity .quantity__button { width:34px; height:44px; border:0; background:#fff; }
.nl-approved-quantity .quantity__input { width:38px; text-align:center; border:0; }
.nl-approved-cta { flex:1; min-height:48px; border:0; border-radius:8px; background:#42c6b7; color:#fff; font-weight:800; letter-spacing:.03em; }
.nl-approved-guarantee { margin:10px 0; padding:10px; border:1px solid #cbe8e1; border-radius:8px; color:#12655f; font-size:11px; text-align:center; }
.nl-approved-trust { padding:14px; border:1px solid #eadedd; border-radius:10px; background:#fff; }
.nl-approved-trust h3 { margin:0 0 9px; color:#173f40; }
.nl-approved-trust > div { padding:9px 0; border-top:1px solid #eee; font-size:12px; line-height:1.45; }
.nl-approved-guaranteebox { margin-top:12px; padding:14px; border-radius:10px; background:#e7f7f3; line-height:1.45; }
.nl-approved-accordions { margin-top:12px; border-top:1px solid #eadedd; }
.nl-approved-accordions details { padding:11px 0; border-bottom:1px solid #eadedd; }
.nl-approved-accordions summary { cursor:pointer; font-weight:800; color:#173f40; list-style:none; }
.nl-approved-accordions summary::-webkit-details-marker { display:none; }
.nl-approved-accordions summary:after { content:'⌄'; float:right; }
.nl-approved-accordions p { margin:8px 0 0; font-size:12px; line-height:1.5; color:#425b5b; }
@media(max-width:700px){.nl-approved-pdp{padding:12px 0 40px}.nl-approved-hero{grid-template-columns:1fr;gap:18px}.nl-approved-primary{height:330px}.nl-approved-info{padding:0 4px}.nl-approved-info h1{font-size:23px}.nl-approved-purchase-row{flex-direction:column;align-items:stretch}.nl-approved-quantity{width:100%;flex:0 0 auto;justify-content:space-between}.nl-approved-cta{width:100%;flex:0 0 auto}.nl-approved-thumbs img{width:54px;height:54px}}

body:has(.nl-approved-pdp) [id*="custom_video_grid"], body:has(.nl-approved-pdp) [id*="text_with_grid"] { display:none !important; }

/* Final parity pass against the approved Anti Aging Max mockup. */
.nl-approved-pdp, .nl-approved-pdp * { font-family: Arial, Helvetica, sans-serif !important; letter-spacing: normal; }
@media(min-width:701px){.nl-approved-info h1{white-space:nowrap;font-size:31px;}}
.nl-approved-benefits{list-style:none;padding-left:0;}
.nl-approved-benefits li{position:relative;padding-left:22px;}
.nl-approved-benefits li:before{content:'✦';position:absolute;left:0;color:#42c6b7;font-weight:800;}
.nl-approved-quantity{display:none !important;}
.nl-approved-cta{width:100%;}
.nl-approved-trust{background:#f8efee;border:0;}
.nl-approved-guaranteebox{background:#fffaf2;border:1px solid #edd1b4;}

.nl-approved-thumb-button{padding:0;border:0;background:transparent;line-height:0;border-radius:6px;}
.nl-approved-thumb-button.is-active img{outline:2px solid #42c6b7;outline-offset:1px;}

/* Remove inherited theme/app artifacts from the approved Anti Aging Max PDP only. */
product-info:has(.nl-approved-pdp){padding-top:0 !important;}
.custom-product:has(.nl-approved-pdp){padding-top:0 !important;}
body:has(.nl-approved-pdp) #PBarNextFrameWrapper,
body:has(.nl-approved-pdp) #PBarNextFrame{display:none !important;visibility:hidden !important;}

/* Zaine 2026-07-31 anti-aging-max gallery/CTA hover repair */
body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-primary {
  min-height: 430px;
  overflow: hidden;
}
body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-main-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none !important;
  max-width: 82%;
  max-height: 82%;
  margin: auto;
}
body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-thumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 14px 0 14px;
  min-height: 66px;
  overflow: visible;
  position: relative;
  z-index: 2;
}
body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-prev,
body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-next {
  flex: 0 0 44px;
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  display: inline-grid;
  place-items: center;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}
body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-prev:hover,
body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-next:hover,
body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-prev:focus-visible,
body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-next:focus-visible {
  background: #0f8177 !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(20,111,105,.28);
}
body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-thumb-button {
  flex: 0 0 62px;
  width: 62px !important;
  height: 62px !important;
  padding: 3px !important;
  border-radius: 10px !important;
  background: #fff !important;
  border: 1px solid #d8c8c7 !important;
  overflow: hidden !important;
  line-height: 0 !important;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-thumb-button img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover;
  border: 0 !important;
  border-radius: 7px !important;
  outline: 0 !important;
}
body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-thumb-button.is-active,
body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-thumb-button:hover,
body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-thumb-button:focus-visible {
  border-color: #42c6b7 !important;
  box-shadow: 0 0 0 2px rgba(66,198,183,.28);
  transform: translateY(-1px);
}
body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-thumb-button.is-active img {
  outline: 0 !important;
}
body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-proof {
  clear: both;
  margin-top: 12px;
  position: relative;
  z-index: 1;
}
body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-cta {
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease, filter .18s ease;
}
body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-cta:hover,
body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-cta:focus-visible {
  background: #159d92 !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(21,157,146,.28);
  filter: saturate(1.08);
}
body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-cta:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(21,157,146,.22);
}
@media (max-width: 700px) {
  body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-media {
    overflow: visible;
  }
  body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-primary {
    height: 350px;
    min-height: 350px;
    padding: 26px 24px;
  }
  body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-main-image {
    max-width: 86%;
    max-height: 86%;
  }
  body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-thumbs {
    gap: 8px;
    min-height: 64px;
    margin: 12px 0 14px;
  }
  body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-prev,
  body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-next {
    flex-basis: 42px;
    width: 42px !important;
    height: 42px !important;
    font-size: 28px;
  }
  body:has([data-approved-pdp="anti-aging-max"]) .nl-approved-thumb-button {
    flex-basis: 58px;
    width: 58px !important;
    height: 58px !important;
  }
}
