2023-02-10 09:05:16 +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 */
|
|
|
|
.containerNormal--prateleiraShelf {
|
|
|
|
max-width: 315px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.element--prateleiraShelf {
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nameContainer--prateleiraProductName {
|
|
|
|
padding: 16px 16px 8px 16px;
|
|
|
|
}
|
|
|
|
.nameContainer--prateleiraProductName .brandName--prateleiraProductName {
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2023-01-12 16:56:35 +00:00
|
|
|
font-size: 18px;
|
2023-02-10 09:05:16 +00:00
|
|
|
line-height: 25px;
|
2023-01-12 16:56:35 +00:00
|
|
|
text-align: center;
|
2023-02-10 09:05:16 +00:00
|
|
|
color: #000000;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
|
|
|
|
2023-02-10 09:05:16 +00:00
|
|
|
.imageWrapper--prateleiraImg,
|
|
|
|
.imageContainer--prateleiraImg,
|
|
|
|
.image--prateleiraImg {
|
|
|
|
min-height: 314px;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|
2023-02-10 09:05:16 +00:00
|
|
|
@media screen and (max-width: 1280px) {
|
|
|
|
.imageWrapper--prateleiraImg,
|
|
|
|
.imageContainer--prateleiraImg,
|
|
|
|
.image--prateleiraImg {
|
|
|
|
min-height: 285px;
|
|
|
|
}
|
|
|
|
}
|