*{box-sizing:border-box}body{margin:0;font-family:Tahoma,Arial,sans-serif;background:#f7f7f8;color:#161616}header{display:flex;justify-content:space-between;align-items:center;padding:16px 5%;background:#fff;border-bottom:1px solid #e6e6e6;position:sticky;top:0}header nav{display:flex;gap:18px;align-items:center}.brand{font-size:24px;font-weight:800;text-decoration:none;color:#111}a{color:#202020}main{max-width:1180px;margin:auto;padding:28px 5%}.hero{padding:54px 0}.hero h1{font-size:clamp(28px,5vw,54px);max-width:760px}.hero form,.filters{display:flex;gap:8px;flex-wrap:wrap}input,select,textarea,button,.button{padding:12px 14px;border:1px solid #d8d8d8;border-radius:10px;font:inherit}input,textarea{min-width:220px}button,.button{background:#111;color:#fff;cursor:pointer;text-decoration:none;display:inline-block}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.grid article,.panel{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:18px}.grid article{display:flex;flex-direction:column;gap:9px}.row{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #ddd}.total{font-size:20px}.panel form{display:grid;gap:10px;max-width:620px}.error{color:#9b111e}footer{text-align:center;padding:40px;color:#666}@media(max-width:600px){header{align-items:flex-start;gap:10px}header nav{gap:9px;flex-wrap:wrap}.hero{padding:28px 0}}.product-thumb{width:100%;max-height:180px;object-fit:cover;border-radius:10px;margin-bottom:.6rem}.product-image{width:100%;max-width:620px;max-height:440px;object-fit:contain;border-radius:12px;background:#fff}
