.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}@media (min-width:900px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{border:1px solid #eee;border-radius:8px;overflow:hidden;transition:transform 0.3s;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;text-align:center;text-decoration:none;color:inherit;cursor:pointer}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.1)}.product-card img{width:157px;height:132px;object-fit:contain}.page-fruit-puree .product-card img{object-fit:cover;object-position:center}.page-fruit-puree .product-card img[src*="saporina-apricot-puree"]{object-fit:contain;transform:scale(1.5)}.page-fruit-puree .product-card img[src*="saporina-mango-puree"],.page-fruit-puree .product-card img[src*="saporina-white-guava-puree"]{transform:scale(1.15)}.page-jam .product-card img[src*="saporina-fig-jam"],.page-jam .product-card img[src*="saporina-peach-jam"],.page-jam .product-card img[src*="saporina-mango-jam"]{transform:scale(1.15)}.page-jam .product-card img[src*="saporina-hibiscus-jam"]{transform:scale(1.5)}.page-canned-fruit .product-card img[src*="saporina-canned-mango-slices"],.page-canned-fruit .product-card img[src*="saporina-canned-whole-dark-figs"]{transform:scale(0.85)}.product-info{padding:15px}.product-title{font-weight:700;color:var(--primary-blue);font-size:var(--fs-base)}.product-subtitle{color:#666;font-size:var(--fs-sm)}.packaging-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;display:grid}@media (min-width:900px){.packaging-grid{grid-template-columns:repeat(4,1fr)}}.pack-item{border:1px solid #eee;border-radius:8px;overflow:hidden;transition:transform 0.3s;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;text-align:center}.pack-badge{font-size:0.7rem;background:var(--nature-green);color:white;padding:2px 8px;border-radius:10px;margin-top:5px;display:inline-block}#pack-item-industrial{width:95px;height:132px}.pack-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.1)}.pack-it