*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{display:flex;flex-direction:column;min-height:100svh;font-family:var(--font-primary--family);font-size:16px;font-weight:400;line-height:1.6;letter-spacing:.01em;background-color:var(--color-background);color:var(--color-foreground)}html:has(dialog[scroll-lock][open],details[scroll-lock][open]){overflow:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,textarea,select{font:inherit;border-radius:var(--radius-sm)}select{background-color:var(--color-background);color:currentcolor}dialog{background-color:var(--color-background);color:var(--color-foreground)}p{text-wrap:pretty}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p:empty{display:none}:is(p,h1,h2,h3,h4,h5,h6):first-child,:empty:first-child+:where(p,h1,h2,h3,h4,h5,h6){margin-block-start:0}:is(p,h1,h2,h3,h4,h5,h6):last-child,:where(p,h1,h2,h3,h4,h5,h6)+:has(+:empty:last-child){margin-block-end:0}ul,ol{list-style:none}a{color:inherit;text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-accent)}main{flex:1}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:var(--color-foreground)}h1{font-size:clamp(32px,5vw,48px)}h2{font-size:clamp(28px,4vw,40px)}h3{font-size:clamp(24px,3vw,32px)}h4{font-size:24px}h5{font-size:20px}h6{font-size:18px}p{color:var(--color-muted);line-height:1.7}.container{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin);width:100%}.container--full{max-width:100%;padding:0 var(--page-margin)}.container--narrow{max-width:1100px;margin:0 auto;padding:0 var(--page-margin);width:100%}.section{padding:var(--spacing-3xl) 0}.section--tight{padding:var(--spacing-2xl) 0}.section--lg{padding:var(--spacing-4xl) 0}.section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--spacing-xl);margin-bottom:var(--spacing-xl)}.section__eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:12px;color:var(--color-accent);font-weight:600;display:inline-flex;align-items:center;gap:12px;margin-bottom:12px}.section__eyebrow:before{content:"";width:40px;height:2px;background:var(--color-accent)}.section__title{font-size:clamp(28px,4vw,40px);line-height:1.1;margin-bottom:12px}.section__subtitle{color:var(--color-muted);max-width:600px;font-size:16px}.shopify-section{--content-width: min( calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2) );--content-margin: minmax(var(--page-margin), 1fr);--content-grid: var(--content-margin) var(--content-width) var(--content-margin);position:relative;grid-template-columns:var(--content-grid);display:grid;width:100%}.shopify-section>*{grid-column:2}.shopify-section>.full-width{grid-column:1 / -1}.grid{display:grid;gap:var(--spacing-lg)}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}button,.btn{cursor:pointer;border:2px solid transparent;font:inherit;font-size:15px;font-weight:500;padding:14px 32px;border-radius:var(--radius-md);transition:all .25s ease;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:var(--btn-height);letter-spacing:.02em}.btn--primary{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn--primary:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn--secondary{background:var(--color-foreground);color:#fff;border-color:var(--color-foreground)}.btn--secondary:hover{background:#333;border-color:#333;color:#fff}.btn--outline,.btn--ghost{background:transparent;color:var(--color-foreground);border-color:var(--color-border)}.btn--outline:hover,.btn--ghost:hover{border-color:var(--color-accent);color:var(--color-accent)}.btn--white{background:#fff;color:var(--color-foreground);border-color:#fff}.btn--white:hover{background:var(--color-surface);border-color:var(--color-surface)}.btn--full{width:100%}.btn--lg{padding:18px 40px;font-size:16px;min-height:var(--btn-height-lg)}.btn--sm{padding:10px 20px;font-size:14px;min-height:40px}.announcement-bar{background:var(--color-foreground);color:#fff;font-size:13px;letter-spacing:.1em;text-transform:uppercase}.announcement-bar__inner{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center;padding:12px var(--page-margin)}.announcement-bar__label{padding:4px 12px;border-radius:var(--radius-full);background:#ffffff26;font-weight:500}.announcement-bar__link{color:var(--color-accent-light);font-weight:600}.announcement-bar__countdown{color:#fff;font-weight:600}.site-header{background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border-light);position:sticky;top:0;z-index:100;height:var(--header-height)}.site-header__main{height:100%}.site-header__main .container{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-xl);height:100%}.site-header__brand{display:flex;align-items:center;gap:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.site-header__brand img{height:42px;width:auto}.site-header__nav{display:flex;gap:var(--spacing-xl);justify-content:center;font-size:14px;font-weight:500}.site-header__nav a{position:relative;padding:8px 0;text-transform:uppercase;letter-spacing:.08em;color:var(--color-foreground)}.site-header__nav a:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--color-accent);transition:width .25s ease}.site-header__nav a:hover:after,.site-header__nav a.active:after{width:100%}.site-header__actions{display:flex;justify-content:flex-end;align-items:center;gap:var(--spacing-md)}.site-header__actions a{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-full);transition:background .2s ease}.site-header__actions a:hover{background:var(--color-surface)}.site-header__actions svg{width:22px;height:22px}.site-header__count{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 5px;border-radius:var(--radius-full);background:var(--color-accent);color:#fff;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center}.hero{position:relative;padding:var(--spacing-4xl) 0;background:linear-gradient(135deg,#aa876914,#fffffff2 60%)}.hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-3xl);align-items:center}.hero__copy{display:flex;flex-direction:column;gap:var(--spacing-lg)}.hero__pill{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:var(--radius-full);border:1px solid var(--color-border);font-size:12px;text-transform:uppercase;letter-spacing:.15em;background:#fff;color:var(--color-muted);width:fit-content}.hero__title{font-size:clamp(36px,5vw,56px);line-height:1.05;font-weight:600}.hero__text{color:var(--color-muted);font-size:18px;line-height:1.7}.hero__bullets{display:grid;gap:12px}.hero__bullets li{position:relative;padding-left:24px;font-size:15px;color:var(--color-muted)}.hero__bullets li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:var(--radius-full);background:var(--color-accent)}.hero__actions{margin-top:var(--spacing-md);display:flex;flex-wrap:wrap;gap:var(--spacing-md)}.hero__rating{font-size:14px;color:var(--color-muted);letter-spacing:.05em}.hero__media{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl);background:#fff}.hero__media img{width:100%;height:100%;object-fit:cover}.usp{background:#fff;border-top:1px solid var(--color-border-light);border-bottom:1px solid var(--color-border-light);padding:var(--spacing-lg) 0}.usp__list{display:flex;align-items:center;justify-content:center;gap:var(--spacing-2xl);flex-wrap:wrap}.usp__item{display:flex;gap:12px;align-items:center;font-size:14px;font-weight:500}.usp__icon{width:44px;height:44px;border-radius:var(--radius-full);background:var(--color-surface);display:flex;align-items:center;justify-content:center;flex-shrink:0}.usp__icon svg,.usp__icon img{width:22px;height:22px;color:var(--color-accent)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--spacing-lg)}.product-card{position:relative;background:#fff;border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.product-card__badge{position:absolute;top:16px;left:16px;padding:6px 12px;background:var(--color-accent);color:#fff;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-sm);z-index:1}.product-card__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:var(--color-surface)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__media img{transform:scale(1.06)}.product-card__content{padding:var(--spacing-md);display:flex;flex-direction:column;gap:8px;flex:1}.product-card__title{font-size:15px;font-weight:500;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{display:flex;align-items:center;gap:10px;font-weight:600}.product-card__price-current{font-size:17px;font-weight:600;color:var(--color-foreground)}.product-card__price-compare{font-size:14px;color:var(--color-muted);text-decoration:line-through}.product-card__rating{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--color-muted);margin-top:auto}.product-card__rating .stars{color:var(--color-accent)}.product-card__cta{margin-top:auto;padding-top:8px;font-size:12px;text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);font-weight:500}.product-card__add{position:absolute;bottom:16px;right:16px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--color-accent);color:#fff;border-radius:var(--radius-full);opacity:0;transform:translateY(10px);transition:all .25s ease}.product-card:hover .product-card__add{opacity:1;transform:translateY(0)}.product-card__add:hover{background:var(--color-accent-hover);transform:scale(1.1)}.collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--spacing-lg)}.collection-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:#fff;transition:transform .3s ease,box-shadow .3s ease}.collection-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.collection-card__media{aspect-ratio:4 / 3;overflow:hidden}.collection-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.collection-card:hover img{transform:scale(1.05)}.collection-card__content{padding:var(--spacing-md)}.collection-card__content p{font-weight:600;font-size:16px}.collection-card__link{display:inline-block;margin-top:8px;font-size:12px;text-transform:uppercase;letter-spacing:.2em;color:var(--color-accent);font-weight:500}.product-page{display:grid;grid-template-columns:1.1fr .9fr;gap:var(--spacing-2xl);align-items:start}.product-page__media{display:grid;gap:var(--spacing-md);position:sticky;top:calc(var(--header-height) + var(--spacing-lg))}.product-page__media img{border-radius:var(--radius-lg)}.product-page__title{font-size:32px;font-weight:600;margin-bottom:16px}.product-page__price{font-size:28px;font-weight:600;margin:var(--spacing-md) 0;display:flex;align-items:center;gap:16px}.product-page__price-compare{font-size:20px;color:var(--color-muted);text-decoration:line-through}.product-page__description{color:var(--color-muted);line-height:1.7;margin-bottom:var(--spacing-xl)}.product-page__form form{display:grid;gap:var(--spacing-md)}.product-page__form select,.product-page__form input[type=text],.product-page__form input[type=number]{width:100%;padding:14px 16px;border-radius:var(--radius-md);border:2px solid var(--color-border);font-size:15px;transition:border-color .2s ease}.product-page__form select:focus,.product-page__form input:focus{outline:none;border-color:var(--color-accent)}.product-page__form input[type=submit]{background:var(--color-accent);color:#fff;border:none;padding:16px 32px;border-radius:var(--radius-md);font-size:15px;font-weight:500;cursor:pointer;transition:background .2s ease}.product-page__form input[type=submit]:hover{background:var(--color-accent-hover)}.story{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-2xl);align-items:center}.story__media{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}.story__media img{width:100%;height:100%;object-fit:cover}.story__content{display:flex;flex-direction:column;gap:var(--spacing-lg)}.story__list{display:grid;gap:12px}.story__list li{padding-left:24px;position:relative;color:var(--color-muted)}.story__list li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:var(--radius-full);background:var(--color-accent)}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--spacing-lg)}.review-card{background:#fff;border-radius:var(--radius-lg);padding:var(--spacing-xl);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:var(--spacing-md)}.review-card__stars{letter-spacing:.15em;color:var(--color-accent);font-size:16px}.review-card__text{color:var(--color-foreground);font-size:15px;line-height:1.6}.review-card__meta{display:flex;justify-content:space-between;font-size:13px;color:var(--color-muted);margin-top:auto}.ugc__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--spacing-md)}.ugc__item{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;background:var(--color-surface)}.ugc__item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.ugc__item:hover img{transform:scale(1.05)}.ugc__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 50%,#00000080);display:flex;align-items:flex-end;padding:var(--spacing-md);color:#fff;font-weight:500;font-size:13px;text-transform:uppercase;letter-spacing:.1em}.newsletter{background:var(--color-surface);border-radius:var(--radius-xl);padding:var(--spacing-2xl);display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-xl);align-items:center}.newsletter form{display:flex;gap:var(--spacing-sm);flex-wrap:wrap}.newsletter input[type=email]{flex:1;min-width:240px;padding:14px 20px;border-radius:var(--radius-md);border:2px solid var(--color-border);font-size:15px}.newsletter input[type=email]:focus{outline:none;border-color:var(--color-accent)}.faq__list{display:grid;gap:var(--spacing-md);max-width:800px;margin:0 auto}.faq__item{border-radius:var(--radius-md);border:1px solid var(--color-border);background:#fff;padding:var(--spacing-lg)}.faq__item summary{cursor:pointer;list-style:none;font-weight:500;font-size:16px;position:relative;padding-right:32px}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:after{content:"+";position:absolute;right:0;top:0;color:var(--color-accent);font-weight:600;font-size:20px}.faq__item[open] summary:after{content:"\2212"}.faq__content{margin-top:var(--spacing-md);color:var(--color-muted);line-height:1.7}.cta-banner__card{background:linear-gradient(135deg,#aa87691f,#fffffff2);border-radius:var(--radius-xl);padding:var(--spacing-2xl);display:grid;grid-template-columns:1.2fr .8fr;gap:var(--spacing-xl);align-items:center}.cta-banner__actions{display:flex;flex-wrap:wrap;gap:var(--spacing-md);justify-content:flex-end}.risk-free__card{display:grid;grid-template-columns:.7fr 1.3fr;gap:var(--spacing-xl);align-items:center;background:#fff;border-radius:var(--radius-xl);padding:var(--spacing-2xl);box-shadow:var(--shadow-md)}.risk-free__badge{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);font-weight:600}.risk-free__list{display:grid;gap:10px;margin:var(--spacing-md) 0}.risk-free__list li{position:relative;padding-left:24px;color:var(--color-muted)}.risk-free__list li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:var(--radius-full);background:var(--color-accent)}.site-footer{background:var(--color-foreground);color:#fff;padding:var(--spacing-3xl) 0 var(--spacing-xl)}.site-footer__grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:var(--spacing-2xl)}.site-footer__brand img{height:40px;width:auto;filter:brightness(0) invert(1);margin-bottom:var(--spacing-lg)}.site-footer__description{color:#ffffffb3;font-size:14px;line-height:1.7;max-width:280px}.site-footer__title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--spacing-lg)}.site-footer__links{display:flex;flex-direction:column;gap:10px}.site-footer__links a,.site-footer__links span{color:#ffffffb3;font-size:14px;transition:color .2s ease}.site-footer__links a:hover{color:var(--color-accent-light)}.site-footer__social{display:flex;gap:12px;margin-top:var(--spacing-lg)}.site-footer__social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:var(--radius-full);color:#fff;transition:all .2s ease}.site-footer__social a:hover{background:var(--color-accent)}.site-footer__meta{margin-top:var(--spacing-2xl);padding-top:var(--spacing-xl);border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;flex-wrap:wrap;gap:var(--spacing-md);font-size:13px;color:#ffffff80}.footer__payment{display:flex;gap:12px;align-items:center}.footer__payment svg{height:24px;width:auto}.card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--spacing-xl);box-shadow:var(--shadow-sm)}.animate-in{animation:fade-up .6s ease both}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.animate-in{animation:none}}@media(max-width:1100px){.collection-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__grid{grid-template-columns:1fr 1fr}.story,.product-page,.risk-free__card,.cta-banner__card{grid-template-columns:1fr}.cta-banner__actions{justify-content:flex-start}}@media(max-width:900px){:root{--header-height: var(--header-height-mobile)}.hero__grid{grid-template-columns:1fr;gap:var(--spacing-xl)}.hero__media{order:-1}.hero__title{font-size:32px}.site-header__main .container{gap:var(--spacing-md)}.site-header__nav{display:none}.section__head{flex-direction:column;align-items:flex-start}.usp__list{flex-direction:column;gap:var(--spacing-md)}.newsletter{grid-template-columns:1fr}.review-grid,.ugc__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.collection-grid,.product-grid,.review-grid,.ugc__grid{grid-template-columns:1fr}.site-footer__grid{grid-template-columns:1fr;gap:var(--spacing-xl)}.site-footer__meta{flex-direction:column;align-items:center;text-align:center}.footer__payment{flex-wrap:wrap;justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/critical.css.map */
