.productContainer{max-width:1200px;margin:0 auto;padding:2rem 1rem}.subNavbar{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.tabBtn{background-color:#f2f2f2;border:none;padding:.6rem 1.2rem;font-size:.95rem;border-radius:999px;cursor:pointer;transition:.3s;text-transform:uppercase}.tabBtn:hover{background-color:#e0e0e0}.tabBtn.active{background-color:#1e40af;color:#fff}.productGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.productCard{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.06);transition:transform .2s ease;display:flex;flex-direction:column}.productCard:hover{transform:translateY(-4px)}.productImage{width:100%;height:240px;object-fit:cover}.productContent{padding:1rem}.productTitle{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#1e293b}.productDesc{font-size:.95rem;color:#475569;line-height:1.6}@media (max-width:768px){.productTitle{font-size:1.1rem}.productGrid{grid-template-columns:repeat(1,1fr)}.productDesc{font-size:.9rem}}.productOverviewContainer{position:relative;width:100%;height:90vh;display:flex;justify-content:center;align-items:center}.productOverview{position:absolute;color:white;z-index:1;width:100%}.productOverview h1{font-size:52px;font-weight:500;max-width:40%;margin:0 4rem}.productsOverviewOverlay{position:absolute;inset:0;background-color:black;opacity:.4}@media (max-width:1200px){.productOverview h1{font-size:38px;max-width:100%;margin:0 2rem}}