.t-menusub__arrow:after {
    color: #ff8562;
    border-width: 5px 4px 0;
}


#rec760831978 a.t-menusub__link-item {
    color: #000000;
    border-bottom: 1px solid #ff8562;
}

@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 40px;
    }
    .js-store-prod-descr{
        display: none!important;
    }
}

@media screen and (max-width: 480px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
    #rec823851698 .t-store__card .t-typography__descr {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .t-store__mobile-two-columns .t-store__card__btn.t-btn, .t-store__mobile-two-columns .t-store__card__btn.t-store__card__btn_second.t-btn {
        font-size: 15px;
    }
    .t-align_left .t-store__card__btn{
        margin: 0;
        margin-bottom: 5px;
    }
    .t-store .t-store__card__wrap_all.t-store__card__wrap_pad-sm .store__card__wrap_txt-and-opts{
        padding-bottom: 5px;
        padding-top: 15px;
    }
}


@media screen and (max-width: 561px) {
    .t-popup .t-popup__container .t-store__prod-popup__btn-wrapper-fixed,
    .t-store__product-snippet .t-store__prod-popup__btn-wrapper-fixed {
        background: #fff;
        border-radius: 5px;
        bottom: 0;
        box-shadow: 0 -8px 12px 0 rgba(0, 0, 0, .07);
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center; /* Centers the button horizontally */
        align-items: center; /* Centers the button vertically */
        left: 50%; /* Position from the left */
        transform: translateX(-50%); /* Adjusts the position to truly center the button */
        margin: 0!important;
        padding: 20px!important;
        position: fixed!important;
        right: 0!important;
        z-index: 10!important;
        width: 60%!important;
    }
}


@media screen and (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
    #rec823851698 .t-store__card .t-typography__title {
        font-size: 16px!important;
        line-height: 1.2!important;
        font-weight: 600!important;
    }
}