@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.quantity-selector button{border:1px solid var(--color-border);justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s,border-color .15s;display:flex}.quantity-selector button img,.quantity-selector button svg{width:15px;height:15px}.quantity-selector button img path,.quantity-selector button svg path{stroke:var(--color-border);transition:stroke .15s,fill .15s}.quantity-selector button:hover{background:var(--color-primary);border-color:var(--color-primary)}.quantity-selector button:hover svg path{stroke:var(--color-contrast)}.quantity-selector input{text-align:center;border:1px solid gray;border-left:0;border-right:0;width:40px;height:40px}