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

.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;
}


@media (max-width: 980px) {
   .t-btnflex__text {
    font-size: 14px;
   } 

}