2023-01-24 04:00:05 +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-03 00:37:40 +00:00
|
|
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap");
|
2023-01-24 04:00:05 +00:00
|
|
|
/* Grid breakpoints */
|
2023-02-09 00:28:55 +00:00
|
|
|
.flexRow .flexCol--info-availability, .flexRow .flexCol--rightCol {
|
|
|
|
position: relative;
|
|
|
|
}
|
2023-01-24 04:00:05 +00:00
|
|
|
.flexRow .flexRowContent--productPanel {
|
2023-02-06 23:47:29 +00:00
|
|
|
margin: 16px 0;
|
2023-01-24 04:00:05 +00:00
|
|
|
padding: 0 40px;
|
|
|
|
}
|
|
|
|
.flexRow .flexRowContent--productPanel .stretchChildrenWidth:first-child {
|
|
|
|
padding: 0;
|
2023-02-03 00:37:40 +00:00
|
|
|
justify-content: normal;
|
2023-01-24 04:00:05 +00:00
|
|
|
}
|
2023-02-03 00:37:40 +00:00
|
|
|
.flexRow .flexRowContent--productPanel .flexCol--productShowcase {
|
|
|
|
padding: 0 32px 0 0;
|
|
|
|
}
|
|
|
|
.flexRow .flexRowContent--quantityAndBuy {
|
|
|
|
margin: 0 0 16px;
|
|
|
|
}
|
|
|
|
.flexRow .flexRowContent--quantityAndBuy .stretchChildrenWidth {
|
|
|
|
width: auto !important;
|
|
|
|
}
|
|
|
|
.flexRow .flexRowContent--quantityAndBuy .stretchChildrenWidth:last-child {
|
|
|
|
flex: 1;
|
2023-02-06 23:47:29 +00:00
|
|
|
}
|
|
|
|
.flexRow .flexRowContent--productName {
|
|
|
|
margin: 0;
|
2023-01-24 04:00:05 +00:00
|
|
|
}
|