/* Убираем блок "Покупали ранее? Авторизуйтесь..." в корзине */
.t-store__cart .t-store__cart-auth,
.t-store__cart .t-store__login,
.t-store__cart .t-store__cartauth,
.t-store__cart .t-store__cart-login,
.t-store__cart .t-store__cart__auth,
.t-store__cart .t-store__cart__login,
.t-store__cart [class*="cart-auth"],
.t-store__cart [class*="cartauth"],
.t-store__cart [class*="login"],
.t-store__cart [class*="auth"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
