64 lines
1.1 KiB
CSS
64 lines
1.1 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 */
|
|
/* Fontes */
|
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
|
|
/* Cores */
|
|
/* Grid breakpoints */
|
|
.imageNormal {
|
|
width: 105%;
|
|
height: 314px;
|
|
max-height: unset;
|
|
max-width: 314px;
|
|
}
|
|
|
|
.brandName {
|
|
font-weight: 400;
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
color: #000000;
|
|
}
|
|
|
|
.nameContainer {
|
|
padding: 16px 0 8px 0;
|
|
}
|
|
|
|
.priceContainer {
|
|
padding: 0;
|
|
}
|
|
.priceContainer .listPriceContainer {
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: #bababa;
|
|
}
|
|
.priceContainer .listPriceContainer::after {
|
|
content: "por";
|
|
}
|
|
.priceContainer .listPriceContainer .listPrice {
|
|
padding: 0 4px 0 0;
|
|
}
|
|
.priceContainer .sellingPriceLabel {
|
|
display: none;
|
|
}
|
|
.priceContainer .installmentContainer {
|
|
display: none;
|
|
}
|
|
.priceContainer .price_sellingPrice {
|
|
font-weight: 700;
|
|
font-size: 24px;
|
|
line-height: 33px;
|
|
color: #000000;
|
|
}
|
|
.priceContainer .sellingPriceContainer {
|
|
padding: 0 0 32px 0;
|
|
}
|
|
|
|
.element {
|
|
padding: 0;
|
|
} |