.product-hero{padding:var(--spacing-lg) 0 var(--spacing-2xl);background:var(--color-background)}@media screen and (max-width:749px){.product-hero{padding:var(--spacing-sm) 0 var(--spacing-lg)}}.product-hero__grid{display:grid;grid-template-columns:1fr;gap:var(--spacing-xl);align-items:start}@media screen and (min-width:990px){.product-hero__grid{grid-template-columns:1.2fr 1fr;gap:var(--spacing-2xl)}}.product-hero__gallery{position:relative}.product-hero__gallery-main{position:relative;border-radius:var(--radius-xl);overflow:hidden;background:linear-gradient(135deg,#f0f4ff,#f8f9fc);aspect-ratio:1;perspective:800px;transform-style:preserve-3d}.product-hero__gallery-slides{display:flex;width:100%;height:100%;transition:transform var(--transition-base)}.product-hero__gallery-slide{flex:0 0 100%;display:flex;align-items:center;justify-content:center;cursor:zoom-in}.product-hero__gallery-image{width:85%;height:auto;object-fit:contain;transition:transform var(--transition-base);will-change:transform}.product-hero__gallery-thumbs{display:none;gap:var(--spacing-xs);margin-top:var(--spacing-sm)}@media screen and (min-width:750px){.product-hero__gallery-thumbs{display:flex}}.product-hero__gallery-thumb{width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid var(--color-border-light);background:var(--color-background-alt);padding:4px;transition:border-color var(--transition-fast);cursor:pointer}.product-hero__gallery-thumb:hover{border-color:var(--color-foreground-muted)}.product-hero__gallery-thumb--active{border-color:var(--color-primary)}.product-hero__gallery-thumb img{width:100%;height:100%;object-fit:contain;border-radius:4px}.product-hero__gallery-dots{display:flex;justify-content:center;gap:8px;margin-top:var(--spacing-sm)}@media screen and (min-width:750px){.product-hero__gallery-dots{display:none}}.product-hero__gallery-dot{width:8px;height:8px;border-radius:var(--radius-full);background:var(--color-border);border:none;cursor:pointer;padding:0;transition:all var(--transition-base)}.product-hero__gallery-dot--active{background:var(--color-primary);width:24px;border-radius:4px}.product-hero__zoom{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background:#000000e6;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity var(--transition-base),visibility var(--transition-base);cursor:zoom-out}.product-hero__zoom--visible{opacity:1;visibility:visible}.product-hero__zoom img{max-width:90%;max-height:90vh;object-fit:contain}.product-hero__zoom-close{position:absolute;top:1.5rem;right:1.5rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#fff;background:#ffffff1a;border-radius:var(--radius-full);border:none;cursor:pointer;transition:background var(--transition-fast)}.product-hero__zoom-close:hover{background:#fff3}.product-hero__buybox{display:flex;flex-direction:column;gap:var(--spacing-md)}@media screen and (min-width:990px){.product-hero__buybox{position:sticky;top:120px}}.product-hero__badge{display:inline-flex;align-self:flex-start;padding:.375rem 1rem;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);border-radius:var(--radius-full)}.product-hero__rating{display:flex;align-items:center;gap:.5rem}.product-hero__rating-stars{display:flex;gap:2px}.product-hero__star{width:18px;height:18px;fill:#db2777}.product-hero__rating-text{font-size:.875rem;font-weight:500;color:var(--color-foreground-muted)}.product-hero__title{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;line-height:1.15;color:var(--color-foreground)}.product-hero__subtitle{font-size:1.0625rem;line-height:1.7;color:var(--color-foreground-muted)}.product-hero__price{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.product-hero__price-current{font-family:var(--font-heading);font-size:2rem;font-weight:400;color:var(--color-foreground)}.product-hero__price-compare{font-size:1.125rem;color:var(--color-foreground-muted);text-decoration:line-through}.product-hero__price-save{display:inline-flex;padding:.25rem .625rem;font-size:.8125rem;font-weight:700;color:#db2777;background:#db277714;border-radius:var(--radius-full)}.product-hero__atc{width:100%;padding:1.125rem 2rem;font-size:1rem}.product-hero__delivery{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;background:#f0fdf4;border:1px solid #BBF7D0;border-radius:8px;font-size:.8125rem;color:#15803d;line-height:1.5;margin-bottom:.75rem}.product-hero__delivery svg{flex-shrink:0;color:#16a34a}.product-hero__delivery strong{font-weight:700}.product-hero__perks{display:flex;flex-direction:column;gap:.5rem}.product-hero__perk{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#6b7280}.product-hero__perk svg{color:#db2777;flex-shrink:0}.product-hero__atc:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.product-hero__atc svg{width:20px;height:20px;flex-shrink:0}.product-hero__payment-icons{display:flex;align-items:center;gap:var(--spacing-sm);flex-wrap:wrap}.product-hero__payment-icon{height:24px;width:auto;opacity:.5}.product-trust{padding:var(--spacing-2xl) 0;background:var(--color-background-alt)}.product-trust__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--spacing-lg)}@media screen and (min-width:750px){.product-trust__grid{grid-template-columns:repeat(4,1fr)}}.product-trust__item{text-align:center;padding:var(--spacing-md)}.product-trust__icon{width:48px;height:48px;margin:0 auto var(--spacing-sm);display:flex;align-items:center;justify-content:center;background:#2c52ce14;border-radius:var(--radius-md);color:var(--color-primary)}.product-trust__icon svg{width:24px;height:24px}.product-trust__title{font-size:.9375rem;font-weight:600;color:var(--color-foreground);margin-bottom:.25rem}.product-trust__text{font-size:.8125rem;color:var(--color-foreground-muted)}.product-clinical{padding:var(--spacing-2xl) 0;background:var(--color-background)}@media screen and (min-width:750px){.product-clinical{padding:var(--spacing-3xl) 0}}.product-clinical__header{text-align:center;max-width:600px;margin:0 auto var(--spacing-2xl)}.product-clinical__title{margin-top:var(--spacing-sm)}.product-clinical__title .highlight-underline:after{background:#db27772e}.product-clinical__grid{display:grid;grid-template-columns:1fr;gap:var(--spacing-xl)}@media screen and (min-width:750px){.product-clinical__grid{grid-template-columns:repeat(3,1fr)}}.product-clinical__stat{text-align:center;padding:var(--spacing-lg)}.product-clinical__stat-value{font-family:var(--font-heading);font-size:clamp(3rem,6vw,4.5rem);font-weight:400;line-height:1;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:var(--spacing-xs)}.product-clinical__stat-label{font-size:.9375rem;color:var(--color-foreground-muted);margin-bottom:var(--spacing-md);max-width:240px;margin-left:auto;margin-right:auto}.product-clinical__stat-bar{width:100%;height:6px;background:var(--color-border-light);border-radius:var(--radius-full);overflow:hidden}.product-clinical__stat-bar-fill{height:100%;width:0%;border-radius:var(--radius-full);transition:width 1.5s cubic-bezier(.4,0,.2,1)}.product-clinical__source{text-align:center;margin-top:var(--spacing-xl);font-size:.75rem;color:var(--color-foreground-muted);font-style:italic}.product-compare{padding:var(--spacing-2xl) 0;background:var(--color-background-alt)}@media screen and (min-width:750px){.product-compare{padding:var(--spacing-3xl) 0}}.product-compare__header{text-align:center;max-width:600px;margin:0 auto var(--spacing-2xl)}.product-compare__title{margin-top:var(--spacing-sm)}.product-compare__slider{position:relative;max-width:700px;margin:0 auto;aspect-ratio:4 / 3;border-radius:var(--radius-xl);overflow:hidden;cursor:col-resize;user-select:none;-webkit-user-select:none}.product-compare__image{position:absolute;top:0;left:0;width:100%;height:100%}.product-compare__image img{width:100%;height:100%;object-fit:cover}.product-compare__image--after{clip-path:inset(0 50% 0 0)}.product-compare__handle{position:absolute;top:0;left:50%;width:4px;height:100%;background:#fff;transform:translate(-50%);z-index:2;cursor:col-resize}.product-compare__handle-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;background:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-lg);display:flex;align-items:center;justify-content:center}.product-compare__handle-circle svg{width:20px;height:20px;color:var(--color-foreground)}.product-compare__label{position:absolute;bottom:var(--spacing-md);z-index:1;padding:.375rem 1rem;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#fff;background:#00000080;border-radius:var(--radius-full);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.product-compare__label--before{left:var(--spacing-md)}.product-compare__label--after{right:var(--spacing-md)}.product-howto{padding:var(--spacing-2xl) 0;background:var(--color-background)}@media screen and (min-width:750px){.product-howto{padding:var(--spacing-3xl) 0}}.product-howto__header{text-align:center;max-width:600px;margin:0 auto var(--spacing-2xl)}.product-howto__title{margin-top:var(--spacing-sm)}.product-howto__grid{display:grid;grid-template-columns:1fr;gap:var(--spacing-2xl);position:relative}@media screen and (min-width:750px){.product-howto__grid{grid-template-columns:repeat(3,1fr);gap:var(--spacing-xl)}}.product-howto__step{text-align:center;position:relative}.product-howto__step-number{font-family:var(--font-heading);font-size:clamp(4rem,8vw,6rem);font-weight:400;line-height:1;color:#db2777;opacity:.12;margin-bottom:-1.5rem;position:relative;z-index:0}.product-howto__step-image{width:120px;height:120px;margin:0 auto var(--spacing-md);border-radius:var(--radius-xl);overflow:hidden;background:var(--color-background-alt);display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.product-howto__step-image img{width:100%;height:100%;object-fit:cover}.product-howto__step-image svg{width:48px;height:48px;color:var(--color-primary);opacity:.4}.product-howto__step-title{font-size:1.125rem;font-weight:600;color:var(--color-foreground);margin-bottom:.5rem}.product-howto__step-text{font-size:.9375rem;color:var(--color-foreground-muted);line-height:1.6;max-width:280px;margin:0 auto}.product-howto__connector{display:none}@media screen and (min-width:750px){.product-howto__connector{display:block;position:absolute;top:50%;left:calc(100% + .5rem);width:calc(var(--spacing-xl) - 1rem);height:2px;background:var(--color-border);transform:translateY(-50%)}.product-howto__step:last-child .product-howto__connector{display:none}}.product-ingredients{padding:var(--spacing-2xl) 0;background:var(--color-background-alt)}@media screen and (min-width:750px){.product-ingredients{padding:var(--spacing-3xl) 0}}.product-ingredients__header{text-align:center;max-width:600px;margin:0 auto var(--spacing-2xl)}.product-ingredients__title{margin-top:var(--spacing-sm)}.product-ingredients__grid{display:grid;grid-template-columns:1fr;gap:var(--spacing-md)}@media screen and (min-width:750px){.product-ingredients__grid{grid-template-columns:repeat(2,1fr)}}.product-ingredients__card{background:var(--color-background);border-radius:var(--radius-lg);padding:var(--spacing-lg);border:1px solid var(--color-border-light);transition:transform var(--transition-base),box-shadow var(--transition-base),border-color var(--transition-base)}.product-ingredients__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:transparent}.product-ingredients__card-header{display:flex;align-items:center;gap:var(--spacing-sm);margin-bottom:var(--spacing-sm)}.product-ingredients__card-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#2c52ce14;border-radius:var(--radius-md);color:var(--color-primary);flex-shrink:0}.product-ingredients__card-icon svg{width:22px;height:22px}.product-ingredients__card-name{font-size:1.0625rem;font-weight:600;color:var(--color-foreground)}.product-ingredients__card-concentration{font-size:.8125rem;font-weight:600;color:var(--color-primary)}.product-ingredients__card-description{font-size:.9375rem;line-height:1.6;color:var(--color-foreground-muted)}.product-ingredients__inci{margin-top:var(--spacing-xl);max-width:800px;margin-left:auto;margin-right:auto}.product-ingredients__inci-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md);padding:var(--spacing-md);font-size:.9375rem;font-weight:600;text-align:left;color:var(--color-foreground);background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:color var(--transition-fast),border-color var(--transition-fast)}.product-ingredients__inci-toggle:hover{color:var(--color-primary);border-color:var(--color-primary)}.product-ingredients__inci-toggle[aria-expanded=true]{border-radius:var(--radius-md) var(--radius-md) 0 0;border-bottom-color:transparent;color:var(--color-primary)}.product-ingredients__inci-icon{width:20px;height:20px;flex-shrink:0;stroke:currentColor;stroke-width:2;fill:none;transition:transform var(--transition-base)}.product-ingredients__inci-toggle[aria-expanded=true] .product-ingredients__inci-icon{transform:rotate(180deg)}.product-ingredients__inci-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1)}.product-ingredients__inci-content--open{grid-template-rows:1fr}.product-ingredients__inci-inner{overflow:hidden}.product-ingredients__inci-text{padding:var(--spacing-md);font-size:.875rem;line-height:1.8;color:var(--color-foreground-muted);background:var(--color-background);border:1px solid var(--color-border);border-top:none;border-radius:0 0 var(--radius-md) var(--radius-md)}.product-reviews{padding:var(--spacing-2xl) 0;background:var(--color-background)}@media screen and (min-width:750px){.product-reviews{padding:var(--spacing-3xl) 0}}.product-reviews__header{text-align:center;max-width:600px;margin:0 auto var(--spacing-2xl)}.product-reviews__title{margin-top:var(--spacing-sm)}.product-reviews__summary{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-lg);margin-bottom:var(--spacing-2xl);padding:var(--spacing-xl);background:var(--color-background-alt);border-radius:var(--radius-xl)}@media screen and (min-width:750px){.product-reviews__summary{flex-direction:row;justify-content:center}}.product-reviews__summary-left{text-align:center;flex-shrink:0}.product-reviews__summary-score{font-family:var(--font-heading);font-size:3.5rem;font-weight:400;line-height:1;color:var(--color-foreground)}.product-reviews__summary-stars{display:flex;justify-content:center;gap:3px;margin:.5rem 0}.product-reviews__summary-star{width:20px;height:20px;fill:#db2777}.product-reviews__summary-count{font-size:.875rem;color:var(--color-foreground-muted)}.product-reviews__summary-divider{display:none}@media screen and (min-width:750px){.product-reviews__summary-divider{display:block;width:1px;height:100px;background:var(--color-border);margin:0 var(--spacing-xl)}}.product-reviews__summary-bars{flex:1;max-width:320px;width:100%}.product-reviews__bar-row{display:flex;align-items:center;gap:var(--spacing-xs);margin-bottom:.375rem}.product-reviews__bar-label{font-size:.8125rem;font-weight:600;color:var(--color-foreground);width:2rem;text-align:right;flex-shrink:0}.product-reviews__bar-track{flex:1;height:8px;background:var(--color-border-light);border-radius:var(--radius-full);overflow:hidden}.product-reviews__bar-fill{height:100%;background:#db2777;border-radius:var(--radius-full);transition:width 1s cubic-bezier(.4,0,.2,1)}.product-reviews__bar-pct{font-size:.75rem;color:var(--color-foreground-muted);width:2.5rem;flex-shrink:0}.product-reviews__carousel{position:relative;overflow:hidden}.product-reviews__track{display:flex;gap:var(--spacing-lg);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:.5rem 0 1rem;cursor:grab}.product-reviews__track:active{cursor:grabbing}.product-reviews__track::-webkit-scrollbar{display:none}.product-reviews__slide{flex:0 0 calc(100% - 2rem);scroll-snap-align:start}@media screen and (min-width:750px){.product-reviews__slide{flex:0 0 calc(50% - 1rem)}}@media screen and (min-width:990px){.product-reviews__slide{flex:0 0 calc(33.333% - 1.1rem)}}.product-reviews__card{position:relative;padding:var(--spacing-lg);background:var(--color-background-alt);border-radius:var(--radius-lg);height:100%;display:flex;flex-direction:column;transition:transform var(--transition-base),box-shadow var(--transition-base)}.product-reviews__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.product-reviews__card-stars{display:flex;gap:2px;margin-bottom:var(--spacing-sm)}.product-reviews__card-star{width:16px;height:16px;fill:#db2777}.product-reviews__card-star--empty{fill:var(--color-border)}.product-reviews__card-quote{font-size:.9375rem;line-height:1.7;color:var(--color-foreground);margin-bottom:var(--spacing-md);flex:1}.product-reviews__card-author{display:flex;align-items:center;gap:var(--spacing-xs)}.product-reviews__card-avatar{width:36px;height:36px;border-radius:var(--radius-full);background:var(--color-primary);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem;flex-shrink:0}.product-reviews__card-name{font-size:.875rem;font-weight:600;color:var(--color-foreground)}.product-reviews__card-verified{font-size:.75rem;color:var(--color-success);display:flex;align-items:center;gap:3px}.product-reviews__card-verified svg{width:14px;height:14px}.product-reviews__dots{display:flex;justify-content:center;gap:8px;margin-top:var(--spacing-lg)}.product-reviews__dot{width:8px;height:8px;border-radius:var(--radius-full);background:var(--color-border);border:none;cursor:pointer;padding:0;transition:all var(--transition-base)}.product-reviews__dot--active{background:var(--color-primary);width:24px;border-radius:4px}.product-faq{padding:var(--spacing-2xl) 0;background:var(--color-background)}@media screen and (min-width:750px){.product-faq{padding:var(--spacing-3xl) 0}}.product-faq__header{text-align:center;max-width:600px;margin:0 auto var(--spacing-2xl)}.product-faq__title{margin-top:var(--spacing-sm)}.product-faq__list{max-width:800px;margin:0 auto}.product-faq__item{border-bottom:1px solid var(--color-border);transition:background-color .3s ease,padding .3s ease,margin .3s ease}.product-faq__item:first-child{border-top:1px solid var(--color-border)}.product-faq__item--open{background-color:#2c52ce05;border-radius:var(--radius-sm);margin:0 -1rem;padding:0 1rem}.product-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md);padding:var(--spacing-md) 0;font-size:1.0625rem;font-weight:600;text-align:left;color:var(--color-foreground);background:none;border:none;cursor:pointer;transition:color var(--transition-fast)}.product-faq__question:hover,.product-faq__item--open .product-faq__question{color:var(--color-primary)}.product-faq__question:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.product-faq__icon{flex-shrink:0;width:24px;height:24px;stroke:currentColor;stroke-width:2;fill:none;transition:transform var(--transition-base)}.product-faq__item--open .product-faq__icon{transform:rotate(180deg)}.product-faq__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1)}.product-faq__item--open .product-faq__answer{grid-template-rows:1fr}.product-faq__answer-inner{overflow:hidden}.product-faq__answer-text{padding-bottom:var(--spacing-md);font-size:1rem;line-height:1.7;color:var(--color-foreground-muted);opacity:0;transform:translateY(-8px);transition:opacity .3s ease .1s,transform .3s ease .1s}.product-faq__item--open .product-faq__answer-text{opacity:1;transform:translateY(0)}.product-faq__answer-text p{margin-bottom:var(--spacing-xs)}.product-faq__answer-text p:last-child{margin-bottom:0}.product-sticky{position:fixed;bottom:0;left:0;right:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--color-border-light);box-shadow:0 -4px 20px #00000014;transform:translateY(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);padding-bottom:env(safe-area-inset-bottom,0px)}.product-sticky--visible{transform:translateY(0)}.product-sticky__inner{display:flex;align-items:center;gap:var(--spacing-sm);padding:.75rem 1.5rem;max-width:1200px;margin:0 auto}.product-sticky__thumb{width:48px;height:48px;border-radius:var(--radius-sm);overflow:hidden;background:var(--color-background-alt);flex-shrink:0}.product-sticky__thumb img{width:100%;height:100%;object-fit:contain}.product-sticky__info{flex:1;min-width:0}.product-sticky__title{font-size:.875rem;font-weight:600;color:var(--color-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-sticky__price{display:flex;align-items:baseline;gap:.375rem;font-size:.875rem;color:var(--color-foreground-muted)}.product-sticky__price-current{font-weight:700;color:var(--color-foreground)}.product-sticky__price-compare{text-decoration:line-through;font-size:.8125rem}.product-sticky__atc{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#2c52ce,#1e3a8a);border:none;border-radius:100px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #2c52ce4d}.product-sticky__atc:hover{box-shadow:0 6px 20px #2c52ce66}.product-sticky__atc:active{transform:scale(.97)}.product-sticky__atc:disabled{opacity:.6;cursor:not-allowed}.product-sticky__atc-icon{flex-shrink:0}@media screen and (max-width:749px){.product-sticky__inner{padding:.625rem 1rem;gap:.625rem}.product-sticky__thumb{width:40px;height:40px;border-radius:8px}.product-sticky__title{font-size:.8125rem;line-height:1.2}.product-sticky__price{font-size:.75rem}.product-sticky__atc{padding:.875rem 1.25rem;font-size:.875rem;font-weight:700}.product-sticky__atc-icon{display:none}}@keyframes product-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/product.css.map */
