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

57 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 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap");
/*font*/
/*colors*/
/* Grid breakpoints */
.installmentContainer {
background-color: none;
}
.productNameContainer {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
text-align: center;
color: #000000;
}
.nameContainer {
padding: 0;
margin-bottom: 8px;
}
.priceContainer {
padding: 0;
}
.price_listPriceContainer {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
text-align: center;
text-decoration-line: line-through;
color: #BABABA;
padding: 0;
margin-bottom: 8px;
}
.imageContainer {
margin-bottom: 16px;
width: 314.4px;
height: 314.4px;
}
.imageContainer .imageNormal {
width: 100%;
height: 100%;
}