42 lines
700 B
SCSS
42 lines
700 B
SCSS
.container--produto-prateleira {
|
|
margin: 0;
|
|
|
|
:global(.vtex-store-components-3-x-discountContainer) {
|
|
width: 100%;
|
|
}
|
|
|
|
:global(.vtex-store-components-3-x-discountInsideContainer) {
|
|
display: none;
|
|
}
|
|
|
|
.imageContainer {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
max-width: 314px;
|
|
height: 314.4px;
|
|
background: #EDEDED;
|
|
}
|
|
|
|
.nameContainer {
|
|
padding: 16px 0 8px;
|
|
|
|
.productNameContainer {
|
|
max-width: 282.4px;
|
|
height: 50px;
|
|
}
|
|
|
|
.productBrand {
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
text-align: center;
|
|
color: #000000;
|
|
}
|
|
}
|
|
|
|
.priceContainer {
|
|
padding: 0 0 32px;
|
|
}
|
|
}
|