2023-02-10 01:21:52 +00:00
|
|
|
// .flexRowContent {
|
|
|
|
// @media screen and (max-width: 1024px) {
|
|
|
|
// display: flex;
|
|
|
|
// flex-direction: column;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
.flexRowContent--product-main-stack {
|
|
|
|
padding: 0 30px;
|
|
|
|
|
2023-02-09 00:15:54 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2023-02-10 02:01:09 +00:00
|
|
|
|
|
|
|
.stretchChildrenWidth {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
2023-02-09 00:15:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.flexRowContent--main-header-mobile {
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexCol {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flexRow--btn-product {
|
2023-02-09 23:08:49 +00:00
|
|
|
@media screen and (min-width: 769px) {
|
|
|
|
width: 100%;
|
2023-02-10 01:21:52 +00:00
|
|
|
max-width: 526px;
|
2023-02-09 23:08:49 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 366px;
|
|
|
|
left: 158px;
|
|
|
|
}
|
2023-02-09 00:15:54 +00:00
|
|
|
|
|
|
|
: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-02-09 00:15:54 +00:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: rgb(36, 36, 36);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|