/* Кнопки связи в карточке товара Tilda */
.js-store-prod-text a{
  display:inline-block;
  padding:12px 18px;
  margin:10px 10px 0 0;
  border-radius:10px;
  font-size:14px;
  font-weight:600;
  line-height:1.2;
  text-decoration:none !important;
  transition:all .2s ease;
  color:#fff !important;
}

/* наведение */
.js-store-prod-text a:hover{
  opacity:.92;
  transform:translateY(-1px);
}

/* 1 — WhatsApp */
.js-store-prod-text a:nth-of-type(1){
  background:#25D366;
}

/* 2 — Telegram */
.js-store-prod-text a:nth-of-type(2){
  background:#229ED9;
}

/* 3 — MAX */
.js-store-prod-text a:nth-of-type(3){
  background:#6f57ff;
}

/* 4 — VK */
.js-store-prod-text a:nth-of-type(4){
  background:#0077FF;
}

/* 5 — Телефон */
.js-store-prod-text a:nth-of-type(5){
  background:#2b2b2b;
}

/* адаптация под мобильный */
@media (max-width: 640px){
  .js-store-prod-text a{
    display:block;
    width:100%;
    margin:10px 0 0 0;
    text-align:center;
  }
}

/* чтобы popup был поверх */
.t706__cartwin_showed{
  z-index:999999999;
}