*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #1c1a17;--bg2: #141210;--gold: #c9a870;--gold2: #e8c98a;--text: #ffffff;--muted: rgba(255,255,255,.55);--border: rgba(201,168,112,.25);--font: "Barlow", sans-serif;--font-c: "Barlow Condensed", sans-serif}html{scroll-behavior:smooth;background:var(--bg)}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border);transition:background .3s}.site-header.scrolled{background:#1c1a17f7}.header-wrap{max-width:1280px;margin:0 auto;padding:0 2rem;height:68px;display:flex;align-items:center;justify-content:space-between}.header-logo{font-family:var(--font-c);font-size:1.35rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase;color:var(--gold)}.header-nav{display:none;gap:2.5rem}@media(min-width:900px){.header-nav{display:flex}}.header-nav a{font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);transition:color .2s}.header-nav a:hover{color:var(--text)}.header-icons{display:flex;align-items:center;gap:1rem}.icon-btn{color:var(--muted);display:flex;align-items:center;transition:color .2s;position:relative}.icon-btn:hover{color:var(--text)}.cart-icon-wrap{position:relative}.cart-badge{position:absolute;top:-8px;right:-8px;background:var(--gold);color:#000;font-size:9px;font-weight:800;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;gap:5px}@media(min-width:900px){.hamburger{display:none}}.hamburger span{display:block;width:22px;height:2px;background:var(--muted);transition:background .2s,transform .3s,opacity .3s}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:var(--bg2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem;transform:translate(100%);transition:transform .35s cubic-bezier(.77,0,.18,1)}.mobile-menu.open{transform:translate(0)}.mobile-menu a{font-family:var(--font-c);font-size:2.5rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);transition:color .2s}.mobile-menu a:hover{color:var(--gold)}.mobile-menu-close{position:absolute;top:1.5rem;right:2rem;font-size:1.5rem;color:var(--muted);transition:color .2s}.mobile-menu-close:hover{color:var(--text)}.hero{min-height:100vh;padding-top:68px;background:var(--bg);display:flex;align-items:stretch}.hero-inner{display:grid;grid-template-columns:1fr 1fr;width:100%;max-width:1280px;margin:0 auto;padding:0 0 0 4rem}@media(max-width:959px){.hero-inner{grid-template-columns:1fr;padding:3rem 1.5rem}}.hero-text{display:flex;flex-direction:column;justify-content:center;padding:5rem 3rem 5rem 0}@media(max-width:959px){.hero-text{padding:2rem 0 0;order:2}}.hero-label{font-size:.72rem;font-weight:700;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}.hero-title{font-family:var(--font-c);font-size:clamp(3.5rem,7vw,6.5rem);font-weight:900;line-height:.92;letter-spacing:.02em;text-transform:uppercase;color:var(--gold);margin-bottom:1.75rem}.hero-desc{font-size:1rem;color:var(--muted);line-height:1.7;max-width:360px;margin-bottom:2.5rem}.hero-cta{display:inline-flex;align-items:center;font-size:.78rem;font-weight:800;letter-spacing:.25em;text-transform:uppercase;padding:1rem 2.5rem;background:var(--gold);color:#000;width:fit-content;transition:background .2s,transform .2s;margin-bottom:3.5rem}.hero-cta:hover{background:var(--gold2);transform:translateY(-2px)}.hero-features{display:flex;flex-direction:column;gap:1.5rem}.hero-feature{display:flex;align-items:flex-start;gap:1rem}.feature-icon{flex-shrink:0;color:var(--gold);opacity:.8;margin-top:2px}.feature-title{font-size:.78rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:var(--text);margin-bottom:.2rem}.feature-sub{font-size:.85rem;color:var(--muted);line-height:1.5}.hero-image{position:relative;overflow:hidden;background:#111}@media(max-width:959px){.hero-image{order:1;min-height:55vw}}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:top center}.hero-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#111}.hero-image-placeholder span{font-family:var(--font-c);font-size:8rem;font-weight:900;color:#ffffff0a;text-transform:uppercase;letter-spacing:.15em}.trust-bar{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border);background:var(--bg2)}@media(max-width:600px){.trust-bar{grid-template-columns:1fr}}.trust-item{padding:2rem 1rem;text-align:center;border-right:1px solid var(--border)}.trust-item:last-child{border-right:none}.trust-title{font-size:.78rem;font-weight:800;letter-spacing:.25em;text-transform:uppercase;color:var(--text);margin-bottom:.4rem}.trust-sub{font-size:.82rem;color:var(--muted)}.product-page{padding-top:68px}.product-page-inner{max-width:1280px;margin:0 auto;padding:3rem 1.5rem 6rem;display:grid;gap:3rem;grid-template-columns:1fr}@media(min-width:1024px){.product-page-inner{grid-template-columns:1fr 1fr;gap:5rem;padding:4rem 4rem 6rem}}.product-gallery{display:flex;flex-direction:column;gap:.75rem}.product-main-img{aspect-ratio:3/4;overflow:hidden;background:#111;border:1px solid var(--border);position:relative}.product-main-img img{width:100%;height:100%;object-fit:cover}.product-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#111}.product-img-placeholder span{font-family:var(--font-c);font-size:8rem;font-weight:900;color:#ffffff0a;text-transform:uppercase}.product-thumb-row{display:flex;gap:.5rem}.product-thumb{width:4.5rem;height:4.5rem;overflow:hidden;border:1px solid var(--border);cursor:pointer;transition:border-color .2s;flex-shrink:0}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-thumb.active{border-color:var(--gold)}.product-info{display:flex;flex-direction:column;gap:1.25rem}.product-breadcrumb{font-size:.65rem;letter-spacing:.35em;text-transform:uppercase;color:var(--muted)}.product-breadcrumb a:hover{color:var(--text)}.product-badge{display:inline-block;font-size:.6rem;font-weight:800;letter-spacing:.3em;text-transform:uppercase;padding:.3rem .75rem}.product-badge.new{background:var(--gold);color:#000}.product-badge.limited{border:1px solid var(--gold);color:var(--gold)}.product-badge.sold{border:1px solid var(--border);color:var(--muted)}.product-name{font-family:var(--font-c);font-size:clamp(1.75rem,4vw,3rem);font-weight:900;text-transform:uppercase;line-height:1;color:var(--text)}.product-collection{font-size:.65rem;letter-spacing:.4em;text-transform:uppercase;color:var(--muted)}.product-price{font-size:1.6rem;font-weight:700;color:var(--gold)}.buybox-price-row{display:flex;align-items:baseline;gap:1rem}.product-compare-price{font-size:1rem;color:var(--muted);text-decoration:line-through}.product-discount{font-size:.65rem;font-weight:800;letter-spacing:.15em;padding:.2rem .5rem;background:var(--gold);color:#000}.buybox-divider{height:1px;background:var(--border);margin:.25rem 0}.size-label{font-size:.65rem;letter-spacing:.4em;text-transform:uppercase;color:var(--muted);margin-bottom:.75rem}.size-block-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.size-block{margin-bottom:1rem}.size-grid{display:flex;flex-wrap:wrap;gap:.5rem}.size-btn{width:3.5rem;height:3.5rem;border:1px solid var(--border);background:transparent;color:var(--muted);font-size:.8rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:all .15s}.size-btn:hover:not(:disabled){border-color:var(--gold);color:var(--gold)}.size-btn.selected{border-color:var(--gold);background:var(--gold);color:#000}.size-btn:disabled{opacity:.2;cursor:not-allowed;text-decoration:line-through}.qty-block{margin-bottom:1rem}.qty-control{display:flex;align-items:center;border:1px solid var(--border);width:fit-content}.qty-btn{width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--muted);background:transparent;border:none;cursor:pointer;transition:color .2s}.qty-btn:hover{color:var(--text)}#qty-input{width:3.5rem;height:2.75rem;text-align:center;background:transparent;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);color:var(--text);font-size:1rem;font-weight:700;-moz-appearance:textfield}#qty-input::-webkit-outer-spin-button,#qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.buybox-actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}.btn-add-to-cart{width:100%;padding:1.1rem;background:var(--gold);color:#000;font-family:var(--font);font-weight:900;font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.6rem;transition:background .2s}.btn-add-to-cart:hover:not(:disabled){background:var(--gold2)}.btn-add-to-cart:disabled{background:var(--border);color:var(--muted);cursor:not-allowed}.btn-buy-now{width:100%;padding:1.1rem;background:transparent;color:var(--text);font-family:var(--font);font-weight:900;font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;transition:border-color .2s,color .2s}.btn-buy-now:hover{border-color:var(--gold);color:var(--gold)}.btn-wa{width:100%;padding:.9rem;background:transparent;border:1px solid var(--border);color:var(--muted);font-family:var(--font);font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:border-color .2s,color .2s}.btn-wa:hover{border-color:#25d366;color:#25d366}.buybox-trust{display:flex;flex-wrap:wrap;gap:1rem}.bt-item{display:flex;align-items:center;gap:.4rem;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted)}.bt-item svg{color:var(--gold);flex-shrink:0}.accordion{border-top:1px solid var(--border)}.accordion-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 0;background:none;border:none;text-align:left;cursor:pointer}.accordion-btn span:first-child{font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:var(--muted);transition:color .2s}.accordion-btn:hover span:first-child{color:var(--text)}.accordion-btn .icon{color:var(--muted);font-size:1.25rem;transition:transform .2s}.accordion.open .accordion-btn .icon{transform:rotate(45deg)}.accordion-body{overflow:hidden;max-height:0;transition:max-height .25s ease}.accordion.open .accordion-body{max-height:600px}.accordion-body-inner{padding-bottom:1.25rem;font-size:.9rem;color:var(--muted);line-height:1.7}.cart-notice{position:fixed;bottom:2rem;right:2rem;z-index:999;background:var(--gold);color:#000;padding:1rem 1.5rem;font-size:.75rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;transform:translateY(6rem);opacity:0;transition:transform .3s,opacity .3s}.cart-notice.show{transform:translateY(0);opacity:1}.cart-notice a{color:#000;text-decoration:underline}.section-eyebrow{font-size:.68rem;font-weight:700;letter-spacing:.4em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.section-title{font-family:var(--font-c);font-size:clamp(2rem,4vw,3.5rem);font-weight:900;letter-spacing:.04em;text-transform:uppercase;color:var(--text);line-height:1.05}.section-cta{text-align:center;margin-top:3rem}.btn-outline{display:inline-flex;align-items:center;font-size:.75rem;font-weight:800;letter-spacing:.3em;text-transform:uppercase;padding:.9rem 2.5rem;border:1px solid var(--gold);color:var(--gold);transition:background .2s,color .2s}.btn-outline:hover{background:var(--gold);color:#000}.products-section{padding:6rem 0;background:var(--bg);border-top:1px solid var(--border)}.products-inner{max-width:1280px;margin:0 auto;padding:0 2rem}.section-head{margin-bottom:3rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1px;background:var(--border)}.product-card{background:var(--bg);overflow:hidden;display:block;transition:background .2s}.product-card:hover{background:#222018}.product-card-img{position:relative;aspect-ratio:3/4;overflow:hidden;background:#111}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card-img img{transform:scale(1.04)}.product-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-card-placeholder span{font-family:var(--font-c);font-size:4rem;font-weight:900;color:#ffffff0d}.product-badge{position:absolute;top:1rem;left:1rem;font-size:.6rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;background:var(--gold);color:#000;padding:.3rem .75rem}.product-card-info{padding:1.25rem 1.25rem 1.75rem}.product-card-name{font-size:.9rem;font-weight:700;color:var(--text);margin-bottom:.4rem}.product-card-price{font-size:.85rem;color:var(--gold);font-weight:600}.brand-story{padding:7rem 0;background:var(--bg2);border-top:1px solid var(--border)}.brand-story-inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}@media(max-width:768px){.brand-story-inner{grid-template-columns:1fr;gap:3rem}}.brand-story-title{font-family:var(--font-c);font-size:clamp(2rem,4vw,3.5rem);font-weight:900;letter-spacing:.04em;text-transform:uppercase;line-height:1.05;color:var(--gold);margin:1rem 0 1.5rem}.brand-story-body{font-size:1rem;color:var(--muted);line-height:1.8;max-width:420px;margin-bottom:2rem}.brand-story-cta{display:inline-flex;align-items:center;font-size:.72rem;font-weight:800;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);border-bottom:1px solid var(--gold);padding-bottom:2px;transition:opacity .2s}.brand-story-cta:hover{opacity:.7}.brand-story-stats{display:grid;grid-template-columns:1fr 1fr;gap:2px}.bs-stat{background:var(--bg);border:1px solid var(--border);padding:2.5rem 2rem;transition:border-color .2s}.bs-stat:hover{border-color:var(--gold)}.bs-stat-num{font-family:var(--font-c);font-size:clamp(2rem,4vw,3rem);font-weight:900;color:var(--gold);line-height:1;margin-bottom:.5rem}.bs-stat-label{font-size:.68rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--muted)}.coll-gallery{padding:6rem 0;background:var(--bg);border-top:1px solid var(--border)}.coll-gallery-inner{max-width:1280px;margin:0 auto;padding:0 2rem}.coll-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1px;background:var(--border);margin-top:3rem}.coll-card{position:relative;overflow:hidden;aspect-ratio:3/4;display:block;background:#111}.coll-card img,.coll-card-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.coll-card-placeholder{background:#1a1814}.coll-card:hover img{transform:scale(1.05)}.coll-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000d9,#0000001a 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.75rem;transition:background .3s}.coll-card-season{font-size:.65rem;font-weight:700;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem}.coll-card-name{font-family:var(--font-c);font-size:1.6rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:#fff;line-height:1;margin-bottom:.5rem}.coll-card-desc{font-size:.8rem;color:#ffffff8c;line-height:1.5;opacity:0;transform:translateY(6px);transition:opacity .3s,transform .3s}.coll-card:hover .coll-card-desc{opacity:1;transform:none}.site-footer{background:var(--bg2);border-top:1px solid var(--border);padding:3rem 0 2rem}.footer-inner{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.footer-logo{font-family:var(--font-c);font-size:1.4rem;font-weight:900;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}.footer-tagline{font-size:.82rem;color:var(--muted);margin-top:.4rem}.footer-links{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.footer-links a{font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);transition:color .2s}.footer-links a:hover{color:var(--gold)}.footer-copy{font-size:.75rem;color:#ffffff40;margin-top:.5rem}.page-wrap{padding-top:68px}.collection-grid{max-width:1280px;margin:0 auto;padding:4rem 2rem}.collection-grid h1{font-family:var(--font-c);font-size:clamp(2rem,5vw,4rem);font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);margin-bottom:2.5rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.product-card{background:#1e1c19;border:1px solid var(--border);overflow:hidden;transition:transform .25s,border-color .25s}.product-card:hover{transform:translateY(-4px);border-color:var(--gold)}.product-card img{width:100%;aspect-ratio:3/4;object-fit:cover}.product-card-info{padding:1rem 1.25rem 1.5rem}.product-card-name{font-weight:700;font-size:.95rem;color:var(--text);margin-bottom:.4rem}.product-card-price{font-size:.9rem;color:var(--gold);font-weight:600}
/*# sourceMappingURL=/cdn/shop/t/14/assets/theme.css.map */
