/* Полностью скрыть стандартную иконку ST100 (t706) */
.t706__carticon,
.t706__carticon-wrapper,
.t706__carticon-imgwrap,
.t706__carticon-img {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Чтобы она точно не занимала место */
.t706__carticon {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* Стиль бейджа (счётчика) на кастомной иконке */
.js-carticon-counter,
.js-cart-count {
  position: absolute !important;          /* чтобы сидел поверх иконки */
  top: -6px !important;
  right: -6px !important;

  min-width: 28px !important;
  height: 28px !important;
  padding: 0 8px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #55665E !important;
  color: #fff !important;

  border-radius: 999px !important;

  font-family: "Iwona", "Iwona Light", Arial, sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 1 !important;

  border: 3px solid #fff !important;     /* белая обводка как на примере */
  box-sizing: border-box !important;

  z-index: 9999 !important;
  pointer-events: none !important;        /* чтобы клик проходил по иконке */
}

/* Если число двузначное — чуть ужмём */
.js-carticon-counter:not(:empty),
.js-cart-count:not(:empty) {
  letter-spacing: 0.2px;
}
