@media (max-width: 767px) {
    /* bifează că ai scos/ai comentat vechile ::before/::after cu conic-gradient ca să nu se suprapună */
    .separator {
        display: none;
    }

    .time-box {
        --size: 70px;
        --accent: #E2006D;
        --track: #e9ecef;
        --c: 131.946891; /* 2πr pentru r=21 (circumferința) */
        position: relative;
        width: var(--size);
        height: var(--size);
        border-radius: 50%;
        background: #fff;
        /*box-shadow: 0 0 14px 0 rgba(0,0,0,.6);*/
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4),
        0 2px 16px 0 rgba(0, 0, 0, .4);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* SVG-ul stă sub text */
    .time-box > * {
        position: relative;
        z-index: 1;
    }

    .time-box .ring {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        transform: rotate(-270deg) scaleX(-1); /* flip -> sens invers */
        transform-origin: 50% 50%; /* important pe unele browsere */
        z-index: 0;
    }

    .time-box .ring .track {
        fill: none;
        stroke: var(--track);
        stroke-width: 1; /* grosimea inelului de fundal */
    }

    .time-box .ring .progress {
        fill: none;
        stroke: var(--accent);
        stroke-width: 2; /* border de 2px cum ai cerut */
        stroke-linecap: butt; /* sau 'round' dacă vrei capete rotunjite */
        stroke-dasharray: var(--c);
        stroke-dashoffset: calc(var(--c) * (1 - var(--p, 0))); /* var(--p) = 0..1 */
        transition: stroke-dashoffset .25s linear; /* opțional – netezire la 1s update */
    }

    /* text */
    .time-value {
        color: #CC0B6A;
        font-weight: bold;
        font-size: 1.3rem;
        line-height: 1;
        margin-bottom: 4px;

    }

    .time-label {
        font-size: 0.6rem;
        letter-spacing: 0;
        text-transform: uppercase;
        color: #8a8a8a;
        margin-top: 0;
    }

    .timer-title {
        font-size: 15px;
    }
}

/* Стили для рейтинга и продаж */
.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;
}

.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;
    }
}

.marginT0 {
    margin-top: 0 !important;
}

.gaP15 {
    gap: 15px;
}

.containerPromoStyle {
    --bs-gutter-x: 10px !important;
    row-gap: 15px;
    padding: 5px 1px;
}

.spanBg {
    background: #E61E69;
}

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

.sellerActive2 {
    color: #e91e63;
    font-size: 11px;
    text-decoration: none;
}

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

.ratingSpanTime {
    font-size: 12px;
    font-weight: 600;
    color: #333;
}

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

.sellerSpanTime {
    font-size: 11px;
    color: #666;
}
