.sp-quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 15px 0;
}

.sp-quantity-wrapper input {
    width: 60px;
    text-align: center;
}

.sp-qty-minus,
.sp-qty-plus {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
