2023-01-22 20:32:36 +00:00
|
|
|
.container {
|
|
|
|
.productBrand {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
.productBrand--quickview {
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 34px;
|
|
|
|
margin-top: 0px;
|
|
|
|
color: #575757;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-identifier__label,
|
|
|
|
.product-identifier__separator {
|
|
|
|
display: none;
|
|
|
|
}
|