/** refloor issue 2026-09-15 hide empty Sale cart until samples exist */

.rf-sale-cart:not(.rf-sale-cart--has-items),
.basket-small:not(.rf-sale-cart--has-items),
div[id^="bx_basket"]:not(.rf-sale-cart--has-items) {
    display: none !important;
}

.sale-basket-small-tab-wrap[data-tab="basket"]:not(.rf-sale-cart--has-items),
.sale-basket-icons-item-wrap:has(.glyph-icon-cart):not(.rf-sale-cart--has-items),
.sale-basket-small-panel-button:has(.glyph-icon-cart):not(.rf-sale-cart--has-items) {
    display: none !important;
}

.rf-sale-cart-label {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
}

.rf-sale-cart-label::after {
    content: "заказ\A образцов";
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    color: currentColor;
    white-space: pre;
    line-height: 1.15;
    text-align: left;
}

.rf-samples-note {
    max-width: 760px;
    margin: 0 0 28px;
    padding: 18px 22px 18px 20px;
    border-left: 3px solid #2b2a29;
    background: #f6f5f2;
}

.rf-samples-note__kicker {
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #2b2a29;
}

.rf-samples-note__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #555;
}

.intec-content .rf-samples-note {
    margin-top: 8px;
}
