/*Стилизация слайдера*/
.t-slds__container {
  transform: scale(0.8)
}

/*Стилизация карточек товаров*/
.t951__cont-wrapper > .t951__grid-cont.js-store-grid-cont {
  background: #f8f9fa !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
  padding: 6px 0 6px 0;
  /*transform: scale(0.9);*/
}

.js-product.t-store__card.t-item > a:first-child {
    
  padding: 8px;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-top: 2px solid #ccc;
  border-radius: 8px 8px 0 0;
}

.js-product.t-store__card.t-item > .js-product-controls-wrapper.t-store__card__prod-controls-wrapper {

  padding: 8px;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
}

.js-product.t-store__card.t-item > div:nth-child(3) {
    
  padding: 8px;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-radius: 0 0 8px 8px;
}

/*Стилизация фильтров*/
/* Скрываем фильтры по умолчанию */
.t-store__filter__options {
    /*display: none !important;*/
}

/* Показываем фильтры при наличии класса */
.t-store__filter.filters-visible .t-store__filter__options {

display: block;

}

.toggle-filters-btn {

display: inline-block;

padding: 10px 15px;

background: #000;

color: #fff;

cursor: pointer;

margin-bottom: 10px;

border-radius: 4px;

font-size: 14px;

}