.vs-product-card,.woocommerce ul.products li.product.vs-product-card{list-style:none;float:none;width:auto;margin:0;clear:none}.vs-product-card__inner{background:#fff;border:1px solid var(--vs-border-light);border-radius:var(--vs-radius);overflow:hidden;transition:all var(--vs-transition);height:100%;display:flex;flex-direction:column}.vs-product-card__inner:hover{border-color:var(--vs-border);box-shadow:var(--vs-shadow-md)}.vs-product-card__image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;background:var(--vs-bg-light)}.vs-product-card__image-link{display:block;width:100%;height:100%}.vs-product-card__img{width:100%;height:100%;object-fit:contain;padding:12px;transition:opacity .3s ease}.vs-product-card__img--secondary{position:absolute;top:0;left:0;opacity:0}.vs-product-card__image-link:has(.vs-product-card__img--secondary):hover .vs-product-card__img--primary{opacity:0}.vs-product-card__image-link:hover .vs-product-card__img--secondary{opacity:1}.vs-product-card__overlay{position:absolute;bottom:8px;right:8px;display:flex;flex-direction:column;gap:6px;opacity:0;transform:translateX(10px);transition:all .3s ease}.vs-product-card__inner:hover .vs-product-card__overlay{opacity:1;transform:translateX(0)}.vs-product-card__overlay button{width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid var(--vs-border);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--vs-transition);box-shadow:var(--vs-shadow-sm)}.vs-product-card__overlay button:hover{background:var(--vs-primary);color:#fff;border-color:var(--vs-primary)}.vs-product-card__overlay button:hover svg{stroke:#fff}.vs-product-card__info{padding:12px;flex:1;display:flex;flex-direction:column}.vs-product-card__brand{font-size:11px;color:var(--vs-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;display:block}.vs-product-card__title{font-size:13px;font-weight:500;line-height:1.4;margin:0 0 6px;color:var(--vs-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vs-product-card__title a{color:inherit}.vs-product-card__title a:hover{color:var(--vs-primary)}.vs-product-card__rating{display:flex;align-items:center;gap:4px;margin-bottom:6px}.vs-product-card__rating .star-rating{font-size:12px}.vs-product-card__review-count{font-size:11px;color:var(--vs-text-muted)}.vs-product-card__price{display:flex;align-items:center;gap:6px;margin-bottom:10px;flex-wrap:wrap;margin-top:auto}.vs-product-card__price .woocommerce-Price-amount{font-size:16px;font-weight:700;color:var(--vs-heading)}.vs-product-card__price del{font-size:13px;color:var(--vs-text-muted)}.vs-product-card__price del .woocommerce-Price-amount{font-size:13px;font-weight:400;color:var(--vs-text-muted)}.vs-product-card__price ins{text-decoration:none}.vs-product-card__price ins .woocommerce-Price-amount{color:var(--vs-danger)}.vs-product-card__discount{font-size:11px;font-weight:700;background:#fef2f2;color:var(--vs-danger);padding:2px 6px;border-radius:var(--vs-radius-sm)}.vs-product-card__cart-action{margin-top:auto}.vs-product-card__cart-action .button{width:100%;text-align:center;display:block}.vs-product-card__actions{display:flex;gap:6px;align-items:center;margin-top:auto}.vs-product-card__actions .button{flex:1}.vs-product-card__actions .vs-product-card__wishlist,.vs-product-card__actions .vs-product-card__quickview{width:36px;height:36px;border-radius:50%;background:var(--vs-bg-gray);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all var(--vs-transition)}.vs-product-card__actions .vs-product-card__wishlist:hover,.vs-product-card__actions .vs-product-card__quickview:hover{background:var(--vs-primary-light);color:var(--vs-primary)}@media (max-width:768px){.vs-product-card__title{font-size:12px}.vs-product-card__price .woocommerce-Price-amount{font-size:14px}.vs-product-card__overlay{opacity:1;transform:translateX(0)}.vs-product-card__info{padding:8px}}@media (max-width:480px){.vs-product-card__title{font-size:11px;-webkit-line-clamp:2}.vs-product-card__price .woocommerce-Price-amount{font-size:13px}.vs-product-card__brand{font-size:10px}.vs-product-card__overlay button{width:30px;height:30px}.vs-product-card__info{padding:6px}}