.hdt-header__icons .hdt-cart-bubble {
  display: inline-grid;
  place-items: center;
}

.hdt-header__icons .hdt-cart-bubble .hdt-header-cart-count {
  inset: 5px 0 0 !important;
  display: grid;
  place-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  line-height: 1;
  text-align: center;
  transform: none !important;
  pointer-events: none;
}
