challenge-vtex-io-ana-carol.../styles/css/vtex.store-components.css

81 lines
1.5 KiB
CSS
Raw Normal View History

/*
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;
}
}
.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;
}
.carouselGaleryCursor {
2023-01-24 19:33:02 +00:00
margin: 0 !important;
width: auto;
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;
}
}
.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;
}
}
.productNameContainer {
text-align: right;
}
.productNameContainer .productBrand {
font-weight: 300;
font-size: 20px;
line-height: 34px;
color: #575757;
}