:root{--bg: #0F1120;--card: #1A1D35;--primary: #667EEA;--primary-light: #8B9CF7;--text: #E0E0E0;--text-secondary: #888;--border: #2A2D45;--grid: #1E2140;--success: #4caf50;--error: #ef5350;--warning: #ffb74d;--radius: 12px;--radius-sm: 8px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none;transition:color .15s}a:hover{color:var(--primary-light)}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:var(--radius-sm);font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;border:none;text-decoration:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-light);color:#fff}.btn-ghost{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-ghost:hover{border-color:var(--primary);color:var(--primary)}.btn-lg{padding:16px 36px;font-size:16px}.site-header{display:flex;align-items:center;justify-content:space-between;padding:0 40px;height:64px;background:#0a0b14d9;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.header-brand{display:flex;align-items:center;gap:10px;text-decoration:none}.header-brand img{height:32px;width:32px}.header-brand span{font-size:18px;font-weight:700;color:var(--text)}.header-nav{display:flex;align-items:center;gap:32px}.header-nav a{color:var(--text-secondary);font-size:14px;font-weight:500}.header-nav a:hover{color:var(--text)}.header-actions{display:flex;align-items:center;gap:20px}.header-cart{position:relative;color:var(--text-secondary);font-size:14px;font-weight:500;display:flex;align-items:center;gap:6px}.header-cart:hover{color:var(--text)}.cart-count{background:var(--primary);color:#fff;font-size:11px;font-weight:700;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.hero{padding:100px 0 80px;text-align:center;background:radial-gradient(ellipse at 50% 0%,rgba(102,126,234,.08) 0%,transparent 60%)}.hero h1{font-size:52px;font-weight:700;line-height:1.15;letter-spacing:-.02em;margin-bottom:20px}.hero h1 .accent{color:var(--primary)}.hero .subtitle{font-size:18px;color:var(--text-secondary);max-width:600px;margin:0 auto 40px;line-height:1.7}.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.section{padding:80px 0}.section-alt{background:var(--card)}.section-title{font-size:36px;font-weight:700;text-align:center;margin-bottom:16px;letter-spacing:-.01em}.section-subtitle{font-size:16px;color:var(--text-secondary);text-align:center;max-width:540px;margin:0 auto 56px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:28px}.product-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s,transform .2s}.product-card:hover{border-color:var(--primary);transform:translateY(-4px)}.product-card-img{aspect-ratio:4/3;background:var(--grid);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card-img img{width:100%;height:100%;object-fit:cover}.product-card-img-wrap{display:flex;flex-direction:column}.product-card-thumbs{display:flex;gap:6px;padding:8px 10px;background:var(--card);border-top:1px solid var(--border)}.product-card-thumb{width:48px;height:48px;border:2px solid var(--border);border-radius:4px;overflow:hidden;cursor:pointer;transition:border-color .2s}.product-card-thumb:hover,.product-card-thumb.active{border-color:var(--primary)}.product-card-thumb img{width:100%;height:100%;object-fit:cover}.product-card-thumb--more{display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:var(--text-secondary);background:var(--grid)}.product-card-body{padding:24px}.product-card-title{font-size:18px;font-weight:600;margin-bottom:8px}.product-card-desc{font-size:14px;color:var(--text-secondary);margin-bottom:16px;line-height:1.6}.product-card-footer{display:flex;align-items:center;justify-content:space-between}.product-card-price{font-size:22px;font-weight:700;color:var(--primary)}.product-card .btn{padding:10px 20px;font-size:14px}.product-card--hero{display:grid;grid-template-columns:1fr 1fr;margin-bottom:40px}.product-card--hero .product-card-img{aspect-ratio:16/10}.product-card--hero .product-card-body{display:flex;flex-direction:column;justify-content:center;padding:40px}.product-card--hero .product-card-title{font-size:28px;margin-bottom:12px}.product-card--hero .product-card-desc{font-size:16px;line-height:1.7}.product-card--hero .product-card-price{font-size:28px}.product-card--hero .btn{padding:14px 28px;font-size:16px}.accessories-heading{font-size:16px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:20px}.product-grid--accessories{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.how-it-works-diagram{max-width:900px;margin:0 auto 48px;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}.how-it-works-diagram img{width:100%;height:auto;display:block}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.step{text-align:center}.step-number{width:56px;height:56px;border-radius:50%;background:#667eea1f;border:2px solid var(--primary);color:var(--primary);font-size:22px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px}.step h3{font-size:20px;font-weight:600;margin-bottom:12px}.step p{font-size:15px;color:var(--text-secondary);line-height:1.7;max-width:320px;margin:0 auto}.faq-list{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;background:none;border:none;color:var(--text);font-family:inherit;font-size:16px;font-weight:600;padding:24px 0;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-question:hover{color:var(--primary)}.faq-arrow{font-size:20px;transition:transform .2s;color:var(--text-secondary);flex-shrink:0;margin-left:16px}.faq-item.open .faq-arrow{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer-inner{padding:0 0 24px;font-size:15px;color:var(--text-secondary);line-height:1.7}.faq-item.open .faq-answer{max-height:300px}.breadcrumb{margin-bottom:24px}.breadcrumb ol{display:flex;gap:8px;list-style:none;padding:0;margin:0;font-size:13px;color:var(--text-secondary)}.breadcrumb li+li:before{content:"/";margin-right:8px}.breadcrumb a{color:var(--text-secondary);text-decoration:none}.breadcrumb a:hover{color:var(--primary)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.product-page{padding:60px 0}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-gallery{display:flex;flex-direction:column;gap:12px}.product-main-image{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-thumbnails{display:flex;gap:8px;flex-wrap:wrap}.product-thumbnail{width:72px;height:72px;padding:0;border:2px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;background:var(--card);transition:border-color .2s}.product-thumbnail:hover,.product-thumbnail.active{border-color:var(--primary)}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.product-info h1{font-size:36px;font-weight:700;margin-bottom:12px}.product-price{font-size:28px;font-weight:700;color:var(--primary);margin-bottom:24px}.product-description{font-size:15px;color:var(--text-secondary);line-height:1.8;margin-bottom:32px}.product-description ul{list-style:none;padding:0;margin:16px 0}.product-description li{padding:6px 0 6px 24px;position:relative}.product-description li:before{content:"";position:absolute;left:0;top:14px;width:8px;height:8px;background:var(--primary);border-radius:50%}.add-to-cart-form{display:flex;gap:12px;align-items:center}.qty-input{width:72px;padding:12px;text-align:center;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-family:inherit;font-size:16px}.qty-input:focus{outline:none;border-color:var(--primary)}.cart-page{padding:60px 0}.cart-empty{text-align:center;padding:80px 0}.cart-empty p{color:var(--text-secondary);margin-bottom:24px;font-size:16px}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;padding:16px 0;border-bottom:1px solid var(--border);font-size:13px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.cart-table td{padding:20px 0;border-bottom:1px solid var(--border);vertical-align:middle}.cart-product{display:flex;align-items:center;gap:16px}.cart-product img{width:64px;height:64px;border-radius:var(--radius-sm);object-fit:cover;background:var(--card)}.cart-product-title{font-weight:600}.cart-total{text-align:right;padding:24px 0;font-size:20px;font-weight:700}.cart-total span{color:var(--primary)}.cart-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:16px}.site-footer{border-top:1px solid var(--border);padding:40px 0;text-align:center}.footer-links{display:flex;gap:24px;justify-content:center;margin-bottom:16px}.footer-links a{color:var(--text-secondary);font-size:14px}.footer-links a:hover{color:var(--text)}.footer-copy{font-size:13px;color:var(--text-secondary)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#444}@media(max-width:768px){.site-header{padding:0 20px}.header-nav{display:none}.hero{padding:60px 0 50px}.hero h1{font-size:32px}.hero .subtitle{font-size:16px}.steps,.product-layout{grid-template-columns:1fr;gap:32px}.product-grid,.product-card--hero{grid-template-columns:1fr}.product-card--hero .product-card-body{padding:24px}.product-card--hero .product-card-title{font-size:22px}.container{padding:0 16px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
