.product-item-title a {
	height: auto !important ;

    
}
.product-item-price-old_price_crossed {
    text-decoration: line-through;
    margin-right: 10px;
    font-size: 0.9rem;
}

.product-item-price-current {
    font-size: 1.2rem;
}

.product-item-short-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
    margin: 8px 0;
    padding: 0 10px;
}

.product-item-offer-ranges {
    margin: 8px 0;
    padding: 8px 10px;
    background: #f8f9fa;
    border-radius: 4px;
    font-size: 13px;
}

.product-item-offer-ranges .range-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.product-item-offer-ranges .range-row:last-child {
    margin-bottom: 0;
}

.product-item-offer-ranges .range-label {
    color: #888;
}

.product-item-offer-ranges .range-value {
    font-weight: 500;
    color: #333;
}