.products-section{width:100%;margin-top:2rem}.products-carousel{--product-card-min-width:220px}.products-carousel .product-card{max-width:none}.products-grid{--product-card-min-width:240px;gap:var(--grid-gap);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}@media (width<=1200px){.products-grid{--product-card-min-width:220px;gap:var(--spacing-md);grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){.products-grid{--product-card-min-width:200px;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}}@media (width<=480px){.products-grid{--product-card-min-width:180px;gap:var(--spacing-sm);grid-template-columns:repeat(2,minmax(0,1fr))}}.product-card{cursor:pointer;max-width:var(--product-card-min-width);background:#fffc;border:1px solid #0000;border-radius:12px;flex-direction:column;justify-self:center;align-items:center;width:100%;padding:.75rem;transition:all .3s;display:flex}.product-card:hover{background:#fffffff2;border-color:#e5e7eb;transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}@media (width<=768px){.product-card{border-radius:8px;padding:.75rem}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}}.product-card-image{aspect-ratio:1;border-radius:8px;justify-content:center;align-items:center;width:100%;margin-bottom:.45rem;padding:.5rem;display:flex;overflow:hidden}.product-card-image img{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%;height:100%;padding:8%;transition:transform .3s,filter .3s}.product-card:hover .product-card-image img{filter:brightness(1.02);transform:translateY(-2px)}@media (width<=768px){.product-card-image{border-radius:6px;margin-bottom:.35rem;padding:.35rem}}.product-card-info{text-align:center;flex-direction:column;flex:1;align-items:center;width:100%;display:flex}.product-card-actions{flex-direction:column;align-items:center;margin-top:auto;display:flex}.product-card-title{color:#111827;-webkit-line-clamp:4;line-clamp:4;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:2.5rem;padding-bottom:.4rem;font-size:.8rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}@media (width<=768px){.product-card-title{-webkit-line-clamp:5;line-clamp:5;min-height:2.5rem;padding-bottom:.35rem;font-size:.825rem}}@media (width<=480px){.product-card-title{-webkit-line-clamp:5;line-clamp:5;min-height:2.5rem;padding-bottom:.35rem;font-size:.775rem}}.products-carousel .product-card-title{-webkit-line-clamp:5;line-clamp:5;min-height:3.1rem}.product-card-price{color:#111827;margin:.25rem 0 .35rem;font-size:.85rem;font-weight:600}.product-card-view{color:#fff;text-transform:none;letter-spacing:.04em;background:#111827;border-radius:8px;justify-content:center;align-items:center;padding:.7rem 1.8rem;font-size:.8rem;font-weight:600;display:inline-flex}
