2023-02-09 00:15:54 +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-02-09 15:32:27 +00:00
|
|
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
|
2023-02-09 00:15:54 +00:00
|
|
|
/* Grid breakpoints */
|
2023-02-10 01:21:52 +00:00
|
|
|
.flexRowContent--product-main-stack {
|
|
|
|
padding: 0 30px;
|
|
|
|
}
|
2023-02-09 00:15:54 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
2023-02-10 01:21:52 +00:00
|
|
|
.flexRowContent--product-main-stack {
|
2023-02-09 00:15:54 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
2023-02-10 02:01:09 +00:00
|
|
|
.flexRowContent--product-main-stack .stretchChildrenWidth {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
2023-02-09 00:15:54 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
.flexRowContent--main-header-mobile {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-02-09 00:15:54 +00:00
|
|
|
.flexCol {
|
|
|
|
position: relative;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
2023-02-09 23:08:49 +00:00
|
|
|
@media screen and (min-width: 769px) {
|
|
|
|
.flexRow--btn-product {
|
|
|
|
width: 100%;
|
2023-02-10 01:21:52 +00:00
|
|
|
max-width: 526px;
|
2023-02-09 23:08:49 +00:00
|
|
|
position: absolute;
|
2023-02-10 18:39:19 +00:00
|
|
|
top: 374px;
|
2023-02-09 23:08:49 +00:00
|
|
|
left: 158px;
|
|
|
|
}
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
2023-02-09 00:15:54 +00:00
|
|
|
.flexRow--btn-product :global(.vtex-button) {
|
|
|
|
background-color: black;
|
|
|
|
border: 1px solid black;
|
|
|
|
border-radius: 0;
|
|
|
|
font-family: "Open Sans";
|
2023-02-09 15:32:27 +00:00
|
|
|
padding: 12px;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
2023-02-09 00:15:54 +00:00
|
|
|
.flexRow--btn-product :global(.vtex-button):hover {
|
|
|
|
background-color: rgb(36, 36, 36);
|
|
|
|
}
|