/* Прячем круглую корзину */
.t-store__carticon,
.t-store__carticon-wrapper,
.t-store__carticon-container,
.t-store__carticon_badge,
.t-carticon,
.t-carticon__wrapper,
.t-carticon__icon,
.t-carticon__badge,
.t706__carticon,
.t706__carticon-wrapper,
.t706__carticon_badge {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.t-store__carticon,
.t-carticon,
.t706__carticon {
  position: fixed !important;
  right: -9999px !important;
  top: -9999px !important;
}

/* делаем cart(n) кнопкой */
.js-mycart {
  cursor: pointer !important;
  user-select: none !important;
}

}