/* Тень при наведении */
.js-store-grid-cont .t-store__card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Скрыть количество до добавления в корзину */
.t-store__product-quantity {
  display: none;
}
.t-store__product-added .t-store__product-quantity {
  display: flex !important;
}
.t-store__card__articul {
  display: none !important;
}
