.product-card{background:#fff;border-radius:8px;transition:box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000014}.product-card:hover{box-shadow:0 4px 16px #00000026}.product-card-vertical{flex-direction:column}.product-card-horizontal{flex-direction:row}.product-card-web-vertical-mob-horizontal{flex-direction:column}.product-card-image-wrapper{display:flex;position:relative;overflow:hidden}.product-card-vertical .product-card-image-wrapper,.product-card-web-vertical-mob-horizontal .product-card-image-wrapper{width:100%}.product-card-horizontal .product-card-image-wrapper{flex:1;min-width:150px}.product-card-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card:hover .product-card-image{transform:scale(1.05)}.product-card-badges{z-index:2;flex-direction:column;gap:.25rem;display:flex;position:absolute;top:.5rem;left:.5rem}.product-card-badge-image{object-fit:contain;background:#ffffffe6;border-radius:4px;width:50%;box-shadow:0 1px 3px #0000001f}@media (max-width:768px){.product-card-badge-image{width:75%}}.product-card-label{letter-spacing:.5px;color:#fff;z-index:1;border-radius:4px;padding:.375rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:.75rem;left:.75rem;box-shadow:0 2px 4px #00000026}.product-card-label-primary{background:var(--primary,#e91e63)}.product-card-label-success{background:#28a745}.product-card-label-warning{background:#ff9800}.product-card-label-info{background:#2196f3}.product-card-wishlist-icon{cursor:pointer;width:36px;height:36px;color:var(--danger);z-index:1;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;bottom:.75rem;right:.75rem}.product-card-wishlist-icon:hover{background:#fff;transform:scale(1.1)}.product-card-wishlist-icon.active{color:var(--primary,#e91e63);background:#fff}.product-card-content{flex-direction:column;flex:1;justify-content:space-between;padding:1rem;display:flex}.product-card-horizontal .product-card-content{flex:1.5}.product-card-name{color:var(--black,#000);margin-bottom:.25rem;font-size:1.125rem;font-weight:500;line-height:1.4}.product-card-desc{color:var(--font-color-2,#666);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-card-price-rating-container{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem;display:flex}.product-card-rating{align-items:center;gap:.25rem;display:flex}.product-card-rating-value{color:var(--black,#000);font-size:.875rem;font-weight:600}.product-card-rating-star{color:#ffc107;font-size:1rem;line-height:1}.product-card-prices{align-items:baseline;gap:.5rem;margin-top:auto;display:flex}.product-card-sale{color:var(--primary,#e91e63);font-size:1.25rem;font-weight:600}.product-card-retail{color:var(--font-color-2,#666);font-size:.875rem;text-decoration:line-through}.product-card-actions{gap:.5rem;display:flex}.product-card-btn{cursor:pointer;background:0 0;border:1px solid;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.9375rem;font-weight:500;transition:all .3s;display:flex}.product-card-btn-cart{color:var(--primary,#e91e63);border-color:var(--primary,#e91e63);flex:1}.product-card-btn-cart:hover{background:var(--primary,#e91e63);color:#fff}.product-card-btn-remove{color:var(--danger,#dc3545);border-color:var(--danger,#dc3545);padding:.625rem}.product-card-btn-remove:hover{color:#fff;background-color:var(--danger,#dc3545)}@media (max-width:1024px){.product-card-web-vertical-mob-horizontal .product-card-image-wrapper,.product-card-vertical .product-card-image-wrapper{flex:1;min-width:100px;height:auto}.product-card-web-vertical-mob-horizontal .product-card-content,.product-card-vertical .product-card-content{flex:1.5}.product-card-web-vertical-mob-horizontal{flex-direction:row}}@media (max-width:640px){.product-card-name{font-size:1rem}.product-card-btn{padding:.5rem .75rem;font-size:.875rem}}.product-card-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;display:grid}.product-card-grid-horizontal{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1.5rem;display:grid}@media (max-width:1024px){.product-card-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}}@media (max-width:640px){.product-card-grid{grid-template-columns:1fr}.product-card-sale{font-size:1rem}.product-card-retail{font-size:.65rem}.product-card-rating-value{font-size:.75rem}.product-card-vertical .product-card-content{padding:.75rem}}
