*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #0a0a0a;--white: #ffffff;--gold: #c9a84c;--gold-light: #e8c96a;--gray: #888888;--light-gray: #f5f5f5;--dark-gray: #1a1a1a;--border: #2a2a2a;--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--radius: 12px;--transition: all .3s ease}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--white);color:var(--black);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;outline:none;font-family:var(--font)}.announcement-bar{background:var(--black);color:var(--gold);text-align:center;padding:10px 20px;font-size:13px;font-weight:500;letter-spacing:.5px}.site-header{position:sticky;top:0;z-index:1000;background:#fffffff7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #eee;padding:0 40px;height:70px;display:flex;align-items:center;justify-content:space-between}.site-logo{font-size:22px;font-weight:800;letter-spacing:2px;color:var(--black);text-transform:uppercase}.site-logo span{color:var(--gold)}.main-nav{display:flex;align-items:center;gap:32px}.main-nav a{font-size:14px;font-weight:500;color:#333;text-transform:uppercase;letter-spacing:.5px;transition:var(--transition);position:relative}.main-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--gold);transition:var(--transition)}.main-nav a:hover:after{width:100%}.main-nav a:hover{color:var(--gold)}.header-actions{display:flex;align-items:center;gap:20px}.cart-icon{position:relative;font-size:20px;cursor:pointer;color:var(--black);transition:var(--transition)}.cart-icon:hover{color:var(--gold)}.cart-count{position:absolute;top:-8px;right:-8px;background:var(--gold);color:var(--white);font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-btn{display:none;background:none;font-size:24px}.hero{min-height:85vh;background:linear-gradient(135deg,#0a0a0a,#1a1a1a,#0d0d0d);display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:80px;gap:60px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(201,168,76,.15) 0%,transparent 70%);pointer-events:none}.hero-content{position:relative;z-index:1}.hero-badge{display:inline-block;background:#c9a84c26;border:1px solid rgba(201,168,76,.4);color:var(--gold);font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;padding:6px 16px;border-radius:50px;margin-bottom:24px}.hero h1{font-size:52px;font-weight:800;color:var(--white);line-height:1.15;margin-bottom:20px;letter-spacing:-1px}.hero h1 span{color:var(--gold)}.hero-sub{font-size:18px;color:#ffffffa6;margin-bottom:40px;line-height:1.7}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.btn-primary{background:var(--gold);color:var(--black);font-size:15px;font-weight:700;padding:16px 36px;border-radius:50px;letter-spacing:.5px;transition:var(--transition);display:inline-flex;align-items:center;gap:8px}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 25px #c9a84c66}.btn-secondary{background:transparent;color:var(--white);font-size:15px;font-weight:600;padding:16px 36px;border-radius:50px;border:2px solid rgba(255,255,255,.3);transition:var(--transition);display:inline-flex;align-items:center;gap:8px}.btn-secondary:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}.hero-stats{display:flex;gap:40px;margin-top:50px;padding-top:40px;border-top:1px solid rgba(255,255,255,.1)}.stat-number{font-size:28px;font-weight:800;color:var(--gold)}.stat-label{font-size:13px;color:#ffffff80;margin-top:2px}.hero-image{display:flex;justify-content:center;align-items:center;position:relative}.hero-image:before{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,.2) 0%,transparent 70%)}.hero-image img{width:100%;max-width:420px;border-radius:20px;position:relative;z-index:1;filter:drop-shadow(0 30px 60px rgba(201,168,76,.2))}.trust-bar{background:var(--light-gray);padding:20px 40px;display:flex;justify-content:center;align-items:center;gap:48px;flex-wrap:wrap;border-bottom:1px solid #e5e5e5}.trust-item{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:#333;letter-spacing:.3px}.trust-item .icon{font-size:20px}.section{padding:80px}.section-header{text-align:center;margin-bottom:56px}.section-tag{display:inline-block;background:#c9a84c1a;color:var(--gold);font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 16px;border-radius:50px;margin-bottom:16px}.section-title{font-size:38px;font-weight:800;color:var(--black);letter-spacing:-.5px}.section-sub{font-size:16px;color:var(--gray);margin-top:12px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:28px}.product-card{background:var(--white);border-radius:var(--radius);overflow:hidden;border:1px solid #eee;transition:var(--transition);display:block;text-decoration:none;color:inherit}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #0000001f;border-color:var(--gold)}.product-image-wrap{position:relative;overflow:hidden;aspect-ratio:1;background:#f8f8f8}.product-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-image-wrap img{transform:scale(1.05)}.product-badge{position:absolute;top:12px;left:12px;background:var(--gold);color:var(--black);font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:4px 10px;border-radius:4px}.product-info{padding:20px}.product-stars{color:var(--gold);font-size:13px;margin-bottom:6px}.product-name{font-size:15px;font-weight:600;color:var(--black);margin-bottom:12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-pricing{display:flex;align-items:center;gap:10px}.product-price{font-size:20px;font-weight:800;color:var(--black)}.product-compare{font-size:14px;color:var(--gray);text-decoration:line-through}.product-savings{font-size:12px;font-weight:700;color:#e53e3e;background:#e53e3e1a;padding:2px 8px;border-radius:4px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.feature-card{background:var(--black);padding:40px;border-radius:var(--radius);border:1px solid var(--border);transition:var(--transition)}.feature-card:hover{border-color:var(--gold);transform:translateY(-4px)}.feature-icon{font-size:36px;margin-bottom:20px}.feature-title{font-size:18px;font-weight:700;color:var(--white);margin-bottom:12px}.feature-desc{font-size:14px;color:#ffffff8c;line-height:1.7}.reviews-section{background:var(--light-gray)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.review-card{background:var(--white);border-radius:var(--radius);padding:28px;border:1px solid #eee;transition:var(--transition)}.review-card:hover{box-shadow:0 8px 30px #00000014}.review-stars{color:var(--gold);font-size:16px;margin-bottom:14px}.review-text{font-size:14px;color:#444;line-height:1.7;margin-bottom:16px;font-style:italic}.review-author{font-size:13px;font-weight:700;color:var(--black)}.review-date{font-size:12px;color:var(--gray);margin-top:2px}.product-page-section{padding:60px 80px;max-width:1400px;margin:0 auto}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.product-gallery{position:sticky;top:90px}.product-main-image{border-radius:20px;overflow:hidden;margin-bottom:12px;background:#f8f8f8;aspect-ratio:1}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-thumbnails{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.product-thumb{border-radius:8px;overflow:hidden;aspect-ratio:1;background:#f8f8f8;cursor:pointer;border:2px solid transparent;transition:var(--transition)}.product-thumb:hover,.product-thumb.active{border-color:var(--gold)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-details-panel{padding-top:10px}.product-details-title{font-size:28px;font-weight:800;color:var(--black);line-height:1.3;margin-bottom:16px}.product-rating{display:flex;align-items:center;gap:8px;margin-bottom:20px}.product-rating .stars{color:var(--gold)}.product-rating .count{font-size:13px;color:var(--gray)}.price-block{display:flex;align-items:center;gap:14px;margin-bottom:24px;padding:20px;background:var(--light-gray);border-radius:var(--radius)}.price-main{font-size:32px;font-weight:800;color:var(--black)}.price-compare{font-size:20px;color:var(--gray);text-decoration:line-through}.price-off{background:#e53e3e;color:#fff;font-size:14px;font-weight:700;padding:4px 12px;border-radius:6px}.shipping-info{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.ship-item{display:flex;align-items:center;gap:12px;font-size:14px;color:#444}.ship-item .icon{font-size:18px}.stock-bar{background:#e53e3e14;border:1px solid rgba(229,62,62,.2);border-radius:8px;padding:12px 16px;font-size:13px;color:#c53030;font-weight:600;margin-bottom:24px}.add-to-cart-btn{width:100%;background:var(--black);color:var(--white);font-size:16px;font-weight:700;padding:18px;border-radius:50px;letter-spacing:.5px;transition:var(--transition);margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:10px}.add-to-cart-btn:hover{background:var(--dark-gray);transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.buy-now-btn{width:100%;background:var(--gold);color:var(--black);font-size:16px;font-weight:700;padding:18px;border-radius:50px;letter-spacing:.5px;transition:var(--transition);margin-bottom:24px;display:flex;align-items:center;justify-content:center;gap:10px}.buy-now-btn:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 25px #c9a84c66}.guarantee-bar{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:20px;background:#0a0a0a;border-radius:var(--radius);margin-bottom:32px}.guarantee-item{text-align:center;padding:12px 8px}.guarantee-icon{font-size:22px;margin-bottom:6px}.guarantee-text{font-size:11px;color:#ffffffb3;font-weight:500;line-height:1.4}.product-description{margin-top:32px;border-top:1px solid #eee;padding-top:32px}.product-description h3{font-size:18px;font-weight:700;margin-bottom:16px}.product-description p,.product-description li{font-size:14px;color:#444;line-height:1.8}.site-footer{background:var(--black);color:#ffffffb3;padding:60px 80px 30px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-brand-name{font-size:22px;font-weight:800;color:var(--white);letter-spacing:2px;text-transform:uppercase;margin-bottom:12px}.footer-brand-name span{color:var(--gold)}.footer-desc{font-size:13px;line-height:1.7;margin-bottom:20px}.footer-heading{font-size:13px;font-weight:700;color:var(--white);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:20px}.footer-links{list-style:none}.footer-links li{margin-bottom:10px}.footer-links a{font-size:13px;color:#ffffff8c;transition:var(--transition)}.footer-links a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid var(--border);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#ffffff4d}.cart-section{padding:60px 80px;max-width:1000px;margin:0 auto}.cart-title{font-size:32px;font-weight:800;margin-bottom:32px}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid #eee}.cart-item img{border-radius:8px}.cart-item-title{font-size:15px;font-weight:600}.cart-item-price{font-size:16px;font-weight:700}.cart-footer{padding:24px 0;display:flex;justify-content:space-between;align-items:center}.cart-total{font-size:22px;font-weight:800}.checkout-btn{background:var(--gold);color:var(--black);font-size:16px;font-weight:700;padding:16px 48px;border-radius:50px;transition:var(--transition);display:inline-block}.checkout-btn:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 25px #c9a84c66}@media(max-width:1024px){.hero{grid-template-columns:1fr;padding:60px 40px;text-align:center}.hero-image{display:none}.hero h1{font-size:38px}.hero-stats,.hero-buttons{justify-content:center}.features-grid,.reviews-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.section{padding:60px 24px}.site-header{padding:0 24px}.main-nav{display:none}.mobile-menu-btn{display:block}.product-layout{grid-template-columns:1fr}.product-page-section{padding:40px 24px}.trust-bar{gap:24px;padding:16px 24px}.site-footer{padding:48px 24px 24px}}@media(max-width:480px){.hero h1{font-size:30px}.hero-stats{gap:24px}.products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.footer-grid,.guarantee-bar{grid-template-columns:1fr}.cart-section{padding:40px 16px}}.mobile-nav{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:var(--black);z-index:9999;flex-direction:column;align-items:center;justify-content:center;gap:32px}.mobile-nav.open{display:flex}.mobile-nav a{font-size:24px;font-weight:700;color:var(--white)}.mobile-nav a:hover{color:var(--gold)}.mobile-nav-close{position:absolute;top:20px;right:24px;background:none;font-size:32px;color:var(--white);cursor:pointer}
/*# sourceMappingURL=/cdn/shop/t/17/assets/theme.css.map */
