    
 @media screen and (min-width: 960px) {
     
.t-store__card__textwrapper {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
}


.t-store__card__textwrapper .js-product-price {
    margin-left: auto !important; /* Перемещаем цену вправо, прижимаем к символу рубля */
    text-align: right !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

.t-store__card__price-currency {
    margin-left: 0px !important; /* Отступ для символа рубля */
}

.t-store__card__price-wrapper {
    margin-top: -1px !important;
}

}
 .t-store__card__descr {
        
        display: none;
        
    }
    
   
    .t-store__card__sku {
        
        display: none;
        
    }

    
    .t-store__card {
    position: relative;
    overflow: hidden;
}

.t-store__card:hover .t-store__card__textwrapper {
    opacity: 1;
    transform: translateY(0);
}

.t-store__card__textwrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    box-sizing: border-box;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
        z-index: 99 !important;
}

.js-store-prod-popup-buy-btn-txt {
    
    font-size: 16px !important;
}

/** Настройки поиска **/

.t-site-search-dm__result__product_title {

    font-weight: 500 !important;
}

.t-site-search-dm__result__product_price {

    font-weight: 200 !important;
}

.t-site-search-dm {

    overflow-y: auto !important;
}

/** CART **/

.t706__cartwin-prodamount-label {
	
	    font-weight: 500;
}

.t706__cartwin-prodamount-price {

    font-weight: 200;
}

.t-inputpromocode__btn {
	
    background: #323C28 !important;
	
}

.t706__cartwin-totalamount-label {
	
    font-weight: 500;

}

.t706__cartwin-prodamount-currency {
	
    font-weight: 200;

}

.t-store__prod-snippet__container {
    
        padding-top: 0px;
    
}

@media screen and (max-width: 960px) {
.t706 .t706__close {
    background: #323C28 !important;
}
}

@media screen and (max-width: 980px) {
.t-store.t-store__prod-snippet__container .t-store__tabs {
    padding-left: 0px;
    padding-right: 0px;
}
}

.t-store .t-store__tabs {
    margin-top: 20px !important;

}

    .t-store__card__mark {
  
    width: 40px;
    height: 25px;
    background-color: #ffffff0f !important;
    border-radius: 2px;
    color: black !important;
}

/** ВНУТРИ КАРТОЧКИ **/



.t-product__option-item input[type="radio"][value="Бургунди"] + .t-product__option-checkmark::before {
    content: "";
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #800020;
    border-radius: 100%;
    margin-right: 12px;
    vertical-align: middle;
}

.t-product__option-item input[type="radio"][value="Лесной зеленый"] + .t-product__option-checkmark::before {
    content: "";
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #577B2A;
    border-radius: 100%;
    margin-right: 12px;
    vertical-align: middle;
}

.t-product__option-item input[type="radio"][value="Соломенный"] + .t-product__option-checkmark::before {
    content: "";
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #EFE8CF;
    border-radius: 100%;
    margin-right: 12px;
    vertical-align: middle;
}

.t-product__option-item input[type="radio"][value="Светлый хаки"] + .t-product__option-checkmark::before {
    content: "";
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #D0DBBE;
    border-radius: 100%;
    margin-right: 12px;
    vertical-align: middle;
}

.t-product__option-item input[type="radio"][value="Темно-оливковый"] + .t-product__option-checkmark::before {
    content: "";
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #516503;
    border-radius: 100%;
    margin-right: 12px;
    vertical-align: middle;
}

.t-product__option-item input[type="radio"][value="Мокко"] + .t-product__option-checkmark::before {
    content: "";
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #5C2F18;
    border-radius: 100%;
    margin-right: 12px;
    vertical-align: middle;
}

.t-product__option-item input[type="radio"][value="Лесной орех"] + .t-product__option-checkmark::before {
    content: "";
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #DBAE81;
    border-radius: 100%;
    margin-right: 12px;
    vertical-align: middle;
}

