.ig-cart-link {
  position: relative;
  display: inline-flex !important;
  min-width: 48px;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

.ig-cart-link__icon {
  font-size: 18px;
  line-height: 1;
}

.ig-cart-count {
  position: absolute;
  top: 1px;
  right: 1px;
  min-width: 18px;
  padding: 2px 5px;
  border-radius: 50%;
  background: #c78f4f;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.ig-cart-count[hidden] {
  display: none;
}
