.vlb-overlay{position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s;touch-action:pan-y}
.vlb-overlay.vlb-open{opacity:1}
.vlb-img{max-width:92vw;max-height:88vh;object-fit:contain;border-radius:4px;box-shadow:0 8px 40px rgba(0,0,0,.6);user-select:none}
.vlb-btn{position:absolute;background:rgba(255,255,255,.12);color:#fff;border:0;cursor:pointer;font-size:28px;line-height:1;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}
.vlb-btn:hover{background:rgba(255,255,255,.3)}
.vlb-close{top:16px;right:16px}
.vlb-prev{left:12px;top:50%;transform:translateY(-50%)}
.vlb-next{right:12px;top:50%;transform:translateY(-50%)}
.vlb-count{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);color:#ccc;font:14px/1 sans-serif;letter-spacing:.08em}
@media (max-width:600px){.vlb-btn{width:40px;height:40px;font-size:22px}}

.swiper-pagination-bullet,.owl-page{min-width:24px;min-height:24px;display:inline-flex;align-items:center;justify-content:center}

@media (max-width:767px){
.vgal-wrap{margin:4px 0 8px}
.vgal-strip{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:12px 16px 8px;scrollbar-width:none}
.vgal-strip::-webkit-scrollbar{display:none}
.vgal-item{flex:0 0 76%;scroll-snap-align:center}
.vgal-item .single-image,.vgal-item a{display:block;width:100%;margin:0;padding:0}
.vgal-item img{width:100%;height:250px;object-fit:cover;border-radius:10px;display:block}
.vgal-dots{display:flex;justify-content:center;gap:0;padding:4px 0 8px}
.vgal-dot{position:relative;width:24px;height:24px;border-radius:50%;border:0;padding:0;background:transparent}
.vgal-dot::before{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;border-radius:50%;background:#c9c9c9;transform:translate(-50%,-50%);transition:all .25s}
.vgal-dot.on::before{background:#2a9d8f;width:22px;height:8px;border-radius:5px}
}
