.custom-cart {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.custom-cart img {
  display: block;
}

.custom-cart .js-cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: red;
  color: white;
  font-size: 12px;
  font-weight: 600;
  border-radius: 50%;
  padding: 2px 6px;
  min-width: 16px;
  text-align: center;
}
