challenge-vtex-io-nicolly-v.../styles/sass/pages/product/vtex.product-summary.scss

104 lines
1.9 KiB
SCSS

.container {
margin: 0 8px;
max-width: none !important;
border-radius: 0;
.element {
padding: 0;
.imageContainer {
width: 100%;
}
.imageContainer :global(.vtex-store-components-3-x-discountContainer) {
width: 100%;
}
.nameContainer {
padding: 0;
margin-top: 16px;
.productBrand {
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
color: #000000;
@media screen and (max-width: 1024px) {
font-size: 14px;
line-height: 19px;
}
}
}
.priceContainer {
padding: 0;
flex: 1;
.listPriceContainer {
padding: 8px 0;
.listPriceLabel {
display: none;
}
.currencyCode {
&::before {
content: "de ";
}
}
.currencyInteger {
&:last-child {
&::after {
content: " por";
}
}
}
.currencyFraction {
&:last-child {
&::after {
content: " por";
}
}
}
}
.sellingPriceContainer {
padding: 0;
.sellingPriceLabel {
display: none;
}
.currencyContainer {
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 33px;
color: #000000;
@media screen and (max-width: 1024px) {
font-size: 18px;
line-height: 25px;
}
}
}
.installmentContainer {
display: none;
}
}
.priceContainer :global(.vtex-store-components-3-x-listPriceValue) {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #bababa;
@media screen and (max-width: 1024px) {
font-size: 12px;
line-height: 16px;
}
}
}
}