2023-02-08 19:22:43 +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 */
|
|
|
|
/* Grid breakpoints */
|
|
|
|
.stretchChildrenWidth {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2023-02-10 20:28:06 +00:00
|
|
|
.flexCol--infos {
|
|
|
|
padding-left: 32px;
|
|
|
|
}
|
|
|
|
|
2023-02-10 11:38:52 +00:00
|
|
|
.flexRowContent {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2023-02-11 01:23:54 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
.flexRowContent .stretchChildrenWidth {
|
|
|
|
width: initial;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
.flexRowContent--product-main {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|
2023-02-10 11:38:52 +00:00
|
|
|
|
2023-02-08 19:22:43 +00:00
|
|
|
.flexRowContent--identifier {
|
2023-02-10 19:29:31 +00:00
|
|
|
text-align: end;
|
2023-01-12 16:56:35 +00:00
|
|
|
display: flex;
|
2023-02-08 19:22:43 +00:00
|
|
|
flex-direction: column;
|
|
|
|
align-items: end;
|
2023-02-10 19:29:31 +00:00
|
|
|
}
|
2023-02-11 01:23:54 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
.flexRowContent--identifier {
|
|
|
|
text-align: start;
|
|
|
|
}
|
|
|
|
}
|
2023-02-10 19:29:31 +00:00
|
|
|
|
|
|
|
.flexRow--product-main {
|
|
|
|
padding: 0 40px;
|
2023-02-10 20:28:06 +00:00
|
|
|
}
|
2023-02-11 01:23:54 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
.flexRow--product-main .stretchChildrenWidth {
|
|
|
|
width: 100% !important;
|
|
|
|
padding-bottom: 24px;
|
|
|
|
}
|
|
|
|
}
|
2023-02-10 20:28:06 +00:00
|
|
|
|
|
|
|
.flexColChild--infos :global(.vtex-button) {
|
|
|
|
background-color: black !important;
|
|
|
|
border: none;
|
2023-02-08 19:22:43 +00:00
|
|
|
}
|