/* Add custom CSS styles below */ 

.sku-wrapper span.mx-2{
position:relative;
}
.sku-wrapper span.mx-2::after {
    content: "رقم المنتج";
    position: absolute;
    width: 100%;
    background: #fff;
    display: block;
    height: 100%;
    inset: 0;
    font-family: inherit;
    color: #000;
}