/* Скрыть плавающую корзину на всём сайте */
.t-store__cart,
.js-store-cart,
.t-store__cart-button,
.t-store__cart-icon,
.t-store__cart-counter {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
