challenge-vtex-io-saulo-klein/styles/css/vtex.store-components.css

47 lines
1021 B
CSS

/*
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 */
.container {
padding: 0;
}
.container .carouselContainer {
display: flex;
flex-direction: column-reverse;
}
.container .carouselContainer .carouselGaleryThumbs {
position: static;
margin: 16px 0 0;
}
.container .carouselContainer .carouselThumbBorder {
height: fit-content;
}
.container .productImagesThumb {
max-height: 90px !important;
margin: 0 16px 0 0;
width: fit-content !important;
}
.container .productImagesThumb .figure,
.container .productImagesThumb .figure .thumbImg {
max-height: 90px;
max-width: 90px;
min-height: 90px;
object-fit: fill;
}
.container .productImageTag--main {
object-fit: fill !important;
max-width: 664px;
}
.container .productNameContainer {
text-align: right;
font-weight: 300;
font-size: 20px;
line-height: 34px;
color: #575757;
margin: 0 0 51px;
}