/* UPSTYLE: кнопка «Купить на Wildberries» в карточке товара каталога */
.js-catalog-prod-all-text a[href*="wildberries.ru"],
.js-store-prod-all-text a[href*="wildberries.ru"] {
  display: inline-block;
  margin: 18px 0 4px;
  padding: 14px 28px;
  border-radius: 999px;
  background: #111;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none !important;
  border-bottom: 0 !important;
  transition: background .2s ease, transform .2s ease;
}
.js-catalog-prod-all-text a[href*="wildberries.ru"]:hover,
.js-store-prod-all-text a[href*="wildberries.ru"]:hover {
  background: #00CDCA;
  transform: translateY(-1px);
}

/* UP-GRID: каталог 2 колонки на мобиле */
@media screen and (max-width:640px){
  .t-catalog__card-list_style_tile{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:wrap !important;
    justify-content:space-between !important;
    align-items:flex-start !important;
  }
  .t-catalog__card-list_style_tile > .t-catalog__card,
  .t-catalog__card-list_style_tile > .t-catalog__card.t-catalog__stretch-col_33{
    width:48% !important;
    max-width:48% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    margin-bottom:22px !important;
  }
  .t-catalog__card-list_style_tile > .t-catalog__card .t-catalog__card__title{ font-size:15px; line-height:1.25; }
  .t-catalog__card-list_style_tile > .t-catalog__card .t-catalog__card__descr{ display:none; }
}
