.with-pattern {
  display: inline-block;
  position: relative;
}
.with-pattern:after {
  content: '';
  display: block;
  background: url("https://static.tildacdn.com/tild3361-3839-4762-b332-383266666635/Group_120_1.jpg") repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 80px;
  pointer-events: none;
}

    .t-store__parts-switch-btn.t-active {
    opacity: 1;
    padding: 5px 20px;
    background: #d4b598;
    border-radius: 50px;
    color: white;
}
   
    .js-product .t-product__option-variants_buttons .t-product__option-title_buttons {
     
    cursor: default;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 1px solid rgb(255 255 255);
     
}

.t-store .t-align_center .t-product__option-title {
 
   
        font-size: 13px;
    color: #979797;
        padding: 0px 10px 0px 0;
}


 
    
  
  
.t-store__card .t-typography__title {

    display: none;
}
.t-store__card {
     
    background: white;

    
}


.t-store__card{     /*Нужный класс блока из таблицы*/
        transition: 0.1s ease-in;    /*Длительность и плавность анимации*/    
    }   
  .t-store__card:hover{
        transform: scale(1.05);  /*Размер увеличения карточки*/ 
    }
}





.t-store__card__textwrapper {
   
    padding: 2px 10px;
    
}


@media screen and (min-width: 1200px) { 
.t-store__card {
    min-height: 260px;
}
}
.t706 .t-form .t-input {
    height: 26px;
}
 