/* =================================
   КНОПКИ ТКАНЕЙ
================================= */
.js-store-prod-text a{
  display:inline-block;
  padding:12px 18px;
  margin-right:12px;
  margin-top:16px;
  background:#efe3d3 !important;
  color:#2b2b2b !important;
  border:1px solid #d8c8b4 !important;
  border-radius:4px !important;
  font-weight:600 !important;
  font-size:14px !important;
  transition:all .2s ease;
}

.js-store-prod-text a:hover{
  background:#e6d7c5 !important;
}

/* =================================
   MAX консультация
================================= */
.js-store-prod-text a[href*="max.ru"]{
  background:#2f4cff !important;
  color:#ffffff !important;
  border:none !important;
}

.js-store-prod-text a[href*="max.ru"]:hover{
  background:#2237d9 !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 !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;
  }
}

/* =================================
   КАРТОЧКА ТОВАРА
================================= */
.t-store__card{
  position:relative !important;
}

/* =================================
   БЕЙДЖ 3D ПРИМЕРКА
================================= */
.t-store__card__mark{
  position:absolute !important;
  top:18px !important;
  right:24px !important;
  left:auto !important;
  bottom:auto !important;
  transform:none !important;

  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:auto !important;
  min-width:auto !important;
  max-width:none !important;
  height:auto !important;
  min-height:auto !important;

  background:#e6d7c5 !important;
  color:#2b2b2b !important;

  padding:6px 16px !important;
  border-radius:999px !important;

  font-size:13px !important;
  font-weight:600 !important;
  line-height:1 !important;
  white-space:nowrap !important;

  overflow:visible !important;
  text-overflow:clip !important;

  box-shadow:0 8px 18px rgba(0,0,0,0.14) !important;

  z-index:20 !important;
}

/* =================================
   ЗАГОЛОВОК ТОВАРА
================================= */
.js-store-prod-name,
.t-store__prod-popup__name{
  font-size:22px !important;
  line-height:1.35 !important;
  font-weight:600 !important;
  max-width:640px !important;
}

/* =================================
   ЦЕНА
================================= */
.js-store-prod-price{
  font-size:26px !important;
  font-weight:700 !important;
}

/* =================================
   МОБИЛЬНАЯ ВЕРСИЯ
================================= */
@media (max-width:768px){

  /* заголовок */
  .js-store-prod-name,
  .t-store__prod-popup__name{
    font-size:16px !important;
    line-height:1.25 !important;
    text-align:center !important;
  }

  /* цена */
  .js-store-prod-price{
    font-size:24px !important;
    text-align:center !important;
  }

  /* кнопки тканей */
  .js-store-prod-text a{
    display:block !important;
    width:100% !important;
    margin-right:0 !important;
    margin-top:10px !important;
    padding:12px 14px !important;
    font-size:15px !important;
    text-align:center !important;
  }

  /* бейдж */
  .t-store__card__mark{
    top:12px !important;
    right:18px !important;
    padding:5px 14px !important;
    font-size:12px !important;
    line-height:1 !important;
    border-radius:999px !important;
    box-shadow:0 6px 14px rgba(0,0,0,0.14) !important;
  }
}