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

99 lines
1.8 KiB
CSS
Raw Normal View History

/*
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;
2023-02-09 17:07:51 +00:00
object-fit: contain;
}
2023-02-03 23:23:39 +00:00
@media only screen and (max-width: 1025px) {
.imageNormal {
height: 291.2px;
max-width: 291.2px;
}
}
2023-02-09 03:42:27 +00:00
@media only screen and (max-width: 767px) {
.imageNormal {
height: 124.8px;
width: 100%;
}
}
.brandName {
font-weight: 400;
font-size: 18px;
line-height: 25px;
color: #000000;
}
2023-02-03 23:23:39 +00:00
@media only screen and (max-width: 1025px) {
.brandName {
font-size: 14px;
line-height: 19px;
}
}
.nameContainer {
padding: 16px 0 8px 0;
}
.priceContainer {
padding: 0;
}
.priceContainer .listPriceContainer {
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #bababa;
}
2023-02-03 23:23:39 +00:00
@media only screen and (max-width: 1025px) {
.priceContainer .listPriceContainer {
font-size: 12px;
line-height: 16px;
}
}
.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;
}
2023-02-03 23:23:39 +00:00
@media only screen and (max-width: 1025px) {
.priceContainer .price_sellingPrice {
font-size: 18px;
line-height: 25px;
}
}
.priceContainer .sellingPriceContainer {
padding: 0 0 32px 0;
}
.element {
padding: 0;
}
:global(.vtex-product-summary-2-x-clearLink) {
padding-bottom: 32px;
}