2023-01-29 16:14:48 +00:00
|
|
|
.flexRowContent--product-container {
|
|
|
|
margin: 0;
|
|
|
|
padding: 16px 40px;
|
|
|
|
}
|
2023-02-01 22:54:14 +00:00
|
|
|
.flexRowContent--addToBag {
|
|
|
|
.stretchChildrenWidth {
|
|
|
|
&:first-child {
|
|
|
|
padding: 0;
|
|
|
|
width: 128px !important;
|
|
|
|
}
|
|
|
|
&:last-child {
|
|
|
|
padding-left: 10px;
|
|
|
|
width: unset !important;
|
|
|
|
flex: 1;
|
|
|
|
|
|
|
|
:global(.vtex-button) {
|
|
|
|
background-color: #000000;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-add-to-cart-button-0-x-buttonText) {
|
|
|
|
font-size: 0;
|
|
|
|
&::after {
|
|
|
|
content: "ADICIONAR À SACOLA";
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
}
|