*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:calc(1.6rem * var(--font-body-scale));line-height:1.6;color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html{font-size:62.5%}img,svg{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight-bold);line-height:1.08;letter-spacing:-.02em;margin:0 0 .4em}h1,.h1{font-size:calc(5.4rem * var(--font-heading-scale))}h2,.h2{font-size:calc(3.6rem * var(--font-heading-scale))}h3,.h3{font-size:calc(2.4rem * var(--font-heading-scale))}h4,.h4{font-size:calc(1.8rem * var(--font-heading-scale))}p{margin:0 0 1em}@media screen and (max-width:749px){h1,.h1{font-size:calc(3.8rem * var(--font-heading-scale))}h2,.h2{font-size:calc(2.8rem * var(--font-heading-scale))}}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 var(--gutter)}.page-width--narrow{max-width:820px}.section{padding:var(--section-spacing) 0}.section--tight{padding:calc(var(--section-spacing) * .5) 0}.visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.skip-to-content:focus{position:fixed;top:1rem;left:1rem;z-index:1000;width:auto;height:auto;clip:auto;clip-path:none;padding:1rem 1.6rem;background:var(--color-dark);color:#fff;border-radius:var(--radius)}.text-center{text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:1.2rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--color-text-rgb),.55);margin-bottom:14px;font-weight:600}.eyebrow:after{content:"";width:36px;height:1px;background:currentColor;opacity:.5}.eyebrow--center{justify-content:center}.eyebrow--center:before{content:"";width:36px;height:1px;background:currentColor;opacity:.5}.section-heading{max-width:640px;margin:0 auto 8px}.section-subtext{color:rgba(var(--color-text-rgb),.6);max-width:520px;margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 28px;border-radius:var(--button-radius);font-weight:600;font-size:1.5rem;line-height:1;border:1px solid transparent;transition:transform .15s ease,background .15s ease,color .15s ease,border-color .15s ease}.btn:hover{transform:translateY(-1px)}.btn svg{width:18px;height:18px;flex:0 0 auto}.btn--primary{background:var(--color-dark);color:var(--color-dark-text)}.btn--primary:hover{background:#000}.btn--accent{background:var(--color-accent);color:var(--color-accent-contrast)}.btn--accent:hover{filter:brightness(.95)}.btn--outline{background:transparent;color:var(--color-text);border-color:var(--color-border)}.btn--outline:hover{border-color:var(--color-text)}.btn--light{background:#fff;color:#111}.btn--full{width:100%}.header{z-index:50;background:var(--color-bg);border-bottom:1px solid var(--color-border)}.header__inner{transition:padding .2s ease}.shopify-section-group-header-group:has(>.header--sticky-always),.shopify-section-group-header-group:has(>.header--sticky-reveal),.shopify-section-group-header-group:has(>.header--sticky-compact),.header-sticky--always,.header-sticky--reveal,.header-sticky--compact{position:sticky;top:0;z-index:50}.header-sticky{transition:transform .3s ease,box-shadow .2s ease}.header-sticky--stuck{box-shadow:0 6px 22px #0000000f}.header-sticky--reveal.header-sticky--hidden{transform:translateY(-100%)}.header-sticky--compact.header-sticky--stuck .header__inner{padding-top:9px;padding-bottom:9px}.header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:14px var(--gutter);max-width:var(--page-width);margin:0 auto}.header__logo{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight-bold);font-size:var(--logo-text-size, 2.2rem);letter-spacing:-.02em;display:inline-flex;align-items:center;gap:8px;grid-column:1;justify-self:start}.header__logo img{width:var(--logo-width, 120px);max-height:52px;height:auto;object-fit:contain}.header__nav{display:flex;justify-content:center;gap:var(--link-gap, 30px);grid-column:2}.header__nav a{font-size:1.45rem;font-weight:500;position:relative;padding:6px 0;color:var(--color-text);transition:color .15s ease,background .15s ease}.header__nav--underline a:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--link-active-fg, var(--color-accent));transition:width .2s ease}.header__nav--underline a:hover:after,.header__nav--underline a[aria-current]:after{width:100%}.header__nav--color a:hover,.header__nav--color a[aria-current]{color:var(--link-active-fg, var(--color-accent))}.header__nav--pill a{padding:8px 14px;border-radius:var(--link-radius, 24px)}.header__nav--pill a:hover,.header__nav--pill a[aria-current]{background:var(--link-active-fg, var(--color-accent));color:var(--link-active-on, var(--color-accent-contrast))}.header__actions{display:flex;justify-content:flex-end;align-items:center;gap:18px;grid-column:3;justify-self:end}.header__icon{display:inline-flex;align-items:center;gap:6px;background:none;border:0;padding:0;position:relative}.header__icon svg{width:22px;height:22px}.cart-count{position:absolute;top:-8px;right:-10px;min-width:18px;height:18px;padding:0 5px;background:var(--color-accent);color:var(--color-accent-contrast);border-radius:999px;font-size:1.1rem;font-weight:700;display:grid;place-items:center}.header__menu-toggle{display:none;background:none;border:0;padding:0;grid-column:1;justify-self:start}.header__menu-toggle svg{width:26px;height:26px}.header--logo-center .header__nav{grid-column:1;justify-content:flex-start}.header--logo-center .header__logo{grid-column:2;justify-self:center}.header--logo-center .header__actions{grid-column:3}.header__search{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:999px;padding:2px 4px 2px 14px}.header__search input{border:0;background:none;padding:8px 6px;font-size:1.4rem;width:150px;outline:none;color:var(--color-text)}.header__search button{background:none;border:0;display:inline-flex;padding:6px;color:var(--color-text)}.header__search button svg{width:18px;height:18px}.header__search-icon{display:none}@media screen and (max-width:989px){.header__nav{display:none}.header__menu-toggle{display:inline-flex}.header__logo,.header--logo-center .header__logo{grid-column:2;justify-self:center}.header__actions,.header--logo-center .header__actions{grid-column:3}.header__search{display:none}.header__search-icon{display:inline-flex}}.mobile-nav{position:fixed;inset:0 0 0 auto;width:min(86vw,360px);z-index:120;background:var(--color-bg);transform:translate(100%);transition:transform .3s ease;padding:24px;display:flex;flex-direction:column;gap:4px;box-shadow:-10px 0 40px #0000001f}.mobile-nav[open],.mobile-nav.is-open{transform:translate(0)}.mobile-nav a{padding:14px 0;font-size:1.8rem;font-weight:600;border-bottom:1px solid var(--color-border)}.mobile-nav__close{align-self:flex-end;background:none;border:0;font-size:2.4rem;line-height:1}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;visibility:hidden;transition:opacity .3s ease;z-index:110}.overlay.is-open{opacity:1;visibility:visible}.hero{position:relative;padding:40px 0 56px;overflow:hidden;color:var(--color-text)}.hero .hero__title,.hero .hero__right .h2,.hero__feature strong{color:var(--color-text)}.hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.3fr 1fr;align-items:center;gap:24px}.hero__title{font-size:calc(6.4rem * var(--font-heading-scale));margin:0}.hero__title .accent-dot{color:var(--color-accent)}.hero__lead{color:rgba(var(--color-text-rgb),.65);margin:8px 0 28px}.hero__cta{display:flex;flex-direction:column;gap:12px;align-items:flex-start;max-width:220px}.hero__media{position:relative;display:grid;place-items:center}.hero__media-bg{position:absolute;width:78%;aspect-ratio:1;border-radius:50%;background:var(--color-accent);z-index:0}.hero__media img{position:relative;z-index:1;max-height:440px;width:auto;object-fit:contain}.hero__right{text-align:right}.hero__right .h2{margin-bottom:4px}.hero__badge{display:inline-block;background:var(--color-accent);color:var(--color-accent-contrast);padding:6px 12px;border-radius:8px;font-size:1.3rem;font-weight:700;margin-top:12px}.hero__pager{display:flex;gap:8px;justify-content:center;margin-top:18px}.hero__pager span{width:10px;height:10px;border-radius:50%;background:var(--color-border)}.hero__pager span:nth-child(1){background:#2c6fff}.hero__pager span:nth-child(2){background:#ff5a3c}.hero__pager span:nth-child(3){background:var(--color-accent)}.hero__feature{font-size:1.35rem;color:rgba(var(--color-text-rgb),.7)}.hero__feature strong{display:block;color:var(--color-text)}.hero__reviews{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px}.hero__reviews-text{font-size:1.35rem;color:rgba(var(--color-text-rgb),.7)}.hero__reviews-text strong{color:var(--color-text);font-weight:700}.stars{position:relative;display:inline-flex;line-height:0}.stars__base,.stars__fill{display:inline-flex;gap:2px}.stars__base{color:rgba(var(--color-text-rgb),.18)}.stars__fill{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap;color:#f5b301}.stars svg{width:18px;height:18px;flex:0 0 auto;fill:currentColor;stroke:none}.hero__features{list-style:none;margin:0 0 26px;padding:0;display:grid;gap:10px}.hero__features li{display:flex;align-items:flex-start;gap:10px;font-size:1.45rem;font-weight:500;color:rgba(var(--color-text-rgb),.85)}.hero__features-check{flex:0 0 auto;width:22px;height:22px;margin-top:1px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--color-accent);color:var(--color-accent-contrast)}.hero__features-check svg{width:14px;height:14px}.hero__promo{display:flex;align-items:center;gap:14px;margin:0 0 26px;padding:14px 16px;border:1px solid var(--color-border);border-radius:var(--radius, 14px);background:rgba(var(--color-text-rgb),.03);max-width:380px}a.hero__promo{transition:border-color .15s ease,transform .15s ease}a.hero__promo:hover{border-color:var(--color-accent);transform:translateY(-1px)}.hero__promo-icon{flex:0 0 auto;width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:var(--color-accent);color:var(--color-accent-contrast)}.hero__promo-icon svg{width:26px;height:26px}.hero__promo-body{display:flex;flex-direction:column;gap:2px}.hero__promo-title{font-size:1.55rem;font-weight:700;color:var(--color-text)}.hero__promo-text{font-size:1.3rem;color:rgba(var(--color-text-rgb),.65)}.hero__promo-bac{display:inline-flex;align-items:center;gap:6px;margin-top:4px;font-size:1.25rem;font-weight:600;color:var(--color-accent)}.hero__promo-bac svg{width:15px;height:15px}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.hero__bg-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-bg)}.hero--has-bg{padding:72px 0 88px}.hero--dark{--color-text: #ffffff;--color-text-rgb: 255, 255, 255;--color-bg: #0e1a14;--color-border: rgba(255, 255, 255, .22)}.hero--dark.hero--has-bg .hero__promo{background:#ffffff14;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero--dark .btn--primary{background:#fff;color:#10231a}.hero--dark .btn--outline{color:#fff;border-color:#fff6}@media screen and (max-width:989px){.hero__grid{grid-template-columns:1fr;text-align:center}.hero__right{text-align:center}.hero__cta{align-items:center;margin:0 auto}.hero__reviews,.hero__promo{margin-left:auto;margin-right:auto}.hero__features{justify-items:start;max-width:420px;margin-left:auto;margin-right:auto}.hero__media{order:-1}}.coa-directory__search{display:flex;align-items:center;gap:10px;max-width:420px;margin:0 auto 24px;border:1px solid var(--color-border);border-radius:var(--button-radius, 10px);padding:10px 14px}.coa-directory__search svg{width:18px;height:18px;flex:0 0 auto;color:rgba(var(--color-text-rgb),.5)}.coa-directory__search input{border:0;background:none;width:100%;font:inherit;font-size:1.4rem;outline:none;color:var(--color-text)}.coa-table-wrap{overflow-x:auto;border:1px solid var(--color-border);border-radius:var(--radius, 14px)}.coa-table{width:100%;border-collapse:collapse;font-size:1.4rem;min-width:640px}.coa-table thead th{text-align:left;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:rgba(var(--color-text-rgb),.55);padding:14px 16px;border-bottom:1px solid var(--color-border);background:rgba(var(--color-text-rgb),.03);white-space:nowrap}.coa-table tbody td,.coa-table tbody th{padding:12px 16px;border-bottom:1px solid var(--color-border);vertical-align:middle}.coa-table tbody tr:last-child td,.coa-table tbody tr:last-child th{border-bottom:0}.coa-table__row:hover{background:rgba(var(--color-text-rgb),.02)}.coa-table__name{text-align:left;font-weight:600;color:var(--color-text);min-width:220px}.coa-table__cell{white-space:nowrap}.coa-link{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;font-size:1.25rem;font-weight:600;border:1px solid var(--color-border);border-radius:999px;color:var(--color-text);transition:border-color .15s ease,background .15s ease,color .15s ease}.coa-link svg{width:15px;height:15px}.coa-link:hover{border-color:var(--color-accent);background:var(--color-accent);color:var(--color-accent-contrast)}.coa-directory__empty{text-align:center;padding:24px;color:rgba(var(--color-text-rgb),.6)}@media screen and (max-width:749px){.coa-table-wrap{overflow:visible;border:0}.coa-table{min-width:0;display:block;font-size:1.35rem}.coa-table thead{display:none}.coa-table tbody{display:block}.coa-table__row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;align-items:stretch;border:1px solid var(--color-border);border-radius:var(--radius, 14px);padding:14px;margin-bottom:12px}.coa-table__row:hover{background:none}.coa-table tbody td,.coa-table tbody th{display:block;padding:0;border:0;white-space:normal}.coa-table__name{grid-column:1 / -1;min-width:0;font-size:1.5rem;margin-bottom:4px}.coa-link{width:100%;justify-content:center}}.card__rating{display:inline-flex;align-items:center;gap:7px;margin:6px 0 2px}.card__rating .stars svg{width:14px;height:14px}.card__rating-count{font-size:1.2rem;color:rgba(var(--color-text-rgb),.55)}.card__rating:hover .card__rating-count{color:var(--color-text)}.product__rating{display:inline-flex;align-items:center;gap:10px;margin:0 0 14px;cursor:pointer}.product__rating .stars svg{width:17px;height:17px}.product__rating-count{font-size:1.35rem;color:rgba(var(--color-text-rgb),.6)}.product__rating-count strong{color:var(--color-text)}.product__rating:hover .product__rating-count{color:var(--color-text);text-decoration:underline}.product__promo{display:flex;align-items:center;gap:14px;margin:24px 0 0;padding:14px 16px;border:1px solid var(--color-border);border-radius:var(--radius, 14px);background:rgba(var(--color-text-rgb),.03)}a.product__promo{transition:border-color .15s ease,transform .15s ease}a.product__promo:hover{border-color:var(--color-accent);transform:translateY(-1px)}.product__promo-icon{flex:0 0 auto;width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:var(--color-accent);color:var(--color-accent-contrast)}.product__promo-icon svg{width:26px;height:26px}.product__promo-body{display:flex;flex-direction:column;gap:2px}.product__promo-title{font-size:1.55rem;font-weight:700;color:var(--color-text)}.product__promo-text{font-size:1.3rem;color:rgba(var(--color-text-rgb),.65)}.product__promo-bac{display:inline-flex;align-items:center;gap:6px;margin-top:4px;font-size:1.25rem;font-weight:600;color:var(--color-accent)}.product__promo-bac svg{width:15px;height:15px}.product__reconstitution{display:flex;align-items:center;gap:8px;margin:12px 0 0;font-size:1.3rem;font-weight:500;color:rgba(var(--color-text-rgb),.75)}.product__reconstitution svg{width:17px;height:17px;flex:0 0 auto;color:var(--color-accent)}#reviews{scroll-margin-top:90px}.reviews__head{display:grid;grid-template-columns:1.1fr 1fr;gap:40px;align-items:center;margin-bottom:40px;padding-bottom:32px;border-bottom:1px solid var(--color-border)}.reviews__summary{display:grid;grid-template-columns:auto 1fr;gap:28px;align-items:center;background:rgba(var(--color-text-rgb),.03);border:1px solid var(--color-border);border-radius:var(--radius, 14px);padding:22px 24px}.reviews__score{text-align:center;display:grid;justify-items:center;gap:6px;padding-right:24px;border-right:1px solid var(--color-border)}.reviews__score-num{font-size:4.4rem;font-weight:800;line-height:1;letter-spacing:-.02em}.reviews__score-count{font-size:1.25rem;color:rgba(var(--color-text-rgb),.6)}.reviews__bars{display:grid;gap:7px}.reviews__bar-row{display:grid;grid-template-columns:34px 1fr 38px;align-items:center;gap:10px}.reviews__bar-label{display:inline-flex;align-items:center;gap:3px;font-size:1.25rem;font-weight:600;color:rgba(var(--color-text-rgb),.7)}.reviews__bar-label svg{width:12px;height:12px;fill:#f5b301}.reviews__bar-track{height:8px;border-radius:999px;background:rgba(var(--color-text-rgb),.1);overflow:hidden}.reviews__bar-fill{display:block;height:100%;border-radius:999px;background:#f5b301}.reviews__bar-pct{font-size:1.2rem;color:rgba(var(--color-text-rgb),.55);text-align:right}.reviews__list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review{display:flex;flex-direction:column;gap:12px;padding:22px;border:1px solid var(--color-border);border-radius:var(--radius, 14px);background:var(--color-bg)}.review.is-hidden{display:none}.reviews--expanded .review.is-hidden{display:flex}.review__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.review__title{font-size:1.6rem;margin:8px 0 0}.review__date{font-size:1.2rem;color:rgba(var(--color-text-rgb),.5);white-space:nowrap}.review__body{font-size:1.4rem;color:rgba(var(--color-text-rgb),.75);margin:0;flex:1}.review__meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:4px}.review__author{display:inline-flex;align-items:center;gap:8px;font-size:1.35rem;font-weight:600}.review__avatar{width:30px;height:30px;border-radius:50%;background:var(--color-accent);color:var(--color-accent-contrast);display:inline-grid;place-items:center;font-size:1.25rem;font-weight:700;text-transform:uppercase}.review__verified{display:inline-flex;align-items:center;gap:4px;font-size:1.2rem;font-weight:600;color:var(--color-accent)}.review__verified svg{width:14px;height:14px}.review__product{font-size:1.2rem;color:rgba(var(--color-text-rgb),.5);padding:2px 8px;border:1px solid var(--color-border);border-radius:999px}.reviews__actions{text-align:center;margin-top:32px}.reviews__viewall{min-width:240px}@media screen and (max-width:989px){.reviews__head{grid-template-columns:1fr;gap:24px}.reviews__list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.reviews__summary{grid-template-columns:1fr}.reviews__score{padding-right:0;padding-bottom:18px;border-right:0;border-bottom:1px solid var(--color-border)}.reviews__list{grid-template-columns:1fr}}.logo-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:32px;opacity:.55}.logo-list img{max-height:30px;width:auto;filter:grayscale(1)}.logo-list__text{font-weight:700;font-size:1.8rem;letter-spacing:-.02em;display:inline-flex;align-items:center;gap:8px}.product-marquee{overflow:hidden;padding:18px 0}.product-marquee__track{display:flex;align-items:center;width:max-content;margin:0;padding:0;list-style:none;animation:product-marquee var(--mq-duration, 25s) linear infinite}.product-marquee--reverse .product-marquee__track{animation-direction:reverse}.product-marquee--pause:hover .product-marquee__track{animation-play-state:paused}.product-marquee--upper .product-marquee__item{text-transform:uppercase}.product-marquee__item{display:inline-flex;align-items:center;white-space:nowrap;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight-bold);font-size:var(--mq-size, 22px);letter-spacing:-.01em;color:var(--mq-color, var(--color-text))}.product-marquee__item a{color:inherit;transition:color .15s ease}.product-marquee__item a:hover{color:var(--color-accent)}.product-marquee__sep{display:inline-flex;align-items:center;color:var(--mq-sep, var(--color-accent));margin:0 calc(var(--mq-gap, 48px) / 2)}.product-marquee__sep svg{width:16px;height:16px}@keyframes product-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.product-marquee__track{animation:none;flex-wrap:wrap;row-gap:8px}}.feature-banner{background:var(--color-dark);color:var(--color-dark-text);border-radius:var(--radius);padding:40px 48px;position:relative;overflow:hidden;display:grid;grid-template-columns:1fr auto;gap:24px 40px;align-items:center}.feature-banner__content{position:relative;z-index:1;max-width:640px}.feature-banner__title{font-size:calc(3rem * var(--font-heading-scale));margin:0}.feature-banner__text{color:#ffffffb8;margin:12px 0 0;font-size:1.5rem;line-height:1.55}.feature-banner__btn{position:relative;z-index:1;justify-self:end;white-space:nowrap}.feature-banner .btn--outline{color:#fff;border-color:#ffffff80}.feature-banner .btn--outline:hover{border-color:#fff;background:#ffffff14}.feature-banner__arrow{position:relative;z-index:1;justify-self:end;width:56px;height:56px;border-radius:50%;background:var(--color-accent);color:var(--color-accent-contrast);display:grid;place-items:center;transition:transform .15s ease}.feature-banner__arrow:hover{transform:translateY(-2px)}.feature-banner__arrow svg{width:22px;height:22px}.feature-banner:before{content:"";position:absolute;left:-70px;top:-80px;width:260px;height:260px;border-radius:50%;pointer-events:none;z-index:0}.feature-banner--circle-none:before{display:none}.feature-banner--circle-subtle:before{border:44px solid rgba(255,255,255,.07)}.feature-banner--circle-visible:before{border:48px solid rgba(255,255,255,.16);background:#ffffff0a}.feature-banner--circle-accent:before{border:48px solid var(--color-accent);opacity:.28}@media screen and (max-width:749px){.feature-banner{grid-template-columns:1fr;text-align:center;padding:32px 24px}.feature-banner__content{max-width:none;margin:0 auto}.feature-banner__btn,.feature-banner__arrow{justify-self:center}}.values__grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;align-items:center}.values__col-title .h2{font-size:calc(4rem * var(--font-heading-scale));line-height:1}.values__col-title .muted{color:rgba(var(--color-text-rgb),.4)}.values__lead{color:rgba(var(--color-text-rgb),.6);font-size:1.4rem;margin-top:16px}.values__media{display:grid;place-items:center}.values__media img{max-height:380px;width:auto}.values__list{display:flex;flex-direction:column;gap:18px}.value-item{display:flex;gap:14px;align-items:flex-start}.value-item__icon{flex:0 0 auto;width:40px;height:40px;border-radius:10px;background:var(--color-muted);display:grid;place-items:center}.value-item__icon svg{width:20px;height:20px}.value-item__title{font-weight:700;font-size:1.5rem}.value-item__text{color:rgba(var(--color-text-rgb),.6);font-size:1.3rem}@media screen and (max-width:989px){.values__grid{grid-template-columns:1fr}}.collection-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:36px}.product-grid{display:grid;grid-template-columns:repeat(var(--cols, 3),1fr);gap:24px}@media screen and (max-width:989px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:599px){.product-grid{grid-template-columns:1fr}.collection-head{flex-direction:column!important;align-items:center;justify-content:center;text-align:center!important}.collection-head .section-subtext{text-align:center!important}.values__col-title{text-align:center}.values__list{align-items:center;justify-content:start}}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.collection-count{color:rgba(var(--color-text-rgb),.55);font-size:1.4rem}.collection-search{display:flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--button-radius);padding:2px 4px 2px 14px;flex:1 1 240px;max-width:360px}.collection-search input{border:0;background:none;padding:10px 6px;font-size:1.4rem;flex:1;min-width:0;outline:none;color:var(--color-text)}.collection-search button{background:none;border:0;display:inline-flex;padding:6px;color:var(--color-text)}.collection-search button svg{width:18px;height:18px}.collection-toolbar__right{display:flex;align-items:center;gap:12px}select[name=sort_by]{padding:10px 14px;border:1px solid var(--color-border);border-radius:var(--button-radius);font-size:1.4rem;font-family:inherit;background:var(--color-bg)}.col-switch{display:inline-flex;gap:4px}.col-switch button{width:34px;height:34px;border:1px solid var(--color-border);border-radius:10px;background:none;font-weight:700;font-size:1.3rem;color:var(--color-text)}.col-switch button[aria-pressed=true]{border-color:var(--color-text);background:var(--color-text);color:var(--color-bg)}.facets-toggle{padding:9px 16px;font-size:1.4rem}.collection-layout{display:grid;grid-template-columns:250px 1fr;gap:36px;align-items:start}.collection-layout--full{grid-template-columns:1fr}.facets-wrap{position:sticky;top:90px}.facets__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.facets__clear{font-size:1.3rem;text-decoration:underline;color:rgba(var(--color-text-rgb),.6)}.facets__group{border-top:1px solid var(--color-border);padding:14px 0}.facets__group summary{font-weight:600;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between}.facets__group summary::-webkit-details-marker{display:none}.facets__group summary svg{width:18px;height:18px;transition:transform .2s ease;transform:rotate(90deg);opacity:.5}.facets__group[open] summary svg{transform:rotate(-90deg)}.facets__option{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:1.4rem;color:rgba(var(--color-text-rgb),.78);cursor:pointer}.facets__option input{width:16px;height:16px;accent-color:var(--color-accent)}.facets__price{display:flex;align-items:center;gap:8px;padding-top:6px}.facets__price input{width:100%;padding:8px 10px;border:1px solid var(--color-border);border-radius:10px;font-size:1.3rem}.facets__actions{margin-top:16px}@media screen and (max-width:989px){.collection-layout,.collection-layout--full{grid-template-columns:1fr}.facets-wrap{display:none;position:static}.facets-wrap.is-open{display:block;margin-bottom:24px}}@media screen and (min-width:990px){.facets-toggle{display:none}}.card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s ease,transform .2s ease}.card:hover{box-shadow:0 16px 40px #00000014;transform:translateY(-3px)}.card__media{position:relative;aspect-ratio:1;background:var(--color-muted);display:grid;place-items:center}.card__media img{width:100%;height:100%;object-fit:cover}.card__badge{position:absolute;top:12px;left:12px;background:#ff4d4d;color:#fff;font-size:1.1rem;font-weight:700;padding:5px 10px;border-radius:8px}.card__badge--popular{background:var(--color-dark);color:#fff}.card__body{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1}.card__title{font-weight:700;font-size:1.7rem}.card__desc{color:rgba(var(--color-text-rgb),.55);font-size:1.3rem;flex:1}.card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}.price{font-weight:700;font-size:1.9rem}.price__compare{color:rgba(var(--color-text-rgb),.45);text-decoration:line-through;font-weight:500;font-size:1.4rem;margin-left:6px}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial{background:var(--color-muted);border-radius:var(--radius);padding:22px;display:flex;flex-direction:column;gap:16px}.testimonial__text{font-size:1.4rem}.testimonial__author{display:flex;align-items:center;gap:12px}.testimonial__author img{width:44px;height:44px;border-radius:50%;object-fit:cover}.testimonial__name{font-weight:700;font-size:1.4rem}.testimonial__role{font-size:1.2rem;color:rgba(var(--color-text-rgb),.55)}@media screen and (max-width:989px){.testimonials__grid{grid-template-columns:1fr}}.guarantee__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.guarantee__item{border:1px solid var(--color-border);border-radius:var(--radius);padding:22px;display:flex;flex-direction:column;gap:12px}.guarantee__icon{width:40px;height:40px;border-radius:10px;background:var(--color-muted);display:grid;place-items:center}.guarantee__icon svg{width:22px;height:22px}.guarantee__title{font-weight:700;font-size:1.5rem}@media screen and (max-width:749px){.guarantee__grid{grid-template-columns:1fr 1fr}}.cta-banner{background:var(--color-accent);color:var(--color-accent-contrast);border-radius:var(--radius);padding:48px;position:relative;overflow:hidden;display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:24px}.cta-banner__title{font-size:calc(3.4rem * var(--font-heading-scale));margin:0 0 10px}.cta-banner__text{margin:0 0 22px;max-width:420px}.cta-banner__media{justify-self:end}.cta-banner__media img{max-height:320px;width:auto}.cta-banner:after{content:"";position:absolute;right:-40px;bottom:-60px;width:240px;height:240px;border-radius:50%;background:#ffffff2e}@media screen and (max-width:749px){.cta-banner{grid-template-columns:1fr;text-align:center}.cta-banner__media{justify-self:center}}.faq--split{display:grid;grid-template-columns:1fr 1.4fr;gap:48px;align-items:start}.faq__intro{margin-bottom:8px}.faq--split .faq__intro{position:sticky;top:100px;margin-bottom:0}.faq--centered .faq__intro,.faq .faq__intro.text-center{margin-bottom:36px}.faq__list--narrow{max-width:760px;margin:0 auto}.faq__item{border-bottom:1px solid var(--color-border)}.faq__item:first-child{border-top:1px solid var(--color-border)}.faq__q{display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;list-style:none;padding:20px 0;font-weight:600;font-size:1.7rem}.faq__q::-webkit-details-marker{display:none}.faq__icon{flex:0 0 auto;width:32px;height:32px;border-radius:50%;background:var(--color-muted);display:grid;place-items:center;transition:transform .2s ease,background .2s ease,color .2s ease}.faq__item[open] .faq__icon{transform:rotate(45deg);background:var(--color-accent);color:var(--color-accent-contrast)}.faq__icon svg{width:18px;height:18px}.faq__a{padding:0 0 22px;color:rgba(var(--color-text-rgb),.7);max-width:720px}.faq__a p{margin:0 0 .8em}.faq__a p:last-child{margin-bottom:0}@media screen and (max-width:749px){.faq--split{grid-template-columns:1fr;gap:24px}.faq--split .faq__intro{position:static}}.footer{background:var(--color-dark);color:var(--color-dark-text)}.footer__top{display:flex;flex-wrap:wrap;gap:24px 36px;padding:56px 0 40px;border-bottom:1px solid rgba(255,255,255,.12)}.footer__block{flex:1 1 130px;min-width:100px}.footer__block--brand{flex:2.4 1 250px}.footer__block--newsletter{flex:1.8 1 240px}.footer__col a{white-space:nowrap}.footer__logo{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight-bold);font-size:2.4rem;line-height:1}.footer__logo img{max-height:44px;width:auto}.footer__desc{color:#fff9;margin-top:12px;max-width:360px;font-size:1.4rem}.footer__col h4{font-size:1.4rem;text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;margin-bottom:16px}.footer__col a{display:block;padding:6px 0;color:#fffc;font-size:1.4rem}.footer__col a:hover{color:var(--color-accent)}.footer__news-heading{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight-bold);font-size:2rem;margin-bottom:6px}.footer__contact h4{font-size:1.4rem;text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;margin-bottom:16px}.footer__contact-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.footer__contact-list li{display:flex;gap:10px;align-items:flex-start;color:#fffc;font-size:1.4rem}.footer__contact-list a{color:inherit}.footer__contact-list a:hover{color:var(--color-accent)}.footer__contact-icon{flex:0 0 auto;color:var(--color-accent);display:inline-flex;margin-top:2px}.footer__contact-icon svg{width:16px;height:16px}.newsletter-form{display:flex;gap:0;max-width:420px;border-bottom:1px solid rgba(255,255,255,.3);margin-top:12px}.newsletter-form input{flex:1;background:none;border:0;color:#fff;padding:12px 0;font-size:1.5rem}.newsletter-form input::placeholder{color:#ffffff80}.newsletter-form button{background:var(--color-accent);color:var(--color-accent-contrast);border:0;border-radius:var(--button-radius);padding:10px 20px;font-weight:700;margin:4px 0}.footer__notices{display:grid;gap:16px;padding:28px 0;border-bottom:1px solid rgba(255,255,255,.12)}.footer__notice{font-size:1.25rem;color:#ffffff8c;line-height:1.65}.footer__notice--align-left{text-align:left}.footer__notice--align-center{text-align:center}.footer__notice--align-right{text-align:right}.footer__notice--boxed{border:1px solid rgba(255,255,255,.16);border-radius:var(--radius);padding:22px 26px}.footer__notice--filled{background:#ffffff0d;border-radius:var(--radius);padding:22px 26px}.footer__notice-heading{display:inline-flex;align-items:center;gap:10px;font-size:1.2rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);margin-bottom:10px}.footer__notice-heading svg{width:16px;height:16px}.footer__notice--align-center .footer__notice-heading:before,.footer__notice--align-center .footer__notice-heading:after{content:"";width:30px;height:1px;background:currentColor;opacity:.5}.footer__notice-body p{margin:0}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 0 40px;flex-wrap:wrap}.footer__credit{color:#ffffff80;font-size:1.3rem;display:flex;gap:10px;flex-wrap:wrap}.footer__social{display:flex;gap:14px}.footer__social a{width:36px;height:36px;border-radius:50%;background:#ffffff14;display:grid;place-items:center;color:#fff;transition:background .15s ease,color .15s ease}.footer__social a:hover{background:var(--color-accent);color:var(--color-accent-contrast)}.footer__social svg{width:18px;height:18px}@media screen and (max-width:749px){.footer__bottom{justify-content:center;text-align:center}}.newsletter-band{border-radius:var(--radius);padding:40px 48px;display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap}.newsletter-band--muted{background:var(--color-muted)}.newsletter-band--dark{background:var(--color-dark);color:var(--color-dark-text)}.newsletter-band--accent{background:var(--color-accent);color:var(--color-accent-contrast)}.newsletter-band--default{border:1px solid var(--color-border)}.newsletter-band__content{flex:1 1 320px}.newsletter-band__title{margin:0 0 6px}.newsletter-band__text{margin:0;opacity:.75}.newsletter-band form{flex:1 1 320px;max-width:480px}.newsletter-section-form{display:flex;gap:10px}.newsletter-section-form input{flex:1;min-width:0;padding:14px 16px;border-radius:var(--button-radius);border:1px solid var(--color-border);font-size:1.5rem;background:var(--color-bg);color:var(--color-text)}.newsletter-band--dark .newsletter-section-form input,.newsletter-band--accent .newsletter-section-form input{border-color:transparent}.newsletter-band__disclaimer{margin:10px 0 0;font-size:1.25rem;opacity:.65}.newsletter-band--center{flex-direction:column;text-align:center}.newsletter-band--center .newsletter-band__content,.newsletter-band--center form{flex:0 1 auto;width:100%;max-width:560px}.newsletter-band--center .newsletter-section-form{justify-content:center}.cart-drawer{position:fixed;inset:0 0 0 auto;width:min(92vw,420px);background:var(--color-bg);z-index:120;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-10px 0 40px #00000026}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--color-border)}.cart-drawer__items{flex:1;overflow-y:auto;padding:12px 20px}.cart-line{display:grid;grid-template-columns:64px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--color-border);align-items:center}.cart-line img{border-radius:10px}.cart-drawer__footer{padding:20px;border-top:1px solid var(--color-border)}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:700;margin-bottom:14px}.qty{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:999px}.qty button{background:none;border:0;width:30px;height:30px;font-size:1.6rem}.qty input{width:34px;border:0;text-align:center;font-size:1.4rem;background:none}.rte a{color:var(--color-text);text-decoration:underline}.rte img{border-radius:var(--radius);margin:1em 0}.rte h2,.rte h3{margin-top:1.2em}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:6px;color:rgba(var(--color-text-rgb),.5);font-size:1.3rem;margin-bottom:24px}.breadcrumb a{color:rgba(var(--color-text-rgb),.55);transition:color .15s ease}.breadcrumb a:hover{color:var(--color-text)}.breadcrumb__sep{display:inline-flex;opacity:.4}.breadcrumb__sep svg{width:13px;height:13px}.breadcrumb__current{color:var(--color-text);font-weight:600}.product__back{display:inline-flex;align-items:center;gap:8px;font-size:1.4rem;font-weight:600;color:rgba(var(--color-text-rgb),.65);margin-bottom:18px;transition:color .15s ease,gap .15s ease}.product__back:hover{color:var(--color-text);gap:12px}.product__back svg{width:18px;height:18px}.product{display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:start}.product__gallery{position:sticky;top:90px}.product__media{border-radius:var(--radius);overflow:hidden;background:var(--color-muted)}.product__thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.product__thumbs img{width:72px;height:72px;object-fit:cover;border-radius:10px;border:1px solid var(--color-border);cursor:pointer}.product__price{font-size:2.6rem;font-weight:700;margin:12px 0 20px}.product__form{display:flex;flex-direction:column;gap:16px;margin-top:8px}.variant-option{margin-bottom:18px}.variant-option__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px}.variant-option__label{font-weight:600;font-size:1.5rem}.variant-option__selected{font-size:1.35rem;font-weight:500;color:rgba(var(--color-text-rgb),.6)}.variant-pills{display:flex;flex-wrap:wrap;gap:10px}.variant-pill{appearance:none;-webkit-appearance:none;cursor:pointer;min-width:56px;padding:13px 20px;border:1.5px solid var(--color-border);border-radius:var(--button-radius);background:var(--color-bg);color:var(--color-text);font-family:inherit;font-size:1.5rem;font-weight:600;line-height:1;transition:border-color .15s ease,background-color .15s ease,color .15s ease,box-shadow .15s ease}.variant-pill:hover{border-color:rgba(var(--color-text-rgb),.45)}.variant-pill.is-active{border-color:var(--color-text);background:var(--color-text);color:var(--color-bg)}.variant-pill.is-unavailable{color:rgba(var(--color-text-rgb),.32);border-style:dashed;text-decoration:line-through}.variant-pill.is-unavailable.is-active{background:var(--color-bg);color:rgba(var(--color-text-rgb),.5);border-color:rgba(var(--color-text-rgb),.3)}.variant-pill:focus-visible{outline:none;border-color:var(--color-text);box-shadow:0 0 0 3px rgba(var(--color-text-rgb),.15)}.variant-option select{display:none;width:100%;min-height:54px;padding:15px 48px 15px 18px;border:1px solid var(--color-border);border-radius:var(--button-radius);font-size:1.7rem;font-family:inherit;font-weight:500;line-height:1.2;color:var(--color-text);background-color:var(--color-bg);cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230e0e0e' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;background-size:18px 18px}@media screen and (max-width:749px){.product{grid-template-columns:1fr}.product__gallery{position:static}}.blog-tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:36px}.blog-tag{padding:8px 16px;border:1px solid var(--color-border);border-radius:999px;font-size:1.35rem;font-weight:500;transition:background .15s ease,color .15s ease,border-color .15s ease}.blog-tag:hover{border-color:var(--color-text)}.blog-tag.is-active{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.blog-featured{display:grid;grid-template-columns:1.2fr 1fr;gap:32px;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;margin-bottom:40px;transition:box-shadow .2s ease}.blog-featured:hover{box-shadow:0 16px 40px #00000014}.blog-featured__media{position:relative;aspect-ratio:16/11;background:var(--color-muted)}.blog-featured__media img{width:100%;height:100%;object-fit:cover}.blog-featured__body{padding:32px 36px 32px 0}@media screen and (max-width:749px){.blog-featured{grid-template-columns:1fr}.blog-featured__body{padding:0 24px 28px}}.article-grid{display:grid;grid-template-columns:repeat(var(--cols, 3),1fr);gap:24px}.article-card{border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s ease,transform .2s ease}.article-card:hover{box-shadow:0 14px 36px #00000014;transform:translateY(-3px)}.article-card__media{position:relative;aspect-ratio:16/10;background:var(--color-muted)}.article-card__media img{width:100%;height:100%;object-fit:cover}.article-card__body{padding:18px;display:flex;flex-direction:column;flex:1}.article-card__meta{font-size:1.2rem;color:rgba(var(--color-text-rgb),.5);margin-bottom:8px}.article-card__more{margin-top:auto;padding-top:12px;font-weight:600;font-size:1.35rem;display:inline-flex;align-items:center;gap:6px;color:var(--color-text)}.article-card__more svg{width:16px;height:16px}.article-card:hover .article-card__more{color:var(--color-accent)}.blog-card__tag{position:absolute;top:12px;left:12px;background:var(--color-accent);color:var(--color-accent-contrast);font-size:1.1rem;font-weight:700;padding:5px 10px;border-radius:8px;text-transform:capitalize}@media screen and (max-width:989px){.article-grid{grid-template-columns:1fr 1fr}}@media screen and (max-width:599px){.article-grid{grid-template-columns:1fr}}.coa-info{display:grid;grid-template-columns:1.5fr 1fr;gap:48px;align-items:start}.coa-info__intro{font-size:1.6rem;color:rgba(var(--color-text-rgb),.7);max-width:560px}.coa-info__sub{font-size:1.7rem;margin:28px 0 18px}.coa-checklist{list-style:none;padding:0;margin:0;display:grid;gap:14px}.coa-checklist li{display:flex;align-items:center;gap:14px;font-weight:500;font-size:1.55rem}.coa-checklist__icon{flex:0 0 auto;width:30px;height:30px;border-radius:50%;background:var(--color-accent);color:var(--color-accent-contrast);display:grid;place-items:center}.coa-checklist__icon svg{width:18px;height:18px}.coa-info__card{border:1px solid var(--color-border);border-radius:var(--radius);padding:32px;background:var(--color-muted);position:sticky;top:100px}.coa-info__badge{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--color-accent);color:var(--color-accent-contrast);margin-bottom:16px}.coa-info__badge svg{width:24px;height:24px}.coa-info__card-text{margin:0 0 16px;color:rgba(var(--color-text-rgb),.65);font-size:1.4rem}.coa-info__email{width:100%;word-break:break-all}.coa-info__note{font-size:1.3rem;color:rgba(var(--color-text-rgb),.55);margin:14px 0 0}@media screen and (max-width:749px){.coa-info{grid-template-columns:1fr;gap:32px}.coa-info__card{position:static}}.coa-list{display:grid;gap:12px}.coa-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border:1px solid var(--color-border);border-radius:var(--radius)}.coa-row__name{font-weight:600}.contact-notice{display:flex;gap:14px;align-items:center;background:var(--color-muted);border:1px solid var(--color-border);border-left:4px solid var(--color-accent);border-radius:var(--radius);padding:16px 18px;margin-bottom:24px}.contact-notice__icon{flex:0 0 auto;width:40px;height:40px;border-radius:10px;background:var(--color-accent);color:var(--color-accent-contrast);display:grid;place-items:center}.contact-notice__icon svg{width:20px;height:20px}.contact-notice__title{font-weight:700;font-size:1.5rem}.contact-notice__text{margin:2px 0 0;font-size:1.35rem;color:rgba(var(--color-text-rgb),.6)}.field{margin-bottom:16px}.field label{display:block;font-weight:600;font-size:1.4rem;margin-bottom:6px}.field input,.field textarea,.field select{width:100%;padding:12px 14px;border:1px solid var(--color-border);border-radius:var(--radius);font-size:1.5rem;font-family:inherit}.form-success{background:var(--color-accent);color:var(--color-accent-contrast);padding:14px 18px;border-radius:var(--radius);margin-bottom:20px}.form-error{background:#ffe5e5;color:#b00020;padding:14px 18px;border-radius:var(--radius);margin-bottom:20px}.pagination{display:flex;gap:8px;justify-content:center;margin-top:40px}.pagination a,.pagination span{padding:10px 14px;border:1px solid var(--color-border);border-radius:10px}.pagination .current{background:var(--color-dark);color:#fff;border-color:var(--color-dark)}.no-js .js-only{display:none}.pep-gift-toast{position:fixed;left:50%;bottom:24px;z-index:1000;display:flex;align-items:center;gap:12px;max-width:min(92vw,420px);padding:14px 40px 14px 16px;background:var(--color-dark);color:var(--color-dark-text);border-radius:var(--radius, 16px);box-shadow:0 16px 40px #00000038;font-size:1.4rem;line-height:1.35;transform:translate(-50%,calc(100% + 32px));opacity:0;pointer-events:none;transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .35s ease}.pep-gift-toast.is-visible{transform:translate(-50%);opacity:1;pointer-events:auto}.pep-gift-toast__icon{font-size:2rem;line-height:1;animation:pep-gift-pop .5s ease both}.pep-gift-toast__msg{font-weight:600}.pep-gift-toast__close{position:absolute;top:8px;right:10px;background:none;border:0;color:inherit;opacity:.6;font-size:1.8rem;line-height:1;cursor:pointer;padding:2px}.pep-gift-toast__close:hover{opacity:1}@keyframes pep-gift-pop{0%{transform:scale(.4);opacity:0}60%{transform:scale(1.15)}to{transform:scale(1);opacity:1}}@media(prefers-reduced-motion:reduce){.pep-gift-toast{transition:opacity .2s ease;transform:translate(-50%)}.pep-gift-toast__icon{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
