/*код скрытия кнопки в Корзину на карточке товара, добавляем в код для CSS*/

.t-store__prod-popup__btn-wrapper {
    display: none;
}

.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 6px;
    border-radius: 60px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.js-store-prod-text a:first-of-type {
    background-color: #275535;
    color: #ffffff !important;
}

.js-store-prod-text a:first-of-type:hover {
    background-color: transparent !important;
    border: 1px solid #275535 !important;
    color: #275535 !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}
