:root{--radius: .25rem;--background: oklch(.975 .012 63);--foreground: oklch(.19 .018 34);--card: oklch(.995 .004 70);--primary: oklch(.3 .057 35);--primary-foreground: oklch(.975 .012 63);--secondary: oklch(.91 .024 55);--secondary-foreground: oklch(.3 .057 35);--muted: oklch(.94 .018 60);--muted-foreground: oklch(.46 .025 38);--accent: oklch(.7 .08 53);--accent-foreground: oklch(.19 .018 34);--destructive: oklch(.577 .245 27.325);--border: oklch(.86 .025 55);--input: oklch(.8 .03 50);--gold: oklch(.72 .075 78);--font-sans: "Manrope", system-ui, sans-serif;--font-display: "Playfair Display", Georgia, serif;--page: 1440px}*,*:before,*:after{box-sizing:border-box}*{border-color:var(--border)}html{-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);font-size:16px;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}::selection{background:var(--accent);color:var(--accent-foreground)}h1,h2,h3,.display{font-family:var(--font-display);font-weight:400;margin:0;line-height:1.1}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:100;background:var(--background);padding:.75rem 1rem}.wrap{max-width:var(--page);margin:0 auto;padding-inline:1.25rem}@media(min-width:1024px){.wrap{padding-inline:2.5rem}}.section{padding-block:5rem}@media(min-width:768px){.section{padding-block:7rem}}.section--tight{padding-block:4rem}.section--card{background:var(--card)}.section--dark{background:var(--primary);color:var(--primary-foreground)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid transparent;border-radius:var(--radius);background:var(--primary);color:var(--primary-foreground);font-family:var(--font-sans);font-size:11px;font-weight:700;letter-spacing:.12em;padding:.85rem 1.6rem;cursor:pointer;transition:opacity .2s,background .2s,color .2s;text-transform:uppercase}.btn:hover{opacity:.88}.btn--lg{padding:1.05rem 2rem;font-size:12px}.btn--secondary{background:var(--secondary);color:var(--secondary-foreground)}.btn--outline{background:transparent;color:inherit;border-color:currentColor}.btn--outline:hover{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.btn--ghost{background:transparent;color:inherit;padding:.5rem}.btn--full{width:100%}.btn[disabled]{opacity:.5;cursor:not-allowed}.eyebrow{font-size:10px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;margin:0 0 .75rem;color:var(--primary)}.section--dark .eyebrow{color:var(--gold)}.section-heading{max-width:42rem;margin:0 auto 2.5rem;text-align:center}.section-heading h2{font-size:clamp(2rem,4vw,3rem)}.section-heading p{margin:1rem auto 0;max-width:36rem;font-size:14px;line-height:1.8;color:var(--muted-foreground)}.section--dark .section-heading p{color:color-mix(in oklch,var(--primary-foreground) 70%,transparent)}.announcement{background:var(--primary);color:var(--primary-foreground);text-align:center;padding:.55rem 1rem;font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:40;background:color-mix(in oklch,var(--background) 95%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid color-mix(in oklch,var(--border) 70%,transparent)}.header-grid{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;height:5rem;max-width:var(--page);margin:0 auto;padding-inline:1.25rem}@media(min-width:1024px){.header-grid{padding-inline:2.5rem}}.header-logo{justify-self:center;font-family:var(--font-display);font-size:1.5rem;letter-spacing:.2em;color:var(--primary)}@media(min-width:640px){.header-logo{font-size:1.875rem}}.header-nav{display:none;gap:1.25rem;align-items:center;min-width:0}@media(min-width:1024px){.header-nav{display:flex}}.nav-link{font-size:11px;font-weight:600;letter-spacing:.12em;color:color-mix(in oklch,var(--foreground) 80%,transparent);text-transform:uppercase}.nav-link:hover{color:var(--primary)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.25rem}.icon-btn{position:relative;display:inline-grid;place-items:center;width:2.5rem;height:2.5rem;background:none;border:0;cursor:pointer;color:inherit;border-radius:var(--radius)}.icon-btn:hover{background:var(--muted)}.icon-btn svg{width:20px;height:20px}.hide-mobile{display:none}@media(min-width:640px){.hide-mobile{display:inline-grid}}.show-mobile{display:inline-grid}@media(min-width:1024px){.show-mobile{display:none}}.count-badge{position:absolute;top:.25rem;right:.25rem;display:grid;place-items:center;min-width:1rem;height:1rem;padding-inline:.25rem;border-radius:999px;background:var(--accent);color:var(--accent-foreground);font-size:9px;font-weight:700}.header-subnav{display:none;justify-content:center;gap:2rem;border-top:1px solid color-mix(in oklch,var(--border) 50%,transparent);padding-block:.75rem;max-width:var(--page);margin:0 auto}@media(min-width:1024px){.header-subnav{display:flex}}.search-bar{display:none;border-block:1px solid var(--border);background:var(--background);padding:1rem}.search-bar.is-open{display:block}.search-bar form{display:flex;gap:.5rem;max-width:42rem;margin:0 auto}.search-bar input{flex:1;min-width:0;height:3rem;border:0;border-bottom:1px solid var(--input);background:transparent;padding-inline:.5rem;font:inherit;font-size:14px;outline:none}.search-bar input:focus{border-color:var(--primary)}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:color-mix(in oklch,var(--foreground) 30%,transparent);display:none}.overlay.is-open{display:block}.drawer{height:100%;background:var(--background);box-shadow:0 25px 50px -12px #0000004d;display:flex;flex-direction:column}.drawer--left{width:88%;max-width:24rem;padding:1.5rem}.drawer--right{margin-left:auto;width:100%;max-width:28rem}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border)}.drawer-head .label{font-size:11px;letter-spacing:.16em;color:var(--muted-foreground);margin:0;text-transform:uppercase}.drawer-head h2{font-size:1.875rem}.mobile-nav{display:flex;flex-direction:column}.mobile-nav a{border-bottom:1px solid var(--border);padding-block:1rem;font-size:14px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.cart-lines{flex:1;overflow:auto;padding:1.5rem}.cart-line{display:grid;grid-template-columns:88px 1fr auto;gap:1rem;padding-block:1.25rem;border-bottom:1px solid var(--border)}.cart-line img{width:88px;height:7rem;object-fit:cover}.cart-line h3{font-size:1.125rem}.cart-line .opts{margin:.25rem 0 0;font-size:12px;color:var(--muted-foreground)}.qty{display:inline-flex;align-items:center;border:1px solid var(--border);margin-top:1rem}.qty button{width:2rem;height:2rem;background:none;border:0;cursor:pointer;font-size:14px}.qty span{width:2rem;text-align:center;font-size:12px}.cart-foot{border-top:1px solid var(--border);padding:1.5rem}.cart-total{display:flex;justify-content:space-between;font-family:var(--font-display);font-size:1.25rem;margin-bottom:1.25rem}.cart-empty{flex:1;display:grid;place-items:center;padding:2rem;text-align:center}.muted-note{font-size:12px;color:var(--muted-foreground)}.hero{position:relative;overflow:hidden;background:var(--primary);color:var(--primary-foreground);min-height:720px}@media(min-width:768px){.hero{min-height:760px}}.hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:62% center;opacity:.9}@media(min-width:768px){.hero>img{object-position:center}}.hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,var(--primary),color-mix(in oklch,var(--primary) 70%,transparent),transparent)}.hero-inner{position:relative;display:flex;align-items:flex-end;min-height:720px;max-width:var(--page);margin:0 auto;padding:0 1.5rem 5rem}@media(min-width:768px){.hero-inner{min-height:760px;align-items:center;padding-bottom:0}}@media(min-width:1024px){.hero-inner{padding-inline:2.5rem}}.hero-copy{max-width:42rem}.hero-copy h1{font-size:clamp(3rem,8vw,6rem);line-height:1.02}.hero-copy .lede{margin-top:1.5rem;max-width:32rem;font-size:16px;line-height:1.8;color:color-mix(in oklch,var(--primary-foreground) 80%,transparent)}.hero-ctas{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}@media(min-width:640px){.hero-ctas{flex-direction:row}}.hero-note{margin-top:2rem;font-size:10px;letter-spacing:.14em;color:color-mix(in oklch,var(--primary-foreground) 65%,transparent)}.grid{display:grid;gap:1rem;max-width:var(--page);margin:0 auto}.grid--2,.grid--4{grid-template-columns:1fr}@media(min-width:640px){.grid--2,.grid--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid--4{grid-template-columns:repeat(4,1fr)}}.grid--products{gap:1.25rem 1.25rem;row-gap:3rem}.collection-card{position:relative;aspect-ratio:3 / 4;overflow:hidden;display:block}.collection-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.collection-card:hover img{transform:scale(1.05)}.collection-card .scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,color-mix(in oklch,var(--foreground) 80%,transparent),transparent 60%)}.collection-card .body{position:absolute;inset-inline:0;bottom:0;padding:1.5rem;color:var(--background)}.collection-card h3{font-size:1.875rem}.collection-card p{margin:.25rem 0 0;font-size:12px;color:color-mix(in oklch,var(--background) 75%,transparent)}.link-underline{display:inline-block;margin-top:1.25rem;border-bottom:1px solid currentColor;padding-bottom:.25rem;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.product-card{position:relative}.product-card .media{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:var(--secondary);display:block}.product-card .media img{width:100%;height:100%;object-fit:cover;transition:transform .7s,opacity .5s}.product-card .media img.alt{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .media img.primary{transform:scale(1.025)}.product-card:hover .media img.alt{opacity:1}.product-card .badge{position:absolute;left:.75rem;top:.75rem;background:var(--background);padding:.25rem .75rem;font-size:9px;font-weight:700;letter-spacing:.14em}.product-card .quick-add{position:absolute;inset-inline:.75rem;bottom:.75rem;transform:translateY(1rem);opacity:0;transition:.25s}.product-card:hover .quick-add,.product-card:focus-within .quick-add{transform:none;opacity:1}.product-card .info{display:flex;justify-content:space-between;gap:.75rem;padding-top:1rem}.product-card .title{font-family:var(--font-display);font-size:1.25rem;line-height:1.2}.product-card .title:hover{color:var(--primary)}.product-card .desc{margin:.25rem 0 0;font-size:12px;color:var(--muted-foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card .price{flex-shrink:0;font-size:14px;font-weight:600}.price--sale{color:var(--destructive)}.price--compare{text-decoration:line-through;color:var(--muted-foreground);font-weight:400;margin-right:.35rem}.value-grid{display:grid;gap:3rem;max-width:72rem;margin:0 auto}@media(min-width:768px){.value-grid{grid-template-columns:repeat(4,1fr)}}.value-grid .item{text-align:center}.value-grid svg{width:28px;height:28px;margin:0 auto 1.25rem;color:var(--gold);stroke-width:1.3}.value-grid h3{font-family:var(--font-sans);font-size:12px;font-weight:700;letter-spacing:.15em}.value-grid p{margin-top:.75rem;font-size:14px;line-height:1.6;color:color-mix(in oklch,var(--primary-foreground) 65%,transparent)}.story{display:grid;background:var(--secondary)}@media(min-width:1024px){.story{grid-template-columns:1fr 1fr}}.story .media{min-height:540px}.story .media img{width:100%;height:100%;object-fit:cover}.story .body{display:flex;align-items:center;padding:4rem 1.75rem}@media(min-width:768px){.story .body{padding-inline:4rem}}.story .body>div{max-width:36rem}.story h2{font-size:clamp(2.25rem,5vw,3.75rem)}.story p{margin-top:1.75rem;font-size:14px;line-height:1.8;color:var(--muted-foreground)}.story .quote{font-family:var(--font-display);font-style:italic;font-size:1.25rem;color:var(--foreground)}.mood-grid{display:grid;max-width:var(--page);margin:0 auto;border-left:1px solid var(--border);border-top:1px solid var(--border)}@media(min-width:640px){.mood-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.mood-grid{grid-template-columns:repeat(4,1fr)}}.mood-card{min-height:18rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--background);padding:1.75rem;transition:background .2s;display:block}.mood-card:hover{background:var(--secondary)}.mood-card .num{font-size:12px;font-weight:700;letter-spacing:.18em;color:var(--gold)}.mood-card h3{margin-top:7rem;font-size:1.875rem}.mood-card p{margin-top:.75rem;font-size:14px;line-height:1.6;color:var(--muted-foreground)}.quote-grid{display:grid;gap:1.25rem;max-width:72rem;margin:0 auto}@media(min-width:768px){.quote-grid{grid-template-columns:repeat(3,1fr)}}.quote-card{border:1px solid var(--border);background:var(--background);padding:2rem;margin:0}.quote-card .stars{color:var(--gold);margin:0}.quote-card p.q{margin-top:1.25rem;font-family:var(--font-display);font-size:1.25rem;line-height:1.6}.quote-card footer{margin-top:1.5rem;font-size:10px;font-weight:700;letter-spacing:.14em;color:var(--muted-foreground)}.accordion{max-width:48rem;margin:0 auto}.accordion details{border-bottom:1px solid var(--border)}.accordion summary{list-style:none;cursor:pointer;padding-block:1.5rem;font-size:16px;font-weight:600;display:flex;justify-content:space-between;gap:1rem}.accordion summary::-webkit-details-marker{display:none}.accordion summary:after{content:"+";font-weight:400}.accordion details[open] summary:after{content:"\2013"}.accordion .answer{padding-bottom:1.5rem;line-height:1.8;color:var(--muted-foreground)}.newsletter{text-align:center;max-width:48rem;margin:0 auto}.newsletter h2{font-size:3rem;margin-top:1rem}.newsletter p{margin:1rem auto 0;max-width:36rem;font-size:14px;line-height:1.8;color:color-mix(in oklch,var(--primary-foreground) 70%,transparent)}.newsletter form{display:flex;flex-direction:column;gap:.75rem;max-width:36rem;margin:2rem auto 0}@media(min-width:640px){.newsletter form{flex-direction:row}}.newsletter input{flex:1;min-width:0;height:3.25rem;border:1px solid color-mix(in oklch,var(--primary-foreground) 35%,transparent);background:transparent;padding-inline:1rem;color:inherit;font:inherit;font-size:14px}.newsletter input::placeholder{color:color-mix(in oklch,var(--primary-foreground) 50%,transparent)}.fineprint{margin-top:1rem;font-size:10px;color:color-mix(in oklch,var(--primary-foreground) 45%,transparent)}.cta-banner{position:relative;overflow:hidden;min-height:560px}.cta-banner img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.cta-banner .scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:color-mix(in oklch,var(--foreground) 55%,transparent)}.cta-banner .body{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:560px;max-width:48rem;margin:0 auto;padding-inline:1.5rem;color:var(--background)}.cta-banner h2{font-size:clamp(3rem,7vw,4.5rem)}.cta-banner p{margin-top:1.25rem;font-size:14px;color:color-mix(in oklch,var(--background) 80%,transparent)}.page-head{text-align:center;padding:4rem 1.25rem 2rem}.page-head h1{font-size:clamp(2.5rem,6vw,4rem)}.page-head p{margin:1rem auto 0;max-width:40rem;font-size:14px;line-height:1.8;color:var(--muted-foreground)}.shop-layout{display:grid;gap:2.5rem;max-width:var(--page);margin:0 auto}@media(min-width:1024px){.shop-layout{grid-template-columns:220px 1fr}}.facets h2,.facets h3{font-family:var(--font-sans);font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:.85rem}.facets ul{list-style:none;margin:0 0 2rem;padding:0;display:flex;flex-direction:column;gap:.6rem}.facets a{font-size:14px;color:var(--muted-foreground)}.facets a:hover,.facets a[aria-current=page]{color:var(--primary);font-weight:600}.toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}.toolbar select{height:2.75rem;border:1px solid var(--input);background:var(--background);padding-inline:.75rem;font:inherit;font-size:13px}.empty-state{padding:5rem 1rem;text-align:center}.pagination{display:flex;justify-content:center;gap:1rem;margin-top:3.5rem;font-size:13px}.pagination a,.pagination span{padding:.4rem .75rem;border:1px solid var(--border)}.product{display:grid;gap:3rem;max-width:var(--page);margin:0 auto;padding-block:3rem}@media(min-width:1024px){.product{grid-template-columns:1.1fr 1fr;gap:4rem}}.product-gallery .main{aspect-ratio:4/5;overflow:hidden;background:var(--secondary)}.product-gallery .main img{width:100%;height:100%;object-fit:cover}.product-thumbs{display:flex;gap:.75rem;margin-top:.75rem;flex-wrap:wrap}.product-thumbs button{width:72px;height:90px;padding:0;border:1px solid var(--border);background:none;cursor:pointer;overflow:hidden}.product-thumbs button[aria-current=true]{border-color:var(--primary)}.product-thumbs img{width:100%;height:100%;object-fit:cover}.product-info h1{font-size:clamp(2rem,4vw,3rem)}.product-info .price-row{margin-top:1rem;font-size:1.25rem;font-weight:600}.product-info .rte{margin-top:1.5rem;font-size:14px;line-height:1.8;color:var(--muted-foreground)}.variant-group{margin-top:1.75rem}.variant-group label,.variant-group legend{display:block;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:.6rem}.variant-group select{width:100%;height:3rem;border:1px solid var(--input);background:var(--background);padding-inline:.75rem;font:inherit;font-size:14px}.product-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}.product-meta{margin-top:1.5rem;font-size:12px;color:var(--muted-foreground)}.site-footer{background:var(--primary);color:var(--primary-foreground)}.footer-grid{display:grid;gap:3rem;max-width:var(--page);margin:0 auto;padding:4rem 1.5rem}@media(min-width:768px){.footer-grid{grid-template-columns:1.6fr 1fr 1fr 1fr}}@media(min-width:1024px){.footer-grid{padding-inline:2.5rem}}.footer-brand p.name{font-family:var(--font-display);font-size:1.875rem;letter-spacing:.18em;margin:0}.footer-brand p.blurb{margin-top:1.25rem;max-width:20rem;font-size:14px;line-height:1.8;color:color-mix(in oklch,var(--primary-foreground) 70%,transparent)}.footer-col h3{font-family:var(--font-sans);font-size:10px;font-weight:700;letter-spacing:.16em;margin-bottom:1.25rem}.footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem;font-size:14px;color:color-mix(in oklch,var(--primary-foreground) 70%,transparent)}.footer-col a:hover{color:var(--primary-foreground)}.footer-bottom{display:flex;flex-direction:column;gap:1rem;max-width:var(--page);margin:0 auto;border-top:1px solid color-mix(in oklch,var(--primary-foreground) 15%,transparent);padding:1.75rem 1.5rem;font-size:10px;letter-spacing:.1em;color:color-mix(in oklch,var(--primary-foreground) 60%,transparent)}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}@media(min-width:1024px){.footer-bottom{padding-inline:2.5rem}}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;scroll-behavior:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
