.mod-joocommerce-cart {
  display: flex;
  justify-content: end;
  align-items: center;
}

.mod-joocommerce-cart__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1;
  transition: all 400ms ease-in-out;
}

.mod-joocommerce-cart__icon {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
}

.mod-joocommerce-cart__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.mod-joocommerce-cart__count {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  min-width: 1.2rem;
  height: 1.2rem;
  padding: 0 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  background-color: #ff0000;
  color: #fff;
  opacity: 1;
  transition: opacity 400ms ease-in-out;
}

.mod-joocommerce-cart__count.is-empty {
  opacity: 0;
}
