*{box-sizing:border-box}body{margin:0;font-family:Arial;background:#f5f5f5;color:#111}header{height:68px;background:#111;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 6%;font-size:21px}header i{font-style:normal;font-size:14px;background:#333;padding:7px 11px;border-radius:20px}main{max-width:1200px;margin:auto}.hero{margin:25px 18px;padding:45px 6%;border-radius:20px;background:#111;color:#fff}.hero h1{font-size:42px;margin:8px 0}.hero p{opacity:.8}section+section{padding:10px 18px 50px}#status{text-align:center;padding:20px;color:#666}#products{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px}.card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 5px 20px #00000012}.pic{width:100%;height:270px;object-fit:cover;background:#eee}.body{padding:16px}.cat{font-size:12px;color:#777;text-transform:uppercase}.name{font-size:19px;font-weight:bold;margin:7px 0}.desc{font-size:14px;color:#666;min-height:40px}.price{font-size:20px;font-weight:bold;margin:12px 0}.stock{font-size:13px;color:#666;margin-bottom:10px}.order,.send{width:100%;border:0;border-radius:9px;padding:13px;background:#111;color:#fff;font-weight:bold;cursor:pointer}.order:disabled{opacity:.45;cursor:not-allowed}.modal{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;padding:20px}.off{display:none}.box{position:relative;background:#fff;border-radius:18px;padding:28px;width:min(560px,100%);max-height:92vh;overflow:auto}.x{position:absolute;right:14px;top:8px;border:0;background:none;font-size:30px}.selected{background:#f5f5f5;padding:12px;border-radius:9px;margin-bottom:15px;font-weight:bold}form{display:grid;gap:12px}label{font-size:14px;font-weight:bold}input,textarea{display:block;width:100%;margin-top:5px;padding:12px;border:1px solid #ddd;border-radius:9px;font:inherit}textarea{min-height:70px}#msg{font-weight:bold}.ok{color:#16803c}.err{color:#b42318}@media(max-width:600px){.hero h1{font-size:32px}#products{grid-template-columns:1fr 1fr;gap:12px}.pic{height:190px}.body{padding:11px}.name{font-size:16px}}