:root{--color-bg: #FFFFFF;--color-text: #111111;--color-grey: #666666;--color-border: #ECECEC;--color-button: #111111;--color-button-text: #FFFFFF;--color-accent: #1F8A45;--color-accent-bg: #F1F8F3;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--page-width: 1320px;--section-spacing: 96px;--button-radius: 40px;--card-radius: 16px;--shadow-sm: 0 1px 2px rgba(17,17,17,.04), 0 1px 1px rgba(17,17,17,.03);--shadow-md: 0 8px 24px rgba(17,17,17,.08);--shadow-lg: 0 24px 64px rgba(17,17,17,.12);--ease: cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6,p{margin:0}input,textarea,select,button{font-family:inherit;font-size:inherit;color:inherit}input:focus-visible,textarea:focus-visible,select:focus-visible,button:focus-visible,a:focus-visible{outline:2px solid var(--color-text);outline-offset:2px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-to-content-link{position:fixed;top:-100px;left:16px;z-index:1000;background:var(--color-text);color:#fff;padding:12px 20px;border-radius:8px;transition:top .2s var(--ease)}.skip-to-content-link:focus{top:16px}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 20px}@media screen and (min-width:750px){.page-width{padding:0 40px}}.section-padding{padding-top:64px;padding-bottom:64px}@media screen and (min-width:990px){.section-padding{padding-top:var(--section-spacing, 96px);padding-bottom:var(--section-spacing, 96px)}}.section-header{text-align:center;max-width:640px;margin:0 auto 48px}.section-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);background:var(--color-accent-bg);padding:6px 14px;border-radius:999px;margin-bottom:16px}.section-title{font-size:28px;font-weight:800;letter-spacing:-.02em;line-height:1.15;margin-bottom:12px}@media screen and (min-width:750px){.section-title{font-size:40px}}.section-subtitle{color:var(--color-grey);font-size:16px;line-height:1.6}@media screen and (min-width:750px){.section-subtitle{font-size:18px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:56px;padding:0 32px;border-radius:var(--button-radius, 999px);font-weight:600;font-size:16px;border:1px solid transparent;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background-color .2s ease,opacity .2s ease;white-space:nowrap}.btn:active{transform:scale(.98)}.btn-primary{background:var(--color-button);color:var(--color-button-text);box-shadow:var(--shadow-sm)}.btn-primary:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--color-text);border-color:var(--color-text)}.btn-secondary:hover{background:var(--color-text);color:#fff}.btn-block{width:100%}.btn[disabled],.btn.is-disabled{opacity:.45;cursor:not-allowed;transform:none!important;box-shadow:none!important}.btn-loading .btn-text{opacity:0}.btn-loading .btn-spinner{display:inline-flex!important}.btn-spinner{display:none;position:absolute;width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.fade-up{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.fade-up.is-visible{opacity:1;transform:translateY(0)}.fade-up-delay-1.is-visible{transition-delay:.08s}.fade-up-delay-2.is-visible{transition-delay:.16s}.fade-up-delay-3.is-visible{transition-delay:.24s}.fade-up-delay-4.is-visible{transition-delay:.32s}@media(prefers-reduced-motion:reduce){.fade-up,.fade-up.is-visible{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}.site-header{position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--color-border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:24px}.site-header__inner--centered{display:grid;grid-template-columns:1fr auto 1fr;gap:16px}.site-header__left{display:flex;align-items:center;gap:8px;justify-self:start}.site-header__logo{font-size:20px;font-weight:800;letter-spacing:-.02em}.site-header__logo--center{justify-self:center}.site-header__nav{display:none;align-items:center;gap:32px}@media screen and (min-width:990px){.site-header__nav{display:flex}}.site-header__inner--centered .site-header__actions{justify-self:end}.site-header__hamburger{display:inline-flex}@media screen and (min-width:990px){.site-header__hamburger{display:none}}.site-header__nav a{font-size:14px;font-weight:600;color:var(--color-text);position:relative;padding:4px 0}.site-header__nav a:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--color-text);transition:width .25s var(--ease)}.site-header__nav a:hover:after{width:100%}.site-header__actions{display:flex;align-items:center;gap:8px}.icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:transparent;border:none;transition:background-color .2s ease}.icon-btn:hover{background:#f5f5f5}.cart-count-bubble{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--color-text);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.cart-count-bubble[hidden]{display:none}.site-header__mobile-toggle{display:inline-flex}@media screen and (min-width:990px){.site-header__mobile-toggle{display:none}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;visibility:hidden}.mobile-nav[data-open=true]{visibility:visible}.mobile-nav__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1116;opacity:0;transition:opacity .3s var(--ease)}.mobile-nav[data-open=true] .mobile-nav__backdrop{opacity:1}.mobile-nav__panel{position:absolute;top:0;right:0;height:100%;width:min(320px,84vw);background:#fff;box-shadow:var(--shadow-lg);padding:24px;transform:translate(100%);transition:transform .35s var(--ease);display:flex;flex-direction:column;gap:24px}.mobile-nav[data-open=true] .mobile-nav__panel{transform:translate(0)}.mobile-nav__header{display:flex;justify-content:space-between;align-items:center}.mobile-nav__links{display:flex;flex-direction:column;gap:4px}.mobile-nav__links a{padding:14px 4px;font-size:17px;font-weight:600;border-bottom:1px solid var(--color-border)}.hero{padding-top:32px;padding-bottom:48px}@media screen and (min-width:990px){.hero{padding-top:56px;padding-bottom:72px}}.hero__grid{display:grid;gap:40px;align-items:center}@media screen and (min-width:990px){.hero__grid{grid-template-columns:1fr 1fr;gap:64px}}.hero__content{max-width:560px}.hero__rating{display:flex;align-items:center;gap:8px;margin-bottom:20px}.hero__stars{display:flex;gap:2px;color:#111}.hero__rating-text{font-size:13px;color:var(--color-grey);font-weight:500}.hero__title{font-size:34px;font-weight:800;letter-spacing:-.03em;line-height:1.08;margin-bottom:20px}@media screen and (min-width:750px){.hero__title{font-size:48px}}@media screen and (min-width:1200px){.hero__title{font-size:56px}}.hero__subtitle{font-size:17px;color:var(--color-grey);line-height:1.65;margin-bottom:32px;max-width:480px}.hero__cta{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:40px}.hero__trust{display:flex;flex-wrap:wrap;gap:20px 28px;padding-top:28px;border-top:1px solid var(--color-border)}.trust-badge{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:var(--color-text)}.trust-badge svg{color:var(--color-accent);flex-shrink:0}.hero__media{position:relative;border-radius:24px;overflow:hidden;background:#f7f7f7;aspect-ratio:4 / 5;box-shadow:var(--shadow-lg)}.hero__media img{width:100%;height:100%;object-fit:cover}.benefits__grid{display:grid;gap:20px;grid-template-columns:1fr}@media screen and (min-width:750px){.benefits__grid{grid-template-columns:repeat(3,1fr);gap:24px}}.benefit-card{padding:36px 28px;border:1px solid var(--color-border);border-radius:var(--card-radius, 16px);background:#fff;transition:box-shadow .3s var(--ease),transform .3s var(--ease)}.benefit-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.benefit-card__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:var(--color-accent-bg);color:var(--color-accent);margin-bottom:24px}.benefit-card__title{font-size:19px;font-weight:700;margin-bottom:10px;letter-spacing:-.01em}.benefit-card__text{color:var(--color-grey);font-size:15px;line-height:1.65}.steps__grid{display:grid;gap:32px;grid-template-columns:1fr;counter-reset:step}@media screen and (min-width:750px){.steps__grid{grid-template-columns:repeat(3,1fr);gap:24px}}.step-card{position:relative;text-align:left}.step-card__number{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--color-text);color:#fff;font-weight:700;font-size:16px;margin-bottom:20px}.step-card__media{border-radius:var(--card-radius, 16px);overflow:hidden;aspect-ratio:4/3;background:#f7f7f7;margin-bottom:20px}.step-card__media img{width:100%;height:100%;object-fit:cover}.step-card__title{font-size:18px;font-weight:700;margin-bottom:8px}.step-card__text{color:var(--color-grey);font-size:15px;line-height:1.6}.features__grid{display:grid;gap:56px;grid-template-columns:1fr}@media screen and (min-width:990px){.features__grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px}}.features__media{border-radius:24px;overflow:hidden;background:#f7f7f7;aspect-ratio:1/1;box-shadow:var(--shadow-md)}.features__media img{width:100%;height:100%;object-fit:cover}.features__list{display:flex;flex-direction:column;gap:28px}.feature-row{display:flex;gap:18px}.feature-row__icon{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:var(--color-accent-bg);color:var(--color-accent);display:flex;align-items:center;justify-content:center}.feature-row__title{font-size:17px;font-weight:700;margin-bottom:6px}.feature-row__text{color:var(--color-grey);font-size:15px;line-height:1.6}.bundle-section__inner{max-width:720px;margin:0 auto}.bundle-cards{display:grid;gap:14px;grid-template-columns:1fr;margin-bottom:28px}.bundle-card{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;border:2px solid var(--color-border);border-radius:var(--card-radius, 16px);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;background:#fff}.bundle-card:hover{border-color:#c9c9c9}.bundle-card input{position:absolute;opacity:0;pointer-events:none}.bundle-card.is-selected{border-color:var(--color-text);box-shadow:var(--shadow-sm);background:#fafafa}.bundle-card__left{display:flex;align-items:center;gap:14px}.bundle-card__radio{width:22px;height:22px;border-radius:50%;border:2px solid #C9C9C9;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease,background-color .2s ease}.bundle-card.is-selected .bundle-card__radio{border-color:var(--color-text);background:var(--color-text)}.bundle-card__radio:after{content:"";width:8px;height:8px;border-radius:50%;background:#fff;transform:scale(0);transition:transform .15s var(--ease)}.bundle-card.is-selected .bundle-card__radio:after{transform:scale(1)}.bundle-card__title{font-weight:700;font-size:16px}.bundle-card__unit{color:var(--color-grey);font-size:13px;margin-top:2px}.bundle-card__right{display:flex;align-items:center;gap:10px}.bundle-card__price{font-weight:700;font-size:17px}.bundle-card__compare{color:var(--color-grey);font-size:13px;text-decoration:line-through}.bundle-card__badge{position:absolute;top:-11px;left:20px;background:var(--color-text);color:#fff;font-size:11px;font-weight:700;letter-spacing:.04em;padding:4px 10px;border-radius:999px;text-transform:uppercase}.shop-grid{display:grid;gap:20px;grid-template-columns:1fr}@media screen and (min-width:750px){.shop-grid{grid-template-columns:repeat(2,1fr);gap:24px}}.shop-card{border:1px solid var(--color-border);border-radius:var(--card-radius, 16px);overflow:hidden;background:#fff;transition:box-shadow .3s var(--ease),transform .3s var(--ease);display:flex;flex-direction:column}.shop-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.shop-card__media{display:block;aspect-ratio:1/1;background:#f7f7f7}.shop-card__media img{width:100%;height:100%;object-fit:cover}.shop-card__body{padding:24px;display:flex;flex-direction:column;gap:10px}.shop-card__title{font-weight:700;font-size:18px;color:var(--color-text)}.shop-card__price-row{display:flex;align-items:baseline;gap:8px}.shop-card__price{font-weight:800;font-size:18px}.shop-card__compare{color:var(--color-grey);font-size:14px;text-decoration:line-through}.bundle-strip{margin-top:24px;display:flex;align-items:center;gap:20px;border:1px solid var(--color-border);border-radius:var(--card-radius, 16px);padding:20px 24px;background:#fafafa;flex-wrap:wrap}.bundle-strip__media{display:flex;gap:8px;flex-shrink:0}.bundle-strip__thumb{width:64px;height:64px;border-radius:12px;overflow:hidden;background:#fff;border:1px solid var(--color-border);flex-shrink:0}.bundle-strip__thumb img{width:100%;height:100%;object-fit:cover}.bundle-strip__body{flex:1;min-width:200px}.bundle-strip__title{font-weight:700;font-size:16px;margin-bottom:4px}.bundle-strip__text{color:var(--color-grey);font-size:14px;margin-bottom:6px}.bundle-strip__price{font-weight:700;font-size:15px}.bundle-strip__cta{flex-shrink:0;white-space:nowrap}@media screen and (max-width:749px){.bundle-strip{flex-direction:column;align-items:stretch;text-align:center}.bundle-strip__media{justify-content:center}.bundle-strip__cta{width:100%}}.shop-trust-row{margin-top:40px}.shop-trust-row .hero__trust{justify-content:center;border-top:1px solid var(--color-border);padding-top:28px}.product-section{padding-top:32px;padding-bottom:72px}@media screen and (min-width:990px){.product-section{padding-top:48px}}.product-grid{display:grid;gap:32px;grid-template-columns:1fr}@media screen and (min-width:990px){.product-grid{grid-template-columns:1.1fr 1fr;gap:64px;align-items:flex-start}}.product-gallery__main{position:relative;border-radius:20px;overflow:hidden;background:#f7f7f7;aspect-ratio:1/1}.product-gallery__track{display:flex;width:100%;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-gallery__track::-webkit-scrollbar{display:none}.product-gallery__slide{flex:0 0 100%;scroll-snap-align:start;width:100%;height:100%}.product-gallery__slide img{width:100%;height:100%;object-fit:cover}.product-gallery__dots{display:flex;justify-content:center;gap:6px;margin-top:14px}@media screen and (min-width:990px){.product-gallery__dots{display:none}}.product-gallery__dot{width:6px;height:6px;border-radius:50%;background:var(--color-border);transition:background-color .2s ease,width .2s ease}.product-gallery__dot.is-active{background:var(--color-text);width:18px;border-radius:999px}.product-gallery__thumbs{display:none;gap:10px;margin-top:16px}@media screen and (min-width:990px){.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr)}}.product-gallery__thumb{border-radius:10px;overflow:hidden;aspect-ratio:1/1;background:#f7f7f7;border:2px solid transparent;cursor:pointer}.product-gallery__thumb.is-active{border-color:var(--color-text)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__title{font-size:28px;font-weight:800;letter-spacing:-.02em;margin-bottom:10px}@media screen and (min-width:990px){.product-info__title{font-size:34px}}.product-info__rating{display:flex;align-items:center;gap:8px;margin-bottom:18px}.product-info__description{color:var(--color-grey);font-size:15px;line-height:1.7;margin-bottom:28px}.product-info__price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:24px}.product-info__price{font-size:24px;font-weight:800}.product-info__compare-price{font-size:16px;color:var(--color-grey);text-decoration:line-through}.product-form__section-label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-grey);margin-bottom:12px;display:block}.product-form__quantity{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:999px;overflow:hidden;margin-bottom:24px}.qty-btn{width:44px;height:48px;display:flex;align-items:center;justify-content:center;background:transparent;border:none}.qty-btn:hover{background:#f5f5f5}.qty-input{width:44px;height:48px;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-form__submit{position:relative}.product-info__guarantee-row{display:flex;flex-wrap:wrap;gap:18px 24px;margin-top:28px;padding-top:24px;border-top:1px solid var(--color-border)}.sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:90;background:#fffffff5;-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-top:1px solid var(--color-border);padding:12px 16px;transform:translateY(100%);transition:transform .3s var(--ease);box-shadow:0 -8px 24px #1111110f}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:var(--page-width);margin:0 auto}.sticky-atc__info{display:flex;align-items:center;gap:12px;min-width:0}.sticky-atc__thumb{width:44px;height:44px;border-radius:10px;overflow:hidden;flex-shrink:0;background:#f7f7f7}.sticky-atc__thumb img{width:100%;height:100%;object-fit:cover}.sticky-atc__title{font-weight:700;font-size:14px}.sticky-atc__price{color:var(--color-grey);font-size:13px}.sticky-atc .btn{height:48px;padding:0 24px;flex-shrink:0}.reviews__summary{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;margin-bottom:48px}.reviews__score{font-size:48px;font-weight:800;letter-spacing:-.02em}.reviews__grid{display:grid;gap:20px;grid-template-columns:1fr}@media screen and (min-width:750px){.reviews__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.reviews__grid{grid-template-columns:repeat(3,1fr)}}.review-card{border:1px solid var(--color-border);border-radius:var(--card-radius, 16px);padding:28px;display:flex;flex-direction:column;gap:14px;background:#fff;transition:box-shadow .3s var(--ease)}.review-card:hover{box-shadow:var(--shadow-md)}.review-card__stars{display:flex;gap:2px;color:var(--color-text)}.review-card__text{font-size:15px;line-height:1.65;color:var(--color-text)}.review-card__footer{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:8px}.review-card__avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background:#f0f0f0;flex-shrink:0}.review-card__avatar img{width:100%;height:100%;object-fit:cover}.avatar-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;letter-spacing:.01em}.avatar-initials--dark{background:var(--color-text);color:#fff}.avatar-initials--accent{background:var(--color-accent-bg);color:var(--color-accent)}.avatar-initials--grey{background:var(--color-border);color:var(--color-text)}.review-card__name{font-weight:700;font-size:14px}.review-card__meta{font-size:12px;color:var(--color-grey)}.faq__list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item{border:1px solid var(--color-border);border-radius:14px;overflow:hidden;background:#fff}.faq-item__question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:20px 22px;background:transparent;border:none;text-align:left;font-size:16px;font-weight:600;gap:16px}.faq-item__icon{flex-shrink:0;transition:transform .3s var(--ease)}.faq-item[data-open=true] .faq-item__icon{transform:rotate(180deg)}.faq-item__panel{max-height:0;overflow:hidden;transition:max-height .35s var(--ease)}.faq-item__panel-inner{padding:0 22px 20px;color:var(--color-grey);font-size:15px;line-height:1.65}.guarantee-section{background:#fafafa;border-radius:24px}.guarantee__grid{display:grid;gap:32px;grid-template-columns:1fr;text-align:center}@media screen and (min-width:750px){.guarantee__grid{grid-template-columns:repeat(3,1fr)}}.guarantee-item{display:flex;flex-direction:column;align-items:center;gap:14px}.guarantee-item__icon{width:64px;height:64px;border-radius:50%;background:#fff;box-shadow:var(--shadow-sm);color:var(--color-accent);display:flex;align-items:center;justify-content:center}.guarantee-item__title{font-weight:700;font-size:16px}.guarantee-item__text{color:var(--color-grey);font-size:14px;max-width:240px}.site-footer{border-top:1px solid var(--color-border);padding-top:64px;padding-bottom:32px}.footer__grid{display:grid;gap:40px;grid-template-columns:1fr;margin-bottom:48px}@media screen and (min-width:750px){.footer__grid{grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:32px}}.footer__brand{font-size:20px;font-weight:800;margin-bottom:12px;letter-spacing:-.02em}.footer__tagline{color:var(--color-grey);font-size:14px;line-height:1.6;max-width:280px}.footer__heading{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:18px}.footer__links{display:flex;flex-direction:column;gap:12px}.footer__links a{color:var(--color-grey);font-size:14px;transition:color .2s ease}.footer__links a:hover{color:var(--color-text)}.footer__newsletter-text{color:var(--color-grey);font-size:14px;margin-bottom:16px;line-height:1.6}.footer__newsletter-form{display:flex;gap:8px}.footer__newsletter-input{flex:1;height:48px;padding:0 16px;border:1px solid var(--color-border);border-radius:999px;min-width:0}.footer__newsletter-submit{width:48px;height:48px;border-radius:50%;background:var(--color-text);color:#fff;border:none;display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer__social{display:flex;gap:10px;margin-top:20px}.footer__bottom{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center;padding-top:32px;border-top:1px solid var(--color-border);color:var(--color-grey);font-size:13px}@media screen and (min-width:750px){.footer__bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer__payment-icons{display:flex;gap:8px;opacity:.6}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;visibility:hidden}.cart-drawer[data-open=true]{visibility:visible}.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1116;opacity:0;transition:opacity .3s var(--ease)}.cart-drawer[data-open=true] .cart-drawer__backdrop{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;width:min(420px,92vw);height:100%;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s var(--ease);box-shadow:var(--shadow-lg)}.cart-drawer[data-open=true] .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--color-border)}.cart-drawer__title{font-size:18px;font-weight:700}.cart-drawer__body{flex:1;overflow-y:auto;padding:16px 24px}.cart-drawer__empty{text-align:center;padding:64px 0;color:var(--color-grey)}.cart-drawer__footer{border-top:1px solid var(--color-border);padding:20px 24px 28px}.cart-drawer__subtotal-row{display:flex;justify-content:space-between;font-weight:700;font-size:16px;margin-bottom:6px}.cart-drawer__note{color:var(--color-grey);font-size:13px;margin-bottom:16px}.cart-line{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--color-border)}.cart-line__image{width:76px;height:76px;border-radius:12px;overflow:hidden;background:#f7f7f7;flex-shrink:0}.cart-line__image img{width:100%;height:100%;object-fit:cover}.cart-line__info{flex:1;min-width:0}.cart-line__title{font-weight:700;font-size:14px;margin-bottom:4px}.cart-line__variant{color:var(--color-grey);font-size:13px;margin-bottom:10px}.cart-line__row{display:flex;align-items:center;justify-content:space-between}.cart-line__qty{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:999px}.cart-line__qty button{width:30px;height:30px;background:none;border:none;display:flex;align-items:center;justify-content:center}.cart-line__qty span{min-width:24px;text-align:center;font-size:13px;font-weight:600}.cart-line__price{font-weight:700;font-size:14px}.cart-line__remove{color:var(--color-grey);font-size:12px;text-decoration:underline;margin-top:8px}.simple-page{padding:80px 0;text-align:center}.simple-page__title{font-size:32px;font-weight:800;margin-bottom:16px}.simple-page__text{color:var(--color-grey);margin-bottom:32px}.prose{max-width:720px;margin:0 auto;color:var(--color-text);line-height:1.75}.prose h2{font-size:22px;font-weight:700;margin:32px 0 12px}.prose p{margin-bottom:16px;color:var(--color-grey)}.search-form{display:flex;gap:10px;max-width:480px;margin:0 auto 48px}.search-form input{flex:1;height:52px;padding:0 20px;border:1px solid var(--color-border);border-radius:999px}.hidden{display:none!important}@media screen and (max-width:749px){.hide-mobile{display:none!important}}@media screen and (min-width:750px){.hide-desktop{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
