.avs-cart-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  transition: transform .15s ease, box-shadow .15s ease;
}

.avs-cart-badge:hover,
.avs-cart-badge:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}

.avs-cart-badge__icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
}

.avs-cart-badge__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.avs-cart-badge__count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  padding: 0 6px;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
  background: #d0021b;
  color: #fff;
  border: 2px solid #fff;
  box-sizing: border-box;
}
