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 */
|
|
|
|
.newsletter {
|
|
|
|
background: red;
|
2023-01-24 00:00:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.container .productImagesContainer--divImagens {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.container .productImagesContainer--divImagens .productImagesGallerySwiperContainer {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
max-height: 100%;
|
|
|
|
}
|
|
|
|
.container .productImagesContainer--divImagens .productImagesGallerySwiperContainer .productImagesGallerySlide--divImagens {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
.container .productImagesContainer--divImagens .productImagesGallerySwiperContainer .productImagesGallerySlide--divImagens .productImageTag {
|
|
|
|
max-height: 100% !important;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
.container .productImagesContainer--divImagens .carouselGaleryThumbs--divImagens .productImagesThumb {
|
|
|
|
margin-right: 16px;
|
|
|
|
padding: 0px;
|
|
|
|
width: 90px;
|
|
|
|
height: 90px !important;
|
|
|
|
border-radius: 8px;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|