*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--body-font);font-size:calc(16px * var(--body-scale));line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.is-locked{overflow:hidden}img,svg,video,model-viewer{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}p,ul,ol{margin-top:0}h1,h2,h3,h4,h5,h6{margin:0 0 .65em;font-family:var(--heading-font);font-weight:600;line-height:1.08;letter-spacing:-.025em}h1{font-size:clamp(2.15rem,5vw,4.6rem)}h2{font-size:clamp(1.75rem,3.2vw,3.25rem)}h3{font-size:clamp(1.15rem,2vw,1.55rem)}.rte h2{margin-top:1.7em;font-size:clamp(1.4rem,2.2vw,2rem)}.rte h3{margin-top:1.5em;font-size:clamp(1.15rem,1.8vw,1.5rem)}.rte a{text-decoration:underline;text-underline-offset:.18em}.rte img{margin:1.5rem auto}.rte table{width:100%;border-collapse:collapse}.rte td,.rte th{padding:.7rem;border:1px solid var(--color-border)}.page-width{width:min(calc(100% - 2rem),var(--page-width));margin-inline:auto}.section{padding-block:var(--section-space)}.section--tight{padding-block:calc(var(--section-space)*.65)}.section-header{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;margin-bottom:2rem}.section-header__copy{max-width:48rem}.section-header__eyebrow,.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:700;color:var(--color-muted);margin-bottom:.75rem}.section-header__title{margin:0}.section-header__text{margin:.8rem 0 0;color:var(--color-muted);max-width:44rem}.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;left:1rem;top:1rem;transform:translateY(-200%);background:var(--color-text);color:var(--color-bg);padding:.75rem 1rem;border-radius:var(--radius)}.skip-link:focus{transform:none}.focus-none{outline:none}*:focus-visible{outline:2px solid var(--color-text);outline-offset:3px}.no-js .js-only{display:none!important}.text-link{display:inline-flex;align-items:center;gap:.35rem;text-decoration:underline;text-underline-offset:.2em;font-weight:600}.muted{color:var(--color-muted)}.badge{display:inline-flex;align-items:center;min-height:1.6rem;padding:.2rem .55rem;background:var(--color-text);color:var(--color-bg);border-radius:999px;font-size:.68rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.badge--sale{background:var(--color-accent);color:var(--color-accent-text)}.badge--new{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.button{-webkit-appearance:none;appearance:none;display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:.5rem;border:1px solid transparent;border-radius:var(--radius);padding:.78rem 1.2rem;font-weight:700;letter-spacing:.01em;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.45;cursor:not-allowed;transform:none}.button--primary{background:var(--color-text);color:var(--color-bg)}.button--primary:hover{background:var(--color-accent);color:var(--color-accent-text)}.button--secondary{background:transparent;color:var(--color-text);border-color:var(--color-border)}.button--secondary:hover{border-color:var(--color-text)}.button--accent{background:var(--color-accent);color:var(--color-accent-text)}.button--full{width:100%}.button--small{min-height:40px;padding:.55rem .8rem;font-size:.87rem}.icon-button{-webkit-appearance:none;appearance:none;border:0;background:transparent;display:inline-grid;place-items:center;width:44px;height:44px;border-radius:999px;position:relative}.icon-button:hover{background:var(--color-surface)}.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.announcement-bar{background:var(--color-text);color:var(--color-bg);font-size:.78rem}.announcement-bar__inner{min-height:34px;display:flex;align-items:center;justify-content:center;text-align:center;padding:.35rem 1rem}.announcement-bar__inner a{text-decoration:underline;text-underline-offset:.2em}.site-header{position:relative;z-index:50;background:var(--color-bg);background:color-mix(in srgb,var(--color-bg) 96%,transparent);border-bottom:1px solid var(--color-border)}.site-header.is-sticky{position:sticky;top:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;min-height:78px}.site-header__logo{display:inline-flex;align-items:center;min-width:120px}.site-header__logo img{width:auto;max-height:48px}.site-header__logo-text{font-family:var(--heading-font);font-size:1.35rem;font-weight:700;letter-spacing:-.03em}.site-header__nav{justify-self:center}.nav-list{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:1.6rem}.nav-item{position:static}.nav-link{display:flex;align-items:center;min-height:78px;font-size:.9rem;font-weight:650;white-space:nowrap}.nav-link:hover{color:var(--color-accent)}.mega-menu{position:absolute;left:0;right:0;top:100%;visibility:hidden;opacity:0;transform:translateY(6px);transition:opacity .16s ease,transform .16s ease,visibility .16s;background:var(--color-bg);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);box-shadow:0 20px 40px #0000000f}.nav-item:hover .mega-menu,.nav-item:focus-within .mega-menu{visibility:visible;opacity:1;transform:none}.mega-menu__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,.34fr);gap:2.5rem;padding-block:2rem}.mega-menu__links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.mega-menu__group-title{display:block;font-weight:750;margin-bottom:.7rem}.mega-menu__sublist{list-style:none;padding:0;margin:0}.mega-menu__sublist a{display:block;padding:.28rem 0;color:var(--color-muted);font-size:.88rem}.mega-menu__sublist a:hover{color:var(--color-text)}.mega-menu__promos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.menu-promo{position:relative;overflow:hidden;border-radius:var(--radius);min-height:180px;background:var(--color-surface)}.menu-promo img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.menu-promo__overlay{position:absolute;inset:auto 0 0;padding:1rem;background:linear-gradient(transparent,#00000094);color:#fff}.menu-promo__title{font-weight:700}.site-header__actions{display:flex;align-items:center;justify-content:flex-end}.cart-count{position:absolute;right:2px;top:2px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--color-accent);color:var(--color-accent-text);font-size:.64rem;font-weight:800}.mobile-nav-trigger,.mobile-nav{display:none}.search-dialog{width:min(760px,calc(100% - 1.5rem));max-height:min(80vh,760px);border:1px solid var(--color-border);border-radius:calc(var(--radius)*1.2);padding:0;background:var(--color-bg);color:var(--color-text);box-shadow:0 30px 90px #0003}.search-dialog::backdrop{background:#0f0d0a6b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.search-dialog__header{display:grid;grid-template-columns:1fr auto;gap:.8rem;padding:1rem;border-bottom:1px solid var(--color-border)}.search-form{position:relative}.search-form input{width:100%;height:48px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);padding:0 3rem 0 1rem}.search-form button{position:absolute;right:.2rem;top:.2rem}.predictive-search{padding:1rem;overflow:auto;max-height:60vh}.predictive-search__heading{font-size:.76rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-muted);margin:1rem 0 .6rem}.predictive-search__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.predictive-card{display:grid;grid-template-columns:70px 1fr;gap:.7rem;align-items:center}.predictive-card img{width:70px;aspect-ratio:1/1.2;object-fit:cover;border-radius:calc(var(--radius)*.7);background:var(--color-surface)}.predictive-card__title{font-size:.86rem;font-weight:650;line-height:1.25}.predictive-search__links{display:flex;flex-wrap:wrap;gap:.5rem}.predictive-search__links a{padding:.45rem .65rem;border:1px solid var(--color-border);border-radius:999px;font-size:.84rem}.hero{position:relative;overflow:hidden;background:var(--color-surface)}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--hero-overlay,.2))}.hero__content{position:relative;z-index:2;display:flex;min-height:var(--hero-height,640px);align-items:var(--hero-y,center);justify-content:var(--hero-x,flex-start);padding-block:3rem;color:var(--hero-text,var(--color-text))}.hero__panel{max-width:680px}.hero__panel .eyebrow{color:inherit;opacity:.8}.hero__title{max-width:13ch}.hero__text{font-size:clamp(1rem,1.4vw,1.2rem);max-width:52ch;margin:1rem 0 1.6rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.7rem}.hero--no-image .hero__content{background:var(--color-surface);color:var(--color-text)}.category-grid{display:grid;grid-template-columns:repeat(var(--columns,4),minmax(0,1fr));gap:1rem}.category-card{position:relative;overflow:hidden;border-radius:var(--radius);background:var(--color-surface);aspect-ratio:var(--ratio,3/4)}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.6,.2,1)}.category-card:hover img{transform:scale(1.035)}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 45%,#00000094)}.category-card__content{position:absolute;left:0;right:0;bottom:0;padding:1.2rem;color:#fff}.category-card__title{font-size:clamp(1.05rem,1.5vw,1.35rem);margin:0}.category-card__subtitle{font-size:.82rem;opacity:.85;margin:.25rem 0 0}.placeholder-svg{width:100%;height:100%;background:var(--color-surface);color:var(--color-muted)}.product-grid{display:grid;grid-template-columns:repeat(var(--grid-columns,4),minmax(0,1fr));gap:clamp(.8rem,1.4vw,1.35rem)}.product-card{min-width:0}.product-card__media{position:relative;display:block;overflow:hidden;border-radius:var(--radius);background:var(--color-surface);aspect-ratio:var(--card-ratio,3/4)}.product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .28s ease,transform .45s cubic-bezier(.2,.6,.2,1)}.product-card__image--secondary{opacity:0}.product-card__media:hover .product-card__image--primary:has(+.product-card__image--secondary){opacity:0}.product-card__media:hover .product-card__image--secondary{opacity:1;transform:scale(1.015)}.product-card__badges{position:absolute;z-index:2;left:.65rem;top:.65rem;display:flex;flex-wrap:wrap;gap:.35rem}.product-card__content{padding:.8rem .1rem 0}.product-card__vendor{font-size:.7rem;text-transform:uppercase;letter-spacing:.11em;color:var(--color-muted);margin-bottom:.25rem}.product-card__title{font-family:var(--body-font);font-size:.94rem;font-weight:650;line-height:1.35;margin:0 0 .35rem;letter-spacing:0}.product-card__title a:hover{text-decoration:underline;text-underline-offset:.18em}.price{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;font-size:.92rem;font-weight:700}.price__compare{color:var(--color-muted);font-weight:500}.price__from{font-weight:700}.quick-add{margin-top:.7rem}.quick-add .button{width:100%}.collection-hero{padding-top:calc(var(--section-space)*.75);padding-bottom:1.25rem}.collection-hero__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.5rem;align-items:end}.collection-hero h1{font-size:clamp(2.2rem,4.5vw,4rem);margin:0}.collection-hero__count{color:var(--color-muted);font-size:.9rem}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.collection-toolbar__left{display:flex;align-items:center;gap:1rem}.sort-form{display:flex;align-items:center;gap:.6rem}.sort-form label{font-size:.82rem;color:var(--color-muted)}.sort-form select{height:42px;border:1px solid var(--color-border);background:var(--color-bg);border-radius:var(--radius);padding:0 2.2rem 0 .8rem}.collection-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:2rem;align-items:start}.facets{position:sticky;top:100px}.facets__summary{display:flex;justify-content:space-between;align-items:center;font-weight:750;list-style:none;padding:.75rem 0}.facets__summary::-webkit-details-marker,.facet-group summary::-webkit-details-marker{display:none}.facets__count{display:grid;place-items:center;min-width:22px;height:22px;padding:0 5px;border-radius:999px;background:var(--color-text);color:var(--color-bg);font-size:.7rem}.facet-group{border-top:1px solid var(--color-border)}.facet-group:last-of-type{border-bottom:1px solid var(--color-border)}.facet-group summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer;padding:1rem 0;font-size:.88rem;font-weight:700;list-style:none}.facet-group[open] summary span[aria-hidden]{transform:rotate(45deg)}.facet-group__body{padding:0 0 1rem}.facet-list{list-style:none;padding:0;margin:0;display:grid;gap:.45rem}.facet-checkbox{display:grid;grid-template-columns:auto 1fr auto;gap:.6rem;align-items:center;font-size:.86rem}.facet-checkbox input{width:17px;height:17px;accent-color:var(--color-text)}.facet-checkbox small{color:var(--color-muted)}.facet-checkbox.is-disabled{opacity:.42}.price-range{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.price-range label span{display:block;font-size:.72rem;color:var(--color-muted);margin-bottom:.25rem}.price-range input{width:100%;height:42px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);padding:0 .6rem}.facets__actions{display:flex;align-items:center;gap:1rem;margin-top:1rem}.collection-products{min-width:0}.collection-products .product-grid{--grid-columns:3}.collection-seo{max-width:860px;margin-inline:auto}.collection-seo details{border-top:1px solid var(--color-border);padding:1rem 0}.collection-seo summary{cursor:pointer;font-weight:700;list-style:none}.collection-seo summary::-webkit-details-marker{display:none}.active-filters{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1rem}.active-filter{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .65rem;border:1px solid var(--color-border);border-radius:999px;font-size:.78rem;background:var(--color-surface)}.product-main{padding-block:clamp(1.2rem,3vw,3rem)}.product-shell{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(340px,.72fr);gap:clamp(2rem,4vw,5rem);align-items:start}.product-gallery{min-width:0}.product-gallery__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.product-media{position:relative;overflow:hidden;border-radius:var(--radius);background:var(--color-surface);aspect-ratio:3/4}.product-media:first-child{grid-column:1/-1;aspect-ratio:1/1.15}.product-media img,.product-media video,.product-media model-viewer{width:100%;height:100%;object-fit:cover}.product-info{position:sticky;top:110px}.product-info__vendor{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-muted);margin-bottom:.5rem}.product-info__title{font-size:clamp(2rem,3vw,3.25rem);margin-bottom:.7rem}.product-info__sku{font-size:.76rem;color:var(--color-muted);margin-top:.4rem}.product-info__block{margin-bottom:1.25rem}.product-info .price{font-size:1.2rem}.variant-picker{display:grid;gap:1rem}.variant-option__label{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-weight:700;font-size:.84rem;margin-bottom:.55rem}.variant-values{display:flex;flex-wrap:wrap;gap:.5rem}.variant-value{position:relative}.variant-value input{position:absolute;opacity:0;pointer-events:none}.variant-value label{display:grid;place-items:center;min-width:44px;min-height:42px;padding:.45rem .75rem;border:1px solid var(--color-border);border-radius:999px;background:var(--color-bg);font-size:.82rem;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.variant-value input:checked+label{background:var(--color-text);border-color:var(--color-text);color:var(--color-bg)}.variant-value input:disabled+label,.variant-value.is-unavailable label{opacity:.4;text-decoration:line-through}.variant-value--swatch label{width:38px;min-width:38px;height:38px;min-height:38px;padding:0;border-radius:999px;background:var(--swatch-color,var(--color-surface));box-shadow:inset 0 0 0 3px var(--color-bg)}.variant-value--swatch input:checked+label{outline:2px solid var(--color-text);outline-offset:2px}.product-form__row{display:grid;grid-template-columns:100px 1fr;gap:.7rem}.quantity{display:grid;grid-template-columns:36px 1fr 36px;align-items:center;height:50px;border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.quantity button{height:100%;border:0;background:transparent}.quantity input{width:100%;height:100%;border:0;background:transparent;text-align:center;-moz-appearance:textfield}.quantity input::-webkit-outer-spin-button,.quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-form__submit{height:50px}.shopify-payment-button{margin-top:.6rem}.product-trust{display:grid;gap:.55rem;padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.product-trust__item{display:grid;grid-template-columns:22px 1fr;gap:.65rem;align-items:start;font-size:.84rem}.product-trust__item .icon{width:19px;height:19px}.product-accordion{border-top:1px solid var(--color-border)}.product-accordion:last-child{border-bottom:1px solid var(--color-border)}.product-accordion summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;cursor:pointer;list-style:none;font-weight:700}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion[open] summary span:last-child{transform:rotate(45deg)}.product-accordion__content{padding:0 0 1.2rem;color:var(--color-muted);font-size:.92rem}.product-specs{display:grid;gap:.5rem;margin:0}.product-specs div{display:grid;grid-template-columns:minmax(120px,.4fr) 1fr;gap:1rem;padding:.5rem 0;border-bottom:1px solid var(--color-border)}.product-specs dt{font-weight:700;color:var(--color-text)}.product-specs dd{margin:0}.sticky-atc{display:none}.product-error{display:none;color:#9b2c2c;font-size:.84rem;margin-top:.5rem}.product-error.is-visible{display:block}.recommendations .product-grid{--grid-columns:4}.recently-viewed__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.recent-card img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:var(--radius);background:var(--color-surface)}.recent-card__title{margin:.6rem 0 .2rem;font-size:.9rem;font-weight:650}.recent-card__price{font-size:.85rem;color:var(--color-muted)}.split-promo{display:grid;grid-template-columns:1fr 1fr;min-height:520px;border-radius:var(--radius);overflow:hidden;background:var(--color-surface)}.split-promo__media img{width:100%;height:100%;object-fit:cover}.split-promo__content{display:flex;align-items:center;padding:clamp(2rem,5vw,5rem)}.split-promo__inner{max-width:520px}.split-promo__text{color:var(--color-muted);margin:1rem 0 1.5rem}.value-props{display:grid;grid-template-columns:repeat(var(--columns,4),minmax(0,1fr));gap:1px;background:var(--color-border);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.value-prop{background:var(--color-bg);padding:1.35rem}.value-prop__title{font-size:.9rem;font-weight:750;margin:.5rem 0 .2rem}.value-prop__text{font-size:.8rem;color:var(--color-muted);margin:0}.value-prop .icon{width:24px;height:24px}.faq{max-width:900px;margin-inline:auto}.faq-item{border-top:1px solid var(--color-border)}.faq-item:last-child{border-bottom:1px solid var(--color-border)}.faq-item summary{display:flex;justify-content:space-between;gap:1rem;padding:1.15rem 0;cursor:pointer;font-weight:700;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item__answer{padding:0 0 1.2rem;color:var(--color-muted)}.cart-drawer{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;pointer-events:none}.cart-drawer.is-open{pointer-events:auto}.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0f0d0a6b;opacity:0;transition:opacity .2s}.cart-drawer__panel{position:absolute;right:0;top:0;bottom:0;width:min(480px,100%);display:flex;flex-direction:column;background:var(--color-bg);transform:translate(100%);transition:transform .24s cubic-bezier(.2,.7,.2,1);box-shadow:-20px 0 60px #0000001f}.cart-drawer.is-open .cart-drawer__backdrop{opacity:1}.cart-drawer.is-open .cart-drawer__panel{transform:none}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.2rem;border-bottom:1px solid var(--color-border)}.cart-drawer__title{font-size:1.25rem;margin:0}.cart-drawer__body{flex:1;overflow:auto;padding:1rem 1.2rem}.cart-drawer__footer{padding:1rem 1.2rem;border-top:1px solid var(--color-border);background:var(--color-bg)}.cart-item{display:grid;grid-template-columns:84px 1fr auto;gap:.8rem;padding:1rem 0;border-bottom:1px solid var(--color-border)}.cart-item__image{width:84px;aspect-ratio:3/4;object-fit:cover;border-radius:calc(var(--radius)*.7);background:var(--color-surface)}.cart-item__title{font-size:.88rem;font-weight:700;line-height:1.3}.cart-item__variant{font-size:.75rem;color:var(--color-muted);margin:.25rem 0}.cart-item__price{font-size:.82rem;font-weight:700}.cart-item__remove{border:0;background:transparent;color:var(--color-muted);font-size:.74rem;text-decoration:underline}.cart-item .quantity{width:105px;height:38px;margin-top:.5rem}.cart-summary__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.8rem}.cart-summary__total{font-weight:800}.free-shipping{margin-bottom:1rem}.free-shipping__track{height:5px;background:var(--color-border);border-radius:999px;overflow:hidden}.free-shipping__bar{height:100%;width:var(--progress,0%);background:var(--color-accent)}.free-shipping__text{font-size:.76rem;color:var(--color-muted);margin:.45rem 0 0}.cart-empty{text-align:center;padding:4rem 1rem}.main-cart{max-width:1000px}.main-cart__header{display:flex;align-items:end;justify-content:space-between;margin-bottom:1.5rem}.main-cart__items{border-top:1px solid var(--color-border)}.main-cart__footer{display:flex;justify-content:flex-end;padding-top:1.5rem}.main-cart__summary{width:min(420px,100%)}.page-hero{padding:calc(var(--section-space)*.8) 0 1.5rem}.page-hero__inner{max-width:880px}.page-hero h1{margin:0}.page-content{max-width:880px;margin-inline:auto}.search-page__form{max-width:720px;margin:0 auto 2rem}.search-page__form .search-form input{height:54px}.search-results__summary{margin-bottom:1.2rem;color:var(--color-muted)}.article-card__image{aspect-ratio:16/10;object-fit:cover;width:100%;border-radius:var(--radius);background:var(--color-surface)}.article-card__meta{font-size:.72rem;color:var(--color-muted);margin:.7rem 0 .35rem}.article-card__title{font-size:1.15rem;margin:0}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.article{max-width:860px;margin-inline:auto}.article__header{text-align:center;margin-bottom:2rem}.article__meta{font-size:.8rem;color:var(--color-muted)}.article__image{width:100%;max-height:650px;object-fit:cover;border-radius:var(--radius);margin-bottom:2rem}.article__content{font-size:1.03rem}.contact-form{max-width:720px;margin-inline:auto}.field{display:grid;gap:.35rem;margin-bottom:1rem}.field label{font-size:.82rem;font-weight:700}.field input,.field textarea,.field select{width:100%;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);padding:.8rem}.field input{height:48px}.field textarea{min-height:150px;resize:vertical}.form-status{padding:.8rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius);margin-bottom:1rem}.form-status--success{background:var(--color-surface)}.pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.35rem;margin-top:2.5rem}.pagination__item{display:grid;place-items:center;min-width:40px;height:40px;border:1px solid var(--color-border);border-radius:999px;padding:0 .7rem;font-size:.82rem}.pagination__item.is-current{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.site-footer{border-top:1px solid var(--color-border);background:var(--color-surface)}.site-footer__main{display:grid;grid-template-columns:minmax(260px,1.3fr) repeat(3,minmax(140px,.7fr));gap:2rem;padding-block:3rem}.footer-brand__logo img{max-height:46px;width:auto;margin-bottom:1rem}.footer-brand__name{font-family:var(--heading-font);font-size:1.4rem;font-weight:700;margin-bottom:.8rem}.footer-brand__text{max-width:36rem;color:var(--color-muted);font-size:.88rem}.footer-heading{font-size:.8rem;text-transform:uppercase;letter-spacing:.11em;margin-bottom:.8rem}.footer-menu{list-style:none;padding:0;margin:0}.footer-menu a{display:block;padding:.28rem 0;color:var(--color-muted);font-size:.86rem}.footer-menu a:hover{color:var(--color-text)}.newsletter-form{display:flex;gap:.5rem;margin-top:1rem}.newsletter-form input{min-width:0;flex:1;height:46px;border:1px solid var(--color-border);background:var(--color-bg);border-radius:var(--radius);padding:0 .8rem}.site-footer__bottom{border-top:1px solid var(--color-border);padding:1.1rem 0}.site-footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-legal{font-size:.75rem;color:var(--color-muted)}.localization{display:flex;gap:.5rem;flex-wrap:wrap}.localization select{height:38px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);padding:0 2rem 0 .6rem;font-size:.78rem}@media(max-width:1100px){.site-header__nav{display:none}.mobile-nav-trigger{display:inline-grid}.site-header__inner{grid-template-columns:auto 1fr auto}.site-header__logo{justify-self:center}.mobile-nav{position:fixed;z-index:90;top:0;right:0;bottom:0;left:0;display:block;pointer-events:none}.mobile-nav.is-open{pointer-events:auto}.mobile-nav__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0f0d0a61;opacity:0;transition:opacity .2s}.mobile-nav__panel{position:absolute;left:0;top:0;bottom:0;width:min(420px,88vw);background:var(--color-bg);transform:translate(-100%);transition:transform .22s ease;overflow:auto}.mobile-nav.is-open .mobile-nav__backdrop{opacity:1}.mobile-nav.is-open .mobile-nav__panel{transform:none}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--color-border)}.mobile-menu{list-style:none;padding:0 1rem 2rem;margin:0}.mobile-menu>li{border-bottom:1px solid var(--color-border)}.mobile-menu summary,.mobile-menu>li>a{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-weight:700;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-submenu{list-style:none;padding:0 0 .8rem 1rem;margin:0}.mobile-submenu a{display:block;padding:.45rem 0;color:var(--color-muted)}.collection-layout{grid-template-columns:220px minmax(0,1fr)}.collection-products .product-grid{--grid-columns:2}.product-shell{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr)}.site-footer__main{grid-template-columns:1.2fr repeat(2,1fr)}.site-footer__main>div:last-child{grid-column:2/4}}@media(max-width:749px){:root{--section-space:44px}.page-width{width:min(calc(100% - 1.25rem),var(--page-width))}.section-header{align-items:start;flex-direction:column;margin-bottom:1.3rem}.site-header__inner{min-height:64px;gap:.4rem}.site-header__logo img{max-height:40px}.site-header__actions .account-button{display:none}.hero__content{min-height:var(--hero-height-mobile,520px);padding-block:2rem;align-items:flex-end}.hero__title{font-size:clamp(2.35rem,12vw,4rem)}.hero__panel{max-width:92%}.hero__text{font-size:.98rem}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.category-card{aspect-ratio:4/5}.product-grid{--grid-columns:2!important;gap:.7rem}.product-card__title{font-size:.86rem}.product-card__content{padding-top:.6rem}.product-card .price{font-size:.84rem}.product-card__badges{left:.4rem;top:.4rem}.product-card__badges .badge{font-size:.6rem}.quick-add .button{font-size:.75rem;min-height:38px;padding:.45rem}.collection-hero__inner{grid-template-columns:1fr}.collection-hero__count{display:none}.collection-toolbar{align-items:stretch}.collection-toolbar__left{width:100%;justify-content:space-between}.collection-layout{display:block}.collection-layout>.facets{position:static;margin-bottom:1rem}.facets__drawer:not([open]) .facets__form{display:none}.facets__drawer{border:1px solid var(--color-border);border-radius:var(--radius);padding:0 .8rem}.facets__groups{max-height:54vh;overflow:auto}.sort-form label{display:none}.sort-form select{max-width:150px}.product-shell{display:block}.product-gallery{margin-inline:-.625rem}.product-gallery__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:.5rem;padding-inline:.625rem;scrollbar-width:none}.product-gallery__grid::-webkit-scrollbar{display:none}.product-media,.product-media:first-child{flex:0 0 86vw;grid-column:auto;aspect-ratio:3/4;scroll-snap-align:center}.product-info{position:static;padding-top:1.5rem}.product-info__title{font-size:clamp(1.8rem,8vw,2.4rem)}.product-form__row{grid-template-columns:90px 1fr}.sticky-atc{position:fixed;z-index:60;left:.6rem;right:.6rem;bottom:calc(.6rem + env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr auto;gap:.7rem;align-items:center;padding:.55rem .65rem;background:var(--color-bg);background:color-mix(in srgb,var(--color-bg) 94%,transparent);border:1px solid var(--color-border);border-radius:calc(var(--radius)*1.15);box-shadow:0 12px 35px #00000021;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transform:translateY(calc(100% + 2rem));opacity:0;pointer-events:none;transition:.2s ease}.sticky-atc.is-visible{transform:none;opacity:1;pointer-events:auto}.sticky-atc__price{font-weight:800;font-size:.9rem}.sticky-atc__title{font-size:.72rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50vw}.sticky-atc .button{min-height:42px;padding:.55rem .8rem}.recommendations .product-grid{--grid-columns:2}.recently-viewed__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.split-promo{grid-template-columns:1fr;min-height:0}.split-promo__media{aspect-ratio:4/5}.split-promo__content{padding:2rem 1.2rem}.value-props{grid-template-columns:repeat(2,minmax(0,1fr))}.search-dialog{max-height:90vh}.predictive-search__grid{grid-template-columns:1fr}.site-footer__main{grid-template-columns:1fr;gap:1.5rem}.site-footer__main>div:last-child{grid-column:auto}.site-footer__bottom-inner{align-items:flex-start;flex-direction:column}.blog-grid{grid-template-columns:1fr}.cart-item{grid-template-columns:72px 1fr}.cart-item__image{width:72px}.cart-item>div:last-child{grid-column:2;text-align:left}.newsletter-form{flex-direction:column}.newsletter-form .button{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.password-page,.gift-card-page{min-height:100vh;background:radial-gradient(circle at 15% 10%,color-mix(in srgb,var(--color-accent) 12%,transparent),transparent 34rem),var(--color-bg)}.password-shell,.gift-card-shell{min-height:100vh;display:grid;place-items:center;padding:32px 20px}.password-card,.gift-card{width:min(100%,680px);background:var(--color-bg);border:1px solid var(--color-border);border-radius:max(var(--radius),12px);box-shadow:0 28px 80px #14120f14;overflow:hidden}.password-brand,.gift-card__brand{padding:34px 34px 12px;text-align:center}.password-brand img,.gift-card__brand img{width:auto;max-width:min(240px,70vw);height:auto}.password-brand__name,.gift-card__shop{font:700 1.35rem/1.2 var(--heading-font);letter-spacing:.08em;text-transform:uppercase}.password-copy,.gift-card__body{padding:30px 40px 34px;text-align:center}.password-copy h1,.gift-card__body h1{margin:8px 0 16px}.password-panel{margin:0 40px 28px;padding:24px;background:var(--color-surface);border-radius:var(--radius)}.password-panel h2{margin:0 0 14px;font-size:1rem}.password-form label{display:block;margin-bottom:8px;font-size:.88rem;text-align:left}.password-form__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.password-form input{width:100%;min-height:48px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);color:var(--color-text);padding:0 14px;font:inherit}.password-form .errors{text-align:left;color:#9b251c}.form-status{text-align:left}.gift-card__code-group{margin:26px 0 20px}.gift-card__code-label{color:var(--color-muted);font-size:.82rem;margin-bottom:7px}.gift-card__code{margin:0 auto 14px;padding:14px 18px;max-width:440px;border:1px dashed var(--color-border);border-radius:var(--radius);background:var(--color-surface);font:700 1.12rem/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;overflow-wrap:anywhere}.gift-card__status{display:inline-block;padding:7px 12px;border-radius:999px;background:var(--color-surface)}.gift-card__message{margin:18px auto;max-width:46ch}.gift-card__qr{width:176px;min-height:176px;margin:22px auto;padding:8px;background:#fff;border-radius:var(--radius)}.gift-card__qr img,.gift-card__qr canvas{display:block;margin:auto}.gift-card__wallet{display:block;width:max-content;margin:20px auto 0}@media(max-width:600px){.password-copy,.gift-card__body{padding:24px 22px 28px}.password-panel{margin:0 22px 22px;padding:20px}.password-form__row{grid-template-columns:1fr}}shopify-account.shopify-account{display:inline-flex;--shopify-account-color-accent: var(--color-accent);--shopify-account-color-background: var(--color-bg);--shopify-account-color-text: var(--color-text);--shopify-account-font-body: var(--body-font);--shopify-account-signed-in-avatar-size: 36px}.account-avatar{width:44px;height:44px;display:grid;place-items:center;color:var(--color-text)}.account-avatar .icon{width:21px;height:21px}.social-links{display:flex;align-items:center;gap:6px;margin-top:18px}.social-link{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--color-border);border-radius:999px;transition:border-color .15s ease,color .15s ease,transform .15s ease}.social-link:hover{border-color:var(--color-accent);color:var(--color-accent);transform:translateY(-1px)}.social-link .icon{width:18px;height:18px}.unit-price{margin-top:4px;color:var(--color-muted);font-size:.78rem}.payment-terms{color:var(--color-muted);font-size:.84rem}.footer-company{margin-top:1.15rem;color:var(--color-muted);font-size:.82rem;line-height:1.65}.footer-company .footer-heading{margin-bottom:.4rem;color:var(--color-text)}.footer-company p{margin:.25rem 0}.footer-company address{font-style:normal;margin:.25rem 0}.footer-company a{text-decoration:underline;text-underline-offset:3px;color:var(--color-text)}.badge--bestseller{background:#fff;color:var(--color-text);border:1px solid var(--color-text)}.rating-summary{display:flex;align-items:center;gap:.34rem;color:var(--color-muted);font-size:.78rem;line-height:1.2;min-height:18px}.rating-stars{position:relative;display:inline-block;letter-spacing:.06em;color:color-mix(in srgb,var(--color-text) 16%,transparent);font-size:.86rem;line-height:1}.rating-stars:before{content:"\2605\2605\2605\2605\2605";position:absolute;inset:0 auto 0 0;width:var(--rating-percent);overflow:hidden;white-space:nowrap;color:var(--color-accent)}.rating-stars>span{visibility:hidden}.rating-summary__value{font-weight:750;color:var(--color-text)}.rating-summary__count{color:var(--color-muted)}.rating-summary--card{margin:.34rem 0 .18rem}.rating-summary--pdp{font-size:.86rem;margin-bottom:.2rem}.rating-summary--compact{font-size:.68rem;margin:.15rem 0}.rating-summary--compact .rating-summary__value{display:none}.rating-summary--compact .rating-stars{font-size:.72rem}.inventory-status{display:flex;align-items:center;gap:.5rem;font-size:.84rem;font-weight:650}.inventory-status__dot{width:8px;height:8px;border-radius:999px;background:#2f8b57;box-shadow:0 0 0 4px color-mix(in srgb,#2f8b57 12%,transparent)}.inventory-status__dot--low{background:#bd7a24;box-shadow:0 0 0 4px color-mix(in srgb,#bd7a24 12%,transparent)}.inventory-status__dot--out{background:#9a463d;box-shadow:0 0 0 4px color-mix(in srgb,#9a463d 12%,transparent)}.inventory-status{flex-wrap:wrap}.delivery-promise{flex:0 0 100%;display:flex;align-items:center;gap:.5rem;margin-top:.55rem;padding:.7rem .85rem;border-radius:var(--radius);background:color-mix(in srgb,var(--color-accent) 10%,var(--color-surface));color:var(--color-text)}.delivery-promise .icon{width:19px;height:19px;flex:none}.subcategory-nav{margin:0 0 clamp(1.8rem,4vw,3.4rem)}.subcategory-nav__heading{font-family:var(--font-heading-family);font-size:clamp(1.3rem,2vw,1.8rem);font-weight:700;margin-bottom:1rem}.subcategory-nav__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.85rem}.subcategory-tile{display:grid;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;color:var(--color-text);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.subcategory-tile:hover{transform:translateY(-3px);border-color:var(--color-text);box-shadow:0 12px 28px #1c161214}.subcategory-tile.is-current{border-color:var(--color-text);box-shadow:inset 0 0 0 1px var(--color-text)}.subcategory-tile__media{display:block;aspect-ratio:1/1;overflow:hidden;background:#eee8e2}.subcategory-tile__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.subcategory-tile:hover .subcategory-tile__media img{transform:scale(1.035)}.subcategory-tile__content{display:grid;gap:.2rem;padding:.85rem}.subcategory-tile__content strong{font-size:.92rem;line-height:1.2}.subcategory-tile__content span{font-size:.72rem;color:var(--color-muted)}@media(max-width:989px){.subcategory-nav__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem;margin-right:calc(var(--page-width-margin,1rem) * -1)}.subcategory-tile{flex:0 0 min(42vw,180px);scroll-snap-align:start}}@media(max-width:520px){.subcategory-tile{flex-basis:38vw}.subcategory-tile__content{padding:.7rem}.subcategory-tile__content strong{font-size:.82rem}}.product-highlights{padding:.8rem 0}.product-highlights__list{list-style:none;margin:0;padding:0;display:grid;gap:.42rem}.product-highlights__list li{display:flex;align-items:flex-start;gap:.55rem;font-size:.88rem}.product-highlights__list li>span:first-child{display:grid;place-items:center;flex:0 0 20px;width:20px;height:20px;border-radius:999px;background:var(--color-surface);color:var(--color-accent);font-size:.72rem;font-weight:900;margin-top:.05rem}.cart-drawer__activity{padding:.55rem 1rem;background:var(--color-surface);border-bottom:1px solid var(--color-border);font-size:.78rem;text-align:center}.cart-drawer.is-loading .cart-drawer__panel{cursor:progress}.cart-drawer.is-loading .cart-drawer__body,.cart-drawer.is-loading .cart-upsell,.cart-drawer.is-loading .cart-drawer__footer{opacity:.68;pointer-events:none}.cart-upsell{padding:1rem;border-top:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 45%,var(--color-bg))}.cart-upsell__heading{font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.7rem}.cart-upsell__list{display:grid;gap:.6rem}.cart-upsell-card{display:grid;grid-template-columns:64px minmax(0,1fr) 36px;gap:.65rem;align-items:center}.cart-upsell-card__media{display:block;width:64px;height:78px;border-radius:calc(var(--radius)*.7);overflow:hidden;background:var(--color-surface)}.cart-upsell-card__media img{width:100%;height:100%;object-fit:cover}.cart-upsell-card__title{display:block;font-size:.78rem;font-weight:700;line-height:1.25;margin-bottom:.15rem}.cart-upsell-card .price{font-size:.76rem}.cart-upsell-card .price .badge{display:none}.cart-upsell-card__button{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--color-border);border-radius:999px;background:var(--color-bg);font-weight:800;line-height:1}.cart-upsell-card__button:hover{border-color:var(--color-text)}.cart-summary__savings{color:#2f7a4a}.cart-drawer__fineprint{font-size:.72rem;color:var(--color-muted);margin:.2rem 0 .8rem}.cart-checkout{min-height:52px;font-size:.98rem}.cart-drawer__secondary-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 0 .1rem}.cart-drawer__secondary-actions .text-link{font-size:.75rem}.cart-drawer__continue{-webkit-appearance:none;appearance:none;border:0;background:transparent;padding:0}.cart-drawer__trust{display:grid;gap:.45rem;border-top:1px solid var(--color-border);margin-top:.8rem;padding-top:.8rem}.cart-drawer__trust span{display:flex;align-items:center;gap:.45rem;font-size:.72rem;color:var(--color-muted)}.cart-drawer__trust .icon{width:16px;height:16px;flex:0 0 16px}@media(max-width:749px){.rating-summary--card{font-size:.69rem}.rating-summary--card .rating-stars{font-size:.76rem}.product-highlights{padding:.55rem 0}.cart-upsell{padding:.8rem}.cart-upsell-card{grid-template-columns:58px minmax(0,1fr) 34px}.cart-upsell-card__media{width:58px;height:72px}}.editorial-lookbook__header{max-width:760px;margin-bottom:2rem}.editorial-lookbook__grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:1rem;min-height:690px}.editorial-lookbook__feature,.editorial-lookbook__tile{position:relative;display:block;overflow:hidden;border-radius:var(--radius,0);background:#e8e2dc;color:#fff}.editorial-lookbook__feature{min-height:690px}.editorial-lookbook__video,.editorial-lookbook__tile img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s cubic-bezier(.2,.65,.3,1)}.editorial-lookbook__feature:hover .editorial-lookbook__video,.editorial-lookbook__tile:hover img{transform:scale(1.025)}.editorial-lookbook__tiles{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));gap:1rem}.editorial-lookbook__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 48%,rgba(18,14,12,.7) 100%)}.editorial-lookbook__copy{position:absolute;z-index:1;left:clamp(1.25rem,3vw,2.5rem);right:clamp(1.25rem,3vw,2.5rem);bottom:clamp(1.25rem,3vw,2.5rem);display:grid;gap:.45rem}.editorial-lookbook__copy strong{font-family:var(--font-heading-family);font-size:clamp(1.45rem,2.5vw,2.5rem);line-height:1.05}.editorial-lookbook__tile .editorial-lookbook__copy strong{font-size:clamp(1.25rem,1.7vw,1.8rem)}.editorial-lookbook__copy>span:last-child{font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.editorial-lookbook__kicker{font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}@media(max-width:749px){.editorial-lookbook__grid{grid-template-columns:1fr;min-height:0}.editorial-lookbook__feature{min-height:74vh}.editorial-lookbook__tiles{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none}.editorial-lookbook__tile{aspect-ratio:4/5}.editorial-lookbook__copy strong{font-size:1.45rem}.editorial-lookbook__tile .editorial-lookbook__copy{left:1rem;right:1rem;bottom:1rem}.editorial-lookbook__tile .editorial-lookbook__copy strong{font-size:1.05rem}.editorial-lookbook__tile .editorial-lookbook__copy>span{font-size:.66rem}}@media(prefers-reduced-motion:reduce){.editorial-lookbook__video{display:none}.editorial-lookbook__feature{background:url(mirevie-lookbook-occasion.jpg) center/cover no-repeat}.editorial-lookbook__video,.editorial-lookbook__tile img{transition:none}}.site-header__logo{min-width:150px}.site-header__logo img{max-height:56px}.collection-hero h1{font-size:clamp(1.9rem,3.1vw,2.75rem)}.product-info__title{font-size:clamp(1.75rem,2.4vw,2.6rem)}.section-header__title,.split-promo__inner h2{font-size:clamp(1.55rem,2.5vw,2.4rem)}.category-card__content{display:grid;gap:.28rem}.category-card__title,.category-card__subtitle{display:block}.category-card__subtitle{margin:0}@media(max-width:749px){.site-header__logo img{max-height:46px}.product-info__title{font-size:clamp(1.6rem,6.5vw,2rem)}.collection-hero h1{font-size:clamp(1.75rem,7vw,2.2rem)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/base.css.map */
