*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f7f7f7;color:#252525;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}.topbar{background:#ef1734;color:#fff;position:sticky;top:0;z-index:40;box-shadow:0 3px 16px rgba(0,0,0,.14)}.topbar-inner{max-width:1500px;margin:auto;min-height:78px;padding:10px 22px;display:grid;grid-template-columns:245px minmax(320px,1fr) auto;gap:26px;align-items:center}.brand{display:flex;align-items:center;gap:8px;color:#fff;text-decoration:none;min-width:0}.brand img{width:48px;height:48px;object-fit:contain;border-radius:9px;background:#fff}.brand span{display:flex;flex-direction:column;line-height:1}.brand b{font-size:29px;font-style:italic;letter-spacing:-1.5px}.brand small{font-size:12px;font-weight:700;margin-top:5px}.search-box{height:48px;background:#fff;border-radius:25px;display:flex;align-items:center;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.12)}.search-icon{font-size:28px;color:#656565;padding:0 13px}.search-box input{flex:1;border:0;outline:0;height:100%;font-size:15px;color:#333}.search-box input::placeholder{color:#8b8b8b}.search-box button{height:100%;border:0;background:#fff;color:#ef1734;font-weight:800;padding:0 20px;cursor:pointer}.top-actions{display:flex;align-items:center;gap:20px}.top-actions a{color:#fff;text-decoration:none}.location,.account-link{display:flex;align-items:center;gap:8px}.location b,.account-link b{display:block;font-size:14px}.location small,.account-link small{display:block;font-size:11px;opacity:.9;margin-top:3px}.pin,.person{font-size:18px}.cart-link{position:relative;font-size:30px}.cart-link em{position:absolute;right:-8px;top:-8px;background:#fff;color:#ef1734;border-radius:50%;width:20px;height:20px;font-size:11px;font-style:normal;font-weight:900;display:flex;align-items:center;justify-content:center}.mobile-nav{display:none}.layout{max-width:1500px;margin:auto;padding:18px 22px 55px;display:grid;grid-template-columns:190px minmax(0,1fr);gap:20px}.sidebar{background:#fff;border-radius:14px;padding:9px;align-self:start;position:sticky;top:96px;box-shadow:0 3px 14px rgba(0,0,0,.05)}.side-item{display:flex;align-items:center;gap:12px;min-height:46px;padding:8px 12px;border-radius:11px;color:#252525;text-decoration:none;font-size:14px;font-weight:650}.side-item:hover,.side-item.selected{background:#fff0f2;color:#ef1734}.side-item.active{background:#ef1734;color:#fff}.side-icon{width:24px;text-align:center;font-size:19px;font-weight:900}.side-mini{width:30px;height:30px;border-radius:50%;overflow:hidden;flex:0 0 30px}.side-mini img{width:100%;height:100%;object-fit:cover}.content{min-width:0}.hero-carousel{position:relative;border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.08)}.hero-track{position:relative;aspect-ratio:2000/650}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .35s;pointer-events:none}.hero-slide.active{opacity:1;pointer-events:auto}.hero-slide img,.hero-fallback img{width:100%;height:100%;object-fit:cover;display:block}.hero-fallback img{height:auto}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.95);font-size:30px;color:#ef1734;box-shadow:0 3px 10px rgba(0,0,0,.16);cursor:pointer}.hero-arrow.left{left:12px}.hero-arrow.right{right:12px}.quick-categories{display:flex;gap:13px;overflow:auto;padding:20px 4px 8px;scrollbar-width:none}.quick-categories::-webkit-scrollbar{display:none}.quick-cat{flex:0 0 76px;text-decoration:none;color:#333;text-align:center}.quick-cat span{display:flex;width:64px;height:64px;border-radius:50%;overflow:hidden;margin:auto;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);align-items:center;justify-content:center}.quick-cat img{width:100%;height:100%;object-fit:cover}.quick-cat b{display:block;font-size:11px;margin-top:7px;line-height:1.15}.more-circle{font-size:21px;color:#777;font-weight:900;letter-spacing:2px}.section-heading{display:flex;align-items:center;justify-content:space-between;margin:24px 2px 13px}.section-heading h2{margin:0;font-size:23px;color:#242424}.section-heading a{color:#ef1734;text-decoration:none;font-size:14px;font-weight:800}.fire{color:#ef1734}.star{color:#f39a19}.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}.product-card{background:#fff;border-radius:13px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid #eee;transition:.18s;position:relative}.product-card:hover{transform:translateY(-2px);box-shadow:0 7px 20px rgba(0,0,0,.1)}.product-photo{height:175px;display:block;position:relative;background:#fff}.product-photo img{width:100%;height:100%;object-fit:contain}.offer-tag{position:absolute;left:9px;top:9px;background:#ef1734;color:#fff;border-radius:7px;padding:4px 7px;font-size:10px;font-weight:900}.product-info{padding:10px 11px 12px}.product-name{color:#333;text-decoration:none}.product-name h3{font-size:14px;line-height:1.25;margin:0 0 9px;min-height:35px}.product-price{display:flex;align-items:baseline;gap:7px;margin-bottom:9px}.product-price strong{font-size:19px;color:#ef1734}.product-price del{font-size:11px;color:#999}.add-btn{position:absolute;right:10px;bottom:10px;width:31px;height:31px;border:0;border-radius:8px;background:#ef1734;color:#fff;font-size:23px;line-height:1;cursor:pointer;font-weight:700}.add-btn:hover{background:#d90f2b}.add-btn:disabled{opacity:.45}.products-section{margin-top:5px}.compact-section{margin-top:28px}.brands-section{margin-top:30px}.brand-track{display:flex;gap:12px;overflow:auto;scrollbar-width:none}.brand-track::-webkit-scrollbar{display:none}.brand-card{flex:0 0 150px;height:76px;border:1px solid #e8e8e8;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#333}.brand-card img{max-width:90%;max-height:55px;object-fit:contain}.empty{background:#fff;border-radius:14px;padding:45px;text-align:center;margin:25px 0}.primary-btn{display:inline-block;background:#ef1734;color:#fff;text-decoration:none;border-radius:9px;padding:11px 20px;font-weight:800}.site-footer{background:#fff;border-top:1px solid #e9e9e9;padding:24px 6%;display:flex;justify-content:space-between;gap:20px;color:#555;font-size:14px}.site-footer div{display:flex;gap:10px;align-items:center}.site-footer b{color:#ef1734}.site-footer a{color:#ef1734;text-decoration:none;font-weight:750}.whatsapp-float{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:50%;background:#25d366;border:3px solid #fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px rgba(0,0,0,.2);z-index:60}.whatsapp-float img{width:34px;height:34px}
@media(max-width:1200px){.topbar-inner{grid-template-columns:210px minmax(250px,1fr) auto;gap:15px}.top-actions{gap:12px}.location small,.account-link small{display:none}.layout{grid-template-columns:170px 1fr}.product-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:900px){.topbar-inner{grid-template-columns:1fr auto;gap:10px}.brand b{font-size:25px}.search-box{grid-column:1/-1;grid-row:2}.top-actions{justify-content:flex-end}.location,.account-link{display:none}.layout{display:block;padding:10px 12px 40px}.sidebar{display:none}.mobile-nav{height:48px;background:#fff;display:flex;align-items:center;gap:20px;overflow:auto;padding:0 15px;border-bottom:1px solid #eee;position:sticky;top:78px;z-index:30}.mobile-nav a{white-space:nowrap;color:#444;text-decoration:none;font-size:13px;font-weight:750}.mobile-nav a.active{color:#ef1734}.product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:620px){.topbar-inner{min-height:70px;padding:8px 12px}.brand img{width:42px;height:42px}.brand b{font-size:22px}.brand small{font-size:10px}.cart-link{font-size:27px}.mobile-nav{top:70px}.hero-track{aspect-ratio:16/8}.quick-categories{gap:8px;padding-top:14px}.quick-cat{flex-basis:68px}.quick-cat span{width:57px;height:57px}.section-heading{margin-top:20px}.section-heading h2{font-size:20px}.product-grid{grid-template-columns:repeat(2,1fr);gap:9px}.product-photo{height:150px}.product-info{padding:9px}.product-name h3{font-size:13px}.product-price strong{font-size:17px}.site-footer{flex-direction:column}.whatsapp-float{width:53px;height:53px;right:14px;bottom:14px}}
