*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;color:#222;background:#fff}a{text-decoration:none;color:inherit}.container{max-width:1400px;margin:auto;padding:0 28px}.top{max-width:1400px;margin:auto;min-height:92px;padding:18px 28px;display:flex;align-items:center;gap:35px}.logo{font-size:30px;font-weight:900;white-space:nowrap}.logo b{font-weight:400}.search{display:flex;flex:1}.search input{width:100%;padding:15px;border:1px solid #ddd}.search button,.btn,.cart-btn{border:0;background:#111;color:#fff;padding:15px 22px;cursor:pointer}.top nav{display:flex;gap:18px;font-size:14px}.menu{border-top:1px solid #eee;border-bottom:1px solid #eee;display:flex;justify-content:center;gap:45px;padding:15px}.hero{min-height:530px;background:linear-gradient(90deg,#111 0%,#292929 55%,#ddd 100%);display:flex;align-items:center}.hero-content{width:min(1400px,100%);margin:auto;padding:70px 28px;color:#fff}.hero-content h1{font-size:56px;max-width:650px;margin:12px 0}.hero-content p{font-size:19px;max-width:560px;margin-bottom:30px}.btn{display:inline-block;background:#e31b23}.products{padding-top:60px;padding-bottom:70px}.section-head{display:flex;align-items:center;justify-content:space-between}.section-head h2{font-size:32px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{border:1px solid #eee;padding:18px}.product-image{height:280px;background:#f3f3f3;display:grid;place-items:center;font-size:36px;font-weight:bold}.product-card h3{font-size:17px;min-height:42px}.price{margin:16px 0}.price del{color:#999;margin-right:8px}.price strong{font-size:20px}.cart-btn{width:100%}.page{min-height:500px;padding-top:50px}footer{background:#111;color:#ddd;padding:55px 0}footer strong{color:#fff;font-size:22px}@media(max-width:850px){.top{flex-wrap:wrap}.search{order:3;flex-basis:100%}.top nav{margin-left:auto}.menu{overflow:auto;justify-content:flex-start}.hero{min-height:430px}.hero-content h1{font-size:39px}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.top nav{display:none}.product-grid{grid-template-columns:1fr}.product-image{height:330px}}
