.product-card3{gap:calc(.75*var(--rem));cursor:pointer;flex-direction:column;width:100%;height:100%;display:flex}.product-card3-asset-wrapper{background-color:#f5f5f5;width:100%;height:100%;transition:box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 8px #00000014}.product-card3-asset{object-fit:cover;width:100%;height:100%}.product-card3-details{padding:calc(0*var(--rem))calc(.5*var(--rem));flex-direction:column;justify-content:space-between;gap:1.5cqh;display:flex}.product-card3-details-left-part{gap:calc(.05*var(--rem));flex-direction:column;height:max-content;display:flex}.product-card3-name{font-size:calc(.9*var(--rem));color:#333;font-weight:500}.product-card3-description{color:#666;word-break:break-word;font-size:calc(.8*var(--rem))}.product-card3-values{align-items:end;gap:calc(.5*var(--rem));margin-top:calc(.2*var(--rem));display:flex}.product-card3-price{font-size:calc(.9*var(--rem));color:#e53935;font-weight:500}.product-card3-mrp{font-size:calc(.85*var(--rem));color:#999;text-decoration:line-through}.product-card3-discount-percent{font-size:calc(.85*var(--rem));color:#22c55e;margin-top:auto;font-weight:600}.product-card3-sale-badge{color:#000;font-size:calc(.65*var(--rem));text-transform:uppercase;letter-spacing:1px;background-color:#fff;padding:5px 10px;font-weight:500;position:absolute;top:10px;left:10px}
