.main--home-container{padding:2rem 1rem;max-width:1200px;margin:0 auto}.main--hero{background:linear-gradient(90deg,#2a2a2a,#4a4a4a);color:#fff;padding:3rem 1.5rem;text-align:center;border-radius:8px;margin-bottom:3rem;box-shadow:0 4px 15px rgba(0,0,0,.2)}.main--hero h1{font-size:2.8rem;margin-bottom:1rem;font-weight:700;line-height:1.2;color:#ffd52c}.main--hero p{font-size:1.2rem;max-width:700px;margin:0 auto;line-height:1.6;color:#e0e0e0}.main--all-products,.main--featured-products{margin-bottom:3rem}.main--all-products h2,.main--featured-products h2{font-size:2rem;text-align:center;margin-bottom:2rem;color:#333;position:relative}.main--all-products h2:after,.main--featured-products h2:after{content:"";display:block;width:60px;height:3px;background-color:#ffd52c;margin:10px auto 0;border-radius:2px}.main--product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.5rem;gap:1.5rem;justify-content:center}.main--product-card{background-color:#fff;border:1px solid #ddd;border-radius:8px;padding:1.5rem;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;justify-content:space-between}.main--product-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.main--product-card img{max-width:100%;height:auto;max-height:200px;object-fit:contain;margin-bottom:1rem;border-radius:4px}.main--product-card h3{font-size:1.3rem;margin-bottom:.5rem;color:#333;flex-grow:1}.main--product-card p{font-size:1.1rem;color:#555;font-weight:600;margin-bottom:1rem}.main--product-card .main--product-link{display:inline-block;background-color:#007bff;color:#fff;padding:.8rem 1.2rem;border-radius:5px;text-decoration:none;font-weight:600;transition:background-color .2s ease}.main--product-card .main--product-link:hover{background-color:#0056b3}@media (max-width:768px){.main--hero{padding:2rem 1rem}.main--hero h1{font-size:2rem}.main--hero p{font-size:1rem}.main--all-products h2,.main--featured-products h2{font-size:1.8rem}.main--product-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.main--product-card{padding:1rem}.main--product-card h3{font-size:1.1rem}.main--product-card p{font-size:1rem}.main--product-card .main--product-link{padding:.7rem 1rem;font-size:.9rem}}@media (max-width:480px){.main--home-container{padding:1.5rem .8rem}.main--product-grid{grid-template-columns:1fr}}