*,:before,:after{box-sizing:border-box}:root{--primary:#6c3ce1;--primary-hover:#5a2cc7;--secondary:#f4f3f8;--secondary-hover:#e8e6f0;--text:#1a1a2e;--text-muted:#6b7280;--bg:#fafafa;--card-bg:#fff;--border:#e5e7eb;--danger:#ef4444;--radius:12px;--shadow:0 1px 3px #00000014, 0 1px 2px #0000000f;--shadow-lg:0 10px 25px #0000001a, 0 6px 10px #00000014;color:var(--text);background:var(--bg);font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.5}body{margin:0}#root{max-width:1200px;margin:0 auto;padding:0 20px}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}.navbar{border-bottom:1px solid var(--border);background:var(--bg);z-index:100;justify-content:space-between;align-items:center;padding:16px 0;display:flex;position:sticky;top:0}.navbar-brand{align-items:center;gap:10px;text-decoration:none;display:flex}.navbar-logo{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.navbar-title{color:var(--text);font-size:18px;font-weight:600}.cart-btn{background:var(--secondary);border:1px solid var(--border);color:var(--text);border-radius:10px;align-items:center;gap:6px;padding:8px 12px;text-decoration:none;transition:background .2s;display:flex;position:relative}.cart-btn:hover{background:var(--secondary-hover)}.cart-btn-label{font-size:14px;font-weight:600}.cart-badge{background:var(--primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.section-title{color:var(--text);margin:32px 0 24px;font-size:28px;font-weight:700}.product-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;padding-bottom:48px;display:grid}.product-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);transition:box-shadow .2s,transform .2s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.product-image-wrap{background:#f0f0f0;height:200px;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%}.product-category{color:var(--primary);background:#ffffffeb;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600;position:absolute;top:12px;left:12px}.product-info{padding:16px}.product-name{margin:0 0 6px;font-size:17px;font-weight:600}.product-desc{color:var(--text-muted);margin:0 0 16px;font-size:14px;line-height:1.5}.product-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.product-price{color:var(--text);font-size:22px;font-weight:700}.product-actions{gap:8px;display:flex}.btn{border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600;transition:background .2s,opacity .2s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:var(--secondary);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--secondary-hover)}.cartpage{padding:8px 0 48px}.cartpage-header{align-items:baseline;gap:12px;margin-bottom:24px;display:flex}.cartpage-header h1{margin:24px 0 0;font-size:32px;font-weight:700}.cartpage-count{color:var(--text-muted);font-size:15px}.cartpage-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 20px;display:flex}.cartpage-empty p{color:var(--text-muted);margin:8px 0 0;font-size:18px}.cartpage-layout{grid-template-columns:1fr 360px;align-items:start;gap:32px;display:grid}.cartpage-table{border-collapse:collapse;background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);width:100%;overflow:hidden}.cartpage-table thead{background:var(--secondary)}.cartpage-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;padding:12px 16px;font-size:13px;font-weight:600}.th-price,.th-qty,.th-subtotal{text-align:center}.th-action{width:48px}.cartpage-row td{border-top:1px solid var(--border);vertical-align:middle;padding:16px}.td-product{align-items:center;gap:14px;display:flex}.cartpage-img{object-fit:cover;border-radius:10px;flex-shrink:0;width:72px;height:72px}.cartpage-product-info{flex-direction:column;gap:2px;display:flex}.cartpage-product-name{color:var(--text);font-size:15px;font-weight:600}.cartpage-product-sku{color:var(--text-muted);font-family:ui-monospace,Consolas,monospace;font-size:12px}.cartpage-product-cat{color:var(--primary);font-size:12px;font-weight:500}.td-price,.td-subtotal{text-align:center;font-size:15px;font-weight:600}.td-subtotal{color:var(--text)}.td-qty{text-align:center}.cartpage-qty{border:1px solid var(--border);border-radius:8px;align-items:center;gap:0;display:inline-flex;overflow:hidden}.cartpage-qty button{background:var(--secondary);width:34px;height:34px;color:var(--text);cursor:pointer;border:none;justify-content:center;align-items:center;font-size:16px;display:flex}.cartpage-qty button:hover{background:var(--secondary-hover)}.cartpage-qty span{text-align:center;width:40px;font-size:14px;font-weight:600}.td-action{text-align:center}.cartpage-remove{color:var(--text-muted);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:color .2s,background .2s;display:flex}.cartpage-remove:hover{color:var(--danger);background:#ef444414}.cartpage-actions-row{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.btn-danger-outline{border:1px solid var(--danger);color:var(--danger);cursor:pointer;background:0 0;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600;transition:background .2s}.btn-danger-outline:hover{background:#ef444414}.cartpage-summary{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:24px;position:sticky;top:80px}.cartpage-summary h2{margin:0 0 20px;font-size:20px;font-weight:700}.summary-merchant{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.summary-label{color:var(--text-muted);font-size:13px}.summary-value{color:var(--text);text-align:right;font-size:13px;font-weight:600}.summary-mono{font-family:ui-monospace,Consolas,monospace;font-size:11px}.summary-divider{background:var(--border);height:1px;margin:16px 0}.summary-line{color:var(--text-muted);justify-content:space-between;margin-bottom:10px;font-size:14px;display:flex}.summary-line-shipping .summary-free{color:#16a34a;font-weight:600}.summary-total{color:var(--text);margin-bottom:0;font-size:18px}.btn-checkout-full{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-top:20px;padding:14px;font-size:16px;font-weight:700;transition:background .2s}.btn-checkout-full:hover{background:var(--primary-hover)}.summary-note{color:var(--text-muted);text-align:center;margin:12px 0 0;font-size:12px;line-height:1.5}@media (width<=900px){.cartpage-layout{grid-template-columns:1fr}.cartpage-summary{position:static}.cartpage-table thead{display:none}.cartpage-table,.cartpage-table tbody,.cartpage-table tr,.cartpage-table td{width:100%;display:block}.cartpage-row{border-top:1px solid var(--border);padding:16px}.cartpage-row td{border:none;padding:4px 0}.td-product{margin-bottom:8px}.td-price:before{content:"Price: ";color:var(--text-muted);font-weight:400}.td-qty:before{content:"Qty: ";color:var(--text-muted);font-size:14px;font-weight:400}.td-subtotal:before{content:"Subtotal: ";color:var(--text-muted);font-weight:400}.td-price,.td-subtotal,.td-qty{text-align:left;align-items:center;gap:8px;display:flex}.td-action{text-align:right}}@media (width<=640px){.product-grid{grid-template-columns:1fr}.product-footer{flex-direction:column;align-items:flex-start}.product-actions{width:100%}.product-actions .btn{flex:1}.cartpage-header h1{font-size:24px}.cartpage-actions-row{flex-direction:column;gap:10px}.cartpage-actions-row .btn{text-align:center;width:100%}}
