:root{--page-width: 1350px;--bg: #FFFFFF;--surface: #F6F7F9;--text: #111318;--muted: #667085;--border: #E7E9EE;--accent: #E11D48;--accent-text: #FFFFFF;--success: #16834B;--radius: 14px;--shadow-sm: 0 8px 30px rgba(17,19,24,.07);--shadow-md: 0 16px 48px rgba(17,19,24,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}body.is-locked{overflow:hidden}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}button,input,select,textarea{font:inherit}button{color:inherit}:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 72%,#000);outline-offset:3px}.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-link{position:fixed;top:8px;left:8px;transform:translateY(-150%);padding:10px 14px;background:var(--text);color:#fff;z-index:1000;border-radius:8px}.skip-link:focus{transform:translateY(0)}.page-width{width:min(calc(100% - 40px),var(--page-width));margin-inline:auto}.page-width--narrow{max-width:980px}.section-spacing{padding:78px 0}.main-content{min-height:50vh}.eyebrow{margin:0 0 10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;font-size:.76rem;color:var(--accent)}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.08;letter-spacing:-.035em}h1{font-size:clamp(2.3rem,5vw,4.8rem)}h2{font-size:clamp(1.8rem,3.2vw,3.1rem)}h3{font-size:1.12rem}.rte>*:last-child{margin-bottom:0}.rte a{text-decoration:underline;text-underline-offset:3px}.placeholder-svg{width:100%;height:100%;background:var(--surface);color:#c9ced8}.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:calc(var(--radius) - 2px);padding:0 22px;font-weight:800;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;text-align:center}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.5;cursor:not-allowed;transform:none}.button--primary{background:var(--accent);color:var(--accent-text);box-shadow:0 10px 24px color-mix(in srgb,var(--accent) 28%,transparent)}.button--primary:hover{box-shadow:0 14px 30px color-mix(in srgb,var(--accent) 36%,transparent)}.button--secondary{border-color:var(--border);background:#fff;color:var(--text)}.button--secondary:hover{border-color:var(--text)}.button--text{padding-inline:6px;min-height:auto}.button--full{width:100%}.button--large{min-height:58px;font-size:1.02rem}.text-link{font-weight:800;text-decoration:underline;text-underline-offset:4px}.icon-button{width:44px;height:44px;display:inline-grid;place-items:center;background:transparent;border:0;cursor:pointer;border-radius:50%;position:relative}.icon-button:hover{background:var(--surface)}.icon-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 9px;border-radius:999px;font-size:.75rem;font-weight:850}.badge--sale{background:var(--accent);color:var(--accent-text)}.price--sale{color:var(--accent)}.section-heading{margin-bottom:32px;max-width:780px}.section-heading h1,.section-heading h2{margin-bottom:8px}.section-heading p:last-child{color:var(--muted);margin-bottom:0}.section-heading--split{display:flex;align-items:end;justify-content:space-between;gap:30px;max-width:none}.announcement-bar{background:var(--text);color:#fff;font-size:.85rem}.announcement-bar__inner{min-height:38px;display:flex;align-items:center;justify-content:center;gap:16px}.announcement-bar p{margin:0}.announcement-bar a{font-weight:800;text-decoration:underline;text-underline-offset:3px}.site-header{position:sticky;top:0;z-index:60;background:#fffffff0;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header__inner{min-height:76px;display:grid;grid-template-columns:auto auto minmax(240px,1fr) auto;gap:28px;align-items:center}.site-logo{font-size:1.45rem;font-weight:900;letter-spacing:-.045em;display:inline-flex;align-items:center;white-space:nowrap}.desktop-nav{display:flex;gap:22px;align-items:center;font-weight:700;font-size:.93rem}.desktop-nav a{position:relative;padding:26px 0}.desktop-nav a:after{content:"";position:absolute;height:2px;left:0;right:100%;bottom:18px;background:var(--accent);transition:right .2s ease}.desktop-nav a:hover:after,.desktop-nav a[aria-current=page]:after{right:0}.header-search{justify-self:end;width:min(100%,440px);height:46px;display:flex;align-items:center;background:var(--surface);border:1px solid transparent;border-radius:999px;overflow:hidden}.header-search:focus-within{border-color:var(--text);background:#fff}.header-search input{width:100%;border:0;outline:0;background:transparent;padding:0 18px}.header-search button{border:0;background:transparent;width:46px;height:46px;display:grid;place-items:center;cursor:pointer}.header-search svg{width:20px;fill:none;stroke:currentColor;stroke-width:2}.header-actions{display:flex;align-items:center}.cart-count{position:absolute;top:3px;right:1px;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:var(--accent);color:#fff;font-size:.69rem;display:grid;place-items:center;font-weight:800}.mobile-menu-toggle{display:none}.mobile-menu{border-top:1px solid var(--border);background:#fff}.mobile-menu__inner{padding-top:18px;padding-bottom:24px}.mobile-menu nav{display:grid}.mobile-menu nav a{padding:13px 2px;border-bottom:1px solid var(--border);font-weight:750}.mobile-search{display:flex;gap:8px;margin-bottom:16px}.mobile-search input{flex:1;min-width:0;border:1px solid var(--border);border-radius:10px;padding:12px}.mobile-search button{border:0;border-radius:10px;background:var(--text);color:#fff;padding:0 14px;font-weight:750}.hero-trend{padding-top:48px;background:linear-gradient(180deg,var(--surface),#fff 78%);overflow:hidden}.hero-trend__grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.hero-trend__content h1{margin-bottom:20px}.hero-trend__content h1 p{margin:0}.hero-trend__text{max-width:620px;font-size:1.1rem;color:var(--muted)}.hero-trend__text p{margin:0}.hero-trend__actions{display:flex;align-items:center;gap:18px;margin:30px 0;flex-wrap:wrap}.hero-proof{display:flex;gap:18px 24px;flex-wrap:wrap}.hero-proof__item{display:flex;gap:7px;align-items:center;font-weight:700;font-size:.88rem;color:var(--muted)}.hero-proof__icon{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:color-mix(in srgb,var(--success) 13%,white);color:var(--success);font-size:.72rem}.hero-image-card{position:relative;min-height:540px;background:#fff;border:1px solid var(--border);border-radius:calc(var(--radius) + 10px);overflow:hidden;box-shadow:var(--shadow-md)}.hero-image-card>img,.hero-image-card>svg{width:100%;height:100%;min-height:540px;object-fit:cover}.floating-pill{position:absolute;left:24px;bottom:24px;background:#fffffff0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:12px 16px;border-radius:999px;box-shadow:var(--shadow-sm);font-weight:850}.usp-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff}.usp-strip__grid{min-height:112px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.usp-item{display:flex;gap:12px;align-items:center;padding:20px;border-right:1px solid var(--border)}.usp-item:last-child{border-right:0}.usp-item__icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:12px;background:var(--surface)}.usp-item__icon svg{width:23px;height:23px;fill:none;stroke:var(--text);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.usp-item strong,.usp-item span{display:block}.usp-item strong{font-size:.92rem}.usp-item span{color:var(--muted);font-size:.79rem;margin-top:2px}.category-section{background:var(--surface)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{position:relative;min-width:0;background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}.category-card__media{aspect-ratio:4/3;overflow:hidden;background:#fff}.category-card__media img,.category-card__media svg{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.category-card:hover .category-card__media img{transform:scale(1.035)}.category-card__content{padding:18px}.category-card__content h3{margin-bottom:7px}.category-card__content span{font-size:.85rem;color:var(--muted);font-weight:750}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px 18px}.product-card{min-width:0}.product-card__media{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.product-card__media img,.product-card__media svg{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.product-card:hover .product-card__media img{transform:scale(1.035)}.product-card__media .badge{position:absolute;top:12px;left:12px;z-index:2}.product-card__content{padding:14px 3px 0}.product-card__vendor{font-size:.72rem;color:var(--muted);margin-bottom:5px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.product-card h3{margin:0 0 9px;font-size:1rem;letter-spacing:-.015em;min-height:2.16em}.product-card h3 a:hover{text-decoration:underline;text-underline-offset:3px}.product-card__price{display:flex;align-items:center;gap:8px;min-height:24px;margin-bottom:13px}.product-card__price .price{font-weight:900;font-size:1.03rem}.product-card__price s{color:var(--muted);font-size:.85rem}.quick-add-form{margin:0}.trust-panel{background:var(--text);color:#fff;border-radius:calc(var(--radius) + 8px);padding:54px;display:grid;grid-template-columns:1fr 1fr;gap:70px}.trust-panel .eyebrow{color:#fff;opacity:.68}.trust-panel__intro h2{margin-bottom:16px}.trust-panel__intro h2 p{margin:0}.trust-panel__intro>div{color:#c7ccd6;max-width:620px}.trust-panel__intro>div p{margin:0}.trust-panel__points{display:grid;gap:18px}.trust-point{display:flex;gap:13px}.trust-point>span{flex:0 0 28px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--text);font-weight:900}.trust-point p{margin:4px 0 0;color:#c7ccd6;font-size:.91rem}.newsletter-card{border:1px solid var(--border);border-radius:calc(var(--radius) + 8px);padding:48px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;background:linear-gradient(135deg,#fff,var(--surface))}.newsletter-card h2{margin-bottom:9px}.newsletter-card p:last-child{margin-bottom:0;color:var(--muted)}.newsletter-form{display:grid;grid-template-columns:1fr auto;gap:10px}.newsletter-form input{min-width:0;border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);padding:0 16px;background:#fff}.newsletter-form input:focus{outline:2px solid color-mix(in srgb,var(--accent) 25%,white);border-color:var(--accent)}.newsletter-form .form-success,.newsletter-form .form-error{grid-column:1/-1;margin:4px 0 0;font-size:.85rem}.form-success{color:var(--success)}.form-error{color:var(--accent)}.product-layout{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(380px,.82fr);gap:64px;align-items:start}.product-gallery{position:sticky;top:116px;min-width:0}.product-gallery__main{position:relative;aspect-ratio:1/1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.product-gallery__main>img,.product-gallery__main>svg{width:100%;height:100%;object-fit:contain}.product-sale-badge{position:absolute;top:18px;left:18px}.product-thumbs{display:flex;gap:10px;overflow:auto;padding-top:12px;scrollbar-width:thin}.product-thumb{flex:0 0 78px;width:78px;aspect-ratio:1;padding:0;border:1px solid var(--border);border-radius:10px;background:#fff;overflow:hidden;cursor:pointer}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-thumb.is-active{border-color:var(--text);box-shadow:0 0 0 1px var(--text)}.product-info h1{font-size:clamp(2rem,3.5vw,3.6rem);margin-bottom:16px}.product-vendor{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-weight:800;font-size:.76rem}.product-price-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:5px}.product-price{font-size:1.65rem;font-weight:950}.product-price-row s{color:var(--muted)}.price-note,.tax-note{color:var(--muted);font-size:.8rem}.real-rating{display:inline-flex;align-items:center;gap:6px;margin:14px 0 0;font-size:.9rem}.real-rating>span:first-child{color:#f4b400;font-size:1.05rem}.product-short-text{margin:22px 0 16px;color:#424854}.product-short-text p{margin:0}.product-availability{display:flex;align-items:center;gap:8px;font-size:.85rem;margin:14px 0 22px}.product-availability>span{width:9px;height:9px;border-radius:50%;background:#a0a7b4;box-shadow:0 0 0 4px #f0f1f3}.product-availability.is-available{color:var(--success)}.product-availability.is-available>span{background:var(--success);box-shadow:0 0 0 4px color-mix(in srgb,var(--success) 13%,white)}.product-availability.is-unavailable{color:var(--accent)}.product-availability.is-unavailable>span{background:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 13%,white)}.variant-options{display:grid;gap:20px;margin-bottom:22px}.variant-option{border:0;padding:0;margin:0}.variant-option legend{width:100%;margin-bottom:9px;font-size:.88rem}.variant-values{display:flex;flex-wrap:wrap;gap:8px}.variant-value{min-height:42px;padding:0 14px;background:#fff;border:1px solid var(--border);border-radius:10px;cursor:pointer;font-weight:700}.variant-value:hover{border-color:#a8adb6}.variant-value.is-selected{background:var(--text);border-color:var(--text);color:#fff}.quantity-and-buy{display:grid;grid-template-columns:116px 1fr;gap:10px}.quantity-control{height:58px;border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);display:grid;grid-template-columns:36px 1fr 36px;align-items:center;overflow:hidden}.quantity-control button{height:100%;border:0;background:#fff;cursor:pointer;font-size:1.2rem}.quantity-control input{width:100%;border:0;text-align:center;outline:0;-webkit-appearance:textfield;appearance:textfield;font-weight:800}.dynamic-checkout{margin-top:10px}shopify-accelerated-checkout{--shopify-accelerated-checkout-button-block-size: 52px;--shopify-accelerated-checkout-button-border-radius: calc(var(--radius) - 2px)}.product-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.product-trust-item{padding:12px;border-radius:10px;background:var(--surface);display:flex;gap:8px;align-items:flex-start;min-width:0}.product-trust-item>span{width:18px;height:18px;flex:0 0 18px;display:grid;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--success) 14%,white);color:var(--success);font-size:.7rem;font-weight:900}.product-trust-item strong,.product-trust-item small{display:block}.product-trust-item strong{font-size:.77rem}.product-trust-item small{color:var(--muted);font-size:.7rem;margin-top:2px}.product-app-block{grid-column:1/-1}.product-accordions{margin-top:26px;border-top:1px solid var(--border)}.product-accordions details{border-bottom:1px solid var(--border)}.product-accordions summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:15px;padding:18px 2px;font-weight:800}.product-accordions summary::-webkit-details-marker{display:none}.product-accordions details[open] summary span{transform:rotate(45deg)}.product-accordions summary span{transition:transform .2s ease}.product-accordions .rte{padding:0 2px 20px;color:#4e5561;font-size:.94rem}.sticky-buybar{display:none}.collection-hero{padding:34px;border-radius:var(--radius);background:var(--surface);display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;margin-bottom:28px}.collection-hero h1{font-size:clamp(2.2rem,4vw,4rem);margin-bottom:10px}.collection-description{color:var(--muted);max-width:760px}.collection-hero__image{width:180px;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#fff}.collection-hero__image img{width:100%;height:100%;object-fit:cover}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:0 0 26px}.collection-toolbar p{margin:0;color:var(--muted)}.sort-form{display:flex;align-items:center;gap:8px;font-size:.88rem}.sort-form select{border:1px solid var(--border);border-radius:10px;padding:9px 34px 9px 11px;background:#fff}.pagination{display:flex;justify-content:center;align-items:center;gap:28px;margin-top:48px}.pagination a{font-weight:800}.search-page__form{display:grid;grid-template-columns:1fr auto;gap:10px;max-width:720px;margin-bottom:32px}.search-page__form input{border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);padding:0 16px;min-height:50px}.search-count{color:var(--muted)}.cart-drawer-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;pointer-events:none;visibility:hidden}.cart-drawer-shell.is-open{pointer-events:auto;visibility:visible}.cart-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0c107a;opacity:0;transition:opacity .24s ease}.cart-drawer-shell.is-open .cart-overlay{opacity:1}.cart-drawer{position:absolute;top:0;right:0;width:min(450px,100%);height:100%;background:#fff;transform:translate(100%);transition:transform .28s ease;display:grid;grid-template-rows:auto 1fr auto;box-shadow:-20px 0 60px #00000026}.cart-drawer-shell.is-open .cart-drawer{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid var(--border)}.cart-drawer__header .eyebrow{margin-bottom:3px}.cart-drawer__header h2{font-size:1.6rem;margin:0}.cart-drawer__body{overflow:auto;padding:8px 24px}.cart-line{display:grid;grid-template-columns:92px 1fr;gap:14px;padding:16px 0;border-bottom:1px solid var(--border)}.cart-line__image{width:92px;height:92px;border-radius:10px;background:var(--surface);border:1px solid var(--border);overflow:hidden}.cart-line__image img{width:100%;height:100%;object-fit:contain}.cart-line__title{font-weight:800;line-height:1.25}.cart-line__content p{margin:4px 0;color:var(--muted);font-size:.8rem}.cart-line__content .cart-line__price{font-weight:850;color:var(--text)}.quantity-control--small{width:106px;height:34px;grid-template-columns:32px 1fr 32px;margin-top:8px}.quantity-control--small span{text-align:center;font-size:.83rem;font-weight:800}.cart-empty{text-align:center;padding:70px 10px}.cart-empty p{color:var(--muted)}.cart-drawer__footer{padding:20px 24px 24px;border-top:1px solid var(--border);background:#fff}.cart-total-row{display:flex;justify-content:space-between;font-size:1.05rem;margin-bottom:8px}.cart-drawer__footer>p{color:var(--muted);font-size:.78rem;margin-bottom:14px}.cart-page__lines{border-top:1px solid var(--border)}.cart-page-line{display:grid;grid-template-columns:130px 1fr auto;gap:22px;padding:22px 0;border-bottom:1px solid var(--border)}.cart-page-line__image{width:130px;height:130px;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--surface)}.cart-page-line__image img{width:100%;height:100%;object-fit:contain}.cart-page-line__content p{margin:6px 0;color:var(--muted);font-size:.88rem}.cart-page-line__content label{display:block;margin-top:10px;font-size:.75rem;font-weight:800}.cart-page-line__content input{width:74px;border:1px solid var(--border);border-radius:8px;padding:8px}.cart-page-line__total{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.cart-page-line__total a{color:var(--muted);font-size:.78rem;text-decoration:underline}.cart-page__summary{margin:30px 0 0 auto;max-width:520px;padding:26px;background:var(--surface);border-radius:var(--radius)}.cart-page__summary>div:first-child{display:flex;justify-content:space-between;font-size:1.12rem}.cart-page__summary>p{color:var(--muted);font-size:.83rem}.cart-page__buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.additional-checkout-buttons{margin-top:12px}.empty-state{text-align:center;max-width:660px;margin:50px auto}.empty-state p{color:var(--muted)}.site-footer{background:#0e1014;color:#fff;padding:64px 0 28px;margin-top:40px}.footer-top{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:50px;padding-bottom:54px}.site-logo--footer{margin-bottom:22px}.footer-brand h2{font-size:1.8rem;max-width:420px;margin-bottom:11px}.footer-brand p{color:#aab0bc;max-width:480px}.footer-menu h3{font-size:.87rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.footer-menu ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.footer-menu a{color:#b8bec9;font-size:.91rem}.footer-menu a:hover,.footer-policies a:hover{color:#fff}.footer-bottom{border-top:1px solid #292d35;padding-top:24px;display:flex;justify-content:space-between;gap:20px;color:#858c99;font-size:.76rem}.footer-bottom p{margin:0}.footer-policies{display:flex;gap:15px;flex-wrap:wrap;justify-content:flex-end}@media(max-width:1180px){.site-header__inner{grid-template-columns:auto 1fr auto;gap:16px}.desktop-nav{display:none}.header-search{width:min(100%,500px)}.mobile-menu-toggle{display:grid}.site-logo{justify-self:start}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(2,1fr)}.product-layout{gap:40px}.usp-strip__grid{grid-template-columns:repeat(2,1fr)}.usp-item:nth-child(2){border-right:0}.usp-item:nth-child(-n+2){border-bottom:1px solid var(--border)}.footer-top{grid-template-columns:1.5fr repeat(2,1fr)}}@media(max-width:820px){.page-width{width:min(calc(100% - 28px),var(--page-width))}.section-spacing{padding:54px 0}.announcement-bar__inner{min-height:36px;font-size:.76rem}.announcement-bar a{display:none}.site-header__inner{min-height:66px;grid-template-columns:auto 1fr auto;gap:8px}.header-search,.desktop-account{display:none}.site-logo{justify-self:center}.hero-trend{padding-top:28px}.hero-trend__grid{grid-template-columns:1fr;gap:30px}.hero-trend__content h1{font-size:clamp(2.35rem,11vw,4rem)}.hero-image-card,.hero-image-card>img,.hero-image-card>svg{min-height:390px}.hero-proof{gap:11px}.section-heading--split{align-items:start}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 10px}.product-card__content{padding-top:10px}.product-card h3{font-size:.91rem}.product-card__price .price{font-size:.96rem}.product-card .button{min-height:44px;padding:0 10px;font-size:.82rem}.trust-panel{padding:30px 22px;grid-template-columns:1fr;gap:32px}.newsletter-card{padding:30px 22px;grid-template-columns:1fr;gap:24px}.product-layout{grid-template-columns:1fr;gap:30px}.product-gallery{position:static}.product-info h1{font-size:2.3rem}.product-trust-grid{grid-template-columns:1fr}.sticky-buybar{position:fixed;bottom:0;left:0;right:0;z-index:55;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);transform:translateY(120%);transition:transform .25s ease}.sticky-buybar.is-visible{transform:translateY(0)}.sticky-buybar__info{min-width:0}.sticky-buybar__info strong,.sticky-buybar__info span{display:block}.sticky-buybar__info strong{max-width:48vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.74rem}.sticky-buybar__info span{font-size:.9rem;font-weight:900}.sticky-buybar .button{min-height:46px;padding-inline:15px}.collection-hero{padding:24px;grid-template-columns:1fr}.collection-hero__image{display:none}.footer-top{grid-template-columns:1fr 1fr;gap:36px 22px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}.footer-policies{justify-content:flex-start}}@media(max-width:560px){.usp-strip__grid{grid-template-columns:1fr 1fr}.usp-item{padding:14px 8px;gap:8px}.usp-item__icon{width:34px;height:34px;flex-basis:34px;border-radius:9px}.usp-item__icon svg{width:19px;height:19px}.usp-item strong{font-size:.75rem}.usp-item span{font-size:.66rem}.category-grid{gap:10px}.category-card__content{padding:12px}.category-card__content h3{font-size:.92rem}.section-heading--split{display:block}.section-heading--split .text-link{display:inline-block;margin-top:10px}.newsletter-form{grid-template-columns:1fr}.newsletter-form input{min-height:50px}.quantity-and-buy{grid-template-columns:104px 1fr}.quantity-control{grid-template-columns:32px 1fr 32px}.cart-page-line{grid-template-columns:84px 1fr;gap:12px}.cart-page-line__image{width:84px;height:84px}.cart-page-line__total{grid-column:2;align-items:flex-start}.cart-page__buttons,.footer-top{grid-template-columns:1fr}.footer-brand{grid-column:auto}}.collection-content{display:grid;grid-template-columns:250px minmax(0,1fr);gap:34px;align-items:start}.collection-content--no-filters{grid-template-columns:1fr}.collection-facets{position:sticky;top:100px}.facets-details{border:1px solid var(--border);border-radius:var(--radius);background:#fff;overflow:hidden}.facets-mobile-summary{display:none}.facets-panel{padding:18px}.facets-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.facets-heading strong{font-size:1.05rem}.facets-heading a,.facet-reset{color:var(--muted);text-decoration:underline;text-underline-offset:3px;font-size:.75rem}.facet-group{border-top:1px solid var(--border)}.facet-group>summary{list-style:none;display:flex;align-items:center;gap:8px;padding:15px 0;cursor:pointer;font-weight:800;font-size:.9rem}.facet-group>summary::-webkit-details-marker{display:none}.facet-group>summary span{flex:1}.facet-group>summary small{min-width:20px;height:20px;padding:0 5px;border-radius:999px;display:grid;place-items:center;background:var(--surface);font-size:.67rem}.facet-group>summary b{font-size:1rem;font-weight:500;transition:transform .2s ease}.facet-group[open]>summary b{transform:rotate(45deg)}.facet-group__body{padding:0 0 15px}.facet-reset{display:inline-block;margin-bottom:9px}.facet-values{display:grid;gap:8px;max-height:260px;overflow:auto;padding-right:3px}.facet-checkbox{display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:8px;cursor:pointer;font-size:.83rem}.facet-checkbox input{width:16px;height:16px;margin:0;accent-color:var(--accent)}.facet-checkbox small{color:var(--muted);font-size:.7rem}.facet-checkbox:has(input:disabled){opacity:.45;cursor:not-allowed}.facet-price{display:grid;grid-template-columns:1fr 1fr;gap:8px}.facet-price label span{display:block;color:var(--muted);font-size:.7rem;margin-bottom:4px}.facet-price input{width:100%;min-width:0;border:1px solid var(--border);border-radius:8px;padding:8px}.facets-apply{margin-top:14px;min-height:44px}.active-filters{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.active-filters a{padding:6px 8px;border-radius:999px;background:var(--surface);font-size:.7rem;font-weight:700}.collection-products{min-width:0}.collection-content .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:1180px){.collection-content{grid-template-columns:220px minmax(0,1fr);gap:24px}.collection-content .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.collection-content{grid-template-columns:1fr;gap:18px}.collection-facets{position:static}.facets-mobile-summary{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;list-style:none;cursor:pointer;font-weight:800}.facets-mobile-summary::-webkit-details-marker{display:none}.facets-mobile-summary span{transition:transform .2s ease}.facets-details[open]>.facets-mobile-summary span{transform:rotate(45deg)}.facets-panel{border-top:1px solid var(--border)}.collection-content .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.collection-content--no-filters .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1180px){.collection-content--no-filters .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:820px){.collection-content--no-filters .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 20px}.article-card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:#fff}.article-card__media{display:block;aspect-ratio:16/10;background:var(--surface);overflow:hidden}.article-card__media img,.article-card__media svg{width:100%;height:100%;object-fit:cover}.article-card__content{padding:20px}.article-card__content h2{font-size:1.35rem;margin-bottom:10px}.article-meta{color:var(--muted);font-size:.78rem;margin-bottom:8px}.article-excerpt{color:var(--muted);font-size:.9rem;margin-bottom:16px}.article-header{margin-bottom:32px}.article-header h1{font-size:clamp(2.4rem,5vw,4.6rem);margin-bottom:14px}.article-hero-image{border-radius:calc(var(--radius) + 4px);overflow:hidden;margin-bottom:36px}.article-hero-image img{width:100%;height:auto}.article-content{font-size:1.05rem}.article-content>*{max-width:760px;margin-left:auto;margin-right:auto}.article-content>img,.article-content>figure{max-width:100%}.article-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:32px}.article-tags span{background:var(--surface);border-radius:999px;padding:6px 10px;font-size:.76rem;font-weight:700}.article-back{margin-top:36px}.contact-form{display:grid;gap:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form label span,.password-form label span{display:block;margin-bottom:6px;font-size:.8rem;font-weight:800}.contact-form input,.contact-form textarea,.password-form input{width:100%;border:1px solid var(--border);border-radius:10px;background:#fff;padding:12px 14px;outline:0}.contact-form input:focus,.contact-form textarea:focus,.password-form input:focus{border-color:var(--text);box-shadow:0 0 0 3px color-mix(in srgb,var(--text) 8%,transparent)}.form-field-full{display:block}.form-status{padding:12px 14px;border-radius:10px;font-weight:700}.form-status--success{background:color-mix(in srgb,var(--success) 10%,white);color:var(--success)}.form-status--error{background:color-mix(in srgb,var(--accent) 10%,white);color:var(--accent)}.password-page{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at top,var(--surface),#fff 65%)}.password-card{width:min(100%,620px);padding:42px;border:1px solid var(--border);border-radius:calc(var(--radius) + 8px);background:#fff;box-shadow:var(--shadow-md)}.password-logo{margin-bottom:50px}.password-logo img{width:auto;max-height:56px}.password-card h1{font-size:clamp(2.4rem,7vw,4.2rem);margin-bottom:15px}.password-text,.password-message{color:var(--muted)}.password-login{margin-top:28px;border-top:1px solid var(--border);padding-top:18px}.password-login summary{cursor:pointer;font-weight:800}.password-form{margin-top:16px}.password-form__row{display:grid;grid-template-columns:1fr auto;gap:8px}@media(max-width:820px){.article-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.password-card{padding:28px}}@media(max-width:560px){.article-grid,.password-form__row{grid-template-columns:1fr}.password-form__row .button{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
