/* Скрыть иконку профиля и личный кабинет в Тильда Store */
.t-store__profilebtn,
.t-store__account,
.t-store__profile,
.t-store__profileicon,
.t-store__profile-popup,
.js-store-profile-btn,
a[href*="#!/tilda/account"],
a[href*="tilda/account"],
[data-tilda-account],
[data-tilda-event="profile"] {
  display: none !important;
}
