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-24 19:33:02 +00:00
|
|
|
.container {
|
|
|
|
width: 100%;
|
|
|
|
padding: 0;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
@media (max-width: 1920px) and (min-width: 1024px) {
|
|
|
|
.container {
|
|
|
|
padding: 0 40px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-01-23 12:29:56 +00:00
|
|
|
.carouselGaleryThumbs {
|
2023-01-23 20:48:14 +00:00
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
.carouselGaleryThumbs .productImagesThumb {
|
|
|
|
width: 10% !important;
|
|
|
|
height: 10% !important;
|
|
|
|
margin-right: 16px;
|
|
|
|
width: 90px !important;
|
|
|
|
height: 90px !important;
|
|
|
|
}
|
|
|
|
.carouselGaleryThumbs .productImagesThumb .figure,
|
|
|
|
.carouselGaleryThumbs .productImagesThumb .thumbImg {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border-radius: 8px;
|
2023-01-23 12:29:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.carouselGaleryCursor {
|
2023-01-24 19:33:02 +00:00
|
|
|
margin: 0 !important;
|
|
|
|
width: auto;
|
2023-01-23 12:29:56 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.swiperCaret {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-01-24 19:33:02 +00:00
|
|
|
@media (max-width: 1920px) and (min-width: 1024px) {
|
|
|
|
.productImagesGallerySwiperContainer {
|
|
|
|
width: 100%;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-01-23 12:29:56 +00:00
|
|
|
.productImageTag--main {
|
|
|
|
object-fit: unset !important;
|
2023-01-24 19:33:02 +00:00
|
|
|
}
|
|
|
|
@media (max-width: 1920px) and (min-width: 1024px) {
|
|
|
|
.productImageTag--main {
|
|
|
|
max-height: 664px !important;
|
|
|
|
height: 664px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 1920px) and (min-width: 1024px) {
|
|
|
|
.productVideo,
|
|
|
|
.videoContainer {
|
|
|
|
height: 664px;
|
|
|
|
}
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|