.product-title-fixed {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(1.2em * 2) !important;
    line-height: 1.2em !important;
    margin-bottom: 3px;
    padding-right: 5px;
}

.cart_button {
    margin-right: 6px;
}

.product_vanzari {
    margin-right: 6px;
    font-size: 11px;
    color: #666;
}

@media (max-width: 767px) {
    .product_vanzari {
        margin-right: 3px;
    }

    .cart_button {
        margin-right: 3px;
    }

    .btn-top-mag {
        margin-top: unset !important;
    }
}

.rating-sales-row {
    font-size: 12px;
    overflow: hidden;
}

.rating-section {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sales-section {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 576px) {
    .product-card .bi-star-fill {
        font-size: 11px !important;
    }

    .rating-sales-row {
        font-size: 10px !important;
    }

    .rating-section span {
        font-size: 11px !important;
    }

    .sales-section {
        font-size: 10px !important;
    }
}

@media (min-width: 768px) {
    .popular-products .col-6, .popular-products .col-sm-4,
    .popular-products .col-md-4, .popular-products .col-lg-2 {
        overflow: unset !important;
    }

    .product-card {
        transition: transform 0.3s ease;
    }

    .product-card:hover {
        transform: scale(1.02);
    }
}

.prodBG {
    background: #E61E69 !important;
}

.wishlistButton {
    font-size: 30px !important;
}

.noStockSpan {
    max-width: fit-content;
    background: #ef5350 !important;
}

.positionStyleProd {
    top: 10px;
    right: 10px;
}

.prodImgST {
    aspect-ratio: 1/1;
    background: white;
}

.vinzatorProd {
    color: #e91e63;
    font-size: 11px;
    text-decoration: none;
    margin-left: 0
}

.ratingIcon {
    color: #ffc107;
    font-size: 12px;
}

.ratingSpan {
    font-size: 12px;
    font-weight: 600;
    color: #424242;
}

.ratingSpan2 {
    font-size: 10px;
    color: #888;
}
