element.style {
    height: 100%;
    background-image: none;
    background-color: rgb(255, 255, 255);
}
.t1002__wishlistwin-content .t-name {
    font-family: 'Arial',Arial,sans-serif !important;
    color: #b87e57 !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
}
.t1002 .t1002__close {
    top: 26px !important;
}
.t706__sidebar-close {
    top: 26px !important;
}

.t1002__product-title {
    font-family: 'Arial',Arial,sans-serif !important;
      color: #b87e57 !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}
.t1002__product-amount {
    font-family: 'Arial',Arial,sans-serif !important;
    color: #b87e57 !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
}
.t1002__product-imgdiv, .t706__product-imgdiv {
    border-radius: 0px !important;
}
.t706__sidebar-heading .t-name {
    font-family: 'Arial',Arial,sans-serif !important;
    color: #b87e57 !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
}
.t706__product-title {
    font-family: 'Arial',Arial,sans-serif !important;
      color: #b87e57 !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}
.t706__product-amount.t-descr {  
    font-family: 'Arial',Arial,sans-serif !important;
    color: #b87e57 !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
}
.t706__sidebar-heading.t-name.t-name_xl {
    font-family: 'Arial', Arial, sans-serif !important;
    color: #b87e57 !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
}
.t706__product-quantity {
        font-family: 'Arial',Arial,sans-serif !important;
            color: #b87e57 !important;
}
.t706__sidebar-prodamount-wrap.t-descr.t-descr_sm {  
    font-family: 'Arial',Arial,sans-serif !important;
    color: #b87e57 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}
.t706__sidebar .t-btn {
    height: 44px !important;
}
.t-store__prod-snippet__container {
    padding-top: 60px !important;
}

.t-store__relevants__title {
    margin: 70px 0 20px !important;
}
.t706__cartpage-heading.t-name.t-name_xl {
        font-family: 'Arial' !important;
        color: #b87e57 !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
}
.t706__cartpage-prodamount.t706__cartwin-prodamount-wrap.t-descr.t-descr_sm {
      font-family: 'Arial' !important;
               font-weight: 700 !important;
                       color: #b87e57 !important;

}

.t-submit {
    height: 50px !important;
}
.t-input {
    height: 50px !important;
          font-family: 'Arial' !important;
                      color: #99694a !important;
}
.t706 .t-input-subtitle {
              font-family: 'Arial' !important;
            color: #99694a !important;
}


/*Своя иконка избранного в карточках товаров*/
:root{
    --iconNormal: url(https://static.tildacdn.com/tild3336-3264-4730-a431-623339396365/lucide_heart.svg);
    --iconAdded: url(https://static.tildacdn.com/tild3262-3835-4535-a563-303832393635/add.svg);
    --iconScaleHover: scale(1.1);  /*Увеличение иконки при наведении*/
      --bgIconRadiusNormal: 100px; /*Радиус скругления углов у подложки с иконкой*/
    --bgIconRadiusHover: 100px; /*Радиус скругления углов у подложки с иконкой при наведении*/
    --iconTransition: all .4s ease-in-out;  /*Плавность анимации*/
    --bgIconColorHover: #FFF7F1;    /*Цвет подложки с иконкой при наведении*/
    --bgIconColorAdded: #FFF7F1;    /*Цвет подложки с иконкой, когда товар добавлен в избранное*/
    --bgIconColorNomral: #FFF7F1; /*Цвет подложки в обычном состоянии*/
    --widthIcon: 20px;
    --heightIcon: 20px;
    
}
/*Иконка в обычном состоянии*/
    a.t1002__addBtn:after {
    content: "";
    position: absolute;
    width: var(--widthIcon);
    height: var(--heightIcon);
    background-image: var(--iconNormal);
    background-repeat: no-repeat;
    background-size: cover;
    transition: var(--iconTransition);
}   

/*Иконка при наведении*/
    a.t1002__addBtn:hover:after {
    content: "";
    transform: var(--iconScaleHover);
    transition: var(--iconTransition);
}   

/*Иконка, когда товар добавили в избранное*/
    a.t1002__addBtn_active:after {
    content: "";
    width: var(--widthIcon);
    height: var(--heightIcon);
    background-image: var(--iconAdded);
    background-repeat: no-repeat;
}

/*Скрываем оригинальную иконку*/
.t1002__addBtn svg{
    display:none;
}

/*Если нужен определенный радиус скругления и цвет у подложки с иконкой*/

.t1002__addBtn{
    border-radius: var(--bgIconRadiusNormal) !important; /*Радиус скругления*/
    background: var(--bgIconColorNomral) !important;    /*Цвет подложки*/
    transition: var(--iconTransition);
}
.t1002__addBtn:hover{
    border-radius: var(--bgIconRadiusHover) !important; /*Радиус скругления при наведении*/
    background: var(--bgIconColorHover) !important;    /*Цвет подложки при наведении*/
    transition: var(--iconTransition);
}
.t1002__addBtn_active{
    background: var(--bgIconColorAdded) !important;
}
.t-store__card .t-store__card__price, .t-store__card .t-store__card__price_old {
    font-family: 'Arial' !important;
        font-weight: 700 !important;
            font-size: 15px !important;
}

.t-store__card .t-typography__title {
    letter-spacing: 0.5px !important;
}
@media screen and (max-width: 960px) {
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 24px !important;
}
.t-store__relevants__title {
    margin: 50px 0 0px !important;
}
.t-store__relevants__container .t-store__scroll-icon-wrapper {
    padding: 0 0 0px 0 !important;
}
.t-store__prod-snippet__container {
    padding-top: 0px !important;
}
}

.t-store__prod-popup__price-wrapper .t-name_md {
        font-family: 'Arial' !important;
               font-weight: 700 !important;
}
.t-store__prod-popup__title-wrapper {
    margin-bottom: 6px !important;
}
.t-store__prod-popup__btn.t-btn.t-btn_sm {
    height: 35px !important;
}
.t-store__prod-popup__close-txt-wr {
    display: none;
}
.js-store-prod-name.t-name_xl {
    font-size: 15px !important;
}

.t-name_md {
            font-family: 'Arial' !important;
                        color: #b87e57 !important;

}
.t-descr  {
            font-family: 'Arial' !important;
                        color: #b87e57 !important;

}
