.store-qty-stepper{display:inline-flex;align-items:stretch;width:100%;max-width:8.5rem;border:1px solid rgba(192,174,112,.4);border-radius:.35rem;overflow:hidden;background:rgba(0,0,0,.45)}.store-qty-stepper__btn{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:2rem;padding:0;border:0;background:transparent;font-family:var(--font-pixel),sans-serif;font-size:1rem;line-height:1;color:var(--deepred-gold);cursor:pointer;transition:background .2s ease,color .2s ease}.store-qty-stepper__btn:hover:not(:disabled){background:rgba(192,174,112,.12);color:var(--deepred-gold-light)}.store-qty-stepper__btn:disabled{opacity:.35;cursor:not-allowed}.store-qty-stepper__btn:focus-visible{outline:2px solid var(--deepred-gold);outline-offset:-2px}.store-qty-stepper__input{width:100%;min-width:2.25rem;padding:.35rem .2rem;border:0;border-inline:1px solid rgba(192,174,112,.35);background:transparent;font-family:var(--font-sans),sans-serif;font-size:.85rem;font-weight:700;line-height:1.2;color:var(--deepred-gold-light);text-align:center;appearance:textfield;-moz-appearance:textfield}.store-qty-stepper__input::-webkit-inner-spin-button,.store-qty-stepper__input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.store-qty-stepper__input:focus{outline:none;background:rgba(192,174,112,.08)}.store-qty-stepper__input:focus-visible{outline:2px solid var(--deepred-gold);outline-offset:-2px}