Robot de bucatarie multifunctional HendiChef, 3 litri, 230V/1400W, 210x380x(H)320 mm
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } body { background: #f7f8fa; color: #333; line-height: 1.6; } .container { max-width: 1200px; margin: 30px auto; background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.08); } header { background: #aeb711; color: #000; text-align: center; padding: 50px 20px; } header h1 { font-size: 38px; font-weight: 700; } header p { font-size: 18px; margin-top: 10px; opacity: 0.8; } .product-image { background: #f1f3d1; padding: 60px; text-align: center; font-size: 120px; color: #000; } .content { padding: 40px; } h2 { font-size: 24px; font-weight: 600; margin: 30px 0 15px; padding-bottom: 8px; border-bottom: 3px solid #aeb711; display: inline-block; } p { margin-bottom: 15px; } .features, .specs { display: grid; gap: 20px; margin: 25px 0; } .features { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } .feature-card { background: #fafafa; padding: 20px; border-radius: 16px; border: 1px solid #eee; transition: all 0.3s ease; } .feature-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.08); } .feature-title { font-weight: 600; color: #111; margin-bottom: 10px; font-size: 16px; } .functions { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0; } .function { background: #eef1d0; border: 1px solid #d6d993; color: #222; padding: 10px 18px; border-radius: 25px; font-size: 14px; transition: background 0.2s; } .function:hover { background: #dce14d; } .specs { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); } .spec-item { background: #fafafa; border-radius: 14px; padding: 15px 20px; display: flex; justify-content: space-between; border: 1px solid #eee; } .spec-name { font-weight: 600; color: #444; } .cta { text-align: center; margin: 40px 0 20px; } .cta button { background: #aeb711; border: none; padding: 15px 40px;