/* скрыть стандартные вкладки/переключатель категорий в магазине */
.t-store__parts-switcher,
.t-store__parts-switcher-wrapper {
  display: none !important;
}

/* rec1802622781 — скрываем стандартную корзину Тильды */
#rec1802622781 .t-store__carticon,
#rec1802622781 .t-store__carticon-wrapper,
#rec1802622781 .tcarticon,
#rec1802622781 [class*="carticon"]{
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
