:root{--primary: #1a56db;--primary-hover: #1e429f;--secondary: #10b981;--bg-main: #f9fafb;--bg-card: #ffffff;--text-main: #111827;--text-muted: #6b7280;--border: #e5e7eb;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--radius: .75rem;--font-main: "Inter", system-ui, -apple-system, sans-serif;--font-heading: "Outfit", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-main);background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-main)}.app-container{display:flex;min-height:100vh}@media (max-width: 768px){.app-container{flex-direction:column}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .4s ease-out forwards}.product-card{background:#fff;border-radius:1rem;padding:1rem;box-shadow:0 4px 12px #00000008;position:relative;display:flex;flex-direction:column;align-items:stretch;height:100%;border:1px solid #e2e8f0;overflow:hidden;cursor:pointer;transition:all .2s}.product-card.list{flex-direction:row;align-items:center;gap:1.5rem}.product-card.in-cart{border:2px solid var(--primary)}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000000f}@media (max-width: 768px){.sidebar,.category-sidebar{display:none!important}.mobile-categories{display:flex!important}.main-nav{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:2000!important;padding:.5rem!important;background:#fff!important;box-shadow:0 2px 10px #0000000d!important}.app-container{padding-top:110px!important;width:100%!important;padding-left:0!important;padding-right:0!important;margin:0!important}main>div{padding:0!important;margin:0!important}.main-content-wrapper{padding:0!important;margin:0!important;max-width:100%!important;width:100%!important;background:#fff!important}.nav-container-grid{display:flex!important;flex-direction:column!important;gap:.5rem!important;padding:0}.search-container{max-width:100%!important;width:100%!important}.product-grid{grid-template-columns:1fr!important;gap:0!important;margin-top:.5rem}.product-card{flex-direction:row!important;align-items:stretch!important;gap:0!important;padding:1rem 0!important;min-height:200px!important;border-radius:0!important;border-bottom:1px solid #f1f5f9!important;border-top:none!important;border-left:none!important;border-right:none!important;box-shadow:none!important}.add-to-cart-btn-mobile{white-space:nowrap!important;font-size:.8rem!important;padding:.75rem .5rem!important}.product-image-container{width:130px!important;height:130px!important;flex-shrink:0;background:#fff!important}.card-right-content{justify-content:flex-start!important}.brand-text{display:none!important}.nav-brand h1{font-size:.9rem!important}.hide-mobile,.cart-action,.user-profile{display:none!important}.mobile-bottom-nav{display:flex!important}.app-container{padding-bottom:70px}}.checkout-container{display:grid;grid-template-columns:1fr 380px;gap:2.5rem;padding:1rem 0;max-width:1300px;margin:0 auto}.cart-item-card{display:flex;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:1.25rem;box-shadow:0 4px 12px #00000008;border:1px solid #f1f5f9;transition:all .2s}.cart-item-image{width:110px;height:110px;flex-shrink:0;background:#f8fafc;border-radius:1rem;display:flex;alignItems:center;justifyContent:center;padding:.75rem}.cart-item-image img{max-width:100%;max-height:100%;object-fit:contain}.cart-item-details{flex:1;display:flex;flex-direction:column}.cart-item-actions-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:1rem}.qty-picker{display:flex;align-items:center;gap:.5rem;background:#f8fafc;padding:.35rem;border-radius:8px;border:1px solid #e2e8f0}.qty-picker button{background:#fff;border:1px solid #e2e8f0;width:28px;height:28px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s}.qty-picker button:hover{background:#f1f5f9;color:var(--primary)}.qty-picker input{width:40px;text-align:center;font-weight:800;font-size:.95rem;border:none;background:transparent;outline:none}.summary-card{background:#fff;padding:2.25rem;border-radius:1.5rem;position:sticky;top:100px;box-shadow:0 10px 25px #0000000d;border:1px solid #f1f5f9}.place-order-btn{width:100%;background:var(--primary);color:#fff;border:none;border-radius:1rem;padding:1.15rem;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.85rem;box-shadow:0 8px 20px #1a56db33;transition:all .2s}.place-order-btn:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 10px 25px #1a56db4d}.empty-cart-btn{display:flex;align-items:center;gap:.5rem;background:#fff;border:1.5px solid #ff4d4d;color:#ff4d4d;padding:.5rem 1.25rem;border-radius:10px;font-weight:800;cursor:pointer;transition:all .2s;font-size:.85rem}.empty-cart-btn:hover{background:#fff5f5}.trust-badges{display:flex;flex-direction:column;gap:.85rem;margin-top:1.5rem}.badge-item{display:flex;gap:.75rem;font-size:.85rem;color:#64748b;font-weight:600;align-items:center}@media (max-width: 1024px){.checkout-container{grid-template-columns:1fr}.summary-card{position:static}}.main-content-wrapper{padding:2.5rem;max-width:1400px;margin:0 auto}@media (max-width: 768px){.checkout-container{padding:.5rem .25rem;overflow-x:hidden}.cart-item-card{gap:.75rem;padding:1rem .6rem;border-radius:.75rem;align-items:center}.cart-item-image{width:70px;height:70px;padding:.4rem}.cart-item-actions-row{flex-wrap:wrap;gap:.5rem}.qty-picker{padding:.25rem}.qty-picker button{width:26px;height:26px}.qty-picker input{width:30px;font-size:.85rem}.summary-card{padding:1.25rem;border-radius:1rem;margin-top:1.5rem}}
