/* Additional CSS for better alignment */
.quantity-selector {
    flex-shrink: 0;
}
.quantity__input {
    width: 40px !important;
    background: transparent;
    -moz-appearance: textfield;
}
.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.flex-align.gap-16.flex-wrap {
    align-items: center;
}