:root{--cream: #faf7f2;--cream-dark: #f0ebe2;--cream-mid: #ede7dc;--white: #ffffff;--text: #1c1a17;--text-mid: #4a4540;--text-muted: #7a7268;--gold: #b5891f;--gold-dark: #8f6c15;--gold-light: #e8c96a;--border: #dfd7cb;--border-dark: #ccc3b4;--shadow-sm: 0 1px 6px rgba(0,0,0,.06);--shadow-md: 0 4px 24px rgba(0,0,0,.09);--shadow-lg: 0 12px 48px rgba(0,0,0,.12);--font-heading:"Playfair Display", Georgia, serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--radius: 4px;--radius-lg: 8px;--max-width: 1280px;--header-h: 180px;--transition: .22s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--cream);color:var(--text);line-height:1.65;-webkit-font-smoothing:antialiased}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;border:none;background:none}ul,ol{list-style:none}input,select,textarea{font-family:inherit;font-size:1rem}.skip-to-content{position:absolute;top:-100px;left:1rem;z-index:9999;background:var(--gold);color:#fff;padding:.5rem 1rem;border-radius:var(--radius);transition:top .2s}.skip-to-content:focus{top:1rem}h1,h2,h3,h4,h5{font-family:var(--font-heading);font-weight:600;line-height:1.25;color:var(--text)}h1{font-size:clamp(2rem,4vw,3rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:clamp(1.15rem,2vw,1.5rem)}h4{font-size:1.125rem}p{color:var(--text-mid)}.section-label{font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}.section-title{margin-top:.4rem}.container{width:100%;max-width:var(--max-width);margin-left:auto!important;margin-right:auto!important;padding-inline:1.25rem}.section{display:block!important;padding-block:5rem}.section--sm{padding-block:3rem}.section--lg{padding-block:7rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.8rem;font-size:.875rem;font-weight:500;letter-spacing:.04em;border-radius:var(--radius);transition:background var(--transition),color var(--transition),box-shadow var(--transition);white-space:nowrap}.btn-gold{background:var(--gold);color:#fff}.btn-gold:hover{background:var(--gold-dark);box-shadow:0 4px 16px #b5891f66}.btn-outline{background:transparent;color:var(--text);border:1.5px solid var(--border-dark)}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.btn-full{width:100%}.btn-lg{padding:1rem 2.25rem;font-size:1rem}.site-header{position:sticky;top:0;z-index:500;background:#faf7f2f7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);height:var(--header-h)}.header-inner{display:flex;align-items:center;gap:1.5rem;height:100%}.header-logo{font-family:var(--font-heading);font-size:1.85rem;font-weight:700;color:var(--text);flex-shrink:0}.header-logo span{color:var(--gold)}.header-logo img{height:56px;width:auto}.header-nav{flex:1;display:flex;justify-content:center;gap:.25rem}.header-nav a{padding:.5rem .9rem;font-size:.875rem;font-weight:500;color:var(--text-mid);border-radius:var(--radius);transition:color var(--transition),background var(--transition);position:relative}.header-nav a:after{content:"";position:absolute;bottom:4px;left:.9rem;right:.9rem;height:1px;background:var(--gold);transform:scaleX(0);transition:transform var(--transition)}.header-nav a:hover{color:var(--text)}.header-nav a:hover:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.header-icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);color:var(--text-mid);transition:color var(--transition),background var(--transition);position:relative}.header-icon-btn:hover{background:var(--cream-dark);color:var(--text)}.header-icon-btn svg{width:22px;height:22px;stroke-width:1.6}.cart-count{position:absolute;top:4px;right:4px;width:17px;height:17px;background:var(--gold);color:#fff;font-size:.62rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none}.cart-count[data-count="0"]{display:none}.hamburger{display:none;flex-direction:column;gap:5px;padding:.5rem}.hamburger span{display:block;width:22px;height:1.5px;background:var(--text);transition:all .25s}.hamburger.is-open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0}.hamburger.is-open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-nav{display:none;position:fixed;inset:var(--header-h) 0 0 0;z-index:490;background:var(--cream);flex-direction:column;padding:2rem 1.25rem;overflow-y:auto;transform:translate(-100%);transition:transform .3s ease}.mobile-nav.is-open{transform:translate(0)}.mobile-nav a{display:block;padding:.85rem 0;font-size:1.1rem;font-weight:500;border-bottom:1px solid var(--border);color:var(--text)}.overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:480;background:#1c1a1773;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;transition:opacity .3s}.overlay.is-visible{display:block;opacity:1}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:600;width:min(440px,100vw);background:var(--white);display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-lg)}.cart-drawer.is-open{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 1.5rem;border-bottom:1px solid var(--border)}.cart-drawer-title{font-family:var(--font-heading);font-size:1.25rem}.cart-drawer-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);color:var(--text-muted);transition:color var(--transition),background var(--transition)}.cart-drawer-close:hover{background:var(--cream-dark);color:var(--text)}.cart-drawer-body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem}.cart-drawer-empty{text-align:center;padding:3rem 1rem;color:var(--text-muted)}.cart-drawer-empty p{margin-top:.75rem;font-size:.9rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;align-items:start;padding-block:1.1rem;border-bottom:1px solid var(--border)}.cart-item-img{border-radius:var(--radius);overflow:hidden;aspect-ratio:1;object-fit:cover}.cart-item-title{font-size:.875rem;font-weight:500;line-height:1.35}.cart-item-variant{font-size:.78rem;color:var(--text-muted);margin-top:.2rem}.cart-item-price{font-size:.875rem;font-weight:600;color:var(--gold-dark);margin-top:.35rem}.cart-item-qty{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius);margin-top:.6rem;height:30px}.cart-item-qty button{width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--text-mid);transition:color var(--transition)}.cart-item-qty button:hover{color:var(--gold)}.cart-item-qty span{min-width:28px;text-align:center;font-size:.85rem}.cart-item-remove{color:var(--text-muted);font-size:.75rem;transition:color var(--transition);background:none;border:none;cursor:pointer}.cart-item-remove:hover{color:#c0392b}.cart-drawer-footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border);background:var(--cream)}.cart-subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem;font-size:.95rem}.cart-subtotal strong{font-size:1.15rem;color:var(--text)}.cart-shipping-note{font-size:.78rem;color:var(--text-muted);text-align:center;margin-bottom:.75rem}.hero{position:relative;min-height:min(90vh,720px);display:flex;align-items:center;overflow:hidden;background:var(--cream-dark)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,rgba(28,26,23,.62) 0%,rgba(28,26,23,.2) 60%,transparent 100%)}.hero-content{position:relative;z-index:2;max-width:580px;color:#fff}.hero-label{display:inline-block;background:#b5891fe6;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:.35rem .9rem;border-radius:2px;margin-bottom:1.25rem}.hero-title{font-size:clamp(2.2rem,5vw,3.75rem);font-weight:700;line-height:1.12;color:#fff;margin-bottom:1.25rem}.hero-title em{font-style:italic;color:var(--gold-light)}.hero-desc{font-size:1.05rem;color:#ffffffe0;margin-bottom:2rem;max-width:440px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-actions .btn-gold{box-shadow:0 6px 24px #b5891f80}.hero-actions .btn-outline{color:#fff;border-color:#fff9}.hero-actions .btn-outline:hover{border-color:var(--gold-light);color:var(--gold-light)}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}.collection-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:3/4;background:var(--cream-mid);cursor:pointer}.collection-card-img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.25,.46,.45,.94)}.collection-card:hover .collection-card-img{transform:scale(1.06)}.collection-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(28,26,23,.75) 0%,rgba(28,26,23,.15) 55%,transparent 100%);display:flex;align-items:flex-end;padding:1.4rem;transition:background var(--transition)}.collection-card:hover .collection-card-overlay{background:linear-gradient(to top,rgba(28,26,23,.82) 0%,rgba(28,26,23,.25) 60%,transparent 100%)}.collection-card-title{font-family:var(--font-heading);font-size:1.15rem;font-weight:600;color:#fff;line-height:1.25}.collection-card-count{font-size:.78rem;color:#ffffffb8;margin-top:.2rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.5rem 1.25rem}.product-card{position:relative}.product-card-img-wrap{position:relative;aspect-ratio:1;border-radius:var(--radius-lg);overflow:hidden;background:#f5f5f5;margin-bottom:.9rem;box-shadow:inset 0 2px 8px #00000008,0 4px 12px #00000005}.product-card-img-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 30%,transparent 40%,rgba(0,0,0,.02) 100%);pointer-events:none}.product-card-img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.25,.46,.45,.94),opacity .5s cubic-bezier(.25,.46,.45,.94);mix-blend-mode:multiply}.product-card:hover .product-card-img{transform:scale(1.05)}.product-card.has-hover-image:hover .product-card-img-primary{opacity:0}.product-card.has-hover-image:hover .product-card-img-hover{opacity:1}.product-card-badge{position:absolute;top:.7rem;left:.7rem;background:var(--gold);color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.25rem .6rem;border-radius:2px}.product-card-badge.badge-sale{background:#c0392b}.product-card-quick-add{position:absolute;bottom:.7rem;left:.7rem;right:.7rem;opacity:0;transform:translateY(6px);transition:opacity .25s,transform .25s}.product-card:hover .product-card-quick-add{opacity:1;transform:translateY(0)}.product-card-quick-add .btn{width:100%;font-size:.8rem;padding:.65rem;background:#fffffff2;color:var(--text);border:1px solid var(--border);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-card-quick-add .btn:hover{background:var(--gold);color:#fff;border-color:var(--gold)}.product-card-title{font-family:var(--font-heading);font-size:1rem;font-weight:600;line-height:1.35;margin-bottom:.3rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-title a{transition:color var(--transition)}.product-card-title a:hover{color:var(--gold)}.product-card-price{display:flex;align-items:baseline;gap:.5rem}.price{font-size:.95rem;font-weight:600;color:var(--text)}.price-compare{font-size:.85rem;color:var(--text-muted);text-decoration:line-through}.price-sale{color:#c0392b}.features-strip{background:var(--cream-dark);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding-block:2rem}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.feature-item{display:flex;align-items:flex-start;gap:.85rem}.feature-icon{width:40px;height:40px;flex-shrink:0;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.feature-icon svg{width:20px;height:20px}.feature-label{font-weight:600;font-size:.875rem;color:var(--text)}.feature-desc{font-size:.78rem;color:var(--text-muted);margin-top:.15rem}.banner-strip{background:var(--gold);color:#fff;text-align:center;padding:.6rem 1rem;font-size:.8rem;font-weight:500;letter-spacing:.04em}.banner-strip a{color:#fff;text-decoration:underline}.collection-layout{display:grid;grid-template-columns:240px 1fr;gap:2.5rem;align-items:start}.collection-sidebar{position:sticky;top:calc(var(--header-h) + 1.5rem)}.sidebar-section{margin-bottom:2rem}.sidebar-title{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.sidebar-link-list{display:flex;flex-direction:column;gap:.1rem}.sidebar-link{display:block;padding:.45rem .6rem;font-size:.875rem;color:var(--text-mid);border-radius:var(--radius);transition:background var(--transition),color var(--transition);position:relative}.sidebar-link:hover,.sidebar-link.is-active{background:var(--cream-dark);color:var(--text)}.sidebar-link.is-active{font-weight:600;color:var(--gold)}.sidebar-link .count{color:var(--text-muted);font-size:.78rem}.collection-header{padding-block:3rem 2rem;border-bottom:1px solid var(--border);margin-bottom:2rem}.collection-header-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.collection-desc{font-size:.9rem;color:var(--text-muted);margin-top:.5rem;max-width:600px}.sort-select{padding:.5rem 2rem .5rem .9rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);font-size:.85rem;color:var(--text);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%237a7268' stroke-width='1.5'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center}.collection-seo-description{margin-top:4rem;padding:3rem 3.5rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);max-width:860px}.collection-seo-description h2{font-size:1.4rem;margin-top:2rem;margin-bottom:.75rem;color:var(--text)}.collection-seo-description h3{font-size:1.05rem;margin-top:1.4rem;margin-bottom:.5rem;color:var(--text-mid);font-weight:600}.collection-seo-description p{font-size:.95rem;line-height:1.8;color:var(--text-mid);margin-bottom:.9rem}.collection-seo-description ul{list-style:disc;padding-left:1.4rem;margin-bottom:1rem}.collection-seo-description ul li{font-size:.93rem;line-height:1.75;color:var(--text-mid);margin-bottom:.3rem}.collection-seo-description em{font-style:italic}.collection-seo-description .seo-faq strong{display:block;margin-top:1.1rem;font-size:.95rem;color:var(--text)}.collection-seo-description .seo-cta{margin-top:2rem;padding:1.5rem;background:var(--cream-dark);border-radius:var(--radius);text-align:center}.collection-seo-description .seo-cta p{margin-bottom:.75rem;font-size:1rem;color:var(--text)}.sidebar-group{margin-bottom:.25rem}.sidebar-parent{display:flex;justify-content:space-between;align-items:center;font-weight:600;color:var(--text)}.sidebar-parent:hover{color:var(--gold)}.sidebar-toggle{font-size:1rem;color:var(--text-muted);transition:transform var(--transition);display:inline-block}.sidebar-toggle.is-open{transform:rotate(90deg)}.sidebar-sub-list{display:none;flex-direction:column;padding-left:.85rem;margin-top:.15rem;border-left:2px solid var(--border)}.sidebar-sub-list.is-open{display:flex}.sidebar-sub{font-size:.82rem;padding:.3rem .6rem}.sidebar-sub.is-active{color:var(--gold);font-weight:600}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:3rem}.pagination a,.pagination span{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem;color:var(--text-mid);transition:all var(--transition)}.pagination a:hover{border-color:var(--gold);color:var(--gold)}.pagination span.current{background:var(--gold);color:#fff;border-color:var(--gold)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:start;padding-block:2.5rem}.product-gallery-main{border-radius:var(--radius-lg);overflow:hidden;background:#f5f5f5;aspect-ratio:1;box-shadow:inset 0 2px 12px #0000000a,0 8px 24px #00000008;position:relative}.product-gallery-main:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 30%,transparent 40%,rgba(0,0,0,.03) 100%);pointer-events:none}.product-gallery-main img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;mix-blend-mode:multiply}.product-gallery-main:hover img{transform:scale(1.1);cursor:zoom-in}.product-thumbnails{display:flex;gap:.6rem;margin-top:.75rem;flex-wrap:wrap}.product-thumb{width:70px;height:70px;border-radius:var(--radius);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color var(--transition),transform var(--transition);background:#f5f5f5;flex-shrink:0;box-shadow:inset 0 1px 4px #00000005}.product-thumb:hover{transform:translateY(-2px);border-color:var(--border-dark)}.product-thumb img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.product-thumb.is-active{border-color:var(--gold)}.product-vendor{font-size:.8rem;color:var(--gold);font-weight:600;letter-spacing:.06em;text-transform:uppercase}.product-title{font-size:clamp(1.4rem,2.5vw,2rem);margin-block:.5rem .75rem}.product-price-wrap{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.25rem}.product-price{font-size:1.5rem;font-weight:700;color:var(--text)}.product-price-compare{font-size:1.1rem;color:var(--text-muted);text-decoration:line-through}.product-price-badge{background:#c0392b;color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .55rem;border-radius:2px}.product-variants{margin-bottom:1.25rem}.variant-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.6rem;display:block}.variant-options{display:flex;gap:.5rem;flex-wrap:wrap}.variant-btn{padding:.45rem 1rem;border:1.5px solid var(--border-dark);border-radius:var(--radius);font-size:.85rem;color:var(--text-mid);transition:all var(--transition);cursor:pointer}.variant-btn:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.variant-btn.is-active{background:var(--gold);color:#fff;border-color:var(--gold)}.variant-btn.is-unavailable{opacity:.45;cursor:not-allowed}.product-qty-wrap{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.qty-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.qty-stepper{display:flex;align-items:center;border:1.5px solid var(--border-dark);border-radius:var(--radius);overflow:hidden}.qty-btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--text-mid);transition:background var(--transition),color var(--transition)}.qty-btn:hover{background:var(--cream-dark);color:var(--text)}.qty-input{width:44px;height:38px;text-align:center;border:none;border-left:1.5px solid var(--border-dark);border-right:1.5px solid var(--border-dark);font-size:.95rem;color:var(--text);background:transparent}.qty-input::-webkit-inner-spin-button,.qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.add-to-cart-btn{margin-bottom:.75rem}.add-to-cart-btn .btn{font-size:.95rem;padding:1rem 2rem}.buy-now-btn .btn{background:var(--text);color:#fff}.buy-now-btn .btn:hover{background:#333}.product-meta{display:flex;flex-direction:column;gap:.4rem;margin-block:1.25rem;padding:1rem;background:var(--cream-dark);border-radius:var(--radius);font-size:.83rem}.product-meta span{display:flex;gap:.5rem;color:var(--text-mid)}.product-meta span strong{color:var(--text)}.product-tabs{margin-top:1.75rem;border-top:1px solid var(--border);padding-top:1.5rem}.tabs-nav{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:1.25rem}.tab-btn{padding:.65rem 1.25rem;font-size:.875rem;font-weight:500;color:var(--text-muted);border-bottom:2px solid transparent;margin-bottom:-1px;transition:color var(--transition),border-color var(--transition)}.tab-btn.is-active{color:var(--text);border-bottom-color:var(--gold)}.tab-panel{display:none;font-size:.9rem;color:var(--text-mid);line-height:1.75}.tab-panel.is-active{display:block}.tab-panel h3,.tab-panel h4{font-size:1rem;color:var(--text);margin-bottom:.5rem}.tab-panel ul{padding-left:1.25rem;list-style:disc}.tab-panel ul li{margin-bottom:.35rem}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:2.5rem;align-items:start;padding-block:2.5rem}.cart-table{width:100%}.cart-table-head{display:grid;grid-template-columns:1fr auto auto;padding:.6rem 0;border-bottom:2px solid var(--border);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.cart-row{display:grid;grid-template-columns:1fr auto auto;gap:1rem;align-items:center;padding:1.1rem 0;border-bottom:1px solid var(--border)}.cart-row-info{display:flex;gap:1rem;align-items:flex-start}.cart-row-img{width:72px;height:72px;border-radius:var(--radius);object-fit:cover;flex-shrink:0}.cart-row-name{font-size:.9rem;font-weight:500;line-height:1.3}.cart-row-variant{font-size:.8rem;color:var(--text-muted);margin-top:.2rem}.cart-row-price{font-size:.9rem;font-weight:600;text-align:right;min-width:80px}.cart-summary-box{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;position:sticky;top:calc(var(--header-h) + 1rem)}.cart-summary-title{font-size:1.1rem;margin-bottom:1.25rem}.summary-line{display:flex;justify-content:space-between;align-items:baseline;padding-block:.5rem;font-size:.9rem;color:var(--text-mid);border-bottom:1px solid var(--border)}.summary-line.total{font-size:1.1rem;font-weight:700;color:var(--text);border-bottom:none;margin-top:.5rem}.checkout-btn{margin-top:1.25rem}.checkout-btn .btn{font-size:.95rem}.cart-continue{display:block;text-align:center;margin-top:.75rem;font-size:.83rem;color:var(--text-muted)}.cart-continue:hover{color:var(--gold)}.collection-seo-description{margin-top:4rem;padding:3rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--text-mid);line-height:1.8}.collection-seo-description h2{font-size:1.35rem;margin-top:2rem;margin-bottom:.6rem;color:var(--text)}.collection-seo-description h2:first-child{margin-top:0}.collection-seo-description h3{font-size:1.05rem;margin-top:1.25rem;margin-bottom:.4rem;color:var(--text);font-family:var(--font-body);font-weight:600}.collection-seo-description p{margin-bottom:.85rem;font-size:.95rem}.collection-seo-description ul{padding-left:1.25rem;list-style:disc;margin-bottom:.85rem}.collection-seo-description ul li{margin-bottom:.35rem;font-size:.95rem}.collection-seo-description strong{color:var(--text);font-weight:600}.site-footer{background:#1c1a17;color:#ffffffbf;padding-top:4rem;margin-top:5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3.5rem;border-bottom:1px solid rgba(255,255,255,.12)}.footer-brand-name{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.75rem}.footer-brand-name span{color:var(--gold-light)}.footer-tagline{font-size:.875rem;line-height:1.65;color:#fff9;max-width:280px}.footer-socials{display:flex;gap:.5rem;margin-top:1.25rem}.footer-social-link{width:36px;height:36px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffffbf;transition:background var(--transition),color var(--transition)}.footer-social-link:hover{background:var(--gold);color:#fff}.footer-social-link svg{width:16px;height:16px}.footer-col-title{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#fff6;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.45rem}.footer-link{font-size:.875rem;color:#ffffffa6;transition:color var(--transition)}.footer-link:hover{color:var(--gold-light)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding-block:1.25rem;font-size:.78rem;color:#fff6}.footer-payment{display:flex;gap:.5rem;align-items:center}.payment-icon{height:22px;padding:.15rem .5rem;background:#ffffff1f;border-radius:3px;font-size:.65rem;color:#ffffffbf;font-weight:600;display:flex;align-items:center}.back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;z-index:300;width:44px;height:44px;background:var(--gold);color:#fff;border-radius:50%;font-size:1.4rem;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;transform:translateY(10px)}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{background:var(--gold-dark)}.breadcrumb{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding:1rem 0;font-size:.8rem;color:var(--text-muted)}.breadcrumb a:hover{color:var(--gold)}.breadcrumb-sep{color:var(--border-dark)}.related-section{padding-block:3.5rem;border-top:1px solid var(--border)}.newsletter-section{background:var(--cream-dark);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding-block:4rem;text-align:center}.newsletter-inner{max-width:500px;margin-left:auto!important;margin-right:auto!important}.newsletter-section h2{margin-bottom:.5rem}.newsletter-section p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem}.newsletter-form{display:flex;gap:.5rem}.newsletter-input{flex:1;padding:.8rem 1.1rem;border:1.5px solid var(--border-dark);border-radius:var(--radius);font-size:.9rem;background:var(--white);transition:border-color var(--transition)}.newsletter-input:focus{outline:none;border-color:var(--gold)}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.toast{position:fixed;bottom:2rem;left:50%;z-index:700;transform:translate(-50%) translateY(20px);background:var(--text);color:#fff;padding:.85rem 1.5rem;border-radius:var(--radius-lg);font-size:.875rem;font-weight:500;box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;white-space:nowrap}.toast.is-visible{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.toast.success{background:#2d6a4f}@media(max-width:1024px){.collection-layout{grid-template-columns:200px 1fr;gap:1.75rem}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){:root{--header-h: 60px}.header-nav{display:none}.hamburger,.mobile-nav{display:flex}.hero{min-height:min(70vh,540px)}.hero-title{font-size:2rem}.collection-layout{grid-template-columns:1fr}.collection-sidebar{display:none}.collection-sidebar.is-open{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:550;background:var(--cream);padding:1.5rem;overflow-y:auto}.product-layout{grid-template-columns:1fr;gap:2rem}.cart-layout{grid-template-columns:1fr}.cart-summary-box{position:static}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem .75rem}.collection-grid{grid-template-columns:repeat(2,1fr)}.features-list{grid-template-columns:1fr 1fr}.newsletter-form{flex-direction:column}}@media(max-width:480px){.collection-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem .5rem}.footer-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:flex-start}.cart-table-head{display:none}}.product-description-bottom{max-width:820px;margin:4rem auto 0;padding-inline:1.5rem;border-top:1px solid var(--border, #e2d1b2);padding-top:2rem}.product-description-bottom .product-tabs{border-top:none;padding-top:0;margin-top:0}.menu-dropdown-wrapper{position:relative;display:inline-block}.menu-dropdown-toggle{display:inline-flex!important;align-items:center;gap:.35rem}.dropdown-chevron{transition:transform var(--transition, .25s);width:9px;height:9px}.menu-dropdown-wrapper:hover .dropdown-chevron{transform:rotate(180deg)}.menu-dropdown-content{display:block;opacity:0;visibility:hidden;position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(12px);background:var(--cream-low, #fdfcf7);border:1px solid var(--border-dark, #e2d1b2);border-radius:var(--radius, 8px);min-width:240px;box-shadow:0 10px 30px #b5891f26;z-index:99;transition:opacity .25s,transform .25s,visibility .25s}.menu-dropdown-wrapper:hover .menu-dropdown-content{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.menu-dropdown-content a{display:flex!important;justify-content:space-between;align-items:center;padding:.95rem 1.25rem!important;color:var(--text, #2c2518)!important;font-size:.875rem!important;font-family:var(--font-sans, "Inter", sans-serif)!important;border-bottom:1px solid rgba(226,209,178,.3);text-decoration:none;font-weight:500;transition:background .2s,color .2s}.menu-dropdown-content a:last-child{border-bottom:none}.menu-dropdown-content a:hover{background:var(--cream-mid, #f4ecd8)!important;color:var(--gold, #b5891f)!important}.menu-dropdown-content a:after{content:"\203a";font-size:1.2rem;color:var(--border-dark, #e2d1b2);margin-left:10px;transition:transform .25s,color .25s}.menu-dropdown-content a:hover:after{transform:translate(4px);color:var(--gold, #b5891f)}.hero-slides{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;animation:heroFade 15s infinite}.hero-slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,rgba(28,26,23,.62) 0%,rgba(28,26,23,.2) 60%,transparent 100%)}.hero-slide:nth-child(1){animation-delay:0s}.hero-slide:nth-child(2){animation-delay:5s}.hero-slide:nth-child(3){animation-delay:10s}@keyframes heroFade{0%{opacity:0}5%{opacity:1}28%{opacity:1}33%{opacity:0}to{opacity:0}}@media(min-width:768px){.collection-grid-asymmetric{display:grid;grid-template-columns:1.2fr 1fr;grid-template-rows:300px 300px 300px;gap:1.5rem}.collection-grid-asymmetric .collection-card:nth-child(1){grid-column:1 / 2;grid-row:1 / 3;aspect-ratio:auto;height:100%}.collection-grid-asymmetric .collection-card:nth-child(2){grid-column:2 / 3;grid-row:1 / 2;aspect-ratio:auto;height:100%}.collection-grid-asymmetric .collection-card:nth-child(3){grid-column:2 / 3;grid-row:2 / 3;aspect-ratio:auto;height:100%}.collection-grid-asymmetric .collection-card:nth-child(4){grid-column:1 / 2;grid-row:3 / 4;aspect-ratio:auto;height:100%}.collection-grid-asymmetric .collection-card:nth-child(5){grid-column:2 / 3;grid-row:3 / 4;aspect-ratio:auto;height:100%}}@media(min-width:1024px){.product-grid-5cols{grid-template-columns:repeat(5,1fr)}}.review-card{position:relative}.review-card:after{content:"\201d";position:absolute;bottom:0;right:15px;font-family:var(--font-serif);font-size:6rem;line-height:1;color:#8c6a420d;pointer-events:none}.header-logo-img{height:156px;width:auto;display:block}@media(max-width:640px){.header-logo-img{height:120px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/theme.css.map */
