[data-tilda-page-id="81114406"] #rec1361308521, 
[data-tilda-page-id="91357996"] #rec1358575331, [data-tilda-page-id="91357996"] #rec1361308521,
[data-tilda-page-id="91360276"] #rec1358575331, [data-tilda-page-id="91360276"] #rec1361308521 {
    display: none !important;
}



.t-store__tabs__close:after {
    background-color: rgb(116 129 110);
}

.js-store-price-wrapper .t-name, .t-store__prod__quantity-input {
    font-family: 'inter', serif;
}

.t-store .t-store__card.t-align_center .t-store__card__btns-wrapper {
    flex-direction: column;
}

.t-btnflex__text {
    font-family: inter;
    font-size: 18px;
}

.t585__textwrapper {
    display: flex;
    flex-direction: column;
}

.t585__img {
    order: 1;
    width: 70%;
}

.t-store__prod-snippet__container .t-store__card__btns-wrapper {
    display: none;
}

.js-store-prod-all-charcs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.js-product-brand {
        color: #ff4141;
        font-family: 'Inter';
}

.js-product .t-product__option-select, .js-product .t-product__option-selected_select {
    border: 1px solid #173827;
    border-radius: 24px;
    color: #173827;
    padding: 4px 30px 4px 10px;
    background: #fff;
}

.js-product .t-product__option-variants:after {
    border-color: #173827 transparent transparent;
    right: 12px;
    top: 12px;
}

.js-product select:focus-visible {
    border: 1px solid #ffc77f;
    outline: none;
}

.t-store__prod__quantity {
    height: 50px;
    margin-bottom: 0;
}

.t-descr_xxs, .t-name_xs {
    font-size: 16px !important;
}

.t-typography__descr.t-descr_xxs {
    font-size: 14px !important;
}

@media (max-width: 980px) {
   .t-btnflex__text, .t-descr_xxs, .t-name_xs {
    font-size: 14px !important;
   } 
   
   .t-typography__descr.t-descr_xxs {
        font-size: 12px !important;
    }

}