@charset "UTF-8";

.js-cart-badge {
  position: relative;
}
.js-cart-badge.--hasMarker::after {
  position: absolute;
  top: 0;
  right: .2rem;
  width: .6rem;
  height: .6rem;
  background-color: #ec5b5b;
  border-radius: 50%;
  content: "";
}
