.baby-products-hero{background:#fff7ed}.baby-product-list{padding:80px 0 96px}.baby-product-category{margin-bottom:56px}.baby-product-category h2{font-weight:900;margin-bottom:22px}.baby-product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.baby-product-card{padding:0;overflow:hidden}.baby-product-card a{display:block;color:var(--brand-text);height:100%}.baby-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:#e9eef2}.baby-product-card h3{font-size:1.05rem;padding:18px 18px 4px;font-weight:900}.baby-product-card span{display:block;padding:0 18px 18px;color:var(--brand-primary);font-weight:800}@media (max-width:992px){.baby-product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.baby-product-grid{grid-template-columns:1fr}}