:root{--p:#6c4cff;--p2:#a83cff;--bg:#f6f7fb;--card:#fff;--text:#151728;--muted:#70758c;--border:#e5e7ef;--shadow:0 18px 50px rgba(24,28,50,.09)}[data-theme=dark]{--bg:#0e1018;--card:#171a25;--text:#f5f6fb;--muted:#a4abc3;--border:#292e3e;--shadow:0 18px 50px rgba(0,0,0,.25)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.store-container{width:min(1180px,calc(100% - 40px));margin:auto}.store-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--card) 92%,transparent);backdrop-filter:blur(15px)}.store-nav{height:76px;display:flex;align-items:center;gap:40px}.store-brand{display:flex;align-items:center;gap:10px;color:var(--text);text-decoration:none}.store-brand img,.store-brand>span{width:39px;height:39px;display:grid;place-items:center;border-radius:12px;object-fit:cover;background:linear-gradient(135deg,var(--p),var(--p2));color:#fff;font-weight:900}.store-brand strong{font-size:18px}.store-nav nav{display:flex;gap:26px}.store-nav nav a{color:var(--muted);text-decoration:none;font-weight:700}.store-nav nav a:hover{color:var(--p)}.store-actions{display:flex;align-items:center;gap:9px;margin-left:auto}.store-icon,.store-account,.store-language summary{height:42px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:1px solid var(--border);border-radius:12px;background:var(--card);color:var(--text);text-decoration:none;cursor:pointer}.store-icon,.store-language summary{width:42px;padding:0}.store-language{position:relative}.store-language summary{list-style:none}.store-language summary::-webkit-details-marker{display:none}.store-language>div{position:absolute;right:0;top:49px;width:145px;padding:7px;border:1px solid var(--border);border-radius:12px;background:var(--card);box-shadow:var(--shadow)}.store-language form{margin:0}.store-language button{width:100%;padding:9px;border:0;border-radius:8px;background:transparent;color:var(--muted);text-align:left;cursor:pointer}.store-language button.active,.store-language button:hover{background:rgba(108,76,255,.1);color:var(--p)}.store-hero{overflow:hidden;padding:85px 0;background:radial-gradient(circle at 80% 30%,rgba(168,60,255,.18),transparent 32%),linear-gradient(145deg,#15172a,#0e1020);color:#fff}.store-hero>.store-container{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:60px}.store-hero h1{max-width:670px;margin:12px 0 18px;font-size:clamp(40px,6vw,72px);line-height:1.02;letter-spacing:-.04em}.store-hero p{max-width:600px;color:#bbc0d5;font-size:18px;line-height:1.7}.store-hero>div>div:first-child>span,.store-section-head>div>span{color:#9b85ff;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.store-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 20px;border:0;border-radius:13px;font-weight:850;text-decoration:none}.store-btn.primary{background:linear-gradient(135deg,var(--p),var(--p2));color:#fff;box-shadow:0 12px 30px rgba(108,76,255,.3)}.hero-visual{position:relative;height:310px;display:grid;place-items:center}.hero-visual>i{position:relative;z-index:2;font-size:130px;color:#fff;filter:drop-shadow(0 25px 45px rgba(108,76,255,.5))}.hero-visual span{position:absolute;width:220px;height:220px;border:1px solid rgba(255,255,255,.16);border-radius:50%;animation:pulse 4s infinite}.hero-visual span:last-child{width:300px;height:300px;animation-delay:1s}@keyframes pulse{50%{transform:scale(1.08);opacity:.55}}.store-categories,.store-products,.related-products{padding:70px 0}.store-categories{padding-bottom:15px}.store-section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:28px}.store-section-head h2{margin:5px 0 0;font-size:32px}.category-scroll{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:13px}.store-category{min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:15px;border:1px solid var(--border);border-radius:17px;background:var(--card);color:var(--muted);text-align:center;text-decoration:none;transition:.2s}.store-category i{font-size:29px}.store-category img{width:45px;height:45px;border-radius:12px;object-fit:cover}.store-category:hover,.store-category.active{transform:translateY(-3px);border-color:var(--p);color:var(--p);box-shadow:var(--shadow)}.store-search{position:relative;display:flex;min-width:370px}.store-search i{position:absolute;left:14px;top:14px;color:var(--muted)}.store-search input{width:100%;height:47px;padding:0 100px 0 42px;border:1px solid var(--border);border-radius:13px;background:var(--card);color:var(--text);outline:0}.store-search button{position:absolute;right:5px;top:5px;height:37px;padding:0 14px;border:0;border-radius:9px;background:var(--p);color:#fff;font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.store-product-card{overflow:hidden;border:1px solid var(--border);border-radius:19px;background:var(--card);box-shadow:0 8px 25px rgba(20,24,45,.04);transition:.25s}.store-product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-card-image{position:relative;height:230px;display:grid;place-items:center;overflow:hidden;background:color-mix(in srgb,var(--bg) 80%,var(--card));color:var(--muted);font-size:45px}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.store-product-card:hover .product-card-image img{transform:scale(1.04)}.product-card-image>span{position:absolute;left:12px;top:12px;padding:5px 9px;border-radius:999px;background:var(--p);color:#fff;font-size:10px;font-weight:900}.product-card-body{padding:17px}.product-card-body>small{color:var(--p);font-size:10px;font-weight:900}.product-card-body h3{min-height:48px;margin:7px 0 14px;font-size:17px}.product-card-body h3 a{color:var(--text);text-decoration:none}.product-card-body>div{display:flex;align-items:center;justify-content:space-between}.product-card-body p{display:flex;align-items:center;gap:8px;margin:0}.product-card-body del{color:var(--muted);font-size:12px}.product-card-body strong{font-size:18px}.product-arrow{width:37px;height:37px;display:grid;place-items:center;border-radius:10px;background:rgba(108,76,255,.1);color:var(--p);text-decoration:none}.store-empty{padding:70px 20px;border:1px dashed var(--border);border-radius:18px;text-align:center;color:var(--muted)}.store-empty i{font-size:50px;color:var(--p)}.store-empty h3{color:var(--text)}.store-pagination{margin-top:28px}.store-pagination ul{display:flex;gap:6px;padding:0;list-style:none}.store-pagination a{display:grid;place-items:center;min-width:38px;height:38px;padding:0 10px;border:1px solid var(--border);border-radius:9px;background:var(--card);color:var(--text);text-decoration:none}.store-pagination .active a{background:var(--p);color:#fff}.product-detail{padding:38px 0 75px}.store-breadcrumb{display:flex;align-items:center;gap:7px;margin-bottom:28px;color:var(--muted);font-size:13px}.store-breadcrumb a{color:var(--muted);text-decoration:none}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px}.product-main-image{height:540px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:22px;background:var(--card);color:var(--muted);font-size:60px}.product-main-image img{width:100%;height:100%;object-fit:contain}.product-thumbnails{display:flex;gap:10px;margin-top:12px;overflow:auto}.product-thumbnails button{width:75px;height:75px;flex:0 0 75px;padding:3px;border:2px solid transparent;border-radius:12px;background:var(--card);cursor:pointer}.product-thumbnails button.active{border-color:var(--p)}.product-thumbnails img{width:100%;height:100%;border-radius:8px;object-fit:cover}.product-info{padding-top:15px}.product-type,.featured-label{display:inline-flex;align-items:center;gap:5px;margin-right:7px;padding:6px 10px;border-radius:999px;background:rgba(108,76,255,.1);color:var(--p);font-size:11px;font-weight:850}.featured-label{background:rgba(245,158,11,.13);color:#f59e0b}.product-info h1{margin:17px 0 6px;font-size:clamp(34px,5vw,53px);line-height:1.05}.product-sku{color:var(--muted)}.product-detail-price{display:flex;align-items:center;gap:12px;margin:27px 0}.product-detail-price strong{font-size:34px}.product-detail-price del{color:var(--muted);font-size:17px}.product-detail-price span{padding:5px 8px;border-radius:7px;background:#ef4444;color:#fff;font-size:10px;font-weight:900}.stock-line{display:flex;align-items:center;gap:7px;font-weight:750}.stock-line.available{color:#10b981}.stock-line.unavailable{color:#ef4444}.product-description{margin:25px 0;color:var(--muted);line-height:1.8}.product-coming{width:100%;opacity:.65}.product-benefits{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.product-benefits>div{display:flex;gap:9px;padding:13px;border:1px solid var(--border);border-radius:13px}.product-benefits i{color:var(--p);font-size:20px}.product-benefits span{display:flex;flex-direction:column}.product-benefits small{margin-top:2px;color:var(--muted)}.related-products{border-top:1px solid var(--border)}.store-footer{padding:50px 0;border-top:1px solid var(--border);background:var(--card)}.store-footer .store-container{display:grid;gap:10px}.store-footer p{max-width:600px;color:var(--muted)}.store-footer small{color:var(--muted)}@media(max-width:980px){.product-grid{grid-template-columns:repeat(2,1fr)}.store-hero>.store-container{grid-template-columns:1fr}.hero-visual{display:none}.product-detail-grid{grid-template-columns:1fr;gap:30px}.product-main-image{height:480px}}@media(max-width:700px){.store-container{width:min(100% - 24px,1180px)}.store-nav{height:66px}.store-nav nav,.store-account span,.store-brand strong{display:none}.store-hero{padding:65px 0}.store-hero h1{font-size:42px}.store-section-head{align-items:stretch;flex-direction:column}.store-search{min-width:0;width:100%}.product-grid{grid-template-columns:1fr}.product-card-image{height:300px}.product-main-image{height:380px}.product-benefits{grid-template-columns:1fr}}
