2023-01-25 21:59:38 +00:00
|
|
|
|
|
|
|
.stretchChildrenWidth{
|
|
|
|
width: 100% !important;
|
2023-01-29 16:49:16 +00:00
|
|
|
padding: 0 ;
|
2023-01-25 21:59:38 +00:00
|
|
|
@media (max-width: 1024px) {
|
|
|
|
padding-right: 0px
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexRowContent--divDescription{
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|
2023-01-26 21:21:01 +00:00
|
|
|
.flexRowContent{
|
|
|
|
margin: 0;
|
|
|
|
}
|
2023-01-25 21:59:38 +00:00
|
|
|
|
2023-01-24 00:00:28 +00:00
|
|
|
.flexRowContent--divProduct {
|
|
|
|
margin-top: 16px;
|
2023-01-25 04:01:38 +00:00
|
|
|
padding: 0px;
|
2023-01-25 21:59:38 +00:00
|
|
|
padding-left: 40px !important;
|
|
|
|
margin-bottom: 16px;
|
2023-01-29 16:49:16 +00:00
|
|
|
gap: 32px;
|
2023-01-24 00:00:28 +00:00
|
|
|
padding-right: 40px !important;
|
2023-01-25 21:59:38 +00:00
|
|
|
@media (max-width:1024px) {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
2023-01-24 00:00:28 +00:00
|
|
|
.stretchChildrenWidth {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.flexCol--divInfoProduct {
|
|
|
|
.flexRow--divNomeProduct {
|
|
|
|
text-align: end;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 34px;
|
|
|
|
color: #575757;
|
|
|
|
}
|
|
|
|
.flexRow--divNomeProductModelo {
|
|
|
|
text-align: end;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: rgba(146, 146, 146, 0.48);
|
|
|
|
}
|
|
|
|
}
|
2023-01-25 04:01:38 +00:00
|
|
|
.flexCol--divImgDescription{
|
2023-01-29 16:49:16 +00:00
|
|
|
margin-right: 22px;
|
2023-01-25 21:59:38 +00:00
|
|
|
@media (max-width: 1024px) {
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
2023-01-25 04:01:38 +00:00
|
|
|
}
|
|
|
|
|
2023-01-27 01:21:39 +00:00
|
|
|
.flexRow--divButtonBuy{
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
:global(.vtex-button){
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
}
|