/* Кнопки тканей */
.js-store-prod-text a {
  display: inline-block;
  padding: 10px 15px;
  margin-right: 15px;
  margin-top: 20px;
  border-radius: 6px;
  font-weight: 600;

  background-color: #ffffff !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;

  transition: all 0.2s ease;
}

/* Hover обычных кнопок */
.js-store-prod-text a:not(:last-of-type):hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

/* Кнопка Консультация (MAX) */
.js-store-prod-text a:last-of-type {
  background-color: #5B3DF5 !important;
  color: #ffffff !important;
  border: none !important;
}

.js-store-prod-text a:last-of-type:hover {
  background-color: #4a30d6 !important;
}

/* Корзина */
.t706__cartwin_showed {
  z-index: 999999999 !important;
}

/* Слайдер */
#rec1167847780 .t-slds__wrapper,
#rec1167847780 .t-slds__container {
  height: 90vh !important;
  max-height: 1000px !important;
}

#rec1167847780 .t-slds__item,
#rec1167847780 .t-slds__bgimg {
  height: 90vh !important;
  max-height: 1000px !important;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
/* Убираем желтую кнопку рассрочки на мобильных */
@media (max-width: 768px) {
  .js-store-prod-fixed-bar,
  .t-store__prod-popup__btn-wrapper,
  .t-store__card__btn-wrapper {
    display: none !important;
  }
}
