.productos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}@media(min-width:768px){.productos-grid{grid-template-columns:repeat(3,1fr)}}.producto-card{background-color:#fff;padding:1rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;text-align:center;display:flex;flex-direction:column;justify-content:space-between;height:100%}.producto-card img{width:100%;height:200px;object-fit:cover;background-color:#f5f5f5;border-radius:8px;margin-bottom:1rem;transition:transform .3s ease}.producto-card:hover img{transform:scale(1.05)}.producto-card .precio{font-weight:700;margin:.5rem 0;color:#2a7f2a}.product-title{margin-top:15px;font-size:1.2rem}.product-variety{font-size:16px;color:#666;font-weight:400}.product-format{color:#555;font-size:14px;margin-bottom:10px}.no-image-placeholder{height:200px;background:#eee;display:flex;align-items:center;justify-content:center;border-radius:8px}.shop-section{padding:120px 0 60px;background-color:#f9f9f9}