.t-product__option-item input[type="radio"][value="Зелень шалфея"] + .t-product__option-checkmark::before {
    content: "";
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #A8BD8A;
    border-radius: 100%;
    margin-right: 12px;
    vertical-align: middle;
}

.t-product__option-item input[type="radio"][value="Морской синий"] + .t-product__option-checkmark::before {
    content: "";
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #223962;
    border-radius: 100%;
    margin-right: 12px;
    vertical-align: middle;
}

.t-product__option-item input[type="radio"][value="Графитовый серый"] + .t-product__option-checkmark::before {
    content: "";
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #3A3A39;
    border-radius: 100%;
    margin-right: 12px;
    vertical-align: middle;
}


.t-product__option-item input[type="radio"][value="Темно-коричневый"] + .t-product__option-checkmark::before {
    content: "";
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #331F20;
    border-radius: 100%;
    margin-right: 12px;
    vertical-align: middle;
}

.t-product__option-item input[type="radio"][value="Бежевый"] + .t-product__option-checkmark::before {
    content: "";
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #BF9476;
    border-radius: 100%;
    margin-right: 12px;
    vertical-align: middle;
}

.t-product__option-item input[type="radio"][value="Кэмел"] + .t-product__option-checkmark::before {
    content: "";
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #713E2B;
    border-radius: 100%;
    margin-right: 12px;
    vertical-align: middle;
}

.t-product__option-item input[type="radio"][value="Пепельный серый"] + .t-product__option-checkmark::before {
    content: "";
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #747B82;
    border-radius: 100%;
    margin-right: 12px;
    vertical-align: middle;
}

.t-product__option-item input[type="radio"][value="Каштановый"] + .t-product__option-checkmark::before {
    content: "";
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #3A1F14;
    border-radius: 100%;
    margin-right: 12px;
    vertical-align: middle;
}

.t-product__option-item input[type="radio"][value="Темно-синий"] + .t-product__option-checkmark::before {
    content: "";
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #1A1825;
    border-radius: 100%;
    margin-right: 12px;
    vertical-align: middle;
}

.t-product__option-item input[type="radio"][value="Белый"] + .t-product__option-checkmark::before {
    content: "";
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #f8f8f8;
    border-radius: 100%;
    margin-right: 12px;
    vertical-align: middle;
}

.t-product__option-item input[type="radio"][value="Кофе с молоком"] + .t-product__option-checkmark::before {
    content: "";
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #D4C6BB;
    border-radius: 100%;
    margin-right: 12px;
    vertical-align: middle;
}

.t-product__option-item input[type="radio"][value="Горький шоколад"] + .t-product__option-checkmark::before {
    content: "";
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #664637;
    border-radius: 100%;
    margin-right: 12px;
    vertical-align: middle;
}

/* ВНУТРИ КАРТОЧКИ */

