ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--wp--custom--spacing--lg);list-style:none;margin:0;padding:0}body.woocommerce ul.products::before,body.woocommerce ul.products::after{display:none;content:none}body.woocommerce ul.products li.product{float:none;width:auto;margin:0;padding:0}body.woocommerce ul.products li.product a img{margin:0}.product-card{background:var(--wp--preset--color--white);border-radius:var(--wp--custom--border-radius--lg);overflow:hidden;box-shadow:var(--wp--custom--shadow--card);transition:transform var(--wp--custom--transition),box-shadow var(--wp--custom--transition);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:var(--wp--custom--shadow--lg)}.product-card__link{display:flex;flex-direction:column;flex:1;text-decoration:none;color:var(--wp--preset--color--text)}.product-card__image{position:relative;overflow:hidden}.product-card__image .img-product{aspect-ratio:1 / 1;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform var(--wp--custom--transition)}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__image--placeholder{aspect-ratio:1 / 1;background:var(--wp--preset--color--background-alt)}.product-card__badge{position:absolute;top:var(--wp--custom--spacing--md);left:var(--wp--custom--spacing--md);z-index:2}.product-card__body{padding:var(--wp--custom--spacing--md) var(--wp--custom--spacing--lg) var(--wp--custom--spacing--lg);flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--wp--custom--spacing--xs)}.product-card__name{font-family:var(--wp--preset--font-family--heading);font-size:1.05rem;font-weight:700;line-height:1.3;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:calc(1.05rem * 1.3 * 2)}.product-card__price{font-size:1.1rem;color:var(--wp--preset--color--primary);font-weight:700;margin:0}.product-card__price del{color:var(--wp--preset--color--text-muted);font-weight:400;font-size:.9rem}.product-card__price ins{text-decoration:none}.product-card__cta{margin-top:auto;white-space:nowrap}@media (prefers-reduced-motion:reduce){.product-card,.product-card__image img{transition-duration:0s}.product-card:hover{transform:none}.product-card:hover .product-card__image img{transform:none}}@media (max-width:1100px){ul.products{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){ul.products{grid-template-columns:repeat(2,1fr)}.product-card__body{padding-left:var(--wp--custom--spacing--md);padding-right:var(--wp--custom--spacing--md)}}@media (max-width:480px){ul.products{grid-template-columns:1fr}}