.cart-icon-wrapper {
  position: relative;
  font-size: inherit;
  text-decoration: none;
}

.desktop-cart-icon {
  font-size: 4rem;
}

.cart-count {
  position: absolute;
  top: -8px;
  right: -10px;
  background: #dc3545; /* Bootstrap's red */
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
  line-height: 1;
  min-width: 20px;
  text-align: center;
  z-index: 2;
}
