//
//  Common
//  _____________________________________________

& when (@media-common = true) {
    .catalog-product-view {
        .product-info-main {
            .product.attribute.promo-msg {
                .lib-font-size(17);
                font-weight: 700;
                line-height: 1.2;
                margin-bottom: 12px;
                margin-top: 12px;
            }
        }
    }
}


//
//  Mobile
//  _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
    .catalog-product-view {
        .product-info-main {
            .product.attribute.promo-msg {
                text-align: center;
            }
        }
    }
}
