2023-01-12 16:56:35 +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 */
|
2023-01-25 21:23:17 +00:00
|
|
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap");
|
2023-01-12 16:56:35 +00:00
|
|
|
.newsletter {
|
|
|
|
background: red;
|
2023-01-25 21:23:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.productNameContainer {
|
|
|
|
display: flex;
|
|
|
|
justify-content: right;
|
|
|
|
}
|
|
|
|
.productNameContainer .productBrand--quickview {
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 34px;
|
|
|
|
text-align: right;
|
|
|
|
color: #575757;
|
|
|
|
}
|
|
|
|
|
|
|
|
.productDescriptionContainer {
|
2023-01-26 20:02:41 +00:00
|
|
|
width: 632px;
|
2023-01-26 18:23:31 +00:00
|
|
|
margin-left: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pointerEventsNone {
|
|
|
|
display: none;
|
2023-01-30 14:21:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorContainer {
|
|
|
|
display: flex;
|
2023-01-30 18:01:27 +00:00
|
|
|
flex-direction: column-reverse;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|