<div id="gallery-carousel" class="owl-carousel js-carousel-gallery">    {% for image_path in gallary %}        <div class="item">            <a href="{{ image_path }}">                <div class="car-item__picture-box" style="background-image: url('{{ image_path }}')"></div>            </a>        </div>    {% endfor %}</div><style>    .owl-nav {        pointer-events: none;    }    .owl-nav > button {        pointer-events: auto;    }</style>