2023-01-31 18:43:21 +00:00
|
|
|
.quantitySelectorContainer {
|
|
|
|
border: 0;
|
|
|
|
margin: 0;
|
|
|
|
.quantitySelectorTitle {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-numeric-stepper__input),
|
|
|
|
:global(.vtex-numeric-stepper__plus-button),
|
|
|
|
:global(.vtex-numeric-stepper__minus-button) {
|
|
|
|
height: 50px;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-numeric-stepper__input) {
|
|
|
|
border-left: 0;
|
|
|
|
border-right: 0;
|
2023-02-11 04:40:19 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
width: 44px;
|
|
|
|
}
|
2023-01-31 18:43:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-add-to-cart-button-0-x-buttonText) {
|
|
|
|
font-size: 0;
|
|
|
|
&::before {
|
2023-02-02 12:42:45 +00:00
|
|
|
content: "ADICIONAR À SACOLA";
|
2023-01-31 18:43:21 +00:00
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
}
|