.product-identifier--productReference { display: flex; align-items: center; justify-content: end; margin-bottom: 16px; @media #{$mq-tablet}, #{$mq-mobile} { justify-content: flex-start; } .product-identifier { &__label, &__separator { display: none; } &__value { font-family: $font-family; font-style: normal; font-weight: 400; font-size: 14px; line-height: 19px; color: $color-black-tranparent; } } }