@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Jost:wght@300;400;500&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream: #F7F3EE;--cream-dark: #EDE8E1;--gray-light: #D6D0C8;--gray-mid: #9A9590;--gray-dark: #4A4845;--black: #1C1C1A;--white: #FFFFFF;--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "Jost", system-ui, sans-serif;--max-w: 1280px;--nav-h: 68px;--transition: .25s ease}html{scroll-behavior:smooth}body{font-family:var(--font-sans);font-weight:300;font-size:15px;color:var(--black);background:var(--white);line-height:1.7;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul{list-style:none}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:400;line-height:1.15;letter-spacing:.02em}h1{font-size:clamp(2.4rem,5vw,4.2rem)}h2{font-size:clamp(1.8rem,3vw,2.8rem)}h3{font-size:clamp(1.2rem,2vw,1.6rem)}p{max-width:65ch}.overline{font-family:var(--font-sans);font-size:.7rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gray-mid)}.container{width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,3rem)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-sans);font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;padding:.85rem 2.2rem;border:1px solid currentColor;cursor:pointer;transition:background var(--transition),color var(--transition);background:transparent}.btn-dark{background:var(--black);color:var(--white);border-color:var(--black)}.btn-dark:hover{background:var(--gray-dark);border-color:var(--gray-dark)}.btn-outline{color:var(--black);border-color:var(--black)}.btn-outline:hover{background:var(--black);color:var(--white)}.btn-light{color:var(--white);border-color:var(--white)}.btn-light:hover{background:var(--white);color:var(--black)}.announcement-bar{background:var(--black);color:var(--white);text-align:center;font-size:.72rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;padding:.65rem 1rem}.site-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--cream-dark);height:var(--nav-h)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%}.site-logo{font-family:var(--font-serif);font-size:1.6rem;font-weight:400;letter-spacing:.1em;color:var(--black)}.site-logo span{font-style:italic}.site-nav{display:flex;align-items:center;gap:2.5rem}.site-nav a{font-size:.72rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;color:var(--gray-dark);transition:color var(--transition);position:relative}.site-nav a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:var(--black);transition:width var(--transition)}.site-nav a:hover{color:var(--black)}.site-nav a:hover:after{width:100%}.header-icons{display:flex;align-items:center;gap:1.25rem}.header-icons a,.header-icons button{background:none;border:none;cursor:pointer;color:var(--black);display:flex;align-items:center;gap:.35rem;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;transition:opacity var(--transition)}.header-icons a:hover,.header-icons button:hover{opacity:.6}.cart-count{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:var(--black);color:var(--white);font-size:.6rem}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.hamburger span{display:block;width:22px;height:1.5px;background:var(--black);transition:transform var(--transition),opacity var(--transition)}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--white);z-index:200;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.mobile-nav.open{display:flex}.mobile-nav a{font-family:var(--font-serif);font-size:2rem;color:var(--black)}.mobile-nav-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;font-size:1.5rem;cursor:pointer}.hero{min-height:calc(90vh - var(--nav-h));display:grid;grid-template-columns:1fr 1fr}.hero-text{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,6vw,7rem) clamp(2rem,5vw,5rem);background:var(--cream)}.hero-text .overline{margin-bottom:1.25rem}.hero-text h1{margin-bottom:1.5rem}.hero-text p{color:var(--gray-dark);margin-bottom:2.5rem;font-size:1rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{position:relative;overflow:hidden;min-height:500px}.hero-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.hero-image:hover img{transform:scale(1.03)}section{padding-block:clamp(3.5rem,7vw,7rem)}.section-header{text-align:center;margin-bottom:clamp(2rem,4vw,4rem)}.section-header .overline{margin-bottom:.75rem}.section-header h2{margin-bottom:1rem}.section-header p{margin-inline:auto;color:var(--gray-dark)}.product-card{display:flex;flex-direction:column}.product-card__image{position:relative;overflow:hidden;aspect-ratio:3/4;background:var(--cream);margin-bottom:1rem}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.product-card:hover .product-card__image img{transform:scale(1.04)}.product-card__badge{position:absolute;top:1rem;left:1rem;font-size:.62rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;background:var(--black);color:var(--white);padding:.3rem .6rem}.product-card__quick-add{position:absolute;bottom:0;left:0;right:0;padding:.9rem;background:#1c1c1ae0;color:var(--white);font-size:.68rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;text-align:center;transform:translateY(100%);transition:transform var(--transition);cursor:pointer;border:none}.product-card:hover .product-card__quick-add{transform:translateY(0)}.product-card__info{padding:0 .25rem}.product-card__vendor{font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gray-mid);margin-bottom:.3rem}.product-card__title{font-family:var(--font-serif);font-size:1rem;font-weight:400;margin-bottom:.4rem}.product-card__price{font-size:.85rem;color:var(--gray-dark);display:flex;gap:.5rem;align-items:baseline}.product-card__price s{color:var(--gray-mid)}.collection-banner{background:var(--cream);padding:4rem 0;text-align:center}.collection-banner h1{margin-bottom:.75rem}.collection-banner p{margin-inline:auto;color:var(--gray-dark)}.collection-grid{padding-block:3rem}.collection-filter{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;margin-bottom:2.5rem}.filter-btn{font-size:.68rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;padding:.5rem 1.1rem;border:1px solid var(--gray-light);background:none;cursor:pointer;transition:all var(--transition)}.filter-btn:hover,.filter-btn.active{background:var(--black);color:var(--white);border-color:var(--black)}.split-section{display:grid;grid-template-columns:1fr 1fr;min-height:520px}.split-section.reverse{direction:rtl}.split-section.reverse>*{direction:ltr}.split-image{overflow:hidden}.split-image img{width:100%;height:100%;object-fit:cover}.split-content{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,6vw,6rem);background:var(--cream)}.split-content .overline{margin-bottom:1rem}.split-content h2{margin-bottom:1.25rem}.split-content p{color:var(--gray-dark);margin-bottom:2rem}.marquee-section{overflow:hidden;background:var(--black);color:var(--white);padding:1.1rem 0}.marquee-track{display:flex;gap:3rem;animation:marquee 22s linear infinite;white-space:nowrap}.marquee-track span{font-size:.72rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;flex-shrink:0}.marquee-dot{color:var(--gray-mid)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.rich-text-section{text-align:center;background:var(--cream)}.rich-text-section h2{margin-bottom:1rem}.rich-text-section p{margin-inline:auto;color:var(--gray-dark);margin-bottom:2rem}.newsletter-section{background:var(--gray-dark);color:var(--white);text-align:center;padding-block:5rem}.newsletter-section .overline{color:var(--gray-light);margin-bottom:1rem}.newsletter-section h2{color:var(--white);margin-bottom:.75rem}.newsletter-section p{color:var(--gray-light);margin-inline:auto;margin-bottom:2rem}.newsletter-form{display:flex;max-width:440px;margin-inline:auto;border:1px solid rgba(255,255,255,.3)}.newsletter-form input{flex:1;background:transparent;border:none;outline:none;padding:1rem 1.25rem;color:var(--white);font-family:var(--font-sans);font-size:.85rem}.newsletter-form input::placeholder{color:var(--gray-mid)}.newsletter-form button{padding:1rem 1.5rem;background:var(--white);color:var(--black);border:none;font-size:.68rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:background var(--transition);white-space:nowrap}.newsletter-form button:hover{background:var(--cream)}.site-footer{background:var(--black);color:var(--white);padding-top:4rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand .site-logo{color:var(--white);margin-bottom:1rem}.footer-brand p{color:var(--gray-mid);font-size:.85rem;max-width:28ch}.footer-col h4{font-family:var(--font-sans);font-size:.68rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gray-light);margin-bottom:1.25rem}.footer-col ul{display:flex;flex-direction:column;gap:.65rem}.footer-col a{font-size:.85rem;color:var(--gray-mid);transition:color var(--transition)}.footer-col a:hover{color:var(--white)}.footer-social{display:flex;gap:1rem;margin-top:1.25rem}.footer-social a{width:36px;height:36px;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:.7rem;color:var(--gray-mid);transition:all var(--transition)}.footer-social a:hover{border-color:var(--white);color:var(--white)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-block:1.5rem;font-size:.72rem;color:var(--gray-mid)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:300;opacity:0;pointer-events:none;transition:opacity var(--transition)}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,100vw);background:var(--white);z-index:301;transform:translate(100%);transition:transform .35s ease;display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--cream-dark)}.cart-header h3{font-size:1rem;letter-spacing:.1em;text-transform:uppercase}.cart-close{background:none;border:none;font-size:1.25rem;cursor:pointer}.cart-items{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty{text-align:center;padding:3rem 1rem;color:var(--gray-mid)}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid var(--cream-dark)}.cart-item img{width:80px;height:100px;object-fit:cover}.cart-item__title{font-family:var(--font-serif);font-size:.95rem;margin-bottom:.25rem}.cart-item__price{font-size:.82rem;color:var(--gray-dark)}.cart-item__remove{background:none;border:none;color:var(--gray-mid);cursor:pointer;font-size:.8rem;align-self:start}.cart-footer{padding:1.5rem;border-top:1px solid var(--cream-dark)}.cart-subtotal{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.85rem}.cart-subtotal strong{font-weight:500}.cart-footer .btn{width:100%;justify-content:center}.product-page{padding-block:3rem}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-gallery{display:grid;grid-template-columns:80px 1fr;gap:.75rem}.gallery-thumbs{display:flex;flex-direction:column;gap:.75rem}.gallery-thumb{width:80px;height:96px;overflow:hidden;cursor:pointer;border:1px solid transparent;transition:border-color var(--transition)}.gallery-thumb.active{border-color:var(--black)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-main{aspect-ratio:3/4;overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:1rem}.product-info .overline{margin-bottom:.75rem}.product-info h1{font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:.5rem}.product-price{font-size:1.3rem;color:var(--gray-dark);margin-bottom:1.5rem;display:flex;gap:.75rem;align-items:baseline}.product-price s{font-size:1rem;color:var(--gray-mid)}.product-options{margin-bottom:1.5rem}.option-label{font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.6rem;display:block}.option-pills{display:flex;flex-wrap:wrap;gap:.5rem}.option-pill{padding:.45rem 1rem;border:1px solid var(--gray-light);font-size:.8rem;cursor:pointer;transition:all var(--transition);background:none}.option-pill:hover,.option-pill.active{border-color:var(--black);background:var(--black);color:var(--white)}.product-description{color:var(--gray-dark);margin-bottom:2rem;font-size:.95rem}.add-to-cart{width:100%;justify-content:center;padding-block:1.1rem;margin-bottom:1rem}.product-meta{margin-top:2rem;border-top:1px solid var(--cream-dark);padding-top:1.5rem}.meta-row{display:flex;gap:.5rem;font-size:.82rem;padding-block:.75rem;border-bottom:1px solid var(--cream-dark)}.meta-row strong{min-width:100px;font-weight:500;color:var(--gray-dark)}.cart-page{padding-block:3rem}.cart-page h1{margin-bottom:2rem}.cart-table-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:1rem;align-items:center;padding-block:1rem;border-bottom:1px solid var(--cream-dark)}.cart-table-head{font-size:.65rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--gray-mid)}.cart-qty-input{width:60px;text-align:center;border:1px solid var(--gray-light);padding:.4rem;font-family:var(--font-sans)}.cart-summary{max-width:360px;margin-left:auto;margin-top:2rem}.summary-row{display:flex;justify-content:space-between;padding-block:.65rem;font-size:.9rem}.summary-row.total{font-family:var(--font-serif);font-size:1.2rem;border-top:1px solid var(--black);margin-top:.5rem;padding-top:1rem}.checkout-btn{width:100%;justify-content:center;margin-top:1.25rem}.page-hero{background:var(--cream);padding:5rem 0;text-align:center}.page-content{padding-block:4rem;max-width:720px;margin-inline:auto}.page-content h2{margin-bottom:1rem}.page-content p{color:var(--gray-dark);margin-bottom:1.5rem}.not-found{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.5rem}.not-found h1{font-size:6rem;color:var(--cream-dark)}.not-found h2{font-family:var(--font-serif)}.text-center{text-align:center}.mt-sm{margin-top:1rem}.mt-md{margin-top:2rem}.mt-lg{margin-top:3rem}.bg-cream{background:var(--cream)}.bg-black{background:var(--black);color:var(--white)}@media(max-width:1024px){.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){.site-nav{display:none}.hamburger{display:flex}.hero{grid-template-columns:1fr}.hero-image{min-height:320px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.split-section{grid-template-columns:1fr;direction:ltr}.split-image{min-height:300px}.product-layout,.product-gallery{grid-template-columns:1fr}.gallery-thumbs{flex-direction:row}.gallery-thumb{width:60px;height:72px}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:.75rem;text-align:center}.cart-table-grid{grid-template-columns:1fr auto}.cart-table-qty,.cart-table-price{display:none}}@media(max-width:480px){.newsletter-form{flex-direction:column}.newsletter-form button{width:100%}.footer-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
