*{box-sizing:border-box}body{margin:0;background:#f8fafc;color:#1f2937;font-family:Arial,Helvetica,sans-serif}header{padding:30px 18px;text-align:center;background:#991b1b;color:#fff}header h1{margin:0 0 8px}main{max-width:1180px;margin:auto;padding:18px}.filters{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}.filters label{display:grid;gap:5px;font-weight:700}.filters input,.filters select{min-width:230px;padding:11px;border:1px solid #cbd5e1;border-radius:10px;font:inherit}.catalog{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:18px}.product{background:#fff;border-radius:16px;box-shadow:0 5px 20px #0001;overflow:hidden}.product img{display:block;width:100%;height:230px;object-fit:cover;background:#e5e7eb}.product-body{padding:15px}.product h2{font-size:19px;margin:8px 0}.price{font-size:23px;font-weight:800;color:#991b1b}.badge{display:inline-block;padding:4px 8px;border-radius:999px;background:#fee2e2;color:#7f1d1d;font-size:12px}.image-error{padding:16px;background:#fef2f2;color:#991b1b}.thumbs{display:flex;gap:5px;overflow:auto;padding:7px}.thumbs button{border:0;padding:0;background:none}.thumbs img{width:48px;height:48px;border-radius:6px}@media(max-width:550px){.filters label,.filters input,.filters select{width:100%}.catalog{grid-template-columns:1fr}}
