.currency-switch {
    display: inline-flex;
    gap: 4px;
    z-index: 20;
}
.currency-switch button {
    border: 1px solid rgba(0, 0, 0, .15);
    background: #fff;
    color: #333;
    font-size: 11px;
    letter-spacing: .04em;
    padding: 4px 9px;
    border-radius: 20px;
    cursor: pointer;
    line-height: 1.4;
}
.currency-switch button.active {
    background: #22242b;
    color: #fff;
    border-color: #22242b;
}

/* переключатель на главной, над сеткой каталога */
.currency-switch-bar {
    display: flex;
    justify-content: center;
    margin: 6px 0 18px;
}

/* переключатель снизу на странице товара, перед подвалом */
.currency-switch-bar-bottom {
    display: flex;
    justify-content: flex-end;
    padding: 18px 30px;
}

/* цена, всегда видимая поверх картинки на карточке товара (главная) */
.price-badge {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    line-height: 1.4;
}

/* цена на странице товара */
.product-price {
    font-size: 22px;
    font-weight: 700;
    margin: 4px 0 14px;
}
