2023-01-26 21:08:57 +00:00
|
|
|
.nameContainer {
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 8px;
|
2023-01-30 22:25:05 +00:00
|
|
|
/*min-height: 66px;*/
|
2023-01-26 21:08:57 +00:00
|
|
|
|
|
|
|
.productBrand {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
color: $color-black-100;
|
2023-01-30 22:25:05 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
}
|
2023-01-26 21:08:57 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.spacer {
|
|
|
|
display: none;
|
|
|
|
}
|