2023-01-31 23:20:46 +00:00
|
|
|
.product-identifier__label,
|
|
|
|
.product-identifier__separator {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-identifier__value {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: rgba(146, 146, 146, 0.48);
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-identifier {
|
|
|
|
display: flex;
|
|
|
|
justify-content: right;
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-bottom: 24px;
|
2023-02-07 18:41:49 +00:00
|
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
justify-content: left;
|
|
|
|
}
|
2023-01-31 23:20:46 +00:00
|
|
|
}
|