.title-section-product::before {
    position: absolute;
    content: '';
    top: 15px;
    right: 0;
    border-radius: 10px;
    width: 27px;
    height: 10px;
    background-color: #ff642b;
}
.title-section-product{
position:relative;
}