:root{--radius: .25rem;--radius-sm: calc(var(--radius) - 4px);--radius-md: calc(var(--radius) - 2px);--radius-lg: var(--radius);--radius-xl: calc(var(--radius) + 4px);--font-serif: "Fraunces", ui-serif, Georgia, serif;--font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;--background: oklch(.975 .012 80);--foreground: oklch(.22 .03 40);--card: oklch(.985 .008 80);--card-foreground: oklch(.22 .03 40);--popover: oklch(.985 .008 80);--popover-foreground: oklch(.22 .03 40);--primary: oklch(.48 .14 40);--primary-foreground: oklch(.98 .01 80);--secondary: oklch(.93 .02 75);--secondary-foreground: oklch(.28 .04 40);--muted: oklch(.94 .015 75);--muted-foreground: oklch(.45 .03 50);--accent: oklch(.68 .12 65);--accent-foreground: oklch(.22 .03 40);--destructive: oklch(.55 .22 27);--destructive-foreground: oklch(.98 0 0);--border: oklch(.88 .02 70);--input: oklch(.9 .015 70);--ring: oklch(.48 .14 40);--clay: oklch(.48 .14 40);--clay-foreground: oklch(.98 .01 80);--brass: oklch(.68 .12 65);--ink: oklch(.22 .03 40);--sand: oklch(.93 .02 75);--page-width: 80rem}*,*:before,*:after{box-sizing:border-box}*{border-color:var(--border)}html{font-family:var(--font-sans);-webkit-text-size-adjust:100%}body{margin:0;background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);font-weight:400;line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}main{flex:1 0 auto}h1,h2,h3,h4,h5{font-family:var(--font-serif);font-weight:500;letter-spacing:-.01em;line-height:1.1;margin:0}p{margin:0}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0}button{font-family:inherit;cursor:pointer}.container{width:100%;max-width:var(--page-width);margin-inline:auto;padding-inline:1.5rem}.section-pad{padding-block:5rem}.serif{font-family:var(--font-serif)}.eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.24em;color:var(--primary)}.muted{color:var(--muted-foreground)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;font-size:.875rem;font-weight:500;border:1px solid transparent;border-radius:var(--radius-md);padding:0 1rem;height:2.25rem;transition:background-color .2s,color .2s,opacity .2s;cursor:pointer;text-align:center}.btn--primary{background:var(--primary);color:var(--primary-foreground)}.btn--primary:hover{opacity:.9}.btn--outline{background:var(--background);color:var(--foreground);border-color:var(--input)}.btn--outline:hover{background:var(--accent);color:var(--accent-foreground)}.btn--ghost{background:transparent}.btn--ghost:hover{background:var(--accent);color:var(--accent-foreground)}.btn--lg{height:3rem;padding:0 2rem}.btn--block{width:100%}.btn--square{border-radius:0}.btn[disabled]{opacity:.5;pointer-events:none}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid color-mix(in oklch,var(--border) 60%,transparent);background:color-mix(in oklch,var(--background) 85%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-h, 96px);gap:1rem}.site-nav{display:none;align-items:center;gap:2rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:color-mix(in oklch,var(--foreground) 80%,transparent)}.site-nav a{transition:color .2s,opacity .2s}.site-nav a:hover{color:var(--primary)}.site-nav a.is-featured{color:var(--primary);font-weight:900}.site-nav a.is-featured:hover{opacity:.8}@media(min-width:900px){.site-nav{display:flex}}.site-header__logo{position:relative;z-index:50;display:inline-flex}.site-header__logo img{height:calc(var(--logo-h, 140px) * .72);width:auto;transition:opacity .2s}.site-header__logo:hover img{opacity:.9}@media(min-width:768px){.site-header__logo img{height:var(--logo-h, 140px)}}.header-actions{display:flex;align-items:center;gap:.5rem}.header-icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;height:2.25rem;width:2.25rem;border-radius:var(--radius-md);background:transparent;border:none;color:var(--foreground)}.header-icon-btn:hover{background:var(--accent);color:var(--accent-foreground)}.cart-count{position:absolute;top:-.25rem;right:-.25rem;min-width:1.25rem;height:1.25rem;padding:0 .25rem;border-radius:999px;background:var(--primary);color:var(--primary-foreground);font-size:.625rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.cart-count[hidden]{display:none}.mobile-nav-toggle{display:inline-flex}@media(min-width:900px){.mobile-nav-toggle{display:none}}.mobile-nav{display:none;border-top:1px solid color-mix(in oklch,var(--border) 60%,transparent);background:var(--background);padding:.5rem 0 1rem}.mobile-nav.is-open{display:block}.mobile-nav a{display:block;padding:.75rem 1.5rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.16em}.mobile-nav a:hover{color:var(--primary)}.hero{position:relative}.hero__media{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden}@media(min-width:768px){.hero__media{aspect-ratio:21 / 9}}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,color-mix(in oklch,var(--background) 60%,transparent),color-mix(in oklch,var(--background) 20%,transparent) 45%,transparent)}.hero__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:flex-start;padding-bottom:1.5rem}@media(min-width:768px){.hero__content{padding-bottom:2.5rem}}.hero__inner{max-width:var(--page-width);width:100%;padding-inline:1.5rem;margin-inline:auto}.hero__box{max-width:36rem;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.hero__eyebrow{background:#ffffffb3;padding:.5rem 1rem;display:inline-block}.hero__eyebrow p{font-size:.75rem;text-transform:uppercase;letter-spacing:.24em;font-weight:900;color:#000}.hero__cta{margin-top:1rem}.trust-bar{border-top:1px solid color-mix(in oklch,var(--border) 60%,transparent);border-bottom:1px solid color-mix(in oklch,var(--border) 60%,transparent);background:color-mix(in oklch,var(--secondary) 30%,transparent)}.trust-bar__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem 2.5rem;padding-block:1rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--muted-foreground)}.trust-bar__sep{display:none}@media(min-width:768px){.trust-bar__sep{display:inline}}@media(max-width:640px){.trust-bar__inner{gap:.3rem 1.1rem;font-size:.62rem;letter-spacing:.1em;padding-block:.8rem}.section-pad{padding-block:3rem}.collection-main{padding-top:1.25rem}}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2.5rem}.section-head h2{font-size:clamp(1.875rem,4vw,2.25rem)}.section-link{font-size:.875rem;text-decoration:underline;text-underline-offset:4px;white-space:nowrap}.section-link:hover{color:var(--primary)}.category-scroller{overflow-x:auto;scroll-snap-type:x mandatory}.category-track{display:flex;gap:1.5rem;padding-inline:1.5rem;width:max-content}.category-card{position:relative;aspect-ratio:4 / 3;width:80vw;max-width:420px;min-width:280px;overflow:hidden;scroll-snap-align:start;display:block}@media(min-width:768px){.category-card{min-width:380px}}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.category-card:hover img{transform:scale(1.05)}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,color-mix(in oklch,var(--ink) 60%,transparent),transparent)}.category-card__text{position:absolute;bottom:1.5rem;left:1.5rem;color:var(--clay-foreground)}.category-card__text h3{font-size:1.875rem;color:var(--clay-foreground)}.category-card__text p{font-size:.875rem;margin-top:.25rem;opacity:.9}.product-grid{display:grid;gap:3rem 1.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-card{display:block}.product-card__media{aspect-ratio:4 / 5;overflow:hidden;background:var(--secondary)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__body{padding-top:1rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.product-card__brand{font-size:.625rem;text-transform:uppercase;letter-spacing:.18em;color:var(--muted-foreground);margin-bottom:.25rem}.product-card__title{font-family:var(--font-serif);font-size:1.125rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__price{font-size:.875rem;color:var(--muted-foreground);margin-top:.25rem}.product-card__add{opacity:0;transition:opacity .2s;flex-shrink:0}.product-card:hover .product-card__add,.product-card__add:focus-within{opacity:1}@media(hover:none){.product-card__add{opacity:1}}.placeholder-media{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--muted-foreground);font-size:.875rem}.story-band{background:color-mix(in oklch,var(--secondary) 50%,transparent)}.story-band__inner{max-width:48rem;margin-inline:auto;padding-inline:1.5rem;text-align:center}.story-band h2{font-size:clamp(1.875rem,4vw,2.25rem);line-height:1.15;margin-top:1rem}.story-band p{margin-top:1.5rem;color:var(--muted-foreground);line-height:1.7}.collection-main{padding-top:2.25rem;padding-bottom:4rem}.collection-header{max-width:42rem;margin-bottom:1.5rem}.collection-header h1{font-size:clamp(2.25rem,5vw,3rem);line-height:1.1;margin-top:.75rem}.collection-header p{color:var(--muted-foreground);margin-top:1rem;line-height:1.7}.collection-filter{margin-bottom:2rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding-block:1rem}.collection-filter__row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1.5rem;font-size:.875rem}.collection-filter a{font-family:var(--font-serif);font-size:1rem;color:color-mix(in oklch,var(--foreground) 70%,transparent);transition:color .2s}.collection-filter a:hover{color:var(--foreground)}.collection-filter a.is-active{color:var(--primary)}.collection-count{font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:var(--muted-foreground);margin-bottom:1.5rem}.collection-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:1.25rem}.collection-toolbar__filters{display:flex;flex-wrap:wrap;gap:.5rem}.collection-toolbar__sort{margin-left:auto;display:flex;align-items:center;gap:.6rem}.sort-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.16em;color:var(--muted-foreground)}.facet__summary{font-family:var(--font-sans);font-size:.8rem;border:1px solid var(--border);background:var(--background);color:var(--foreground);padding:.5rem .85rem;cursor:pointer}.facet{position:relative}.facet__summary{list-style:none;display:inline-flex;align-items:center;gap:.4rem;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;-webkit-user-select:none;user-select:none}.facet__summary::-webkit-details-marker{display:none}.facet__summary:after{content:"\25be";font-size:.7rem;color:var(--muted-foreground)}.facet[open] .facet__summary{border-color:var(--foreground)}.facet__badge{background:var(--primary);color:var(--primary-foreground);border-radius:999px;font-size:.65rem;min-width:1.1rem;height:1.1rem;display:inline-flex;align-items:center;justify-content:center;padding:0 .3rem}.facet__panel{position:absolute;z-index:30;top:calc(100% + 4px);left:0;min-width:15rem;max-height:20rem;overflow-y:auto;background:var(--popover);border:1px solid var(--border);box-shadow:0 12px 30px #0000001a;padding:.5rem}.facet__option{display:flex;align-items:center;gap:.6rem;padding:.45rem .5rem;font-size:.85rem;cursor:pointer}.facet__option:hover{background:var(--secondary)}.facet__option.is-disabled{opacity:.4;cursor:not-allowed}.facet__option span:nth-of-type(1){flex:1}.facet__count{color:var(--muted-foreground);font-size:.75rem}.facet__price{display:flex;align-items:center;gap:.5rem;padding:.4rem}.facet__price input{width:5.5rem;padding:.4rem .5rem;border:1px solid var(--input);background:var(--background);font-size:.85rem}.facet__panel--right{left:auto;right:0}.sort-menu .facet__panel{min-width:13rem;padding:.35rem}.sort-option{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;text-align:left;background:none;border:none;padding:.55rem .6rem;font-size:.85rem;font-family:var(--font-sans);color:var(--foreground);cursor:pointer}.sort-option:hover{background:var(--secondary)}.sort-option.is-active{color:var(--primary);font-weight:500}.sort-option__check{color:var(--primary);font-size:.8rem}.active-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.chip{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;padding:.3rem .7rem;border:1px solid var(--border);background:var(--secondary);transition:border-color .2s}.chip:hover{border-color:var(--foreground)}.chip span{color:var(--muted-foreground)}.chip--clear{background:transparent;text-decoration:underline;text-underline-offset:3px;border-color:transparent}@media(max-width:640px){.collection-toolbar{position:relative}.collection-toolbar__filters{width:100%}.collection-toolbar__sort{width:100%;margin-left:0}.collection-toolbar__sort .sort-menu{flex:1}.sort-menu .facet__summary{width:100%;justify-content:space-between}.facet{position:static}.facet__panel,.facet__panel--right{left:0;right:0;top:calc(100% + 6px);min-width:0;width:auto;max-width:none}}.empty-state{border:1px dashed var(--border);padding:4rem 1.5rem;text-align:center}.empty-state h2{font-size:1.5rem;margin-bottom:.5rem}.empty-state p{font-size:.875rem;color:var(--muted-foreground)}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:4rem}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;border:1px solid var(--border);font-size:.875rem}.pagination a:hover{border-color:var(--foreground)}.pagination .is-current{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.product{max-width:var(--page-width);margin-inline:auto;padding:3rem 1.5rem}.product__breadcrumb{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--muted-foreground);margin-bottom:2rem}.product__breadcrumb a:hover{color:var(--foreground)}.product__breadcrumb span{margin-inline:.5rem}.product__grid{display:grid;gap:3rem}@media(min-width:1024px){.product__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.product__gallery-main{aspect-ratio:1 / 1;background:var(--secondary);overflow:hidden}.product__gallery-main img{width:100%;height:100%;object-fit:cover}.product__thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem;margin-top:.75rem}.product__thumb{aspect-ratio:1/1;overflow:hidden;border:1px solid transparent;padding:0;background:none}.product__thumb.is-active{border-color:var(--primary)}.product__thumb img{width:100%;height:100%;object-fit:cover}.product__info{padding-top:0}@media(min-width:1024px){.product__info{padding-top:1rem}}.product__meta{font-size:.625rem;text-transform:uppercase;letter-spacing:.2em;color:var(--muted-foreground);margin-top:.5rem}.product__title{font-size:clamp(1.875rem,4vw,2.25rem);line-height:1.1;margin-top:.5rem}.product__price{margin-top:.75rem;font-size:1.5rem}.product__description{margin-top:1.5rem;color:var(--muted-foreground);line-height:1.7}.product__description p{margin-bottom:1rem}.product__description ul{list-style:disc;padding-left:1.25rem;margin-bottom:1rem}.product__description ol{list-style:decimal;padding-left:1.25rem;margin-bottom:1rem}.product__description li{margin-bottom:.5rem}.product__description b,.product__description strong{display:block;font-family:var(--font-serif);font-size:1.125rem;color:var(--foreground);margin-top:1.5rem;margin-bottom:.25rem}.product__description a{text-decoration:underline;text-underline-offset:4px}.variant-group{margin-top:2rem}.variant-group__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--muted-foreground);margin-bottom:.75rem}.variant-options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-option{padding:.5rem 1rem;font-size:.875rem;border:1px solid var(--border);background:var(--background);transition:border-color .2s,background-color .2s,color .2s}.variant-option:hover{border-color:var(--foreground)}.variant-option.is-selected{border-color:var(--primary);background:var(--primary);color:var(--primary-foreground)}.variant-option.is-unavailable{opacity:.4;text-decoration:line-through}.product__actions{margin-top:2.5rem}.product__actions .btn{height:3.5rem;font-size:1rem}.product__assurances{margin-top:2.5rem;border-top:1px solid var(--border);padding-top:2rem;display:flex;flex-direction:column;gap:1rem;font-size:.875rem}.product__assurances li{display:flex;gap:.75rem}.product__assurances svg{flex-shrink:0;margin-top:.15rem;color:var(--primary);width:1rem;height:1rem}.prose-page{max-width:48rem;margin-inline:auto;padding:5rem 1.5rem}.prose-narrow{max-width:42rem}.prose-page h1{font-size:clamp(2.25rem,5vw,3rem);line-height:1.1}.prose-page h2{font-size:1.5rem;margin-top:0}.prose-body{color:color-mix(in oklch,var(--foreground) 85%,transparent);line-height:1.7}.prose-body.large{font-size:1.125rem}.prose-body p{margin-bottom:1.5rem}.prose-body ul{list-style:disc;padding-left:1.25rem;margin-bottom:1rem}.prose-body ul li{margin-bottom:.5rem}.prose-page .lead-img{width:100%;aspect-ratio:4/3;object-fit:cover;margin-block:3rem}.faq-item{margin-bottom:2.5rem}.faq-item h2{font-size:1.5rem;margin-bottom:.75rem}.faq-item p{color:color-mix(in oklch,var(--foreground) 85%,transparent);line-height:1.7}.faq-item a{text-decoration:underline;text-underline-offset:4px}.faq-item a:hover{color:var(--primary)}.contact-block{margin-top:2.5rem;border-top:1px solid var(--border);padding-top:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.contact-block__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--muted-foreground)}.contact-block__value{font-family:var(--font-serif);font-size:1.125rem}.contact-block__value.big{font-size:1.5rem}.contact-block a:hover{color:var(--primary)}.band{background:var(--secondary);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.site-footer{border-top:1px solid color-mix(in oklch,var(--border) 60%,transparent);background:color-mix(in oklch,var(--secondary) 40%,transparent);margin-top:1.5rem}.site-footer__top{display:grid;gap:1.5rem;padding:2.5rem 1rem;grid-template-columns:1fr}@media(min-width:768px){.site-footer__top{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start}}.site-footer__brand{grid-column:span 1}@media(min-width:768px){.site-footer__brand{grid-column:span 2}}.site-footer__logo{height:var(--logo-area, 64px);overflow:hidden;display:flex;align-items:center}.site-footer__logo img{height:var(--logo-h, 150px);width:auto}.site-footer__tagline{font-size:.875rem;color:var(--muted-foreground);margin-top:.5rem;max-width:24rem;line-height:1.6}.site-footer h4{font-family:var(--font-serif);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.site-footer ul{list-style:none;display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:var(--muted-foreground)}.site-footer li a:hover{color:var(--foreground)}.site-footer__bottom{border-top:1px solid color-mix(in oklch,var(--border) 60%,transparent)}.site-footer__bottom-inner{padding:1rem;font-size:.75rem;color:var(--muted-foreground);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#0006;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.cart-drawer-overlay.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:61;width:100%;max-width:32rem;background:var(--background);transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;padding:1.5rem}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:flex-start;justify-content:space-between}.cart-drawer__title{font-family:var(--font-serif);font-size:1.5rem}.cart-drawer__desc{font-size:.875rem;color:var(--muted-foreground);margin-top:.25rem}.cart-drawer__close{background:none;border:none;padding:.25rem;color:var(--muted-foreground)}.cart-drawer__close:hover{color:var(--foreground)}.cart-drawer__body{flex:1;overflow-y:auto;padding-top:1.5rem;min-height:0}.cart-empty{height:100%;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--muted-foreground)}.cart-empty svg{width:2.5rem;height:2.5rem;margin:0 auto .75rem}.cart-line{display:flex;gap:1rem;margin-bottom:1.25rem}.cart-line__media{width:5rem;height:5rem;background:var(--secondary);border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0}.cart-line__media img{width:100%;height:100%;object-fit:cover}.cart-line__info{flex:1;min-width:0}.cart-line__title{font-family:var(--font-serif);font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-line__variant{font-size:.75rem;color:var(--muted-foreground);margin-top:.15rem}.cart-line__price{font-size:.875rem;margin-top:.25rem}.cart-line__qty{display:flex;align-items:center;gap:.25rem;margin-top:.5rem}.qty-btn{height:1.75rem;width:1.75rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--input);background:var(--background)}.qty-btn:hover{background:var(--accent)}.qty-btn svg{width:.75rem;height:.75rem}.cart-line__qty-value{width:2rem;text-align:center;font-size:.875rem}.cart-line__remove{align-self:flex-start;background:none;border:none;padding:.25rem;color:var(--muted-foreground)}.cart-line__remove:hover{color:var(--foreground)}.cart-drawer__footer{flex-shrink:0;padding-top:1.5rem;border-top:1px solid var(--border);margin-top:1rem}.cart-subtotal{display:flex;justify-content:space-between;align-items:baseline}.cart-subtotal__label{font-size:.875rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em}.cart-subtotal__value{font-family:var(--font-serif);font-size:1.5rem}.cart-drawer__note{font-size:.75rem;color:var(--muted-foreground);margin:.75rem 0 1rem}.toast-region{position:fixed;top:1rem;left:50%;transform:translate(-50%);z-index:80;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.toast{background:var(--card);color:var(--card-foreground);border:1px solid var(--border);border-left:3px solid var(--primary);box-shadow:0 8px 24px #0000001f;padding:.75rem 1rem;border-radius:var(--radius-md);font-size:.875rem;min-width:16rem;max-width:22rem;opacity:0;transform:translateY(-8px);transition:opacity .2s,transform .2s}.toast.is-visible{opacity:1;transform:translateY(0)}.toast strong{display:block;font-family:var(--font-serif)}.toast span{color:var(--muted-foreground)}.error-page{display:flex;min-height:60vh;align-items:center;justify-content:center;padding:1rem;text-align:center}.error-page h1{font-size:4.5rem}.error-page h2{font-size:1.25rem;margin-top:1rem}.error-page p{font-size:.875rem;color:var(--muted-foreground);margin-top:.5rem}.rte a{text-decoration:underline;text-underline-offset:4px}.rte a:hover{color:var(--primary)}
/*# sourceMappingURL=/cdn/shop/t/1/assets/base.css.map */
