:global(.vtex-numeric-stepper__minus-button), :global(.vtex-numeric-stepper__plus-button) { background-color: $white; font-weight: 400; font-size: 16px; line-height: 22px; color: $black; border-radius: 0; } :global(.vtex-numeric-stepper__minus-button) { border-top: 1px; border-left: 1px; border-bottom: 1px; border-style: solid; border-color: $gray-1000; } :global(.vtex-numeric-stepper__plus-button) { border-top: 1px; border-right: 1px; border-bottom: 1px; border-style: solid; border-color: $gray-1000; } :global(.vtex-numeric-stepper__input) { border-top: 1px; border-bottom: 1px; border-style: solid; border-right: none; border-left: none; border-color: $gray-1000; color: $gray-500; outline: 0; }