@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;600;700;800&family=Rajdhani:wght@600;700&display=swap');
:root{--bg:#080b12;--panel:#111827;--panel2:#1b2435;--text:#f5f7fb;--muted:#aab4c5;--green:#42f211;--blue:#0789ff;--red:#ff293f;--line:rgba(255,255,255,.1)}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:'Exo 2',sans-serif}button,input,textarea{font:inherit}.shop-header{height:82px;padding:0 max(20px,5vw);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(8,11,18,.94);position:sticky;top:0;z-index:30;backdrop-filter:blur(12px)}.shop-brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none}.shop-brand img{width:52px;height:52px;border-radius:12px;object-fit:cover}.shop-brand span{display:flex;flex-direction:column}.shop-brand b{font:700 26px/1 'Rajdhani';letter-spacing:3px}.shop-brand small{color:var(--muted);font-size:11px}.shop-header nav{display:flex;align-items:center;gap:20px}.shop-header nav a{color:var(--muted);text-decoration:none}.shop-header nav button{border:0;border-radius:999px;padding:11px 18px;background:linear-gradient(100deg,var(--blue),#7954ff,var(--red));color:#fff;font-weight:800;cursor:pointer}.shop-header nav span{display:inline-grid;place-items:center;background:#fff;color:#111;width:22px;height:22px;border-radius:50%;margin-left:7px;font-size:12px}.shop-hero{min-height:330px;display:grid;place-items:center;text-align:center;padding:70px 20px;background:radial-gradient(circle at 20% 20%,rgba(7,137,255,.28),transparent 35%),radial-gradient(circle at 80% 80%,rgba(255,41,63,.25),transparent 38%),linear-gradient(rgba(8,11,18,.4),rgba(8,11,18,.95)),url('../icon.png') center 42%/620px no-repeat}.shop-hero h1{font:700 clamp(48px,8vw,92px)/.95 'Rajdhani';letter-spacing:2px;margin:10px 0}.shop-hero p{color:#d5dbea;font-size:18px}.eyebrow{color:var(--green);font-weight:800;text-transform:uppercase;letter-spacing:2px;font-size:12px}.products-section{max-width:1240px;margin:auto;padding:75px 24px 120px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:32px}.section-heading h2{font:700 42px/1 'Rajdhani';margin:7px 0 0}.section-heading p{color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.product-card{background:#fff;color:#111;border-radius:18px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.25);transition:.25s}.product-card:hover{transform:translateY(-5px)}.product-preview{width:100%;height:310px;padding:0;border:0;background:#eef0f3;position:relative;cursor:pointer;overflow:hidden}.product-preview img{width:100%;height:100%;object-fit:cover;transition:.3s}.product-preview span{position:absolute;left:50%;bottom:18px;transform:translate(-50%,15px);opacity:0;padding:9px 15px;border-radius:999px;background:rgba(8,11,18,.9);color:#fff;transition:.25s;white-space:nowrap}.product-preview:hover img{transform:scale(1.04)}.product-preview:hover span{opacity:1;transform:translate(-50%,0)}.product-info{text-align:center;padding:22px}.product-info h3{margin:0 0 7px;font-size:19px}.product-price{font-size:24px;font-weight:800;margin-bottom:16px}.add-cart,.sold-out,.primary-button,.secondary-button{border:0;border-radius:999px;padding:13px 22px;font-weight:800;cursor:pointer}.add-cart,.primary-button{background:linear-gradient(100deg,#27d6ff,#6d60ff,#ff20c7);color:#fff}.sold-out{background:#ddd;color:#777}.empty-products{text-align:center;border:1px dashed var(--line);border-radius:22px;padding:55px}.empty-products img{width:100px;border-radius:22px}.empty-products p{color:var(--muted)}.shop-overlay{position:fixed;inset:0;background:rgba(0,0,0,.72);z-index:1000000;backdrop-filter:blur(5px)}.product-modal{position:fixed;z-index:1000002;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:min(850px,calc(100vw - 30px));max-height:calc(100vh - 30px);overflow:auto;background:#fff;color:#111;border-radius:16px;display:grid;grid-template-columns:1fr 1.2fr;box-shadow:0 30px 100px #000}.product-modal[hidden],.shop-overlay[hidden],.cart-drawer[hidden]{display:none}.modal-image{background:#eef0f3;min-height:430px}.modal-image img{width:100%;height:100%;object-fit:cover}.modal-content{padding:55px 38px}.modal-content h2{font-size:34px;margin:10px 0}.modal-content p{color:#5f6877;line-height:1.6}.modal-price{font-size:30px;color:#ff4620;margin-bottom:18px}.modal-content label{font-weight:700}.quantity{display:flex;align-items:center;width:130px;border:1px solid #ccd2dc;border-radius:7px;margin:8px 0 16px}.quantity button{border:0;background:transparent;width:43px;height:42px;font-size:20px;cursor:pointer}.quantity span{flex:1;text-align:center;font-weight:800}.modal-content>.primary-button,.modal-content>.secondary-button{display:block;margin-top:10px;border-radius:8px;min-width:190px}.secondary-button{background:transparent;border:1px solid #ff4620;color:#ff4620}.close-round{border:1px solid var(--line);background:transparent;color:inherit;width:40px;height:40px;border-radius:50%;font-size:28px;line-height:34px;cursor:pointer}.product-modal>.close-round{position:absolute;right:14px;top:14px;color:#596170;border-color:#ccd2dc}.cart-drawer{position:fixed;z-index:1000002;right:0;top:0;width:min(520px,100vw);height:100vh;overflow-y:auto;background:#0e1629;color:#fff;padding:22px 20px 55px;box-shadow:-20px 0 60px rgba(0,0,0,.45)}.cart-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:15px}.cart-head h2{font-size:24px}.cart-items{display:grid;gap:13px;padding:20px 0}.cart-empty{color:var(--muted);text-align:center;padding:45px 0}.cart-line{display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:12px;background:var(--panel2);padding:11px;border-radius:13px}.cart-line img{width:64px;height:64px;border-radius:10px;object-fit:cover;background:#fff}.cart-line h4{margin:0 0 4px}.cart-line small{color:var(--muted)}.line-qty{display:flex;align-items:center;background:#111827;border-radius:999px}.line-qty button{border:0;background:transparent;color:#fff;width:34px;height:34px;cursor:pointer}.line-qty b{width:24px;text-align:center}.shipping-progress,.promo-row,.totals{border:1px solid var(--line);border-radius:13px;padding:14px;margin-bottom:14px}.shipping-progress strong{font-size:13px}.shipping-progress>div{height:6px;background:#3b465a;border-radius:10px;margin-top:10px;overflow:hidden}.shipping-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--green));width:0}.promo-row label{text-transform:uppercase;font-size:12px}.promo-row>div{display:flex;margin-top:8px}.promo-row input{min-width:0;flex:1;background:#0b1426;color:#fff;border:1px solid var(--line);border-radius:9px 0 0 9px;padding:12px}.promo-row button{border:0;background:#fff;font-weight:800;padding:0 14px;border-radius:0 9px 9px 0;cursor:pointer}.promo-row small,.checkout-error{display:block;color:#ff7585;margin-top:7px}.totals{background:var(--panel2)}.totals>div{display:flex;justify-content:space-between;margin:8px 0;color:#c9d1df}.totals .total{font-size:20px;color:#fff;border-top:1px solid var(--line);padding-top:13px;margin-top:12px}.checkout-toggle,.checkout-form>.primary-button{width:100%;border-radius:10px}.checkout-form{border-top:1px solid var(--line);margin-top:20px;padding-top:15px}.checkout-form h3{margin:18px 0 12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.checkout-form label{display:block;font-size:12px;color:#cbd4e3}.checkout-form input,.checkout-form textarea{width:100%;margin-top:5px;border:1px solid var(--line);background:#0b1426;color:#fff;border-radius:8px;padding:11px}.form-grid label:nth-child(4){grid-column:1/-1}.payment-options{display:grid;gap:9px;margin-bottom:14px}.payment-options label{display:flex;align-items:center;gap:10px;background:var(--panel2);padding:13px;border-radius:10px}.payment-options input{width:auto;margin:0}.payment-options span{display:flex;flex-direction:column}.payment-options small{color:var(--muted)}.website-field{position:absolute!important;left:-9999px}.setup-warning{color:#ffcb72}.order-success{background:#132d24;border:1px solid #2ad68b;border-radius:14px;padding:20px;line-height:1.6}.order-success h3{margin-top:0;color:#69f2b2}#paypal-button-container{margin-top:12px}
@media(max-width:850px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-modal{grid-template-columns:1fr}.modal-image{min-height:280px;max-height:42vh}.modal-content{padding:30px}.shop-hero{min-height:270px}.shop-header nav a{display:none}}
@media(max-width:560px){.shop-header{height:70px;padding:0 13px}.shop-brand img{width:44px;height:44px}.shop-brand small{display:none}.product-grid{grid-template-columns:1fr}.products-section{padding:55px 14px 100px}.section-heading{align-items:start;flex-direction:column}.product-preview{height:300px}.form-grid{grid-template-columns:1fr}.form-grid label:nth-child(4){grid-column:auto}.cart-drawer{padding:14px 12px 35px}.modal-content h2{font-size:28px}}
