2023-02-09 00:28:55 +00:00
|
|
|
.product-identifier--productReference {
|
2023-02-09 10:47:26 +00:00
|
|
|
margin: 8px 0 0;
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
2023-01-24 04:00:05 +00:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: $color-gray8;
|
|
|
|
|
2023-02-09 10:47:26 +00:00
|
|
|
@include mq(lg, max) {
|
|
|
|
justify-content: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-product-identifier-0-x-product-identifier__label),
|
|
|
|
:global(.vtex-product-identifier-0-x-product-identifier__separator) {
|
2023-01-24 04:00:05 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|