.t-store__card__price-wrapper {
    display: none;
}
.js-product-brand,
.t706__product-quantity {
    font-family: 'TildaSans';
}
.t706__product-amount {
    font-family: 'TildaSans';
    font-weight: 600;
}
.t706__product-deleted__timer__title,
.t706__product-deleted__timer__return,
.t706__cartpage .t706__form-upper-text {
    font-family: 'TildaSans';
}
/***
 CUSTOM UPD. itwing 13/02/25
 **/
/* Shop */
.t951__grid-cont .t-store__card a {
    border-width: 2px 2px 0;
    border-style: solid;
    border-color: #e3e3e3;
    background-color: #fdfdfd;
    border-radius: 4px 4px 0 0;
}
.t951__grid-cont .t-store__card a .t-store__card__title {
    text-align: center;
}
.t951__grid-cont .t-store__card .js-store-buttons-wrapper {
    border-width: 0 2px 2px;
    border-style: solid;
    border-color: #e3e3e3;
    border-radius: 0 0 4px 4px;
    background-color: #fdfdfd;
    margin-top: -20px;
    padding-top: 20px;
    justify-content: center;
}
.t951__grid-cont .t-store__card .js-store-buttons-wrapper a {
    width: calc(50% - 1px);
    margin: 0 0 1px;
    border-radius: 0 !important;
    border-width: 0;
}
.t951 .t-store__search-wrapper {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.t951 .t-store__filter__search .t-store__filter__input {
    width: 250px;
    font-size: 18px;
    font-family: 'TildaSans';
    padding: 5px 15px;
    border-radius: 25px;
    border: 2px solid rgba(156, 125, 95, 0.1);
}
.t951 .t-store__search-wrapper .t-store__search-icon {
    border-left: unset;
    position: unset;
    background-color: #9c7d5f;
    padding: 9px;
    width: 24px;
    border-radius: 25px;
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.t951 .t-store__search-wrapper .t-store__search-icon path {
    fill: #ffffff;
    
}

.t951 .t-store__filter__prods-number {
    margin-bottom: 0;
    font-family: 'TildaSans';
    font-size: 18px;
}
.t951 .t-store__filter__chosen-val {
    font-family: 'TildaSans';
}

.t951 .t951__cont-wrapper {
    position: relative;
}
.t951 .t951__grid-cont {
    margin-top: 165px;
}
.js-shop-slogan {
    position: absolute;
    right: 0;
    width: calc(100% - 280px);
}
.js-shop-slogan > div {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}
.js-shop-slogan > div span {
    display: block;
    height: 3px;
    width: 100px;
    /*background-color: #e0a043d1;*/
    background-color: rgba(80, 80, 80, 0.15);
    border-radius: 2px;
    margin-top: 10px;
}
.js-shop-slogan > div img {
    width: auto;
    height: 100px;
    
}
.js-shop-slogan p {
    color: #333333;
    font-size: 18px;
    font-family: 'TildaSans';
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}

/* Shop Item */
.t-store__prod-popup__price-item {
    font-family: 'TildaSans';
    font-size: 22px;
    font-weight: 600 !important;
}

@media screen and (max-width: 960px) {
    .t951 .t-store__parts-switch-wrapper {
        margin-bottom: 30px;
        /*background-color: #fdfdfdad;*/
        padding: 20px 20px 10px;
        border-radius: 20px;
        background-image: url(https://optim.tildacdn.com/tild6564-6237-4831-a266-356431393262/-/resize/943x/-/format/webp/shop-catefory-bg.jpg);
        background-size: cover;
        background-position: center bottom 15%;
    }
    .t951__cont-w-filter .t-store__parts-switch-btn {
        border-radius: 20px;
        border: 2px solid rgba(156, 125, 95, 0.1);
        padding: 5px 15px;
        margin: 5px;
        background-color: #fdfdfd;
    }
    .t951 .t-store__filter__prods-number {
        margin: 0 10px 20px;
        font-size: 16px;
    }
    .t-store__filter__search-mob-btn {
        display: none !important;
    }
    .t-store__filter__options, .t-store__filter__search-and-sort, .t-store__filter__sort {
        display: block !important;
    }
    .t951 .t-store__filter__search .t-store__filter__input {
        width: 100%;
    }
    .t951 .t-store__filter__chosen-val {
        font-family: 'TildaSans';
        margin-left: 10px;
    }
    
    .t951 .t951__grid-cont {
        margin-top: unset;
    }
    .js-shop-slogan {
        position: unset;
        width: 100%;
        margin-bottom: 25px;
    }
    
    /* Shop Item */
    .t-store__prod-popup__price-item {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    a.t-store__prod-popup__btn[href="#order"] {
        max-width: 140px;
        font-size: 13px;
        height: 40px;
    }
}











