@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&family=Jost:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0905;--bg-card: #0f0d09;--border: rgba(255,255,255,.08);--gold: #c9a84c;--gold-dim: rgba(201,168,76,.15);--ivory: #f5f0e8;--ivory-muted: rgba(245,240,232,.5);--serif: "Cormorant Garamond", Georgia, serif;--sans: "Jost", system-ui, sans-serif;--ease: .3s ease;--max-w: 1280px}html{font-size:16px;scroll-behavior:smooth}body{background:var(--bg);color:var(--ivory);font-family:var(--sans);font-weight:300;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}ul,ol{list-style:none}input,textarea,select{font-family:inherit}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.no-scrollbar{scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.font-serif{font-family:var(--serif)}.label-sm{font-family:var(--sans);font-size:.7rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2.5rem;font-family:var(--sans);font-size:.72rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;transition:var(--ease);cursor:pointer}.btn-gold{background:var(--gold);color:var(--bg);border:1px solid var(--gold)}.btn-gold:hover{background:#dfc278;border-color:#dfc278}.btn-outline{background:transparent;color:var(--ivory);border:1px solid var(--border)}.btn-outline:hover{border-color:#c9a84c80;color:var(--gold)}.btn-ghost{background:transparent;padding:0 0 2px;font-size:.72rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--ivory);border-bottom:1px solid rgba(201,168,76,.3);transition:var(--ease)}.btn-ghost:hover{color:var(--gold);border-bottom-color:var(--gold)}.site-header{position:sticky;top:0;z-index:50;width:100%;border-bottom:1px solid var(--border);background:#0a0905cc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.header-inner{height:5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.header-left{display:flex;align-items:center;gap:2.5rem}.header-logo{font-family:var(--serif);font-size:1.4rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);white-space:nowrap;transition:color var(--ease)}.header-logo:hover{color:#dfc278}.header-nav{display:flex;align-items:center;gap:1.5rem}.header-nav a{font-size:.72rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;color:var(--ivory-muted);transition:color var(--ease)}.header-nav a:hover{color:var(--ivory)}.header-right{display:flex;align-items:center;gap:1.5rem}.header-icon{display:flex;align-items:center;justify-content:center;color:var(--ivory-muted);transition:color var(--ease);position:relative}.header-icon:hover{color:var(--ivory)}.header-icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.5}.cart-badge{position:absolute;top:-8px;right:-8px;min-width:16px;height:16px;background:var(--gold);color:var(--bg);font-size:.6rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 3px;transition:transform var(--ease)}.header-icon:hover .cart-badge{transform:scale(1.1)}.site-footer{background:var(--bg);border-top:1px solid var(--border);margin-top:6rem;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem}.footer-brand-name{font-family:var(--serif);font-size:1.4rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;display:block}.footer-brand-desc{color:var(--ivory-muted);font-size:.9rem;max-width:320px;line-height:1.8;font-weight:300}.footer-col-title{font-family:var(--serif);font-size:1.1rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem}.footer-links{display:flex;flex-direction:column;gap:1rem}.footer-links a,.footer-links span{font-size:.85rem;color:var(--ivory-muted);transition:color var(--ease);cursor:pointer}.footer-links a:hover,.footer-links span:hover{color:var(--gold)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;border-top:1px solid var(--border)}.footer-bottom span{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--ivory-muted)}.footer-legal{display:flex;gap:1.5rem}.footer-legal span{transition:color var(--ease);cursor:pointer}.footer-legal span:hover{color:var(--gold)}.hero{position:relative;height:85vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.7}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0a0905f2,#0a090566 40%,#0a09051a)}.hero-overlay-flat{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a09054d}.hero-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1.5rem;max-width:900px;gap:2rem}.hero-eyebrow{font-size:.72rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--gold)}.hero-title{font-family:var(--serif);font-size:clamp(3.2rem,7vw,7rem);font-weight:300;line-height:1.08;color:var(--ivory)}.hero-title em{font-style:italic;color:var(--gold)}.hero-sub{color:var(--ivory-muted);font-size:clamp(1rem,2vw,1.2rem);font-weight:300;max-width:560px;line-height:1.8}.categories-ribbon{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#0a090580;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);position:sticky;top:5rem;z-index:40}.categories-ribbon ul{display:flex;align-items:center;justify-content:center;overflow-x:auto;padding:1.5rem 0;gap:3rem}.categories-ribbon a{white-space:nowrap;flex-shrink:0;font-size:.72rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--ivory-muted);transition:color var(--ease)}.categories-ribbon a:hover{color:var(--gold)}.section{padding:6rem 0}.section-sm{padding:4rem 0}.section-heading-wrap{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:4rem}.section-heading-wrap h2{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);font-weight:400;margin-bottom:1rem}.section-divider{width:3rem;height:1px;background:var(--gold);margin:0 auto 1.5rem}.section-sub{color:var(--ivory-muted);font-weight:300;max-width:480px;line-height:1.8}.product-card{display:flex;flex-direction:column;gap:1rem;position:relative}.product-card-link-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10}.product-card-image-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:#ffffff08;display:flex;align-items:center;justify-content:center}.product-card-image{width:100%;height:100%;object-fit:cover;opacity:.9;transition:transform .7s ease,opacity .3s ease}.product-card:hover .product-card-image{transform:scale(1.05);opacity:1}.product-card-badge{position:absolute;top:1rem;left:1rem;background:#c9a84ce6;color:var(--bg);font-size:.6rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;padding:.3rem .75rem;z-index:2}.product-card-sold-out{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:#0a090599;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}.product-card-sold-out span{font-size:.72rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;border:1px solid var(--border);padding:.6rem 1.5rem}.product-card-body{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem}.product-card-category{font-size:.65rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--ivory-muted)}.product-card-name{font-family:var(--serif);font-size:1.25rem;font-weight:400;letter-spacing:.04em;color:var(--ivory)}.product-card-price{font-size:.9rem;font-weight:500;letter-spacing:.1em;color:var(--gold)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem 4rem}.product-grid-4{grid-template-columns:repeat(4,1fr);gap:2rem 3rem}.brand-story-section{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:8rem 0;overflow:hidden}.brand-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.brand-story-image-wrap{position:relative;aspect-ratio:4/5;overflow:hidden}.brand-story-image{width:100%;height:100%;object-fit:cover}.brand-story-text{display:flex;flex-direction:column;gap:2rem;max-width:520px}.brand-story-eyebrow{font-size:.7rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold)}.brand-story-title{font-family:var(--serif);font-size:clamp(2rem,3.5vw,3.2rem);font-weight:400;line-height:1.15}.brand-story-body{display:flex;flex-direction:column;gap:1.25rem}.brand-story-body p{color:var(--ivory-muted);font-weight:300;line-height:1.9;font-size:.95rem}.brand-story-cta{display:inline-flex;align-items:center;gap:1rem;font-size:.72rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--ivory);width:fit-content;transition:color var(--ease)}.brand-story-cta span{border-bottom:1px solid rgba(201,168,76,.3);padding-bottom:2px;transition:border-color var(--ease)}.brand-story-cta svg{width:16px;height:16px;transition:transform var(--ease)}.brand-story-cta:hover{color:var(--gold)}.brand-story-cta:hover span{border-color:var(--gold)}.brand-story-cta:hover svg{transform:translate(6px)}.section-header-split{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:4rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.section-header-split h2{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.5rem)}.section-header-split a{font-size:.72rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--ivory-muted);transition:color var(--ease)}.section-header-split a:hover{color:var(--gold)}.shop-layout{padding-top:3rem;padding-bottom:6rem;display:flex;gap:3rem;align-items:flex-start}.shop-sidebar{width:240px;flex-shrink:0;position:sticky;top:9rem}.shop-sidebar h3{font-family:var(--serif);font-size:1.5rem;margin-bottom:1.5rem}.shop-filter-list{display:flex;flex-direction:column;gap:1rem}.shop-filter-btn{display:block;font-size:.75rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;color:var(--ivory-muted);text-align:left;background:none;border:none;cursor:pointer;padding:0;transition:color var(--ease)}.shop-filter-btn:hover,.shop-filter-btn.active{color:var(--gold);font-weight:500}.shop-main{flex:1;min-width:0}.shop-title{font-family:var(--serif);font-size:2.5rem;margin-bottom:.5rem}.shop-count{color:var(--ivory-muted);font-size:.9rem;margin-bottom:2.5rem;font-weight:300}.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem 2.5rem}.shop-empty{padding:6rem;text-align:center;border:1px dashed var(--border);background:var(--bg-card)}.shop-empty p{font-family:var(--serif);font-size:1.3rem;font-style:italic;color:var(--ivory-muted);margin-bottom:1.5rem}.product-page{padding:3rem 0 6rem}.product-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-img-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:var(--bg-card);border:1px solid var(--border)}.product-img-wrap img{width:100%;height:100%;object-fit:cover}.product-bestseller-badge{position:absolute;top:1.5rem;left:1.5rem;background:#c9a84ce6;color:var(--bg);font-size:.65rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;padding:.4rem 1rem}.product-info{display:flex;flex-direction:column}.product-category{font-size:.7rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--ivory-muted);margin-bottom:1rem;display:block}.product-title{font-family:var(--serif);font-size:clamp(2rem,3.5vw,3.2rem);font-weight:300;line-height:1.1;margin-bottom:1rem}.product-price{font-size:1.5rem;font-weight:500;letter-spacing:.08em;color:var(--gold);margin-bottom:2rem}.product-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding:1.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:2rem}.product-meta-label{display:block;font-size:.65rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--ivory-muted);margin-bottom:.3rem}.product-meta-value{font-weight:400;font-size:.95rem}.product-desc{color:var(--ivory-muted);font-weight:300;line-height:1.9;font-size:.95rem;margin-bottom:2rem}.product-qty-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.qty-wrap{display:flex;align-items:center;border:1px solid var(--border);background:var(--bg);height:3.5rem}.qty-btn-inner{width:3.5rem;height:100%;display:flex;align-items:center;justify-content:center;color:var(--ivory-muted);transition:color var(--ease);font-size:1.2rem}.qty-btn-inner:hover{color:var(--gold)}.qty-num{width:3rem;text-align:center;font-size:1rem;border-left:1px solid var(--border);border-right:1px solid var(--border);padding:0 .5rem}.atc-btn{flex:1;height:3.5rem;background:var(--gold);color:var(--bg);display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:.72rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;border:1px solid var(--gold);cursor:pointer;transition:var(--ease)}.atc-btn:hover{background:#dfc278;border-color:#dfc278}.atc-btn:disabled{opacity:.6;cursor:not-allowed}.atc-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.5}.product-sold-out{padding:1.5rem;background:var(--bg-card);border:1px solid var(--border);text-align:center;margin-bottom:1.5rem}.product-sold-out p{font-size:.8rem;color:var(--ivory-muted);margin-top:.5rem}.product-shipping-notes{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}.product-shipping-notes li{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:var(--ivory-muted)}.shipping-dot{width:5px;height:5px;border-radius:50%;background:#c9a84c80;flex-shrink:0}.cart-page{padding:3rem 0 6rem}.cart-title{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);margin-bottom:.5rem}.cart-subtitle{color:var(--ivory-muted);font-size:.9rem;margin-bottom:3rem;font-weight:300}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:1.5rem;align-items:center;padding:1.5rem 0;border-bottom:1px solid var(--border)}.cart-item:first-child{border-top:1px solid var(--border)}.cart-item-img{width:90px;height:90px;object-fit:cover;background:var(--bg-card)}.cart-item-name{font-family:var(--serif);font-size:1.1rem;margin-bottom:.25rem}.cart-item-origin{font-size:.8rem;color:var(--ivory-muted);font-style:italic}.cart-item-price{font-size:.9rem;color:var(--gold);margin-top:.5rem;font-weight:500}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.cart-item-remove{font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--ivory-muted);background:none;border:none;cursor:pointer;transition:color var(--ease)}.cart-item-remove:hover{color:#e74c3c}.cart-summary-box{background:var(--bg-card);border:1px solid var(--border);padding:2rem;position:sticky;top:9rem}.cart-summary-title{font-size:.68rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border);font-size:.9rem}.cart-summary-row:last-of-type{border-bottom:none}.cart-summary-label{color:var(--ivory-muted)}.cart-summary-total{display:flex;justify-content:space-between;align-items:baseline;padding:1.25rem 0;margin:.5rem 0;border-top:1px solid var(--border)}.cart-total-label{font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase}.cart-total-value{font-family:var(--serif);font-size:2rem;color:var(--gold)}.cart-checkout-btn{width:100%;padding:1.1rem;background:var(--gold);color:var(--bg);font-size:.72rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;border:1px solid var(--gold);cursor:pointer;transition:var(--ease);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.cart-checkout-btn:hover{background:#dfc278;border-color:#dfc278}.cart-continue-btn{width:100%;padding:1.1rem;background:transparent;color:var(--ivory);font-size:.72rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;border:1px solid var(--border);cursor:pointer;transition:var(--ease);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.cart-continue-btn:hover{border-color:#c9a84c80;color:var(--gold)}.cart-note{text-align:center;font-size:.75rem;color:var(--ivory-muted);line-height:1.7}.cart-empty{text-align:center;padding:6rem 2rem}.cart-empty svg{color:#ffffff14;margin:0 auto 2rem;display:block}.cart-empty h2{font-family:var(--serif);font-size:2rem;margin-bottom:1rem}.cart-empty p{color:var(--ivory-muted);margin-bottom:2rem;font-weight:300}.not-found{min-height:calc(100vh - 5rem);display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.not-found-inner{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.not-found-code{font-family:var(--serif);font-size:clamp(6rem,14vw,12rem);font-weight:300;line-height:1}.not-found-title{font-family:var(--serif);font-style:italic;font-size:1.5rem;color:var(--ivory-muted)}.not-found-body{font-size:.9rem;color:var(--ivory-muted);max-width:360px}.not-found-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:1rem}.page-content{padding:4rem 0 6rem;max-width:740px;margin:0 auto}.page-content h1{font-family:var(--serif);font-size:2.5rem;margin-bottom:1.5rem}.page-content .page-divider{width:3rem;height:1px;background:var(--gold);margin-bottom:2rem}.page-content .page-body{color:var(--ivory-muted);line-height:1.9;font-size:.95rem;font-weight:300}.page-content .page-body p+p{margin-top:1rem}@media(max-width:1024px){.product-grid,.product-grid-4,.shop-grid{grid-template-columns:repeat(2,1fr)}.brand-story-grid{grid-template-columns:1fr;gap:3rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.cart-layout{grid-template-columns:1fr}.cart-summary-box{position:static}.product-page-grid{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:768px){.header-nav{display:none}.product-grid,.product-grid-4,.shop-grid{grid-template-columns:1fr 1fr}.shop-layout{flex-direction:column}.shop-sidebar{width:100%;position:static}.footer-grid{grid-template-columns:1fr;gap:2rem}.section,.brand-story-section{padding:4rem 0}.section-header-split{flex-direction:column;gap:1rem;align-items:flex-start}}@media(max-width:480px){.product-grid,.product-grid-4,.shop-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
