.qty-stepper{display:flex;align-items:center;justify-content:space-between;width:100%;height:44px;border:2px solid var(--brand-1);border-radius:5px;overflow:hidden;background:#fff;user-select:none}.qty-stepper__btn{flex:0 0 44px;height:100%;border:0;background:transparent;color:var(--brand-1);font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,color .15s ease}.qty-stepper__btn i{line-height:1;display:block}.qty-stepper__btn:hover:not(:disabled){background:var(--brand-1);color:#fff}.qty-stepper__btn:disabled{opacity:.4;cursor:not-allowed}.qty-stepper__val{flex:1 1 auto;text-align:center;font-weight:600;font-size:15px;color:var(--brand-1);min-width:2ch}