:root {
  --product__input-height: 40px;
}

.product-add {
  clear: left;
  width: min-content;
  width: -webkit-min-content;
}

.product-add .quantity {
  border: 1px solid #d5d5d5;
  height: calc(var(--product__input-height) - 2px);
}