/* В КАТАЛОГЕ */

  .t-store__filter__custom-sel[data-select-val="Кофе с молоком"] .t-store__filter__title::before {

    content: ""; /* Необходимо для отображения псевдоэлемента */
    display: inline-block; /* Делает элемент строчно-блочным, чтобы он мог иметь заданные размеры */
    width: 12px; /* Ширина квадрата */
    height: 12px; /* Высота квадрата */
    background-color: #D4C6BB; /* Цвет фона квадрата */
    margin-right: 8px; /* Отступ справа, чтобы отделить квадрат от текста */
    border-radius: 100%;
}


  .t-store__filter__custom-sel[data-select-val="Белый"] .t-store__filter__title::before {

    content: ""; /* Необходимо для отображения псевдоэлемента */
    display: inline-block; /* Делает элемент строчно-блочным, чтобы он мог иметь заданные размеры */
    width: 12px; /* Ширина квадрата */
    height: 12px; /* Высота квадрата */
    background-color: #f8f8f8; /* Цвет фона квадрата */
    margin-right: 8px; /* Отступ справа, чтобы отделить квадрат от текста */
    border-radius: 100%;
}


  .t-store__filter__custom-sel[data-select-val="Зелёный"] .t-store__filter__title::before {

    content: ""; /* Необходимо для отображения псевдоэлемента */
    display: inline-block; /* Делает элемент строчно-блочным, чтобы он мог иметь заданные размеры */
    width: 12px; /* Ширина квадрата */
    height: 12px; /* Высота квадрата */
    background-color: #587A2A; /* Цвет фона квадрата */
    margin-right: 8px; /* Отступ справа, чтобы отделить квадрат от текста */
    border-radius: 100%;
}

  .t-store__filter__custom-sel[data-select-val="Серый"] .t-store__filter__title::before {

    content: ""; /* Необходимо для отображения псевдоэлемента */
    display: inline-block; /* Делает элемент строчно-блочным, чтобы он мог иметь заданные размеры */
    width: 12px; /* Ширина квадрата */
    height: 12px; /* Высота квадрата */
    background-color: #808080; /* Цвет фона квадрата */
    margin-right: 8px; /* Отступ справа, чтобы отделить квадрат от текста */
    border-radius: 100%;
}

  .t-store__filter__custom-sel[data-select-val="Синий"] .t-store__filter__title::before {

    content: ""; /* Необходимо для отображения псевдоэлемента */
    display: inline-block; /* Делает элемент строчно-блочным, чтобы он мог иметь заданные размеры */
    width: 12px; /* Ширина квадрата */
    height: 12px; /* Высота квадрата */
    background-color: #223A62; /* Цвет фона квадрата */
    margin-right: 8px; /* Отступ справа, чтобы отделить квадрат от текста */
    border-radius: 100%;
}

  .t-store__filter__custom-sel[data-select-val="Бордовый"] .t-store__filter__title::before {

    content: ""; /* Необходимо для отображения псевдоэлемента */
    display: inline-block; /* Делает элемент строчно-блочным, чтобы он мог иметь заданные размеры */
    width: 12px; /* Ширина квадрата */
    height: 12px; /* Высота квадрата */
    background-color: #800020; /* Цвет фона квадрата */
    margin-right: 8px; /* Отступ справа, чтобы отделить квадрат от текста */
    border-radius: 100%;
}

  .t-store__filter__custom-sel[data-select-val="Бежевый"] .t-store__filter__title::before {

    content: ""; /* Необходимо для отображения псевдоэлемента */
    display: inline-block; /* Делает элемент строчно-блочным, чтобы он мог иметь заданные размеры */
    width: 12px; /* Ширина квадрата */
    height: 12px; /* Высота квадрата */
    background-color: #E9CCA5; /* Цвет фона квадрата */
    margin-right: 8px; /* Отступ справа, чтобы отделить квадрат от текста */
    border-radius: 100%;
}

 .t-store__filter__custom-sel[data-select-val="Коричневый"] .t-store__filter__title::before {

    content: ""; /* Необходимо для отображения псевдоэлемента */
    display: inline-block; /* Делает элемент строчно-блочным, чтобы он мог иметь заданные размеры */
    width: 12px; /* Ширина квадрата */
    height: 12px; /* Высота квадрата */
    background-color: #5C2F18; /* Цвет фона квадрата */
    margin-right: 8px; /* Отступ справа, чтобы отделить квадрат от текста */
    border-radius: 100%;
}
    
/* В КАТАЛОГЕ */

      .t-checkbox__indicator {

    border: 1px solid #cacaca !important;
    border-radius: 2px;

}






.js-store-prod-all-charcs {
    
    display: none;
    
}


.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 1px solid white !important;
    padding: 7px 7px 7px 0px !important;
}


.t1002__addBtn {

    margin-left: 20px;
}


.t-site-search-dm__result__title {

    font-size: 16px !important;

}

.t-store__prod-popup__sku {
    
    display:none;
    
}



.top-panel .logo {
    display:none !important;
}

.t-store__card__title {
	
font-size: 16px !important;

}