#_cart__icon {
  position: relative;
}

#_cart__icon .cart-count-badge {
  position: absolute;
  top: -1px;
  right: -5px;
  min-width: 20px;
  height: 20px;
  padding: 0 4px;
  background-color: #B4A767;
  color: #ffffff;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 20px;
  text-align: center;
  border-radius: 999px;
  transform: translate(50%, -50%);
  box-sizing: border-box;
  pointer-events: none;
  z-index: 10;
}

#_cart__icon .cart-count-badge.is-hidden {
  display: none;
}