.t-store__prod-popup__btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mono-installment-badge {
    margin-top: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #7b6a60;
    line-height: 1.4;
}

.mono-installment-badge img {
    width: 58px;
    height: auto;
}

@media (max-width: 480px) {
    .mono-installment-badge {
        margin-top: 12px;
        font-size: 13px;
        gap: 10px;
    }

    .mono-installment-badge img {
        width: 56px;
    }
}

.t-store__prod-popup .catalog-buy-open-btn,
.js-store-prod-popup .catalog-buy-open-btn,
.t-popup .catalog-buy-open-btn {
    display: none !important;
}

.catalog-buy-open-btn {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 36px;
    background: #9b6f52;
    color: #ffffff;
    border: 1px solid #9b6f52;
    border-radius: 0;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: inherit;
}

.catalog-buy-open-btn:hover {
    background: transparent;
    color: #9b6f52;
}

.js-product .catalog-buy-open-btn {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 480px) {
    .catalog-buy-open-btn {
        width: 130px;
        height: 34px;
        font-size: 10px;
    }
}

.js-product .js-store-prod-price-wrapper,
.js-product .t-store__card__price-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}