.product-card{background-color:var(--bg-white);border-radius:var(--radius-lg);border:1px solid var(--border-200);flex-direction:column;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-xl);border-color:var(--border-300);transform:translateY(-8px)}.product-badges{z-index:10;flex-direction:column;gap:.5rem;display:flex;position:absolute;top:1rem;left:1rem}.badge{z-index:10;border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.05em;box-shadow:var(--shadow-sm);padding:.25rem .625rem;font-size:.75rem;font-weight:800;position:absolute;top:1rem;left:1rem}.badge.badge-promo{color:#fff;background-color:#f59e0b}.badge.badge-new{color:#fff;background-color:#2563eb}.badge.badge-hot{color:#fff;background-color:#ea580c}.badge.badge-refurbished{color:#fff;background-color:#10b981}.product-image-container{background-color:var(--bg-100);border-bottom:1px solid var(--border-100);justify-content:center;align-items:center;height:14rem;display:flex;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-image{transform:scale(1.1)}.product-info{flex-direction:column;flex:1;gap:.5rem;padding:1.5rem;display:flex}.product-category{color:var(--text-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.65rem;font-weight:700}.product-title{color:#0f172a;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:2.925rem;font-size:1.125rem;font-weight:800;line-height:1.3;display:-webkit-box;overflow:hidden}.product-rating{align-items:center;gap:.125rem;display:flex}.rating-count{color:var(--text-500);margin-left:.5rem;font-size:.75rem;font-weight:500}.product-footer-clean{border-top:1px dashed var(--border-200);justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:1rem;display:flex}.product-price{flex-direction:column;display:flex}.current-price{color:#0c18ba;font-size:1.5rem;font-weight:800}.btn-add-cart-icon{border-radius:var(--radius-sm);color:#fff;cursor:pointer;background-color:#0c18ba;border:none;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .2s;display:flex}.btn-add-cart-icon:hover{background-color:#08108a;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0c18ba33,0 2px 4px -1px #0c18ba1a}
