2023-02-01 01:24:50 +00:00
|
|
|
// Prateleira de produtos
|
|
|
|
|
|
|
|
// Imagem do produto
|
|
|
|
|
2023-01-31 00:37:44 +00:00
|
|
|
.imageWrapper {
|
|
|
|
height: 314px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2023-02-02 00:49:08 +00:00
|
|
|
// .imageNormal {
|
|
|
|
// width: 314px;
|
|
|
|
// height: 314px;
|
|
|
|
// max-height: 100%;
|
|
|
|
// }
|
|
|
|
|
2023-02-01 01:24:50 +00:00
|
|
|
// Nome do produto
|
|
|
|
|
2023-01-31 00:37:44 +00:00
|
|
|
.nameContainer {
|
|
|
|
padding: 0 0 8px;
|
|
|
|
|
|
|
|
.brandName {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: $black;
|
|
|
|
}
|
|
|
|
}
|