/* Spin Base · original storefront styles */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{margin:0;background:var(--bg);color:var(--fg);font:var(--body-weight,400) 18px/1.55 var(--body,Arial,sans-serif);overflow-wrap:anywhere}
body:has(dialog[open]){overflow:hidden}
h1,h2,h3,h4{font-family:var(--heading,Arial,sans-serif);font-weight:var(--heading-weight,700);line-height:1.13;letter-spacing:-.035em;margin:0 0 20px;text-wrap:balance}
h1{font-size:clamp(2.4rem,5vw,4.6rem)}h2{font-size:clamp(1.75rem,3vw,2.75rem)}h3{font-size:1.125rem}
p{margin:0 0 18px}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:5px}
button,input,select,textarea{font:inherit;color:inherit}button,a,input,summary,select,textarea{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button svg{pointer-events:none}
input,select,textarea{width:100%;background:var(--bg);border:1px solid var(--border);padding:12px 14px;border-radius:var(--radius);min-height:48px}
textarea{resize:vertical}input[type=checkbox],input[type=radio]{width:auto;min-height:auto;accent-color:var(--accent)}
input[type=number]{appearance:textfield}input[type=number]::-webkit-inner-spin-button{appearance:none}
img,svg,video,iframe,model-viewer{max-width:100%}img{display:block;height:auto}video{width:100%}model-viewer{width:100%;height:500px}
iframe{border:0}fieldset{border:0;margin:0;padding:0;min-width:0}legend{padding:0;margin:0 0 12px}summary{cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}
small{font-size:.8125rem;line-height:1.5}strong{font-weight:700}[hidden]{display:none!important}
:focus-visible{outline:2px solid var(--accent);outline-offset:5px}.sr-only{position:absolute!important;clip:rect(0,0,0,0);width:1px!important;height:1px!important;padding:0!important;border:0!important;overflow:hidden;white-space:nowrap}
.skip-link{position:fixed;top:8px;left:12px;z-index:1000;padding:14px;background:var(--bg);transform:translateY(-150%)}.skip-link:focus{transform:none}
.container{width:min(var(--page,1440px),100% - 96px);margin-inline:auto}.narrow{max-width:860px}.section-space{padding-block:72px}
.icon{width:22px;height:22px;flex-shrink:0;vertical-align:middle}.icon-button{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:46px;height:46px;min-width:46px;border:0;background:none;padding:10px;border-radius:var(--radius)}
.icon-button:hover{background:var(--surface);text-decoration:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:52px;padding:13px 26px;border:1px solid var(--accent);background:var(--accent);color:var(--on-accent);border-radius:var(--radius);font-size:1rem;font-weight:700;line-height:1.35;text-align:center;transition:filter .18s,transform .18s}
.button:hover{filter:brightness(.94);text-decoration:none}.button:active{transform:translateY(1px)}.button--outline{background:transparent;color:var(--fg);border-color:var(--border)}.button--small{min-height:44px;padding:8px 14px;font-size:.875rem}.full-width{width:100%}
.text-link{display:inline-flex;align-items:center;gap:12px;font-size:.9375rem;text-decoration:underline;text-underline-offset:5px}.text-link .icon{width:18px}.eyebrow{font-size:.8125rem;text-transform:uppercase;letter-spacing:.16em;line-height:1.6;font-weight:600;margin-bottom:16px}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}.section-heading h1,.section-heading h2{margin-bottom:0}.section-heading .eyebrow{margin-bottom:8px}.section-heading>.text-link{flex-shrink:0}
.empty-state{grid-column:1/-1;text-align:center;padding:64px 16px;min-height:240px}.empty-state h2{font-size:1.65rem}.empty-image{display:grid;place-items:center;background:var(--surface);color:var(--fg);font-size:.875rem;min-height:220px;height:100%;width:100%;padding:20px;text-align:center}
.announcement{background:var(--announcement-bg);color:var(--announcement-fg);padding:10px 24px;font-size:.875rem;text-align:center;line-height:1.4}.announcement p{margin:0}.announcement a{display:block}.announcement span{padding-left:20px}
.shopify-section-group-header-group:has(.site-header--sticky){position:sticky;top:0;z-index:30}.site-header{background:var(--bg);border-bottom:1px solid var(--border)}.header-row{display:flex;align-items:center;gap:36px;min-height:94px}.brand{font-family:var(--heading);font-weight:var(--heading-weight);font-size:1.8rem;letter-spacing:-.055em;line-height:1.1;text-decoration:none!important}.brand img{width:var(--logo-width);max-width:100%;height:auto}.header-row>.brand{max-width:250px;flex-shrink:0}.desktop-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:26px;flex:1;font-size:.9375rem;font-weight:600}.desktop-nav>a{padding:20px 0}.header-actions{display:flex;align-items:center;margin-left:auto;gap:3px}.bag-link{position:relative}.cart-count{position:absolute;top:1px;right:-1px;min-width:18px;height:18px;padding:0 4px;font-size:.75rem;background:var(--accent);color:var(--on-accent);border-radius:20px;line-height:18px;text-align:center}.mobile-only{display:none}
.nav-dropdown{position:relative}.nav-dropdown>summary{display:flex;align-items:center;gap:6px;padding:20px 0}.nav-dropdown>summary .icon{width:14px}.nav-dropdown__panel{position:absolute;top:100%;left:-24px;width:290px;max-height:70vh;overflow:auto;background:var(--bg);border:1px solid var(--border);box-shadow:0 14px 30px #0000000a;padding:16px 24px;z-index:35}.nav-dropdown__panel a{display:block;padding:10px 0}.nav-sub{padding-left:16px!important;font-weight:400;font-size:.9375rem}
.hero{position:relative;display:grid;grid-template-columns:43% 57%;background:var(--hero-bg);color:var(--hero-fg);min-height:610px;isolation:isolate}.hero__copy{padding:70px max(48px,calc((100vw - var(--page))/2));padding-right:40px;display:flex;flex-direction:column;align-items:start;justify-content:center;z-index:2}.hero h1{font-size:clamp(2.7rem,5.1vw,5.2rem);max-width:700px;letter-spacing:-.05em;margin-bottom:28px}.hero__description{max-width:440px;margin-bottom:18px}.hero__media{min-height:100%;position:relative;overflow:hidden}.hero__media picture{display:block;height:100%}.hero__media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.hero__button{background:var(--hero-fg);border-color:var(--hero-fg);color:var(--hero-bg)}.hero--cover{grid-template-columns:1fr;min-height:690px}.hero--cover .hero__copy{width:100%;padding-inline:max(48px,calc((100vw - var(--page))/2));max-width:900px}.hero--cover .hero__media{position:absolute;inset:0;z-index:0}.hero--cover .hero__media::after{content:"";position:absolute;inset:0;background:#000;opacity:var(--hero-overlay)}.hero--text{grid-template-columns:1fr;min-height:500px}.hero--text .hero__copy{max-width:1000px}.hero--text h1{max-width:100%}
.product-grid{display:grid;grid-template-columns:repeat(var(--columns,4),minmax(0,1fr));gap:36px 24px}.product-card{min-width:0}.product-card__image{display:block;position:relative;background:var(--surface);aspect-ratio:4/5;overflow:hidden}.ratio-square .product-card__image{aspect-ratio:1}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:opacity .25s,transform .4s}.contain-images .product-card__image img{object-fit:contain}.product-card__secondary{position:absolute;inset:0;opacity:0}.product-card__image:has(.product-card__secondary):hover .product-card__secondary{opacity:1}.product-card__image:has(.product-card__secondary):hover .product-card__primary{opacity:0}.product-card__image:hover img{transform:scale(1.025)}.badge{position:absolute;left:12px;top:12px;z-index:1;background:var(--bg);color:var(--fg);padding:5px 10px;font-size:.75rem;border-radius:2px}.product-card__info{padding-top:16px}.product-card__info .eyebrow{font-size:.75rem;margin-bottom:5px}.product-card h3{font-family:var(--body);font-weight:600;letter-spacing:0;margin:0 0 8px;font-size:1rem;line-height:1.45}.price{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px 12px;font-size:1rem;line-height:1.4}.price s{font-size:.875rem;opacity:.6}.price-prefix{font-size:.875rem}.price small{width:100%}.card-add{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 0;margin-top:12px;width:100%;border:0;border-top:1px solid var(--border);background:none;font-size:.875rem;text-align:left}.card-add .icon{width:18px;height:18px}
.collection-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:24px;margin-top:28px}.collection-tile{position:relative;min-height:380px;overflow:hidden;background:var(--surface);color:white;display:flex;align-items:end}.collection-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s}.collection-tile::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 30%,#0008)}.collection-tile>span{position:relative;z-index:1;width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;font:var(--heading-weight) clamp(1.5rem,2.5vw,2.5rem)/1.2 var(--heading);padding:30px}.collection-tile:hover img{transform:scale(1.03)}.collection-tile:hover{text-decoration:none}.collection-tile--plain{min-height:220px;color:var(--fg)}.collection-tile--plain::after{display:none}.image-text{display:grid;grid-template-columns:1fr 1fr;background:var(--surface)}.image-text:not(:has(.image-text__media)){grid-template-columns:1fr}.image-text__media img{width:100%;height:100%;object-fit:cover}.image-text__copy{padding:clamp(30px,5vw,80px);align-self:center}.image-text__copy h2{font-size:clamp(2rem,4vw,3.8rem)}.image-text--reverse .image-text__media{order:2}.rich-text{max-width:800px;margin:auto;text-align:center}.rich-text h2{font-size:clamp(2rem,4vw,3.5rem)}
.rte a{text-decoration:underline;text-underline-offset:4px}.rte img{max-width:100%;height:auto}.rte ul,.rte ol{padding-left:24px}.rte table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse}.rte td,.rte th{padding:12px;border:1px solid var(--border)}.rte iframe{max-width:100%;aspect-ratio:16/9}.rte>*:last-child{margin-bottom:0}.rte blockquote{border-left:3px solid var(--accent);padding-left:20px;margin-inline:0}.page-content{margin-top:32px}
.site-footer{background:var(--surface);padding:64px 0 24px;margin-top:24px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(1,minmax(140px,.7fr)) 1.2fr;gap:50px}.footer-grid:has(.footer-menu:nth-of-type(3)){grid-template-columns:1fr .6fr .6fr 1fr}.footer-grid:has(.footer-menu:nth-of-type(4)){grid-template-columns:1fr .6fr .6fr .6fr 1fr}.footer-brand .brand{display:inline-block;margin-bottom:22px}.footer-brand .rte{font-size:.9375rem}.footer-grid h2{font-family:var(--body);letter-spacing:0;font-size:1rem;line-height:1.4;margin-bottom:18px}.footer-menu a{display:block;font-size:.9375rem;margin:10px 0}.footer-newsletter>p{font-size:.9375rem}.social-links{display:flex;flex-wrap:wrap;gap:20px;font-size:.875rem;margin-top:20px}.newsletter-field{display:flex;align-items:center;border-bottom:1px solid var(--fg);margin-bottom:14px}.newsletter-field input{border:0;background:transparent;border-radius:0;padding-left:0}.newsletter-field .icon-button{flex-shrink:0}.footer-newsletter small a{text-decoration:underline}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;border-top:1px solid var(--border);margin-top:48px;padding-top:24px}.policy-links{display:flex;flex-wrap:wrap;gap:8px 16px;font-size:.8125rem;flex:1}.payment-icons{display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding:0;margin:0;list-style:none}.payment-icons svg{width:36px;height:24px}.localization form{display:flex;align-items:end;gap:20px;flex-wrap:wrap;margin-top:28px}.localization label{font-size:.875rem}.localization select{display:block;font-size:.875rem;max-width:300px;min-height:44px}.localization .button{min-height:44px}
dialog{color:var(--fg);background:var(--bg);border:0;padding:0;overscroll-behavior:contain}dialog::backdrop{background:#12191573;backdrop-filter:blur(2px)}.drawer{width:min(490px,100%);height:100dvh;max-height:100dvh;max-width:100%;margin:0 0 0 auto;padding:0 28px;border-left:1px solid var(--border)}.drawer[open]{display:flex;flex-direction:column}.drawer--left{margin:0 auto 0 0;border-left:0;border-right:1px solid var(--border)}.drawer-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0;border-bottom:1px solid var(--border);flex-shrink:0}.drawer-heading h2{font-size:1.5rem;margin:0}.drawer-heading h2 span{font-size:1rem}.drawer-scroll{flex:1;overflow:auto}.drawer-footer{border-top:1px solid var(--border);padding:20px 0 28px}.drawer-footer>.text-link{display:flex;justify-content:center;margin-top:16px}.drawer-footer .cart-totals{padding:0}.search-dialog{width:min(800px,calc(100% - 32px));max-width:800px;margin:80px auto auto;padding:10px 28px 32px;border-radius:var(--radius)}.search-dialog .drawer-heading{border:0}.search-form{display:flex;gap:12px}.search-form input{min-width:0;flex:1}.mobile-nav{padding-block:16px;flex:1;overflow:auto}.mobile-nav>a,.mobile-nav summary{display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-bottom:1px solid var(--border);font-size:1.15rem}.mobile-nav details div{padding:12px 0 16px}.mobile-nav details div a{display:block;padding:10px 8px}.drawer--left>.button{margin-bottom:28px}
.collection-heading{max-width:860px;margin-bottom:36px}.collection-heading .rte{max-width:720px}.collection-banner{height:320px;overflow:hidden;margin-bottom:32px}.collection-banner img{height:100%;width:100%;object-fit:cover}.filter-toolbar{display:flex;align-items:start;justify-content:space-between;gap:24px;border-block:1px solid var(--border);padding:18px 0;margin-bottom:20px}.filters{flex:1;min-width:0}.filters>summary{display:flex;align-items:center;gap:10px;min-height:48px;font-size:.9375rem}.filters>summary .icon:last-child{width:16px}.filter-panel{padding:24px 20px 24px 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px;max-width:100%}.filter-panel legend{font-size:1rem;font-weight:600}.checkbox-row{display:flex;gap:10px;align-items:center;min-height:36px;font-size:.875rem}.checkbox-row input{width:17px;height:17px;flex-shrink:0}.checkbox-row small{margin-left:auto}.checkbox-row:has(input:disabled){opacity:.5}.price-range{display:flex;gap:12px}.price-range label{font-size:.8125rem;flex:1}.price-range input{min-width:0;font-size:.875rem}.filter-panel>.button{align-self:end;justify-self:start}.sort{display:flex;align-items:center;gap:12px;font-size:.875rem;flex-shrink:0}.sort select{width:auto;max-width:230px;font-size:.875rem}.active-filters{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 24px}.active-filters a{background:var(--surface);padding:6px 12px;border-radius:var(--radius);font-size:.875rem}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:48px}.pagination a,.pagination span{min-width:44px;height:44px;display:grid;place-items:center;padding:8px}.pagination [aria-current=page]{background:var(--accent);color:var(--on-accent);border-radius:var(--radius)}.search-heading{max-width:760px;margin:0 auto 50px;text-align:center}.search-result{background:var(--surface);padding:24px}.search-result h2{font-size:1.5rem}.search-result p{font-size:1rem}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:12px;font-size:.8125rem;margin-bottom:32px}.breadcrumbs>span:last-child{opacity:.65}.product-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:72px;align-items:start}.product-gallery{display:flex;flex-direction:column;gap:18px;min-width:0}.product-media{background:var(--surface);order:1}.product-media--selected{order:0}.product-media img{width:100%;height:auto}.product-media iframe{aspect-ratio:16/9;width:100%}.product-info{position:sticky;top:125px}.product-info h1{font-size:clamp(2rem,3.5vw,3.25rem);margin-bottom:20px}.product-info>.price{font-size:1.6rem;margin-bottom:12px}.product-info>.price s{font-size:1.1rem}.product-tax{font-size:.8125rem;margin:0 0 8px}.variant-picker{display:grid;gap:22px;margin:30px 0}.variant-picker legend{font-size:.9375rem}.option-values{display:flex;gap:8px;flex-wrap:wrap}.option-values label{display:grid;place-items:center;padding:10px 16px;min-height:46px;min-width:48px;border:1px solid var(--border);border-radius:var(--radius);font-size:.9375rem;cursor:pointer}.option-input:checked+label{border-color:var(--fg);box-shadow:inset 0 0 0 1px var(--fg);background:var(--surface)}.option-values label.option-value--image{width:64px;height:64px;min-width:64px;min-height:64px;padding:3px;overflow:hidden}.option-value--image img{display:block;width:100%;height:100%;object-fit:cover;border-radius:max(0px,calc(var(--radius) - 4px))}.option-input:focus-visible+label{outline:2px solid var(--accent);outline-offset:3px}.option-unavailable{text-decoration:line-through;opacity:.65}.product-info[aria-busy=true]{opacity:.65}.product-section[aria-busy=true] .product-info{opacity:.6;pointer-events:none}.quantity-label{display:block;font-size:.875rem;margin:24px 0 8px}.purchase-row{display:flex;gap:14px;margin-bottom:24px}.quantity{display:flex;align-items:stretch;border:1px solid var(--border);border-radius:var(--radius);height:54px;width:138px;flex-shrink:0}.quantity button{display:grid;place-items:center;width:40px;min-width:40px;padding:8px;border:0;background:transparent}.quantity .icon{width:16px;height:16px}.quantity input{border:0;background:transparent;text-align:center;width:56px;min-width:0;padding:8px 2px;min-height:0}.purchase-row>.button{flex:1}.product-detail,.faq-list details{border-bottom:1px solid var(--border)}.product-detail>summary,.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 0;font-size:1rem;font-weight:600}.product-detail .rte,.faq-list .rte{padding-bottom:24px;font-size:1rem}.product-detail[open]>summary .icon,.faq-list details[open] summary .icon{transform:rotate(45deg)}.faq-list{margin-top:32px}
.form-error,.errors{color:#a41616;font-size:.9375rem;margin:12px 0}.success{background:var(--surface);border-left:3px solid var(--accent);padding:16px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;font-size:.9375rem}.field input,.field textarea,.field select{font-size:1rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-form{margin-top:36px}
.cart-layout{display:grid;grid-template-columns:1.6fr 1fr;align-items:start;gap:60px}.cart-item{display:flex;align-items:start;gap:22px;padding:24px 0;border-bottom:1px solid var(--border)}.cart-item:first-child{padding-top:0}.cart-item__image{display:block;width:100px;min-width:100px;background:var(--surface)}.cart-item__image img{width:100%;height:125px;object-fit:cover}.cart-item__info{flex:1;min-width:0}.cart-item__info h2{font-family:var(--body);letter-spacing:0;font-size:1.05rem;line-height:1.4;margin-bottom:6px}.cart-item__info p{font-size:.875rem;margin:6px 0}.cart-item__info .price{margin-top:10px}.cart-items{margin-bottom:24px}.cart-quantity-row{display:flex;gap:20px;align-items:center;margin-top:14px}.cart-quantity-row .quantity{height:46px;width:125px}.cart-quantity-row .quantity button{width:36px;min-width:36px}.cart-summary{background:var(--surface);padding:30px;position:sticky;top:124px}.cart-totals{padding:8px 0 16px}.total-row{display:flex;justify-content:space-between;gap:18px;font-size:1.15rem}.discount{font-size:.875rem}.cart-tax{font-size:.8125rem;opacity:.8}.drawer .cart-item:first-child{padding-top:24px}.drawer .cart-item__image{width:76px;min-width:76px}.drawer .cart-item__image img{height:95px}.drawer .cart-item{gap:16px}.drawer .cart-items{margin:0}.drawer .cart-item__info h2{font-size:.9375rem}
.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px 28px;margin-top:36px}.article-card img{aspect-ratio:4/3;object-fit:cover;width:100%;margin-bottom:22px}.article-card h2{font-size:1.7rem}.article-card p{font-size:1rem}.article-card .eyebrow{font-size:.8125rem}.article-cover{width:100%;margin-block:32px}.article-comments{border-top:1px solid var(--border);margin-top:60px;padding-top:40px}.comment{border-bottom:1px solid var(--border);padding:20px 0;margin-bottom:20px}.comment time{display:block;font-size:.8125rem}.password-page{padding-block:100px}.password-page>.brand{display:block;margin-bottom:90px}.password-page h1{font-size:3.5rem}.password-page .product-detail{margin-top:50px}.gift-card{text-align:center}.gift-balance{font-size:3.5rem;margin-top:35px}.gift-code{display:inline-block;padding:20px;background:var(--surface);letter-spacing:.12em;font-size:1.7rem}.gift-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-block:24px}
.hero__copy,.footer-grid>*{min-width:0}.hero h1{max-width:min(700px,100%);width:100%}.hero__media{min-width:0;width:100%}.hero__button{max-width:100%}.newsletter-field input{min-width:0}.header-actions,.product-card__info{min-width:0}
@media(min-width:1500px){.hero__copy{padding-left:max(48px,calc((100vw - var(--page))/2 + 48px))}}
@media(max-width:1100px){.container{width:calc(100% - 56px)}.header-row{gap:20px}.desktop-nav{gap:16px}.hero__copy{padding:48px 28px}.hero{min-height:520px}.hero h1{font-size:3.5rem}.product-layout{gap:36px}.footer-grid,.footer-grid:has(.footer-menu:nth-of-type(3)),.footer-grid:has(.footer-menu:nth-of-type(4)){grid-template-columns:1fr 1fr;gap:36px}.product-grid{gap:30px 18px}.sort{gap:8px}.sort>label{display:none}.cart-layout{gap:30px}}
@media(max-width:899px){.desktop-nav{display:none}.mobile-only{display:inline-flex}.header-row{min-height:76px;gap:12px}.header-row>.brand{margin-right:auto;max-width:230px}.header-actions{margin-left:0}.product-layout{grid-template-columns:1fr 1fr;gap:28px}.product-info{position:static}.product-info h1{font-size:2rem}.purchase-row{flex-wrap:wrap}.purchase-row>.button{flex-basis:100%}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero__copy{padding:40px 28px}.hero h1{font-size:3rem}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}
@media(max-width:749px){body{font-size:16px}.container{width:calc(100% - 36px)}.section-space{padding-block:44px}.section-heading{align-items:start;gap:16px;margin-bottom:24px}.section-heading h2{font-size:1.75rem}.section-heading .text-link{font-size:.8125rem;gap:7px;margin-top:5px}.section-heading .text-link .icon{width:16px}.eyebrow{font-size:.75rem;margin-bottom:12px}.header-row{gap:5px;min-height:72px}.header-row>.brand{font-size:1.5rem;max-width:calc(100% - 150px);flex-shrink:1}.header-row .brand img{max-width:140px;width:100%}.header-actions{gap:0}.icon-button{width:42px;height:44px;min-width:42px}.account-link{display:none}.announcement{font-size:.8125rem;padding:10px 18px}.hero{grid-template-columns:1fr;min-height:auto}.hero__copy{padding:40px 24px}.hero h1{font-size:clamp(2.6rem,11vw,3.5rem);margin-bottom:20px;max-width:100%}.hero__description{font-size:1rem;margin-bottom:14px;max-width:90%}.hero__media{min-height:360px;aspect-ratio:1.2}.hero--split .hero__media{order:2}.hero--cover{min-height:620px}.hero--cover .hero__copy{padding:48px 24px;align-self:end}.hero--cover .hero__media{aspect-ratio:auto;min-height:0}.hero--text .hero__copy{min-height:390px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}.product-card__info{padding-top:12px}.product-card h3{font-size:.875rem;margin-bottom:6px}.product-card .price{font-size:.9375rem;gap:4px 8px}.product-card .price s{font-size:.8125rem}.product-card .card-add{font-size:.8125rem;padding-top:10px;gap:4px}.badge{left:8px;top:8px;font-size:.75rem;padding:3px 7px}.collection-tiles{grid-template-columns:1fr 1fr;gap:12px}.collection-tile{min-height:250px}.collection-tile>span{padding:18px 14px;font-size:1.4rem;gap:12px}.collection-tile .icon{width:18px}.collection-tile--plain{min-height:175px}.image-text{grid-template-columns:1fr}.image-text__copy{padding:32px 24px}.image-text--reverse .image-text__media{order:0}.image-text__media img{max-height:550px}.site-footer{padding-top:42px}.footer-grid,.footer-grid:has(.footer-menu:nth-of-type(3)),.footer-grid:has(.footer-menu:nth-of-type(4)){grid-template-columns:1fr 1fr;gap:30px 24px}.footer-brand,.footer-newsletter{grid-column:1/-1}.footer-bottom{margin-top:32px;align-items:start;flex-direction:column;gap:16px}.footer-bottom .policy-links{font-size:.75rem}.localization form{gap:12px}.localization label{width:100%}.localization select{max-width:none}.filter-toolbar{flex-direction:column;gap:10px;padding-block:12px}.filters{width:100%}.filter-panel{grid-template-columns:1fr 1fr;padding-right:0;gap:24px 16px}.sort{width:100%;justify-content:space-between}.sort>label{display:block}.sort select{flex:1;min-width:0;max-width:none;font-size:.8125rem}.sort .button{padding-inline:10px}.collection-heading h1{font-size:2.5rem}.collection-heading{margin-bottom:28px}.collection-banner{height:220px}.search-form{gap:8px}.search-form .button{padding-inline:16px}.search-dialog{padding-inline:20px;margin-top:32px}.product-layout{grid-template-columns:1fr;gap:32px}.product-gallery{display:flex;flex-direction:row;scroll-snap-type:x mandatory;overflow-x:auto;gap:12px;scrollbar-width:thin;padding-bottom:12px}.product-media{min-width:100%;max-width:100%;scroll-snap-align:start;align-self:start}.product-media img{max-height:600px;object-fit:contain}.breadcrumbs{margin-bottom:22px;font-size:.75rem;gap:8px}.product-info h1{font-size:2.2rem}.purchase-row{flex-wrap:nowrap;gap:10px}.purchase-row>.button{flex-basis:auto;padding-inline:14px;font-size:.9375rem}.quantity{width:128px}.quantity button{width:36px;min-width:36px}.quantity input{width:54px}.form-grid{grid-template-columns:1fr;gap:0}.cart-item{gap:16px}.cart-item__image{width:80px;min-width:80px}.cart-item__image img{height:100px}.cart-summary{padding:24px}.cart-quantity-row{gap:14px}.cart-quantity-row .text-link{font-size:.8125rem}.drawer{padding-inline:20px}.drawer-heading{padding-block:16px}.blog-grid{grid-template-columns:1fr;gap:38px}.article-card h2{font-size:1.75rem}.article-cover{margin-block:24px}.empty-image{min-height:190px;font-size:.8125rem}.password-page{padding-block:60px}.password-page>.brand{margin-bottom:60px}.password-page h1{font-size:2.7rem}}
@media(max-width:379px){.header-actions .icon-button{width:38px;min-width:38px}.header-row>.brand{max-width:calc(100% - 135px)}.hero h1{font-size:2.5rem}.collection-tiles{grid-template-columns:1fr}.filter-panel{grid-template-columns:1fr}.sort{flex-wrap:wrap}.sort select{max-width:calc(100% - 70px)}.sort>label{width:100%}.purchase-row{flex-wrap:wrap}.purchase-row>.button{flex-basis:100%}.product-grid{gap:24px 10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
@media print{.site-header,.site-footer,.announcement,.gift-actions{display:none}.gift-card{padding:30px}.gift-code{border:1px solid #222}}
