*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body.no-scroll{overflow:hidden}img,svg,video,model-viewer{display:block;max-width:100%}svg{width:1.2em;height:1.2em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{line-height:1.08;letter-spacing:-.035em}h1{font-size:clamp(2.1rem,4vw,4.7rem)}h2{font-size:clamp(1.65rem,2.8vw,3rem)}h3{font-size:1.05rem;letter-spacing:-.015em}.page-width{width:min(calc(100% - 40px),var(--page-width));margin:0 auto}.main-content{min-height:55vh}.section{padding:var(--section-space) 0}.section--compact{padding:calc(var(--section-space)*.68) 0}.muted{color:var(--muted)}.small{font-size:.84rem}.eyebrow{font-size:.72rem;line-height:1.2;font-weight:750;letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}.rte>*:last-child{margin-bottom:0}.rte a{text-decoration:underline;text-underline-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-link{position:fixed;z-index:9999;top:10px;left:10px;padding:10px 16px;background:var(--text);color:var(--bg);transform:translateY(-150%)}.skip-link:focus{transform:none}.placeholder-svg{width:100%;height:100%;background:var(--surface);color:#b9b9b4}.page-title{margin:.35rem 0 0;font-size:clamp(2.2rem,4vw,4.5rem)}:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 45%,transparent);outline-offset:3px}.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:48px;padding:12px 20px;border:1px solid var(--accent);border-radius:var(--button-radius);background:var(--accent);color:var(--accent-contrast);font-weight:720;line-height:1.1;transition:transform .16s ease,background .16s ease,border-color .16s ease}.button:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.button:active{transform:translateY(1px)}.button--secondary{background:transparent;color:var(--text);border-color:var(--border)}.button--secondary:hover{background:var(--surface);border-color:var(--text)}.button--light{background:#fff;color:#111;border-color:#fff}.button--full{width:100%}.button.is-loading{position:relative;color:transparent}.button.is-loading:after{content:"";position:absolute;width:18px;height:18px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .7s linear infinite;color:var(--accent-contrast)}@keyframes spin{to{transform:rotate(360deg)}}.text-link,.text-button{display:inline-flex;align-items:center;gap:.35rem;border:0;background:transparent;padding:0;color:var(--text);font-weight:680}.text-link:hover,.text-button:hover{text-decoration:underline;text-underline-offset:3px}.text-button--danger{color:#a4322c;font-size:.84rem}.icon-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:0;border-radius:999px;background:transparent}.icon-button:hover{background:var(--surface)}.icon-button svg{width:21px;height:21px}.announcement-bar{background:var(--text);color:var(--bg);font-size:.82rem}.announcement-bar .page-width{display:flex;align-items:center;justify-content:center;min-height:34px;text-align:center}.announcement-bar a{text-decoration:underline;text-underline-offset:2px}.site-header{position:relative;z-index:50;background:color-mix(in srgb,var(--bg) 96%,transparent);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header.is-sticky{position:sticky;top:0}.site-header__main{display:grid;grid-template-columns:auto minmax(120px,180px) minmax(260px,1fr) auto;gap:18px;align-items:center;min-height:78px}.site-header__brand{display:flex;align-items:center;min-width:0}.site-header__logo{width:min(var(--logo-width,150px),100%);max-width:var(--uc-logo-width,150px);height:auto}.site-header__wordmark{font-size:1.32rem;font-weight:820;letter-spacing:-.045em}.header-menu-button{width:auto;padding:0 12px;border:1px solid var(--border);border-radius:var(--button-radius);gap:8px}.header-menu-button__label{font-size:.9rem;font-weight:680}.header-search-shell{position:relative;display:block}.header-search-form{position:relative}.header-search-form__input{width:100%;height:48px;padding:0 54px 0 46px;border:1px solid var(--border);border-radius:999px;background:var(--surface);outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.header-search-form__input:focus{background:var(--bg);border-color:color-mix(in srgb,var(--accent) 45%,var(--border));box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 10%,transparent)}.header-search-form__icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--muted);z-index:2}.header-search-form__icon svg{width:19px;height:19px}.header-search-form__submit{position:absolute;right:5px;top:5px;width:38px;height:38px;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--accent);color:var(--accent-contrast)}.header-actions{display:flex;align-items:center;gap:5px}.header-action{width:58px;height:54px;display:flex;flex-direction:column;gap:2px;border-radius:10px}.header-action__label{font-size:.68rem;line-height:1;color:var(--muted)}.header-account-wrap{width:58px;height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.header-account-wrap shopify-account{--shopify-account-signed-in-avatar-size:28px;--shopify-account-color-text:var(--text)}.account-slot{display:flex;width:30px;height:30px;align-items:center;justify-content:center}.account-slot svg{width:21px;height:21px}.cart-count{position:absolute;top:2px;right:4px;min-width:18px;height:18px;padding:0 4px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:var(--accent);color:var(--accent-contrast);font-size:.66rem;font-weight:800}.site-header__nav-row{border-top:1px solid var(--border)}.desktop-nav{display:flex;align-items:center;gap:2px;min-height:42px}.desktop-nav__item{position:static}.desktop-nav__toplink{display:flex;align-items:center;gap:4px;padding:12px 14px;font-size:.88rem;font-weight:650;border-radius:6px}.desktop-nav__toplink:hover{background:var(--surface)}.desktop-nav__toplink svg{width:13px;height:13px;transform:rotate(90deg)}.mega-menu{position:absolute;left:0;right:0;top:100%;opacity:0;visibility:hidden;transform:translateY(-7px);background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);box-shadow:0 24px 40px #00000014;transition:.18s ease}.has-mega:hover .mega-menu,.has-mega:focus-within .mega-menu{opacity:1;visibility:visible;transform:none}.mega-menu__inner{display:grid;grid-template-columns:1fr 280px;gap:50px;padding-top:28px;padding-bottom:32px}.mega-menu__columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.mega-menu__column{min-width:0}.mega-menu__heading{display:inline-block;margin-bottom:10px;font-weight:780}.mega-menu__links{display:flex;flex-direction:column;gap:8px}.mega-menu__links a{font-size:.9rem;color:var(--muted)}.mega-menu__links a:hover{color:var(--text)}.mega-menu__feature{display:flex;flex-direction:column;gap:8px;padding:12px;background:var(--surface);border-radius:var(--radius)}.mega-menu__feature img{width:100%;aspect-ratio:1.6;object-fit:cover;border-radius:calc(var(--radius) - 4px)}.mega-menu__feature strong{font-size:1.05rem}.predictive-search-panel{position:absolute;z-index:70;left:0;right:0;top:calc(100% + 8px);max-height:min(70vh,640px);overflow:auto;background:var(--bg);border:1px solid var(--border);border-radius:14px;box-shadow:0 24px 70px #00000029;opacity:0;visibility:hidden;transform:translateY(-6px);transition:.16s ease}.header-search-shell.is-open .predictive-search-panel{opacity:1;visibility:visible;transform:none}.predictive-results__main{display:grid;grid-template-columns:minmax(180px,.65fr) 1.35fr}.predictive-results__suggestions{padding:20px;border-right:1px solid var(--border);background:var(--surface)}.predictive-results__products{padding:20px}.predictive-heading{margin-bottom:10px;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.predictive-group+.predictive-group{margin-top:22px}.predictive-text-link{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:7px 0;font-size:.9rem}.predictive-text-link svg{width:16px;height:16px;color:var(--muted)}.predictive-products{display:grid;grid-template-columns:1fr 1fr;gap:8px}.predictive-product{display:grid;grid-template-columns:64px 1fr;gap:10px;padding:7px;border-radius:9px}.predictive-product:hover{background:var(--surface)}.predictive-product__image{width:64px;height:64px;background:var(--surface);border-radius:7px;overflow:hidden}.predictive-product__image img{width:100%;height:100%;object-fit:contain}.predictive-product__meta{display:flex;flex-direction:column;justify-content:center;gap:2px;min-width:0}.predictive-product__meta strong{font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.predictive-product__meta>span:last-child{font-size:.8rem;color:var(--muted)}.predictive-results__secondary{display:flex;gap:16px;padding:10px 20px;border-top:1px solid var(--border);font-size:.84rem;color:var(--muted)}.predictive-results__all{display:block;padding:14px 20px;border-top:1px solid var(--border);font-weight:720;text-align:center}.predictive-loading{display:flex;gap:8px;justify-content:center;padding:34px}.predictive-loading span{width:8px;height:8px;background:var(--muted);border-radius:50%;animation:pulse 1s infinite alternate}.predictive-loading span:nth-child(2){animation-delay:.2s}.predictive-loading span:nth-child(3){animation-delay:.4s}@keyframes pulse{to{opacity:.2;transform:translateY(-3px)}}.drawer-layer{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;pointer-events:none;visibility:hidden}.drawer-layer.is-open{visibility:visible;pointer-events:auto}.drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;border:0;background:#0808086b;opacity:0;transition:opacity .2s ease}.drawer-layer.is-open .drawer-backdrop{opacity:1}.side-drawer{position:absolute;right:0;top:0;bottom:0;width:min(440px,92vw);display:flex;flex-direction:column;background:var(--bg);box-shadow:-24px 0 60px #00000026;transform:translate(102%);transition:transform .25s cubic-bezier(.2,.8,.2,1)}.side-drawer--left{left:0;right:auto;transform:translate(-102%);box-shadow:24px 0 60px #00000026}.drawer-layer.is-open .side-drawer{transform:none}.drawer-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;border-bottom:1px solid var(--border)}.drawer-header>div{display:flex;flex-direction:column;gap:4px}.drawer-header strong{font-size:1.18rem}.drawer-content{padding:20px 22px;overflow:auto;flex:1}.drawer-search-mobile{padding:14px 20px;border-bottom:1px solid var(--border)}.search-compact{position:relative}.search-compact svg{position:absolute;left:13px;top:50%;transform:translateY(-50%);width:18px}.search-compact input{width:100%;height:46px;padding:0 14px 0 42px;border:1px solid var(--border);border-radius:var(--input-radius);background:var(--surface)}.mobile-nav{padding:12px 18px 26px;overflow:auto}.mobile-nav__link,.mobile-nav__group>summary{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:0 4px;border-bottom:1px solid var(--border);font-weight:720;list-style:none}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary svg{width:16px;transform:rotate(90deg);transition:transform .15s}.mobile-nav details[open]>summary svg{transform:rotate(-90deg)}.mobile-nav__children,.mobile-nav__grandchildren{display:flex;flex-direction:column;padding:8px 0 10px 14px}.mobile-nav__children>a,.mobile-nav__children details>summary,.mobile-nav__grandchildren a{padding:10px 0;color:var(--muted)}.mobile-nav__all{font-weight:700;color:var(--text)!important}.hero{position:relative;min-height:470px;overflow:hidden;background:#222;color:#fff}.hero--small{min-height:360px}.hero--medium{min-height:470px}.hero--large{min-height:570px}.hero__media,.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img,.hero__media svg{width:100%;height:100%;object-fit:cover}.hero__overlay{background:#000}.hero__content-wrap{position:relative;z-index:2;display:flex;align-items:center;min-height:inherit}.hero__content{width:min(650px,100%);padding:60px 0}.hero__content--center{margin:auto;text-align:center}.hero__content--right{margin-left:auto;text-align:right}.hero__content .eyebrow{color:#ffffffb8}.hero__content h1{margin:.45rem 0 1rem}.hero__content .rte{font-size:1.08rem;color:#ffffffdb}.hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.hero .button--secondary{color:#fff;border-color:#ffffff73;background:#ffffff12}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:28px}.section-heading h2{margin:.3rem 0 0}.section-heading p{margin:.65rem 0 0;color:var(--muted)}.grid{display:grid;gap:18px}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.collection-card{position:relative;display:block;min-height:280px;overflow:hidden;border-radius:var(--radius);background:var(--surface);color:#fff}.collection-card img,.collection-card svg{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;transition:transform .35s ease}.collection-card:hover img{transform:scale(1.025)}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000a6,#0000000a 70%)}.collection-card__content{position:absolute;left:0;right:0;bottom:0;padding:22px}.collection-card__content h3{font-size:1.35rem;margin:0 0 4px}.collection-card__content p{margin:0;color:#ffffffc7}.promo-banner{position:relative;display:grid;align-items:center;min-height:300px;padding:clamp(28px,6vw,72px);overflow:hidden;border-radius:calc(var(--radius) + 4px);background:var(--text);color:var(--bg)}.promo-banner--image{min-height:390px;color:#fff}.promo-banner__media{position:absolute;top:0;right:0;bottom:0;left:0}.promo-banner__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000bf,#0000002e)}.promo-banner__media img{width:100%;height:100%;object-fit:cover}.promo-banner__content{position:relative;z-index:2;width:min(620px,100%)}.promo-banner__content h2{font-size:clamp(2rem,4vw,4rem);margin:.4rem 0 1rem}.promo-banner__content .eyebrow{color:currentColor;opacity:.65}.trust-bar-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface)}.trust-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.trust-item{display:flex;align-items:center;gap:12px;padding:22px 24px;border-right:1px solid var(--border)}.trust-item:first-child{padding-left:0}.trust-item:last-child{border-right:0}.trust-item__icon{display:flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:50%;background:var(--bg)}.trust-item__icon svg{width:19px}.trust-item>div:last-child{display:flex;flex-direction:column}.trust-item strong{font-size:.9rem}.trust-item span{font-size:.78rem;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 16px}.product-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}.product-card{min-width:0}.product-card__media-wrap{position:relative}.product-card__media{position:relative;display:block;overflow:hidden;background:var(--surface);border-radius:var(--radius)}.product-card__media.ratio--square{aspect-ratio:1}.product-card__media.ratio--portrait{aspect-ratio:.82}.product-card__media.ratio--natural{min-height:220px}.product-card__media img,.product-card__media svg{width:100%;height:100%;object-fit:contain;padding:4%;transition:transform .25s ease}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__badges{position:absolute;z-index:2;left:10px;top:10px;display:flex;flex-wrap:wrap;gap:5px}.badge{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border-radius:999px;background:var(--bg);color:var(--text);font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;box-shadow:0 2px 12px #00000012}.badge--dark{background:var(--text);color:var(--bg)}.badge--sale{background:var(--sale);color:#fff}.wishlist-button{position:absolute;z-index:4;top:9px;right:9px;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid color-mix(in srgb,var(--border) 60%,transparent);border-radius:50%;background:color-mix(in srgb,var(--bg) 92%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.wishlist-button svg{width:18px}.wishlist-button.is-active{background:var(--text);color:var(--bg);border-color:var(--text)}.wishlist-button.is-active svg{fill:currentColor}.product-card__quick{position:absolute;z-index:3;left:9px;right:9px;bottom:9px;opacity:0;transform:translateY(7px);transition:.18s ease}.product-card:hover .product-card__quick,.product-card:focus-within .product-card__quick{opacity:1;transform:none}.quick-add-form{margin:0}.quick-add-button{display:flex;width:100%;min-height:42px;align-items:center;justify-content:center;border:0;border-radius:calc(var(--button-radius) - 1px);background:var(--text);color:var(--bg);font-weight:720;font-size:.86rem}.product-card__info{padding:13px 3px 0}.product-card__vendor{margin-bottom:5px}.product-card__info h3{margin:0 0 6px;font-size:.96rem;line-height:1.28}.product-card__info h3 a:hover{text-decoration:underline;text-underline-offset:3px}.product-card__subtitle{margin-bottom:7px;color:var(--muted);font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.price{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}.price__current{font-weight:800}.price__compare{font-size:.86rem;color:var(--muted)}.price--sale .price__current{color:var(--sale)}.stock-line{display:flex;align-items:center;gap:6px;margin-top:7px;font-size:.75rem;color:var(--success)}.stock-line>span{width:7px;height:7px;border-radius:50%;background:currentColor}.stock-line--out{color:var(--muted)}.catalog-page{padding:28px 0 var(--section-space)}.breadcrumbs{padding-top:18px}.breadcrumbs ol{display:flex;gap:7px;align-items:center;list-style:none;margin:0;padding:0;font-size:.8rem;color:var(--muted);overflow:auto;white-space:nowrap}.catalog-header{display:grid;grid-template-columns:1.2fr .8fr;gap:34px;align-items:center;padding:30px 0 42px}.catalog-header__description{max-width:700px;color:var(--muted)}.catalog-header__image{justify-self:end;width:min(100%,420px);aspect-ratio:2;overflow:hidden;border-radius:var(--radius);background:var(--surface)}.catalog-header__image img{width:100%;height:100%;object-fit:cover}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:13px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:14px}.catalog-toolbar__left{display:flex;align-items:center;gap:14px}.filter-open-button{display:none;min-height:42px;padding:9px 14px}.sort-control{display:flex;align-items:center;gap:9px;font-size:.84rem;color:var(--muted)}.sort-control select{height:42px;padding:0 34px 0 12px;border:1px solid var(--border);border-radius:var(--input-radius);background:var(--bg);color:var(--text)}.active-filters{display:flex;gap:7px;flex-wrap:wrap;margin:0 0 18px}.active-filter{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:var(--surface);font-size:.78rem}.active-filter--clear{background:transparent;text-decoration:underline;text-underline-offset:2px}.catalog-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:34px}.catalog-layout--no-sidebar{grid-template-columns:1fr}.catalog-sidebar{align-self:start;position:sticky;top:145px}.facet{border-bottom:1px solid var(--border)}.facet>summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 0;font-weight:720;list-style:none}.facet>summary::-webkit-details-marker{display:none}.facet__summary-meta{display:flex;gap:7px;align-items:center;color:var(--muted);font-size:.78rem}.facet__summary-meta svg{width:14px;transform:rotate(90deg);transition:transform .15s}.facet[open] .facet__summary-meta svg{transform:rotate(-90deg)}.facet__body{padding:0 0 16px}.facet-list{display:flex;flex-direction:column;gap:8px;max-height:250px;overflow:auto}.facet-option{display:grid;grid-template-columns:18px 1fr auto;gap:9px;align-items:center;font-size:.86rem;cursor:pointer}.facet-option input{position:absolute;opacity:0}.facet-option__box{width:18px;height:18px;border:1px solid var(--border);border-radius:4px;background:var(--bg)}.facet-option input:checked+.facet-option__box{background:var(--accent);border-color:var(--accent);box-shadow:inset 0 0 0 4px var(--accent)}.facet-option input:checked+.facet-option__box:after{content:"\2713";display:grid;place-items:center;color:#fff;font-size:.68rem;line-height:16px}.facet-option__count{color:var(--muted);font-size:.75rem}.facet-option.is-disabled{opacity:.45;cursor:not-allowed}.price-facet{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:8px}.price-facet label{display:flex;flex-direction:column;gap:5px;font-size:.75rem;color:var(--muted)}.price-facet input{width:100%;height:40px;padding:0 9px;border:1px solid var(--border);border-radius:var(--input-radius);background:var(--bg)}.facets-apply{margin-top:16px}.catalog-results{min-width:0}.pagination{display:flex;justify-content:center;gap:7px;margin-top:42px}.pagination a,.pagination span{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;border:1px solid var(--border);border-radius:8px}.pagination .current{background:var(--text);color:var(--bg);border-color:var(--text)}.empty-state{display:flex;min-height:320px;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px;border:1px dashed var(--border);border-radius:var(--radius);background:var(--surface)}.empty-state--small{min-height:180px}.empty-state h2{margin-bottom:8px}.empty-state__icon{width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:var(--bg);margin-bottom:14px}.empty-state__icon svg{width:25px}.search-hero{padding:42px 0 34px}.search-hero h1{margin:.4rem 0 20px;font-size:clamp(2.1rem,4vw,4rem)}.search-page-form{position:relative;display:flex;gap:8px;max-width:900px}.search-page-form>svg{position:absolute;left:17px;top:50%;transform:translateY(-50%);width:20px;color:var(--muted)}.search-page-form input{flex:1;min-width:0;height:52px;padding:0 15px 0 48px;border:1px solid var(--border);border-radius:var(--input-radius);background:var(--surface)}.search-results-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 16px}.content-result-card{padding:22px;border:1px solid var(--border);border-radius:var(--radius)}.content-result-card h2{font-size:1.2rem;margin:.5rem 0 .7rem}.content-result-card p{color:var(--muted)}.product-main-v2{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(380px,.75fr);gap:clamp(36px,5vw,78px);align-items:start}.product-gallery-v2{display:grid;grid-template-columns:78px minmax(0,1fr);gap:14px;position:sticky;top:150px}.product-gallery-v2__thumbs{display:flex;flex-direction:column;gap:9px;max-height:650px;overflow:auto}.product-thumb{position:relative;width:70px;aspect-ratio:1;border:1px solid var(--border);border-radius:9px;padding:4px;background:var(--bg);overflow:hidden}.product-thumb.is-active{border-color:var(--text);box-shadow:0 0 0 1px var(--text)}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-thumb__type{position:absolute;left:4px;bottom:4px;padding:2px 4px;border-radius:4px;background:#000000b3;color:#fff;font-size:.55rem;text-transform:uppercase}.product-gallery-v2__stage{min-width:0}.product-media{position:relative;overflow:hidden;border-radius:var(--radius);background:var(--surface);min-height:520px;display:grid;place-items:center}.product-media.is-hidden{display:none}.product-media img,.product-media video,.product-media model-viewer{width:100%;height:auto;max-height:760px;object-fit:contain}.product-media__zoom{width:100%;height:100%;border:0;background:transparent;padding:4%;display:grid;place-items:center}.product-info-v2{min-width:0}.product-info-v2__topline{display:flex;align-items:center;justify-content:space-between;gap:15px}.product-info-v2 h1{font-size:clamp(2rem,3vw,3.5rem);margin:.55rem 0 .6rem}.product-subtitle{font-size:1rem;color:var(--muted);margin-bottom:20px}.product-price-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:4px 0 18px;border-bottom:1px solid var(--border)}.product-price-large{display:flex;align-items:baseline;gap:10px;font-size:1.55rem;font-weight:850}.product-price-large s{font-size:.95rem;font-weight:500;color:var(--muted)}.product-price-large.is-sale>span:first-child{color:var(--sale)}.product-save-button{display:flex;align-items:center;gap:7px;min-height:42px;padding:0 13px;border:1px solid var(--border);border-radius:999px;background:var(--bg);font-weight:650;font-size:.84rem}.product-save-button svg{width:18px}.product-save-button.is-active{background:var(--text);color:var(--bg);border-color:var(--text)}.product-save-button.is-active svg{fill:currentColor}.stock-box{padding:14px 0}.stock-status{display:flex;align-items:center;gap:8px;color:var(--success)}.stock-status>span{width:8px;height:8px;border-radius:50%;background:currentColor}.stock-status--out{color:var(--muted)}.stock-detail{display:block;margin:3px 0 0 16px;font-size:.8rem;color:var(--muted)}.key-features{padding:16px;background:var(--surface);border-radius:var(--radius);margin:5px 0 18px}.key-features ul{list-style:none;margin:10px 0 0;padding:0;display:grid;gap:8px}.key-features li{display:flex;align-items:flex-start;gap:8px;font-size:.9rem}.key-features li svg{width:17px;flex:0 0 17px;margin-top:2px;color:var(--success)}.variant-options{display:grid;gap:18px;margin:18px 0}.variant-group{border:0;padding:0;margin:0}.variant-group legend{display:flex;justify-content:space-between;width:100%;margin-bottom:9px;font-size:.88rem}.variant-group legend span{font-weight:750}.variant-group legend strong{font-weight:500;color:var(--muted)}.variant-values{display:flex;flex-wrap:wrap;gap:8px}.variant-value{min-height:42px;padding:8px 13px;border:1px solid var(--border);border-radius:var(--button-radius);background:var(--bg);font-size:.86rem}.variant-value:hover{border-color:var(--text)}.variant-value.is-selected{background:var(--text);color:var(--bg);border-color:var(--text)}.variant-value.is-unavailable{text-decoration:line-through;opacity:.4}.field-stack{display:flex;flex-direction:column;gap:7px;margin:16px 0;font-size:.86rem;font-weight:650}.field-stack select{height:46px;padding:0 12px;border:1px solid var(--border);border-radius:var(--input-radius);background:var(--bg)}.product-buy-row{display:grid;grid-template-columns:120px 1fr;gap:9px;margin-top:18px}.quantity-control{height:50px;display:grid;grid-template-columns:36px 1fr 36px;border:1px solid var(--border);border-radius:var(--button-radius);overflow:hidden;background:var(--bg)}.quantity-control button{border:0;background:transparent;font-size:1.2rem}.quantity-control input{width:100%;border:0;text-align:center;outline:none;-moz-appearance:textfield}.quantity-control input::-webkit-outer-spin-button,.quantity-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-control--small{height:34px;grid-template-columns:30px 28px 30px;border-radius:7px}.quantity-control--small button{font-size:1rem}.quantity-control--small span{display:grid;place-items:center;font-size:.8rem}.product-add-button{height:50px}.dynamic-checkout{margin-top:9px}.shopify-payment-button__button{border-radius:var(--button-radius)!important;min-height:48px!important}.purchase-confidence{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0}.purchase-confidence__item{display:flex;gap:9px;padding:11px;border:1px solid var(--border);border-radius:9px}.purchase-confidence__item>svg{width:18px;flex:0 0 18px}.purchase-confidence__item>span{display:flex;flex-direction:column}.purchase-confidence__item strong{font-size:.78rem}.purchase-confidence__item small{font-size:.7rem;color:var(--muted)}.vipps-ready{display:flex;flex-direction:column;gap:2px;padding:12px 14px;margin:12px 0;border-radius:9px;background:var(--surface);font-size:.8rem}.vipps-ready strong{font-size:.82rem}.vipps-ready span{color:var(--muted)}.accordion{border-top:1px solid var(--border)}.accordion:last-child{border-bottom:1px solid var(--border)}.accordion>summary{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:17px 0;list-style:none;font-weight:720}.accordion>summary::-webkit-details-marker{display:none}.accordion>summary svg{width:14px;transform:rotate(90deg);transition:.15s}.accordion[open]>summary svg{transform:rotate(-90deg)}.accordion__content{padding:0 0 20px;color:var(--muted)}.spec-table{margin:0}.spec-table>div{display:grid;grid-template-columns:minmax(110px,.7fr) 1.3fr;gap:20px;padding:10px 0;border-bottom:1px solid var(--border)}.spec-table dt{font-weight:700;color:var(--text)}.spec-table dd{margin:0;text-align:right}.mobile-buy-bar{display:none}.media-dialog{width:min(92vw,1200px);height:min(92vh,900px);padding:48px 20px 20px;border:0;border-radius:14px;background:var(--bg)}.media-dialog::backdrop{background:#000000b8}.media-dialog img{width:100%;height:100%;object-fit:contain}.media-dialog__close{position:absolute;right:12px;top:12px;width:38px;height:38px;border:1px solid var(--border);border-radius:50%;background:var(--bg);display:grid;place-items:center}.product-recommendations:empty{display:none}.cart-page__layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:50px}.cart-lines{min-width:0}.cart-line{display:grid;grid-template-columns:120px minmax(0,1fr) 110px 110px;gap:18px;align-items:center;padding:18px 0;border-top:1px solid var(--border)}.cart-line:last-of-type{border-bottom:1px solid var(--border)}.cart-line__image{width:120px;aspect-ratio:1;border-radius:10px;background:var(--surface);overflow:hidden}.cart-line__image img{width:100%;height:100%;object-fit:contain}.cart-line__meta h2{font-size:1rem;margin:.35rem 0}.cart-line__meta p{margin-bottom:.35rem}.cart-line__quantity label{display:block;font-size:.72rem;color:var(--muted);margin-bottom:5px}.cart-line__quantity input{width:80px;height:42px;border:1px solid var(--border);border-radius:var(--input-radius);text-align:center}.cart-line__price{text-align:right;display:flex;flex-direction:column}.cart-line__price s{color:var(--muted);font-size:.8rem}.cart-note{display:flex;flex-direction:column;gap:7px;margin:22px 0}.cart-note label{font-size:.86rem;font-weight:700}.cart-note textarea{padding:12px;border:1px solid var(--border);border-radius:var(--input-radius);resize:vertical}.cart-summary{position:sticky;top:150px;align-self:start;padding:24px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.cart-summary h2{font-size:1.35rem}.cart-summary__row{display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-bottom:1px solid var(--border)}.cart-summary__total{font-size:1.1rem;margin-bottom:12px}.cart-summary .button{margin-top:10px}.cart-summary__trust{display:grid;gap:8px;margin-top:18px}.cart-summary__trust>div{display:flex;align-items:center;gap:8px;font-size:.78rem;color:var(--muted)}.cart-summary__trust svg{width:17px}.additional-checkout-buttons{margin-top:8px}.cart-drawer__items{flex:1;overflow:auto;padding:4px 20px}.cart-drawer-item{display:grid;grid-template-columns:86px 1fr;gap:13px;padding:16px 0;border-bottom:1px solid var(--border)}.cart-drawer-item__image{width:86px;height:86px;border-radius:9px;background:var(--surface);overflow:hidden}.cart-drawer-item__image img{width:100%;height:100%;object-fit:contain}.cart-drawer-item__info{min-width:0}.cart-drawer-item__title{display:block;font-weight:720;font-size:.9rem;line-height:1.3;margin:2px 0}.cart-drawer-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:9px 0 3px}.cart-drawer__footer{padding:18px 20px 22px;border-top:1px solid var(--border);background:var(--bg)}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;font-size:1rem;margin:11px 0 2px}.cart-message{display:flex;align-items:center;gap:9px;padding:10px;border-radius:8px;background:var(--surface);font-size:.78rem}.cart-message svg{width:17px}.payment-note{margin:10px 0 0;font-size:.72rem;color:var(--muted);text-align:center}.cart-drawer__empty{margin:20px;flex:1}.wishlist-list{display:grid;gap:14px}.wishlist-item{display:grid;grid-template-columns:82px 1fr;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--border)}.wishlist-item__image{width:82px;height:82px;border-radius:9px;background:var(--surface);overflow:hidden}.wishlist-item__image img{width:100%;height:100%;object-fit:contain}.wishlist-item__meta{display:flex;flex-direction:column;gap:4px}.wishlist-item__meta strong{font-size:.9rem}.wishlist-item__meta>span{font-size:.84rem}.wishlist-item__meta>div{display:flex;gap:12px;margin-top:4px;font-size:.78rem}.image-with-text{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.image-with-text__media{overflow:hidden;border-radius:var(--radius);background:var(--surface)}.image-with-text__media img,.image-with-text__media svg{width:100%;height:auto;min-height:420px;object-fit:cover}.image-with-text__content h2{margin:.45rem 0 1rem}.multicolumn-grid{display:grid;gap:16px}.multicolumn-item{padding:22px;border:1px solid var(--border);border-radius:var(--radius)}.newsletter-section{padding:var(--section-space) 0}.newsletter-box{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center;padding:clamp(28px,5vw,55px);border-radius:var(--radius);background:var(--surface)}.newsletter-form{display:flex;gap:8px}.newsletter-form input{min-width:0;flex:1;height:48px;padding:0 13px;border:1px solid var(--border);border-radius:var(--input-radius);background:var(--bg)}.newsletter-form--stack{flex-direction:column}.site-footer{padding:56px 0 26px;background:#121212;color:#f6f6f2}.footer-grid-v2{display:grid;grid-template-columns:1.35fr repeat(3,minmax(120px,.65fr)) 1fr;gap:36px;padding-bottom:42px}.footer-brand{display:inline-block;font-size:1.25rem;font-weight:820;letter-spacing:-.04em;margin-bottom:14px}.footer-about{max-width:360px;color:#aaa}.footer-contact-lines{display:flex;flex-direction:column;gap:5px;margin-top:16px;color:#aaa;font-size:.84rem}.footer-column{display:flex;flex-direction:column;gap:8px}.footer-column h3{font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;color:#aaa;margin:0 0 6px}.footer-column a{font-size:.88rem;color:#eee}.footer-column a:hover{color:#fff;text-decoration:underline}.footer-signup p{font-size:.83rem;color:#aaa}.footer-signup input{background:#202020;border-color:#363636;color:#fff}.footer-bottom-v2{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:20px;border-top:1px solid #303030;color:#999;font-size:.76rem}.footer-bottom-v2>div:first-child{display:flex;gap:14px;flex-wrap:wrap}.footer-payment{display:flex;gap:5px;flex-wrap:wrap}.footer-payment svg{width:auto;height:24px;stroke:none}.toast-region{position:fixed;z-index:200;right:20px;bottom:20px;display:grid;gap:8px}.toast{min-width:220px;max-width:360px;padding:13px 16px;border-radius:9px;background:var(--text);color:var(--bg);box-shadow:0 12px 30px #0003;opacity:0;transform:translateY(8px);transition:.2s ease;font-size:.88rem;font-weight:650}.toast.is-visible{opacity:1;transform:none}.toast--error{background:#8f2e29;color:#fff}.rich-text{text-align:center;max-width:760px;margin:auto}.rich-text h2{margin:.4rem 0 1rem}.article-layout,.page-content,.contact-layout,.blog-layout{max-width:900px;margin:0 auto}.article-meta{color:var(--muted)}@media(max-width:1180px){.site-header__main{grid-template-columns:auto minmax(110px,150px) 1fr auto}.header-action__label{display:none}.header-action,.header-account-wrap{width:42px}.mega-menu__inner{grid-template-columns:1fr 230px}.mega-menu__columns{grid-template-columns:repeat(3,1fr)}.product-grid--5{grid-template-columns:repeat(4,1fr)}.footer-grid-v2{grid-template-columns:1.2fr repeat(3,.7fr)}.footer-signup{grid-column:1/-1;max-width:500px}}@media(max-width:990px){.page-width{width:min(calc(100% - 28px),var(--page-width))}.site-header__main{grid-template-columns:auto 1fr auto;min-height:66px;gap:10px}.site-header__brand{justify-self:center}.site-header__logo{max-width:var(--uc-mobile-logo-width,120px)}.header-menu-button{width:42px;padding:0}.header-menu-button__label{display:none}.header-search-shell{grid-column:1/-1;grid-row:2;margin-bottom:10px}.site-header__nav-row,.mega-menu{display:none}.header-account-wrap{display:flex}.predictive-results__main{grid-template-columns:1fr}.predictive-results__suggestions{display:none}.predictive-products{grid-template-columns:1fr 1fr}.catalog-header{grid-template-columns:1fr;padding-bottom:28px}.catalog-header__image{display:none}.catalog-layout{grid-template-columns:1fr}.catalog-sidebar{display:none}.filter-open-button{display:inline-flex}.product-grid,.product-grid--4,.product-grid--5,.search-results-grid{grid-template-columns:repeat(3,1fr)}.product-main-v2{grid-template-columns:1fr;gap:32px}.product-gallery-v2{position:relative;top:auto;grid-template-columns:1fr}.product-gallery-v2__thumbs{order:2;flex-direction:row;max-height:none;overflow:auto}.product-thumb{flex:0 0 64px;width:64px}.product-media{min-height:420px}.product-info-v2{max-width:720px}.cart-page__layout{grid-template-columns:1fr}.cart-summary{position:static}.trust-bar{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--border)}.image-with-text{grid-template-columns:1fr;gap:25px}.newsletter-box{grid-template-columns:1fr}.footer-grid-v2{grid-template-columns:1.4fr repeat(3,1fr)}.footer-signup{grid-column:1/-1}}@media(max-width:720px){body{font-size:15px}.page-width{width:min(calc(100% - 22px),var(--page-width))}.site-header__main{min-height:60px}.site-header__logo{max-width:var(--uc-mobile-logo-width,110px)}.header-actions{gap:0}.header-account-wrap,.header-action{width:36px}.header-search-form__input{height:44px;font-size:.9rem}.header-search-form__submit{width:34px;height:34px}.predictive-search-panel{position:fixed;left:8px;right:8px;top:116px;max-height:70vh}.predictive-products{grid-template-columns:1fr}.hero{min-height:430px}.hero--large{min-height:480px}.hero__content{padding:44px 0}.hero__content h1{font-size:clamp(2.2rem,12vw,3.5rem)}.hero__actions{flex-direction:column;align-items:stretch}.hero__actions .button{width:100%}.section-heading{align-items:flex-start}.section-heading>.text-link{display:none}.grid--3,.grid--4,.collection-grid-mobile-1{grid-template-columns:1fr 1fr}.collection-card{min-height:210px}.collection-card__content{padding:15px}.collection-card__content h3{font-size:1.05rem}.product-grid,.product-grid--3,.product-grid--4,.product-grid--5,.search-results-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 10px}.product-grid--scroll-mobile{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:8px;margin-right:-11px}.product-grid--scroll-mobile>.product-card{flex:0 0 68vw;scroll-snap-align:start}.product-card__media img,.product-card__media svg{padding:6%}.product-card__quick{display:none}.product-card__info{padding-top:9px}.product-card__info h3{font-size:.88rem}.product-card__subtitle{display:none}.wishlist-button{width:34px;height:34px}.catalog-toolbar{position:sticky;z-index:25;top:105px;background:var(--bg);margin-left:-11px;margin-right:-11px;padding-left:11px;padding-right:11px}.sort-control>span{display:none}.sort-control select{max-width:150px}.catalog-header{padding-top:20px}.product-gallery-v2__stage{margin-left:-11px;margin-right:-11px}.product-media{border-radius:0;min-height:340px}.product-info-v2 h1{font-size:2rem}.purchase-confidence{grid-template-columns:1fr}.product-buy-row{grid-template-columns:100px 1fr}.mobile-buy-bar{position:fixed;z-index:45;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px max(12px,env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom));background:color-mix(in srgb,var(--bg) 96%,transparent);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-buy-bar>div{min-width:0;display:flex;flex-direction:column}.mobile-buy-bar>div span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50vw}.mobile-buy-bar .button{min-height:44px;padding:10px 18px}.template-product body,.template-product{padding-bottom:65px}.spec-table>div{grid-template-columns:1fr;gap:2px}.spec-table dd{text-align:left}.cart-line{grid-template-columns:84px 1fr auto;gap:10px}.cart-line__image{width:84px}.cart-line__quantity{grid-column:2}.cart-line__price{grid-column:3;grid-row:1;text-align:right}.cart-summary{padding:18px}.trust-bar{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--border)!important;padding:17px 0}.trust-item:last-child{border-bottom:0!important}.footer-grid-v2{grid-template-columns:1fr 1fr;gap:30px}.footer-intro,.footer-signup{grid-column:1/-1}.footer-bottom-v2{align-items:flex-start;flex-direction:column}.newsletter-form{flex-direction:column}.toast-region{left:12px;right:12px;bottom:78px}.toast{max-width:none}.promo-banner{padding:28px 22px;min-height:290px}.promo-banner--image{min-height:340px}.filter-drawer__footer{position:sticky;bottom:0;display:grid;grid-template-columns:1fr 1.5fr;gap:8px;padding:14px 0 2px;background:var(--bg)}}@media(max-width:420px){.page-width{width:min(calc(100% - 18px),var(--page-width))}.grid--2,.grid--3,.grid--4,.collection-grid-mobile-1{grid-template-columns:1fr 1fr}.header-search-shell{margin-left:-1px;margin-right:-1px}.product-grid,.product-grid--3,.product-grid--4,.product-grid--5,.search-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card__vendor{font-size:.62rem}.product-card__info h3{font-size:.82rem}.price{font-size:.86rem}.stock-line{font-size:.68rem}.cart-line{grid-template-columns:72px 1fr}.cart-line__image{width:72px}.cart-line__price{grid-column:2;grid-row:auto;text-align:left}.cart-line__quantity{grid-column:2}.footer-grid-v2{grid-template-columns:1fr 1fr}.media-dialog{width:100vw;height:100vh;max-width:none;max-height:none;border-radius:0}}.breadcrumbs{display:flex;align-items:center;gap:7px;font-size:.8rem;color:var(--muted);overflow:auto;white-space:nowrap}.breadcrumbs a:hover{color:var(--text)}.image-text{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,5vw,70px);align-items:center}.image-text--reverse .image-text__media{order:2}.image-text__media{overflow:hidden;border-radius:var(--radius);background:var(--surface)}.image-text__media img,.image-text__media svg{width:100%;min-height:420px;height:100%;object-fit:cover}.image-text__content h2{margin:.4rem 0 1rem}.rich-text__actions{margin-top:22px}.multicolumn__item{padding:22px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg)}.multicolumn__icon{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:var(--surface);margin-bottom:16px}.multicolumn__icon svg{width:19px;color:var(--success)}.multicolumn__item h3{margin-bottom:7px}.multicolumn__item p{margin-bottom:0;color:var(--muted)}.newsletter{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center;padding:clamp(28px,5vw,55px);border-radius:var(--radius);background:var(--surface)}.newsletter h2{margin:.35rem 0 .7rem}.form-message{margin:12px 0;padding:11px 13px;border-radius:8px;font-size:.85rem}.form-message--success{background:#e8f6ef;color:#12623e}.form-message--error{background:#fbeceb;color:#8f2e29}.page-content{max-width:920px}.page-content>h1{margin:.4rem 0 1.5rem}.contact-form{display:grid;gap:16px;margin-top:30px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field-label{display:block;margin-bottom:6px;font-size:.84rem;font-weight:720}.text-input,.textarea{width:100%;border:1px solid var(--border);border-radius:var(--input-radius);background:var(--bg);padding:12px}.text-input{height:48px}.textarea{min-height:150px;resize:vertical}.standard-header{padding-bottom:30px}.blog-card{display:flex;flex-direction:column}.blog-card__image{display:block;aspect-ratio:1.5;border-radius:var(--radius);overflow:hidden;background:var(--surface);margin-bottom:16px}.blog-card__image img{width:100%;height:100%;object-fit:cover}.blog-card h2{font-size:1.25rem;margin:.45rem 0 .65rem}.blog-card p{color:var(--muted)}.article{max-width:980px}.article__header{max-width:800px;margin:0 auto 34px;text-align:center}.article__header h1{margin:.5rem 0 1rem}.article__image{overflow:hidden;border-radius:var(--radius);margin-bottom:40px}.article__image img{width:100%;height:auto}.article__content{max-width:760px;margin:0 auto;font-size:1.04rem}.article__content img{height:auto;border-radius:8px}.article__content h2,.article__content h3{margin-top:2em}@media(max-width:720px){.image-text{grid-template-columns:1fr}.image-text--reverse .image-text__media{order:0}.image-text__media img,.image-text__media svg{min-height:300px}.newsletter,.field-grid{grid-template-columns:1fr}.article__content{font-size:1rem}}.product-card__quick--split{display:grid;grid-template-columns:1fr 1fr;gap:6px}.quick-add-form{min-width:0}.quick-add-button--secondary{background:color-mix(in srgb,var(--bg) 94%,transparent);color:var(--text);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.quick-add-button--secondary:hover{background:var(--bg)}.quick-view-dialog{width:min(920px,92vw);max-height:min(760px,90vh);padding:0;border:0;border-radius:16px;background:var(--bg);box-shadow:0 30px 90px #00000038;overflow:visible}.quick-view-dialog::backdrop{background:#00000080}.quick-view-dialog__close{position:absolute;z-index:3;right:12px;top:12px;background:var(--bg);border:1px solid var(--border);box-shadow:0 5px 20px #00000014}.quick-view{display:grid;grid-template-columns:1fr 1fr;max-height:min(760px,90vh);overflow:auto}.quick-view__media{min-height:480px;background:var(--surface);display:grid;place-items:center;border-radius:16px 0 0 16px;overflow:hidden}.quick-view__media img,.quick-view__media svg,.quick-view__media video{width:100%;height:100%;max-height:720px;object-fit:contain;padding:5%}.quick-view__info{padding:46px 34px 34px}.quick-view__info h2{font-size:clamp(1.7rem,3vw,2.6rem);margin:.4rem 0 .8rem}.quick-view-form{margin-top:22px}.quick-view__full-link{margin-top:18px}.quick-view-loading{min-height:380px;display:flex;align-items:center;justify-content:center;gap:8px}.quick-view-loading span{width:9px;height:9px;border-radius:50%;background:var(--muted);animation:pulse 1s infinite alternate}.quick-view-loading span:nth-child(2){animation-delay:.2s}.quick-view-loading span:nth-child(3){animation-delay:.4s}@media(max-width:720px){.quick-view-dialog{width:calc(100vw - 18px);max-height:92vh}.quick-view{grid-template-columns:1fr}.quick-view__media{min-height:280px;max-height:360px;border-radius:16px 16px 0 0}.quick-view__info{padding:26px 20px 24px}.product-card__quick{display:none}}.password-page{min-height:100vh;display:grid;place-items:center;background:#121212;color:#f6f6f2}.password-shell{width:min(calc(100% - 32px),620px);padding:42px;border:1px solid #303030;border-radius:16px;background:#191919;text-align:center}.password-shell h1{margin:.5rem 0 1rem}.gift-card{width:min(calc(100% - 32px),620px);margin:60px auto;text-align:center}.gift-card__card{margin-top:24px;padding:32px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.gift-card__code{margin:22px auto 14px;padding:12px;border:1px dashed var(--border);border-radius:8px;background:var(--bg);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em}.gift-card__qr{display:inline-block;margin:10px auto 20px}.gift-card__qr img{margin:auto}@media(max-width:600px){.password-shell{padding:30px 20px}.gift-card{margin:30px auto}.gift-card__card{padding:24px 18px}}.footer-bottom-v2__actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-wrap:wrap}.localization-form{display:flex;gap:8px;flex-wrap:wrap}.localization-form select{min-height:38px;border:1px solid color-mix(in srgb,var(--border) 50%,transparent);background:transparent;color:inherit;border-radius:var(--input-radius);padding:0 32px 0 10px}.site-footer .localization-form option{color:#161616;background:#fff}@media(max-width:749px){.footer-bottom-v2__actions{justify-content:flex-start}.localization-form{width:100%}.localization-form label{flex:1}.localization-form select{width:100%}}.header-account-wrap{border-radius:10px;transition:background .15s ease,box-shadow .15s ease}.header-account-wrap:hover{background:var(--surface)}.header-account-wrap:focus-within{box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}.account-help__wrap{max-width:1120px}.account-help__intro{max-width:720px;margin-bottom:32px}.account-help__intro h1{margin:.35rem 0 .7rem;font-size:clamp(2rem,5vw,3.2rem);letter-spacing:-.045em;line-height:1.03}.account-help__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.account-help-card{position:relative;display:grid;grid-template-columns:48px 1fr 24px;gap:16px;align-items:start;padding:22px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.account-help-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--accent) 28%,var(--border));box-shadow:0 12px 28px #0000000e}.account-help-card__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:var(--surface);color:var(--text)}.account-help-card__icon svg{width:23px;height:23px}.account-help-card h2{font-size:1.05rem;margin:1px 0 5px}.account-help-card p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.5}.account-help-card__arrow{align-self:center;color:var(--muted)}.account-help-card__arrow svg{width:18px;height:18px}.account-help__note{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:24px;padding:22px 24px;border-radius:var(--radius);background:var(--surface)}.account-help__note p{margin:.35rem 0 0}.account-help__note .button{flex:0 0 auto}@media(max-width:720px){.account-help__grid{grid-template-columns:1fr}.account-help-card{grid-template-columns:42px 1fr 18px;padding:18px;gap:13px}.account-help-card__icon{width:42px;height:42px;border-radius:10px}.account-help__note{align-items:flex-start;flex-direction:column}.account-help__note .button{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/base.css.map */
