challenge-vtex-io-Filipe-Qu.../styles/css/vtex.product-price.css

81 lines
1.5 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 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
.savings,
.listPrice {
display: none;
}
.listPrice--summary {
display: block;
font-size: 14px;
line-height: 19px;
color: #bababa;
padding-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
.listPrice--summary {
font-size: 12px;
line-height: 16px;
}
}
.listPrice--summary::before {
content: "de ";
text-decoration: line-through;
}
.listPrice--summary::after {
content: " por";
text-decoration: line-through;
}
.sellingPrice--summary {
font-size: 24px !important;
line-height: 33px !important;
}
@media only screen and (max-width: 1024px) {
.sellingPrice--summary {
font-size: 18px !important;
line-height: 25px !important;
}
}
.sellingPrice {
font-weight: 700;
font-size: 25px;
line-height: 38px;
}
.installments {
font-size: 0;
}
.installmentsNumber {
font-weight: 700;
font-size: 16px;
line-height: 22px;
color: #929292;
}
.installmentsNumber::after {
content: " x ";
}
.installmentValue .currencyContainer {
font-weight: 700;
font-size: 16px;
line-height: 22px;
color: #929292;
}
.installmentValue .currencyContainer::before {
content: "de ";
font-weight: 400;
}
.installmentValue .currencyContainer::after {
content: " sem juros ";
font-weight: 400;
}