challenge-vtex-io-Adilson-F.../styles/css/vtex.product-summary.css

58 lines
1.0 KiB
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 */
.containerNormal {
max-width: 100% !important;
margin: 0 !important;
}
.nameContainer {
padding-top: 8px !important;
padding-bottom: 8px !important;
}
.nameContainer .brandName {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
text-align: center;
color: #000000;
}
.imageStackContainer {
width: 434.4px !important;
height: 434.4px;
}
@media (max-width: 1920px) {
.imageStackContainer {
width: 291.2px !important;
height: 291.2px;
}
}
@media (max-width: 500px) {
.imageStackContainer {
width: 124.8px !important;
height: 124.8px;
}
}
.imageNormal {
width: 100%;
height: 100%;
max-height: 100% !important;
}
.priceContainer {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.priceContainer .installmentContainer {
display: none;
}