*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:#f5f7fb;color:#172033}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0}.topbar{height:68px;background:#fff;display:flex;align-items:center;gap:14px;padding:10px clamp(14px,4vw,60px);position:sticky;top:0;z-index:10;box-shadow:0 1px 8px #00000012}.logo{font-size:25px;font-weight:900;letter-spacing:-1px;color:#2874f0}.logo span{font-size:9px}.location{background:#f5f7fb;padding:10px 12px;border-radius:8px;color:#334155}.search{display:flex;flex:1;max-width:680px;background:#f1f5f9;border-radius:9px;overflow:hidden}.search input{border:0;outline:0;background:transparent;padding:12px 15px;flex:1;min-width:80px}.search button{padding:0 18px;background:#2874f0;color:#fff}.account,.cart{background:#fff;padding:10px 7px;color:#1f2937}.cart b{background:#ff6b35;color:#fff;border-radius:99px;padding:2px 6px;font-size:11px}.cats{display:flex;gap:8px;overflow:auto;background:#fff;padding:10px clamp(14px,4vw,60px);border-top:1px solid #eef2f7}.cats button{white-space:nowrap;background:#f4f7fb;padding:9px 17px;border-radius:22px;color:#344054}.cats button:hover,.cats button.active{background:#2874f0;color:#fff}main{max-width:1400px;margin:auto;padding:20px clamp(14px,4vw,60px)}.hero{min-height:330px;border-radius:22px;padding:45px 7%;display:flex;align-items:center;justify-content:space-between;overflow:hidden;background:linear-gradient(120deg,#eaf3ff,#fff5e9)}.eyebrow{font-size:12px;font-weight:800;letter-spacing:2px;color:#2874f0}.hero h1{font-size:clamp(34px,5vw,58px);line-height:1.02;margin:8px 0}.hero h1 strong{color:#ff6b35}.hero p{color:#667085;max-width:500px}.primary{background:#2874f0;color:#fff;padding:13px 24px;border-radius:9px;font-weight:800;box-shadow:0 7px 18px #2874f033}.hero-art{width:40%;min-width:230px;height:240px;position:relative}.deal{position:absolute;right:8%;top:5%;background:#ff6b35;color:#fff;padding:20px;border-radius:50%;font-weight:800;text-align:center;transform:rotate(8deg)}.phone{position:absolute;font-size:130px;left:25%;top:35px;filter:drop-shadow(0 18px 12px #0002)}.bag{position:absolute;font-size:75px;right:8%;bottom:10px}.section{margin-top:30px}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.section-head h2{margin:0;font-size:24px}.section-head button{background:transparent;color:#2874f0;font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.category-grid button{background:#fff;border-radius:14px;padding:22px 8px;display:flex;flex-direction:column;gap:8px;align-items:center;font-size:30px;box-shadow:0 2px 12px #00000008}.category-grid span{font-size:14px;color:#344054}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product{background:#fff;border-radius:15px;padding:14px;box-shadow:0 3px 15px #00000009;position:relative}.product .pic{height:190px;border-radius:11px;background:#f2f5f9;display:grid;place-items:center;font-size:72px}.pic-btn{width:100%;padding:0;background:transparent}.product h3{font-size:15px;margin:12px 0 5px}.wishlist{position:absolute;right:20px;top:20px;background:#fff;border-radius:50%;width:34px;height:34px;font-size:20px;color:#e11d48;z-index:2}.price{font-size:19px;font-weight:900}.mrp{text-decoration:line-through;color:#98a2b3;font-size:12px;margin-left:5px}.off{color:#079455;font-size:12px;margin-left:6px}.add,.details{width:100%;margin-top:12px;padding:10px;border-radius:7px;font-weight:800}.add{background:#ffb300;color:#172033}.details{background:#eef4ff;color:#2874f0}.rating{margin-top:8px;font-size:13px;color:#f59e0b}.rating small{color:#667085}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);background:#172033;color:#fff;padding:12px 18px;border-radius:9px;opacity:0;pointer-events:none;transition:.25s;z-index:30}.toast.show{opacity:1;transform:translate(-50%,0)}dialog{border:0;border-radius:16px;width:min(480px,92vw);padding:0;box-shadow:0 25px 70px #0004}dialog::backdrop{background:#0007}.dialog-head{display:flex;justify-content:space-between;padding:18px;border-bottom:1px solid #eee}.dialog-head button{background:none}.form{padding:18px;display:grid;gap:14px}.form label{display:grid;gap:6px;font-size:13px;font-weight:700;color:#344054}.form input,.form textarea,.form select{width:100%;border:1px solid #d0d5dd;border-radius:8px;padding:11px;outline:none;background:#fff}.form textarea{min-height:80px;resize:vertical}.form input:focus,.form textarea:focus{border-color:#2874f0}.auth-switch{display:grid;grid-template-columns:1fr 1fr;gap:6px;background:#f2f4f7;padding:4px;border-radius:9px}.auth-switch button{padding:9px;border-radius:7px;background:transparent;color:#667085;font-weight:700}.auth-switch .mode-active{background:#fff;color:#2874f0;box-shadow:0 1px 4px #00000012}.hidden-field{display:none!important}.auth-note{font-size:12px;color:#667085;text-align:center;margin:0}.product-details{padding:20px}.detail-icon{height:180px;border-radius:14px;background:#f2f5f9;display:grid;place-items:center;font-size:100px}.detail-title{font-size:22px;margin:16px 0 6px}.review{margin-top:18px;padding-top:15px;border-top:1px solid #eee}.review textarea{width:100%;border:1px solid #d0d5dd;border-radius:8px;padding:10px;margin:8px 0}.cart-row{display:flex;gap:12px;padding:14px 18px;border-bottom:1px solid #eee}.cart-row .mini{font-size:30px}.cart-row button{background:#eef2f7;border-radius:5px;padding:3px 8px}.cart-total{display:flex;justify-content:space-between;padding:18px;font-size:19px}.full{width:calc(100% - 36px);margin:0 18px 18px}footer{margin-top:45px;padding:40px clamp(14px,6vw,80px);background:#111827;color:#cbd5e1}footer .logo{color:#fff}footer p{color:#94a3b8}@media(max-width:900px){.category-grid{grid-template-columns:repeat(3,1fr)}.products{grid-template-columns:repeat(2,1fr)}.hero-art{display:none}.location span{display:none}}@media(max-width:600px){.topbar{flex-wrap:wrap;height:auto}.logo{font-size:21px}.search{order:5;flex-basis:100%;max-width:none}.account{margin-left:auto}main{padding-top:12px}.hero{padding:28px 22px;min-height:280px}.products{gap:10px}.product .pic{height:150px;font-size:55px}.product{padding:10px}.category-grid{gap:8px}.category-grid button{padding:15px 5px}}
