.t-store__prod-popup__name.t-name {
    font-size: 34px !important;
    font-family: 'Antonio', Arial, sans-serif !important;
}

.t-name {
    
}

.t-descr {
    font-family: Poppins;
}

.t-descr span {
    font-weight: 700;
}

.t-menu__list {
    text-align: right;
    margin-right: 0 !important;
}

@media (max-width: 1600px) {
    .t-menu__list {
        text-align: center;
        margin-right: 200px !important;
    }
    
    .t456__list_item {
        padding: 0 15px !important;   
    }
}

@media (max-width: 1060px) {
    .t456__list_item {
        padding: 0 15px !important;   
    }

    .t-menu__list {
        padding-right: 0px !important;
        margin-right: 90px !important;
    }
}

@media screen and (max-width: 960px) {
    .t985__search-widget-button.t-search-widget__button {
        top: 10px !important;
        right: 70px !important;
        left: initial !important;
    }
    .t-search-widget__button .t985__search-widget-icon {
        background-color: transparent !important;
    }
    .t-search-widget__button .t985__search-widget-icon path {
        stroke: #c5b263 !important;
    }
    .t-search-widget__header {
        top: 78px !important;
    }
    
    .t-menu__list {
        margin-right: 0 !important;
    }
}

.t1002__wishlisticon-imgwrap,
.t706__carticon-imgwrap {
    background-color: #c5b263 !important;
}

.t1002__wishlisticon-imgwrap svg,
.t1002__wishlisticon-imgwrap path,
.t706__carticon-imgwrap svg{
    stroke: #ffffff !important;
}

.t-search-widget__button {
    top: 11px !important;
    right: 52px !important;
}

.t-search-widget__button div {
    height: 60px !important;
    width: 60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.t1002__wishlisticon {
    right: 208px;
}

/*.js-store-load-more-btn td {
    color: #c5b264;
    position: relative;
    height: 0;
}

.js-store-load-more-btn td:after {
    display: block;
    content: "MORE";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100%;
    color: #ffffff;
}*/

.js-store-load-more-btn td {
    visibility: hidden;
    position: relative;
}

.js-store-load-more-btn td::after {
    content: "MORE";
    visibility: visible;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.t-store__parts-switch-btn-all {
    position: relative;
    color: transparent; /* Скрываем оригинальный текст */
}

.t-store__parts-switch-btn-all::after {
    content: "ALL";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0c0c0c;
    font-weight: 700;
}