.djs-gal-hidden{display:none!important}
.djs-gal-wrap{position:relative;overflow:hidden}
.djs-gal-track{display:flex;height:400px;gap:0px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;align-items:center;cursor:grab;user-select:none}
.djs-gal-track::-webkit-scrollbar{display:none}
@media(max-width:767px){.djs-gal-track{height:200px}}
.djs-gal-track img{height:100%;width:auto;flex-shrink:0;cursor:pointer;display:block;-webkit-user-drag:none;user-drag:none}
.djs-gal-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.55);color:#fff;border:none;font-size:2rem;line-height:1;cursor:pointer;padding:6px 16px;z-index:2;transition:background .2s}
.djs-gal-btn:hover{background:rgba(0,0,0,.85)}
.djs-gal-btn--prev{left:0}
.djs-gal-btn--next{right:0}
.djs-lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:999999;justify-content:center;align-items:center;cursor:pointer}
.djs-lightbox.is-open{display:flex}
.djs-lightbox__img{max-width:90vw;max-height:90vh;object-fit:contain;pointer-events:none}
