
.drawer__close > .icon {
  width: 2rem;
  height: 2rem;
}

.quantity__button > .icon {
  width: 1rem;
  pointer-events: none;
}

.cart-item__error-text + .icon-error {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.7rem;
  margin-top: 0.25rem;
}

.cart-item__error-text:empty + .icon-error {
  display: none;
}
