.hotspot--cart {
  overflow: visible;
}

.nav-cart-badge {
  position: absolute;
  top: 7.5%;
  left: 51%;
  z-index: 3;
  box-sizing: border-box;
  width: 39%;
  aspect-ratio: 1 / 1;
  height: auto;
  min-width: 0;
  padding: 0;
  border-radius: 50%;
  background: #ffc53d;
  color: #1e1e1d;
  font-size: clamp(0.58rem, 1.05vw, 0.8rem);
  font-weight: 800;
  line-height: 1;
  display: grid;
  place-items: center;
  pointer-events: none;
  font-family: Nunito, system-ui, sans-serif;
}
