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

33 lines
609 B
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;
}
}
}
}
}