.product-card-link{text-decoration:none}.product-card{cursor:pointer;overflow:hidden;border-radius:10px;border-color:#ddd!important;transition:transform .2s ease;box-shadow:0 0 3px rgba(0,0,0,.12)!important}.product-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.12)!important;border-color:#ddd;border-radius:15px}.product-card .product-card-img{height:190px;object-fit:contain;background-color:#fafafa;border-bottom:1px solid #f0f0f0}.product-card .product-card-content{padding:10px;font-family:Outfit,sans-serif!important}.product-card .product-card-price-rating{display:flex;margin-bottom:6px;align-items:center;justify-content:space-between}.product-card .product-card-price-rating .product-card-price{font-size:18px;font-weight:600;color:#01783b}.product-card .product-card-price-rating .product-card-rating{color:#ffc107;font-size:13px}@media(max-width:576px){.product-card .product-card-price-rating{gap:4px;flex-direction:column;align-items:flex-start}}.product-card .product-card-title{margin-top:6px;margin-bottom:5px;font-size:14px;font-weight:600;font-family:Outfit,sans-serif!important;color:#5c5c5c;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-card .product-card-sold{font-size:11px;font-weight:500;font-weight:600;font-family:Outfit,sans-serif!important;color:#5c5c5c}.product-card .product-card-deli{display:block;margin-top:3px;font-size:13px;font-weight:500;font-family:Outfit,sans-serif!important;color:#5c5c5c}