:root{--gold: #c9a961;--gold-lt: #dfc07a;--gold-dk: #a8893e;--bg: #0a0a0a;--bg-2: #111111;--bg-3: #181818;--border: rgba(201,169,97,.18);--border-lt: rgba(201,169,97,.08);--text: #e8e8e8;--text-muted: #8a8a8a;--font-head: "Outfit", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--r: 6px;--r-lg: 12px;--header-h: 64px;--max-w: 1240px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;font-size:15px;background:var(--bg-3);border:1px solid var(--border);color:var(--text);border-radius:var(--r);padding:11px 14px;outline:none;transition:border-color .18s;width:100%}input:focus,textarea:focus,select:focus{border-color:var(--gold)}input::placeholder,textarea::placeholder{color:var(--text-muted)}h1,h2,h3,h4,h5{font-family:var(--font-head);line-height:1.15}.container{max-width:var(--max-w);margin:0 auto;padding:0 5%}.section-tag{font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:.5rem}.section-header p{color:var(--text-muted);max-width:520px;margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-family:var(--font-head);font-weight:700;font-size:14px;letter-spacing:.03em;padding:12px 26px;border-radius:var(--r);border:none;transition:background .18s,color .18s,border-color .18s,opacity .18s;white-space:nowrap}.btn-gold{background:var(--gold);color:#0a0807}.btn-gold:hover{background:var(--gold-lt)}.btn-outline{background:transparent;color:var(--gold);border:1.5px solid var(--gold)}.btn-outline:hover{background:var(--gold);color:#0a0807}.btn-sm{padding:8px 16px;font-size:13px}.btn-lg{padding:16px 36px;font-size:16px}.btn-block{width:100%}.btn[disabled]{opacity:.5;cursor:not-allowed}.announcement-bar{background:var(--gold);color:#0a0807;text-align:center;padding:9px 5%;font-family:var(--font-head);font-size:13px;font-weight:600;letter-spacing:.02em}.site-header{position:sticky;top:0;z-index:100;background:#0a0a0ae0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--border-lt);height:var(--header-h);transition:box-shadow .25s}.site-header.scrolled{box-shadow:0 4px 32px #00000080}.header-inner{max-width:var(--max-w);margin:0 auto;padding:0 5%;height:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{display:flex;align-items:center;gap:.55rem;text-decoration:none;flex-shrink:0}.logo-mark{background:var(--gold);color:#0a0807;font-family:var(--font-head);font-size:15px;font-weight:900;letter-spacing:.06em;padding:4px 8px;border-radius:4px}.logo-text{font-family:var(--font-head);font-size:18px;font-weight:700;color:var(--text);letter-spacing:.01em}.nav-links{display:flex;align-items:center;gap:1.75rem}.nav-links a{font-family:var(--font-head);font-size:13.5px;font-weight:600;letter-spacing:.03em;color:var(--text);opacity:.75;transition:opacity .18s,color .18s;text-decoration:none}.nav-links a:hover,.nav-links a.active{color:var(--gold);opacity:1}.cart-icon{position:relative}.cart-count{position:absolute;top:-8px;right:-8px;background:var(--gold);color:#0a0807;font-family:var(--font-head);font-size:10px;font-weight:800;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px}.nav-toggle span{display:block;width:24px;height:2px;background:var(--text);border-radius:2px;transition:transform .2s,opacity .2s}.hero{position:relative;min-height:90vh;display:flex;align-items:center;background:var(--bg-2) center/cover no-repeat}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#000000d1,#0000008c 60%,#c9a96114)}.hero-content{position:relative;z-index:1;max-width:var(--max-w);width:100%;margin:0 auto;padding:5rem 5%}.hero-eyebrow{font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}.hero-content h1{font-size:clamp(2.4rem,6vw,5rem);font-weight:900;letter-spacing:-.02em;line-height:1.05;max-width:700px;margin-bottom:1.5rem}.hero-content h1 em{color:var(--gold);font-style:normal}.hero-sub{font-size:clamp(15px,1.8vw,18px);color:var(--text-muted);max-width:540px;margin-bottom:2.5rem}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.trust-bar{background:var(--bg-2);border-top:1px solid var(--border-lt);border-bottom:1px solid var(--border-lt);padding:1.1rem 5%;display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem 3rem}.trust-item{display:flex;align-items:center;gap:.5rem;font-family:var(--font-head);font-size:13px;font-weight:600;color:var(--text-muted)}.trust-icon{font-size:16px}.products-section{padding:5rem 0}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-card{background:var(--bg-2);border:1px solid var(--border-lt);border-radius:var(--r-lg);overflow:hidden;transition:transform .22s,border-color .22s}.product-card:hover{transform:translateY(-4px);border-color:var(--border)}.product-card-img-link{display:block;aspect-ratio:1;overflow:hidden;background:var(--bg-3);position:relative}.product-card-img-link img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-card-img-link img{transform:scale(1.04)}.product-img-placeholder{width:100%;height:100%;min-height:200px;background:linear-gradient(135deg,var(--bg-3) 0%,var(--bg-2) 100%);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:13px;text-align:center;padding:1rem}.product-badge{position:absolute;top:10px;left:10px;background:var(--gold);color:#0a0807;font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.06em;padding:3px 8px;border-radius:4px;text-transform:uppercase}.product-card-body{padding:1rem 1.1rem 1.2rem}.product-card-vendor{font-size:11px;color:var(--gold);font-family:var(--font-head);font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.25rem}.product-card-title{font-size:14.5px;font-weight:600;margin-bottom:.6rem}.product-card-title a{color:var(--text)}.product-card-price{display:flex;align-items:center;gap:.6rem;margin-bottom:.9rem}.product-card-price .price{font-family:var(--font-head);font-weight:700;font-size:16px;color:var(--text)}.product-card-price .compare-price{font-size:13px;color:var(--text-muted);text-decoration:line-through}.about-section{padding:5rem 0;background:var(--bg-2)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-image{border-radius:var(--r-lg);overflow:hidden}.about-image img{width:100%;height:100%;object-fit:cover}.about-img-placeholder{aspect-ratio:4/3;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--r-lg);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:14px;text-align:center;padding:2rem;line-height:1.6}.about-content h2{font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:1.25rem}.about-body{color:var(--text-muted);margin-bottom:2rem;line-height:1.8}.about-body p+p{margin-top:1rem}.newsletter-section{padding:5rem 0}.newsletter-box{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-lg);padding:3.5rem;text-align:center;max-width:640px;margin:0 auto}.newsletter-box h2{font-size:clamp(1.4rem,2.5vw,1.9rem);margin-bottom:.75rem}.newsletter-box p{color:var(--text-muted);margin-bottom:2rem}.newsletter-form{display:flex;gap:.75rem;flex-wrap:wrap}.newsletter-form input{flex:1;min-width:200px}.newsletter-form .btn{flex-shrink:0}.page-hero{padding:4rem 0 3.5rem;background:linear-gradient(to bottom,var(--bg-2) 0%,var(--bg) 100%);border-bottom:1px solid var(--border-lt);text-align:center}.page-hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;margin-bottom:.75rem}.page-hero-sub{color:var(--text-muted);font-size:16px;max-width:560px;margin:0 auto}.services-section{padding:5rem 0}.service-cards{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:4rem}.service-card{background:var(--bg-2);border:1px solid var(--border-lt);border-radius:var(--r-lg);padding:2.5rem;transition:border-color .2s}.service-card:hover{border-color:var(--border)}.service-icon{font-size:2.5rem;margin-bottom:1rem}.service-card h2{font-size:1.6rem;margin-bottom:.25rem}.service-tag{font-family:var(--font-head);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.service-card p{color:var(--text-muted);margin-bottom:1.5rem}.service-list{margin-bottom:2rem;display:flex;flex-direction:column;gap:.5rem}.service-list li{color:var(--text-muted);font-size:14px;padding-left:1.2rem;position:relative}.service-list li:before{content:"\2713";position:absolute;left:0;color:var(--gold);font-weight:700}.coverage-section{background:var(--bg-2);border:1px solid var(--border-lt);border-radius:var(--r-lg);padding:2.5rem;margin-bottom:3rem;text-align:center}.coverage-section h2{font-size:1.5rem;margin-bottom:.5rem}.coverage-section>p{color:var(--text-muted);margin-bottom:2rem}.coverage-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.5rem}.coverage-item{font-family:var(--font-head);font-size:14px;font-weight:600;color:var(--text-muted)}.services-cta-block{text-align:center;padding:3rem;background:linear-gradient(135deg,rgba(201,169,97,.08) 0%,transparent 100%);border:1px solid var(--border);border-radius:var(--r-lg)}.services-cta-block h2{font-size:1.8rem;margin-bottom:.75rem}.services-cta-block p{color:var(--text-muted);margin-bottom:2rem}.socials-section{padding:5rem 0}.social-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.social-card{background:var(--bg-2);border:1px solid var(--border-lt);border-radius:var(--r-lg);padding:2.5rem 2rem;text-align:center;transition:border-color .2s,transform .2s}.social-card:hover{border-color:var(--border);transform:translateY(-4px)}.social-platform-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.social-platform-icon.tiktok{background:#010101;color:#fff}.social-platform-icon.instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);color:#fff}.social-platform-icon.facebook{background:#1877f2;color:#fff}.social-followers{font-family:var(--font-head);font-size:2.2rem;font-weight:900;color:var(--gold);line-height:1;margin-bottom:.25rem}.social-card h3{font-size:1.2rem;margin-bottom:.2rem}.social-handle{font-family:var(--font-head);font-size:13px;color:var(--gold);margin-bottom:1rem}.social-card p{color:var(--text-muted);font-size:14px;margin-bottom:1.5rem}.ebooks-section{padding:5rem 0}.coming-soon-box{max-width:600px;margin:0 auto;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-lg);padding:3.5rem;text-align:center}.cs-icon{font-size:3rem;margin-bottom:1.25rem}.coming-soon-box h2{font-size:1.8rem;margin-bottom:1rem}.coming-soon-box p{color:var(--text-muted);margin-bottom:1rem}.cs-form,.notify-form{display:flex;gap:.75rem;margin-top:1.75rem;flex-wrap:wrap}.cs-form input,.notify-form input{flex:1;min-width:200px}.collection-section{padding:3rem 0 5rem}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-lt)}.product-count{font-size:14px;color:var(--text-muted)}.pagination{margin-top:3rem;display:flex;justify-content:center;gap:.5rem}.pagination a,.pagination em{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border);border-radius:var(--r);font-size:14px;color:var(--text);font-style:normal}.pagination em{background:var(--gold);color:#0a0807;border-color:var(--gold)}.product-detail-section{padding:3rem 0 5rem}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-gallery{position:sticky;top:calc(var(--header-h) + 1rem)}.product-main-img{width:100%;border-radius:var(--r-lg);margin-bottom:1rem}.product-thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.thumb{width:72px;height:72px;object-fit:cover;border-radius:var(--r);border:2px solid transparent;cursor:pointer;transition:border-color .18s}.thumb.active,.thumb:hover{border-color:var(--gold)}.product-vendor{font-size:12px;color:var(--gold);font-family:var(--font-head);font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem}.product-title{font-size:clamp(1.4rem,3vw,2rem);margin-bottom:1.5rem}.product-option{margin-bottom:1.25rem}.product-option label{display:block;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem}.option-values{display:flex;gap:.5rem;flex-wrap:wrap}.option-btn{background:var(--bg-3);border:1.5px solid var(--border);color:var(--text);padding:7px 14px;border-radius:var(--r);font-size:13px;font-weight:600;transition:border-color .18s,background .18s}.option-btn.active,.option-btn:hover{border-color:var(--gold);background:#c9a9611a;color:var(--gold)}.product-price-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.product-price{font-family:var(--font-head);font-size:1.8rem;font-weight:800}.product-compare-price{font-size:1rem;color:var(--text-muted);text-decoration:line-through}.product-qty-row{display:flex;gap:1rem;align-items:center;margin-bottom:2rem;flex-wrap:wrap}.qty-control{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:var(--r);overflow:hidden}.qty-btn{background:var(--bg-3);border:none;color:var(--text);width:38px;height:44px;font-size:1.2rem;transition:background .15s;flex-shrink:0}.qty-btn:hover{background:var(--bg-2)}.qty-input{width:52px;background:transparent;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);text-align:center;font-weight:700;border-radius:0}.btn-atc{flex:1;min-width:180px}.product-description{color:var(--text-muted);line-height:1.8;padding-top:1.5rem;border-top:1px solid var(--border-lt)}.product-description p+p{margin-top:1rem}.cart-section{padding:3rem 0 5rem}.cart-heading{font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:2rem}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:3rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:flex;gap:1.25rem;background:var(--bg-2);border:1px solid var(--border-lt);border-radius:var(--r-lg);padding:1.25rem}.cart-item-img{width:90px;height:90px;object-fit:cover;border-radius:var(--r);flex-shrink:0}.cart-no-img{background:var(--bg-3)}.cart-item-info{flex:1}.cart-item-title{font-family:var(--font-head);font-weight:600;font-size:15px;color:var(--text)}.cart-item-variant{font-size:13px;color:var(--text-muted);margin-top:.15rem}.cart-item-price{font-family:var(--font-head);font-weight:700;color:var(--gold);margin-top:.4rem}.cart-item-qty{display:flex;align-items:center;gap:1rem;margin-top:.75rem;flex-wrap:wrap}.cart-remove{font-size:13px;color:var(--text-muted);text-decoration:underline}.cart-remove:hover{color:var(--text)}.cart-summary{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem;position:sticky;top:calc(var(--header-h) + 1rem)}.cart-summary h2{font-size:1.2rem;margin-bottom:1.25rem}.cart-summary-row{display:flex;justify-content:space-between;font-family:var(--font-head);font-weight:600;margin-bottom:.75rem}.cart-shipping-note{font-size:13px;color:var(--text-muted);margin-bottom:1.5rem}.cart-empty{text-align:center;padding:5rem 0}.cart-empty p{color:var(--text-muted);font-size:16px;margin-bottom:2rem}.page-content-section{padding:3rem 0 5rem}.page-content-narrow{max-width:860px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:4rem;margin-top:2rem}.contact-info-col h2{font-size:1.5rem;margin-bottom:1.5rem}.contact-info-item{display:flex;gap:1rem;margin-bottom:1.5rem}.contact-info-icon{font-size:1.3rem;flex-shrink:0}.contact-info-item strong{display:block;font-family:var(--font-head);font-size:13px;letter-spacing:.04em;margin-bottom:.2rem}.contact-info-item p,.contact-info-item a{color:var(--text-muted);font-size:14.5px}.contact-info-item a:hover{color:var(--gold)}.contact-socials{display:flex;gap:.75rem;margin-top:1.5rem}.contact-socials a{width:40px;height:40px;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--r);display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:color .18s,border-color .18s}.contact-socials a:hover{color:var(--gold);border-color:var(--gold)}.contact-form-col{background:var(--bg-2);border:1px solid var(--border-lt);border-radius:var(--r-lg);padding:2.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.45rem}.form-group textarea{resize:vertical;min-height:130px}.contact-success{color:var(--gold);font-family:var(--font-head);font-size:15px}.site-footer{background:var(--bg-2);border-top:1px solid var(--border-lt);padding:4rem 5% 0}.footer-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:3rem}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-brand p{color:var(--text-muted);font-size:14px;line-height:1.7;max-width:280px;margin-bottom:1.5rem}.footer-socials{display:flex;gap:.65rem}.footer-socials a{width:38px;height:38px;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--r);display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:color .18s,border-color .18s}.footer-socials a:hover{color:var(--gold);border-color:var(--gold)}.footer-col h4{font-family:var(--font-head);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem}.footer-col ul{display:flex;flex-direction:column;gap:.6rem}.footer-col ul li a{font-size:14px;color:var(--text-muted);transition:color .18s}.footer-col ul li a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid var(--border-lt);padding:1.5rem 0;max-width:var(--max-w);margin:0 auto}.footer-bottom p{font-size:13px;color:var(--text-muted)}@media(max-width:1100px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr)}.product-detail-grid{grid-template-columns:1fr;gap:2rem}.product-gallery{position:static}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}.contact-grid,.about-grid{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:860px){.service-cards,.social-cards{grid-template-columns:1fr}.hero{min-height:70vh}}@media(max-width:768px){.nav-toggle{display:flex}.nav-links{display:none;position:fixed;top:var(--header-h);left:0;right:0;background:#0a0a0af7;flex-direction:column;gap:0;padding:1rem 0 2rem;border-bottom:1px solid var(--border);z-index:99}.nav-links.open{display:flex}.nav-links a{padding:.85rem 5%;width:100%;border-bottom:1px solid var(--border-lt);opacity:1}.cart-icon{padding:.85rem 5%}.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-brand{grid-column:auto}}@media(max-width:580px){.products-grid{grid-template-columns:1fr 1fr}.hero-ctas,.newsletter-form,.cs-form,.notify-form{flex-direction:column}.product-qty-row{flex-direction:column;align-items:stretch}.btn-atc{min-width:unset}}@media(max-width:380px){.products-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/theme.css.map */
