.products-section{padding:100px 0;background:var(--color-bg-cream)}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:60px}@media(min-width:768px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{border-radius:var(--radius-lg);overflow:hidden;background:var(--color-white);box-shadow:var(--shadow-sm);transition:all .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.product-card .product-image{aspect-ratio:1;overflow:hidden}.product-card .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-card .product-content{padding:20px}.product-card .product-title{font-size:15px;font-weight:700;margin-bottom:4px}.product-card .product-variant{font-size:12px;color:var(--color-text-secondary);margin-bottom:8px}.product-card .product-price{font-family:var(--font-heading);font-size:18px;font-weight:700}
/*# sourceMappingURL=/cdn/shop/t/14/assets/section-products.css.map */
