:root{--ink:#10142c;--muted:#6d738f;--indigo:#35157d;--violet:#7c3aed;--pink:#ec4899;--blue:#2563eb;--green:#0f9f6e;--orange:#f97316;--line:#e8e9f2;--bg:#f7f8fc;--shadow:0 18px 50px rgba(35,25,82,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink)}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.store-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:14px clamp(18px,5vw,72px);background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.store-brand{display:flex;align-items:center;gap:12px}.store-logo{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;color:#fff;font-size:24px;font-weight:900;background:linear-gradient(145deg,#6735e8,#30106f);box-shadow:0 8px 18px rgba(77,35,177,.3)}.store-brand b{display:block;font-size:18px}.store-brand small{display:block;color:var(--muted);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.store-actions{display:flex;gap:10px;align-items:center;font-weight:800}.store-actions a{padding:10px 14px;border-radius:12px}.cart-link{background:#1f1741;color:#fff}.cart-link span{display:inline-grid;place-items:center;min-width:23px;height:23px;margin-left:6px;border-radius:50%;background:#ec4899}.store-flashes{max-width:1220px;margin:18px auto 0;padding:0 20px}.store-alert{padding:12px 16px;border-radius:12px;background:#eef2ff;color:#312e81}.store-alert.danger{background:#fff1f2;color:#9f1239}.store-alert.warning{background:#fff7ed;color:#9a3412}.store-alert.success{background:#ecfdf5;color:#065f46}.store-hero{max-width:1280px;margin:28px auto;padding:clamp(32px,6vw,72px);border-radius:34px;display:grid;grid-template-columns:1.35fr .65fr;gap:40px;align-items:center;background:radial-gradient(circle at 90% 20%,rgba(96,165,250,.48),transparent 30%),radial-gradient(circle at 70% 80%,rgba(236,72,153,.22),transparent 28%),linear-gradient(135deg,#25105c,#4521a6 62%,#1b4f9b);color:#fff;box-shadow:var(--shadow)}.eyebrow{display:inline-block;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#7c3aed}.store-hero .eyebrow{color:#d8ccff}.store-hero h1{max-width:800px;font-size:clamp(34px,5vw,66px);line-height:1.02;margin:12px 0 18px}.store-hero p{max-width:720px;color:#e7e2f8;font-size:18px;line-height:1.65}.shop-button,.checkout-button{display:inline-block;background:linear-gradient(135deg,#ff4f9a,#8b5cf6);color:#fff;font-weight:900;padding:14px 22px;border-radius:14px;box-shadow:0 12px 28px rgba(236,72,153,.28)}.hero-orb{justify-self:center;width:min(310px,70vw);aspect-ratio:1;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:radial-gradient(circle at 35% 25%,#bd8cff 0,#6d28d9 35%,#2e1065 72%);box-shadow:inset -20px -25px 40px rgba(16,5,45,.42),inset 14px 16px 24px rgba(255,255,255,.18),0 30px 55px rgba(11,9,45,.38);transform:perspective(700px) rotateY(-7deg)}.hero-orb span{font-weight:800}.hero-orb strong{font-size:42px}.hero-orb small{margin-top:6px;color:#ddd6fe}.shop-toolbar,.product-section,.checkout-shell{max-width:1280px;margin:30px auto;padding:0 20px}.shop-search{display:grid;grid-template-columns:1fr 230px auto;gap:10px}.shop-search input,.shop-search select,.checkout-form input,.checkout-form textarea{width:100%;padding:14px 15px;border:1px solid #dfe2ec;border-radius:14px;background:#fff;color:#111827;outline:none}.shop-search input:focus,.shop-search select:focus,.checkout-form input:focus,.checkout-form textarea:focus{border-color:#8b5cf6;box-shadow:0 0 0 4px rgba(139,92,246,.12)}.shop-search button,.add-cart,.buy-form button,.checkout-form button{border:0;border-radius:14px;background:#2f176a;color:#fff;font-weight:900;padding:13px 18px;cursor:pointer}.category-pills{display:flex;gap:9px;overflow:auto;padding:14px 0 2px}.category-pills a{white-space:nowrap;padding:9px 13px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:800;color:#515772}.category-pills a.active{background:#2f176a;color:#fff;border-color:#2f176a}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:16px}.section-heading h2{font-size:32px;margin:4px 0}.section-heading p{color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{overflow:hidden;border-radius:22px;background:#fff;border:1px solid #ececf4;box-shadow:0 12px 32px rgba(30,25,64,.08);transition:.22s}.product-card:hover{transform:translateY(-5px);box-shadow:0 20px 44px rgba(34,27,82,.14)}.product-image{position:relative;height:250px;display:grid;place-items:center;background:linear-gradient(145deg,#f4f0ff,#eef6ff);overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;padding:14px}.product-image>span{font-size:70px}.product-image em{position:absolute;left:12px;top:12px;background:#7c3aed;color:#fff;font-style:normal;font-size:11px;font-weight:900;padding:7px 10px;border-radius:999px}.product-body{padding:16px}.product-body small{color:#7c3aed;font-weight:900}.product-body h3{margin:7px 0;font-size:18px}.product-body p{min-height:48px;color:var(--muted);font-size:14px;line-height:1.55}.price-row{display:flex;align-items:center;gap:9px;margin:12px 0}.price-row strong{font-size:20px}.price-row del{color:#a0a4b5}.stock-row{display:flex;justify-content:space-between;gap:8px;align-items:center;font-size:12px;margin-bottom:12px}.stock-row .in{color:#087a55;font-weight:900}.stock-row .out{color:#c2410c;font-weight:900}.stock-row a{color:#6335ce;font-weight:900}.add-cart{width:100%;background:linear-gradient(135deg,#2f176a,#7c3aed)}.shop-empty,.success-card{max-width:760px;margin:70px auto;padding:50px 24px;text-align:center}.product-detail{max-width:1180px;margin:45px auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.detail-image{min-height:520px;display:grid;place-items:center;border-radius:30px;background:#fff;box-shadow:var(--shadow);overflow:hidden}.detail-image img{width:100%;height:520px;object-fit:contain;padding:25px}.detail-image span{font-size:100px}.detail-copy h1{font-size:clamp(34px,5vw,56px);line-height:1.05;margin:10px 0}.sku{color:var(--muted);font-weight:700}.detail-price{display:flex;align-items:center;gap:12px;margin:22px 0}.detail-price strong{font-size:30px}.detail-price del{color:#9ca3af}.detail-description{color:#51566e;line-height:1.8;font-size:17px}.availability{padding:12px 14px;background:#eefbf6;border-radius:12px;color:#0b684d;margin:18px 0}.buy-form{display:flex;gap:10px;align-items:end}.buy-form label{font-weight:800}.buy-form input{display:block;width:90px;margin-top:5px;padding:12px;border:1px solid #dfe2ec;border-radius:12px}.buy-form button{padding:13px 22px}.back-shop{display:inline-block;margin-top:20px;color:#6335ce;font-weight:900}.checkout-title{max-width:760px;margin:45px 0 22px}.checkout-title h1{font-size:44px;margin:8px 0}.checkout-title p{color:var(--muted);line-height:1.65}.cart-layout,.checkout-grid{display:grid;grid-template-columns:1fr 360px;gap:22px;align-items:start}.cart-lines,.checkout-form,.order-summary{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 12px 30px rgba(32,28,65,.06)}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:15px;align-items:center;padding:16px;border-bottom:1px solid var(--line)}.cart-item:last-child{border:0}.cart-thumb{width:86px;height:86px;border-radius:15px;background:#f4f2ff;display:grid;place-items:center;overflow:hidden}.cart-thumb img{width:100%;height:100%;object-fit:contain}.cart-item h3{margin:0 0 5px}.cart-item p{margin:0;color:var(--muted)}.cart-controls{display:flex;gap:7px;margin-top:9px}.cart-controls input{width:65px;border:1px solid var(--line);border-radius:9px;padding:8px}.cart-controls button{border:0;border-radius:9px;padding:8px 10px;background:#ede9fe;color:#4c1d95;font-weight:800}.cart-controls .remove{background:#fff1f2;color:#be123c}.order-summary{padding:22px;position:sticky;top:95px}.order-summary h2{margin-top:0}.order-summary>div{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid var(--line)}.order-summary .summary-total{font-size:20px;border-bottom:0}.checkout-button{display:block;text-align:center;margin-top:15px}.continue{display:block;text-align:center;margin-top:12px;color:#6335ce;font-weight:800}.checkout-form{padding:22px}.checkout-form label{display:block;font-weight:800;margin-bottom:15px}.checkout-form label small{color:var(--muted)}.checkout-form input,.checkout-form textarea{display:block;margin-top:7px}.checkout-form .two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.checkout-form button{width:100%;padding:15px;background:linear-gradient(135deg,#2f176a,#8b5cf6)}.success-card{background:#fff;border-radius:30px;box-shadow:var(--shadow);margin-top:70px}.success-icon{width:76px;height:76px;margin:0 auto 15px;display:grid;place-items:center;border-radius:50%;background:#10b981;color:#fff;font-size:38px;font-weight:900}.success-card h1{font-size:40px}.success-card p{color:var(--muted);font-size:17px;line-height:1.7}.store-footer{margin-top:70px;padding:36px clamp(20px,5vw,70px);display:flex;justify-content:space-between;gap:20px;background:#1c123e;color:#fff}.store-footer p{color:#c9c2df}.store-footer div:last-child{display:flex;gap:18px;align-items:center;font-weight:800}
@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,1fr)}.store-hero{grid-template-columns:1fr}.hero-orb{display:none}.cart-layout,.checkout-grid{grid-template-columns:1fr}.order-summary{position:static}.product-detail{grid-template-columns:1fr}.detail-image{min-height:400px}.detail-image img{height:400px}}
@media(max-width:720px){.store-header{padding:10px 14px}.store-brand small{display:none}.store-actions>a:first-child{display:none}.store-hero{margin:12px;border-radius:24px;padding:32px 22px}.store-hero h1{font-size:37px}.store-hero p{font-size:15px}.shop-search{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.product-section,.shop-toolbar,.checkout-shell{padding:0 12px}.product-image{height:175px}.product-body{padding:12px}.product-body h3{font-size:15px}.product-body p{display:none}.price-row strong{font-size:16px}.stock-row{display:block}.stock-row a{display:block;margin-top:4px}.section-heading h2{font-size:26px}.product-detail{padding:0 14px;margin-top:22px;gap:24px}.detail-image{min-height:330px}.detail-image img{height:330px}.detail-copy h1{font-size:36px}.cart-item{grid-template-columns:70px 1fr}.cart-item>strong{grid-column:2}.cart-thumb{width:68px;height:68px}.checkout-form .two{grid-template-columns:1fr}.store-footer{flex-direction:column}.store-footer div:last-child{flex-wrap:wrap}.related{grid-template-columns:repeat(2,1fr)}}

/* Multi-image e-commerce gallery */
.detail-gallery{min-width:0}.thumb-gallery{display:grid;grid-template-columns:repeat(6,minmax(56px,1fr));gap:10px;margin-top:12px}.thumb-button{border:1px solid rgba(89,65,180,.18);background:#fff;border-radius:12px;padding:4px;cursor:pointer;overflow:hidden}.thumb-button img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:9px}.thumb-button:hover{border-color:#6938ef;box-shadow:0 6px 18px rgba(105,56,239,.16)}@media(max-width:700px){.thumb-gallery{grid-template-columns:repeat(4,minmax(50px,1fr))}}
