*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#181818;background:#fff}.header{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;border-bottom:1px solid #eee;position:sticky;top:0;background:#fff;z-index:20}.logo{font-size:21px;font-weight:900;letter-spacing:1px}.logo span{font-weight:400}nav{display:flex;gap:28px}nav a{text-decoration:none;color:#222;font-size:14px}.cart-btn{border:1px solid #222;background:#222;color:#fff;padding:11px 17px;border-radius:7px;cursor:pointer}.cart-btn b{background:#fff;color:#222;border-radius:20px;padding:2px 6px;margin-left:4px}.hero{min-height:570px;padding:90px 8%;display:flex;align-items:center;background:linear-gradient(100deg,#f1eee9,#fff)}.tag,.mini{letter-spacing:2px;font-size:12px;font-weight:bold}.hero h1{font-size:64px;line-height:1.02;margin:14px 0}.hero h1 span{font-weight:300}.hero p{color:#666;font-size:17px}.shop-now{display:inline-block;margin-top:18px;padding:14px 25px;background:#111;color:#fff;text-decoration:none;border-radius:6px}.section{padding:70px 6%}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.section h2{font-size:36px;margin:5px 0}.filters{display:flex;gap:8px}.filter{padding:9px 17px;border:1px solid #ddd;background:white;border-radius:20px;cursor:pointer}.filter.active{background:#111;color:#fff;border-color:#111}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product{border:1px solid #eee;border-radius:10px;overflow:hidden;background:#fff}.product-img{height:330px;background:#f4f4f4;display:flex;align-items:center;justify-content:center;color:#aaa;font-size:13px}.product-img img{width:100%;height:100%;object-fit:cover}.product-info{padding:16px}.product-info h3{margin:0 0 8px;font-size:16px}.price{font-weight:bold;font-size:18px}.add{width:100%;margin-top:13px;padding:11px;border:0;background:#111;color:#fff;border-radius:6px;cursor:pointer}.modal{display:none;position:fixed;inset:0;background:#0008;z-index:50;align-items:center;justify-content:center;padding:15px}.modal.show{display:flex}.modal-card{background:#fff;width:min(520px,100%);max-height:90vh;overflow:auto;border-radius:12px;padding:28px;position:relative}.close{position:absolute;right:15px;top:10px;border:0;background:none;font-size:30px;cursor:pointer}.cart-row{display:flex;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid #eee}.qty button{border:1px solid #ddd;background:#fff;padding:3px 8px;cursor:pointer}.total{display:flex;justify-content:space-between;font-size:20px;padding:20px 0}.checkout{width:100%;padding:13px;background:#111;color:#fff;border:0;border-radius:6px;cursor:pointer;font-size:15px}form input,form textarea{width:100%;padding:13px;margin:7px 0;border:1px solid #ddd;border-radius:6px;font:inherit}form textarea{min-height:90px;resize:vertical}.pay-options{display:flex;gap:20px;margin:15px 0}.pay-options label{font-size:14px}.upi-box{display:none;background:#f7f7f7;padding:12px;border-radius:7px;margin-bottom:10px}.upi-box.show{display:block}.upi-box p{margin:0;font-weight:bold}.success{margin-top:15px;color:#087b38;font-weight:bold}footer{padding:45px 6%;background:#111;color:#fff;text-align:center}footer p{color:#bbb;font-size:13px}@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}nav{display:none}.hero h1{font-size:48px}}@media(max-width:520px){.header{padding:0 4%}.grid{grid-template-columns:1fr 1fr;gap:10px}.product-img{height:230px}.section{padding:45px 4%}.hero{min-height:480px;padding:60px 7%}.hero h1{font-size:43px}.section-head{display:block}.filters{margin-top:18px}}