2023-01-21 18:14:33 +00:00
|
|
|
/*
|
|
|
|
0 - 600PX: Phone
|
|
|
|
600 - 900px: Table portrait
|
|
|
|
900 - 1200px: Tablet landscape
|
|
|
|
[1200 - 1800] is where our nortal styles apply
|
|
|
|
1800px + : Big desktop
|
|
|
|
*/
|
|
|
|
/* Media Query M3 */
|
2023-01-24 00:00:28 +00:00
|
|
|
/* Grid breakpoints */
|
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) {
|
|
|
|
.stretchChildrenWidth {
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.flexRowContent--divDescription {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-01-26 21:21:01 +00:00
|
|
|
.flexRowContent {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
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) {
|
|
|
|
.flexRowContent--divProduct {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|
2023-01-24 00:00:28 +00:00
|
|
|
.flexRowContent--divProduct .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;
|
|
|
|
}
|
|
|
|
.flexCol--divInfoProduct .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) {
|
|
|
|
.flexCol--divImgDescription {
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
2023-01-27 01:21:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.flexRow--divButtonBuy {
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.flexRow--divButtonBuy :global(.vtex-button) {
|
|
|
|
background-color: black;
|
2023-01-24 00:00:28 +00:00
|
|
|
}
|