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 {
|
2023-01-30 01:32:54 +00:00
|
|
|
padding: 0;
|
2023-01-26 21:21:01 +00:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2023-01-30 01:32:54 +00:00
|
|
|
.flexRowContent--divProductIndisponivel {
|
|
|
|
gap: 32px;
|
2023-02-03 23:05:26 +00:00
|
|
|
margin: 0;
|
|
|
|
margin-top: 16px !important;
|
|
|
|
padding: 0px !important;
|
|
|
|
padding-left: 40px !important;
|
|
|
|
margin-bottom: 16px !important;
|
|
|
|
padding-right: 40px !important;
|
|
|
|
max-width: 100%;
|
2023-01-30 01:32:54 +00:00
|
|
|
}
|
2023-01-30 17:47:13 +00:00
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.flexRowContent--divProductIndisponivel {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|
2023-01-30 01:32:54 +00:00
|
|
|
|
|
|
|
.flexColChild--info-availability .flexRow--divNomeProduct {
|
|
|
|
text-align: end;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 34px;
|
|
|
|
color: #575757;
|
2023-01-30 02:14:57 +00:00
|
|
|
margin-bottom: 8px;
|
2023-01-30 01:32:54 +00:00
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.flexColChild--info-availability .flexRow--divNomeProduct {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.flexColChild--info-availability :global(.vtex-product-identifier-0-x-product-identifier) {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
align-items: end;
|
|
|
|
margin: 0;
|
|
|
|
margin-top: 8px;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: rgba(146, 146, 146, 0.48);
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.flexColChild--info-availability :global(.vtex-product-identifier-0-x-product-identifier) {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.flexColChild--info-availability .flexCol--message-availability {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.flexColChild--info-availability .flexCol--message-availability .flexColChild--message-availability {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2023-01-24 00:00:28 +00:00
|
|
|
.flexRowContent--divProduct {
|
2023-01-29 16:49:16 +00:00
|
|
|
gap: 32px;
|
2023-02-03 22:50:03 +00:00
|
|
|
margin: 0;
|
|
|
|
margin-top: 16px !important;
|
|
|
|
padding: 0px !important;
|
|
|
|
padding-left: 40px !important;
|
|
|
|
margin-bottom: 16px !important;
|
|
|
|
padding-right: 40px !important;
|
|
|
|
max-width: 100%;
|
2023-01-24 00:00:28 +00:00
|
|
|
}
|
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;
|
2023-01-30 02:14:57 +00:00
|
|
|
margin-bottom: 8px;
|
2023-01-24 00:00:28 +00:00
|
|
|
}
|
2023-01-30 01:32:54 +00:00
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.flexCol--divInfoProduct .flexRow--divNomeProduct {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
2023-01-24 00:00:28 +00:00
|
|
|
.flexCol--divInfoProduct .flexRow--divNomeProductModelo {
|
|
|
|
text-align: end;
|
2023-01-30 01:32:54 +00:00
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.flexCol--divInfoProduct .flexRow--divNomeProductModelo {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.flexCol--divInfoProduct .flexRow--divNomeProductModelo :global(.vtex-product-identifier-0-x-product-identifier) {
|
2023-01-24 00:00:28 +00:00
|
|
|
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%;
|
2023-02-03 21:32:16 +00:00
|
|
|
height: 49px;
|
|
|
|
}
|
|
|
|
@media (max-width: 377px) {
|
|
|
|
.flexRow--divButtonBuy {
|
|
|
|
height: 74px;
|
|
|
|
}
|
2023-01-27 01:21:39 +00:00
|
|
|
}
|
|
|
|
.flexRow--divButtonBuy :global(.vtex-button) {
|
|
|
|
background-color: black;
|
2023-01-30 18:35:40 +00:00
|
|
|
border: 0;
|
|
|
|
border-radius: 0;
|
2023-02-03 21:32:16 +00:00
|
|
|
height: 49px;
|
|
|
|
}
|
|
|
|
@media (max-width: 377px) {
|
|
|
|
.flexRow--divButtonBuy :global(.vtex-button) {
|
|
|
|
height: 74px;
|
|
|
|
}
|
|
|
|
.flexRow--divButtonBuy :global(.vtex-button) :global(.vtex-button__label) {
|
|
|
|
padding: 0;
|
|
|
|
width: 130px;
|
|
|
|
margin: auto;
|
|
|
|
}
|
2023-01-24 00:00:28 +00:00
|
|
|
}
|