.hlo8-gallery{position:relative;width:100%}.hlo8-gallery *{box-sizing:border-box}.hlo8-gallery-main-wrap{position:relative}.hlo8-gallery-main{position:relative;width:100%;overflow:hidden;background:#f7f7f7;aspect-ratio:1/1}.hlo8-gallery-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease;cursor:pointer}.hlo8-gallery-slide.is-active{opacity:1;visibility:visible;z-index:2}.hlo8-gallery-main-image,.hlo8-gallery-thumb-image{width:100%;height:100%;object-fit:cover;display:block}.hlo8-gallery-arrow,.hlo8-gallery-thumbs-nav,.hlo8-lightbox-close,.hlo8-lightbox-nav{border:0;background:rgba(0,0,0,.65);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.hlo8-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;z-index:5}.hlo8-gallery-arrow-prev{left:12px}.hlo8-gallery-arrow-next{right:12px}.hlo8-gallery-thumbs-wrap{display:flex;align-items:center;gap:10px;margin-top:14px}.hlo8-gallery-thumbs-nav{width:34px;height:34px;border-radius:999px;flex:0 0 34px}.hlo8-gallery-thumbs-viewport{overflow:hidden;flex:1 1 auto}.hlo8-gallery-thumbs-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 36px)/4);gap:12px;align-items:stretch}.hlo8-gallery-thumb{padding:0;border:1px solid rgba(0,0,0,.08);background:#fff;overflow:hidden;cursor:pointer;aspect-ratio:1/1;opacity:.7;transition:opacity .25s ease,border-color .25s ease,transform .25s ease}.hlo8-gallery-thumb.is-active{opacity:1;border-color:#111}.hlo8-gallery-thumb:hover{opacity:1;transform:translateY(-1px)}.hlo8-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:99999;display:flex;align-items:center;justify-content:center;padding:30px}.hlo8-lightbox-stage{max-width:min(92vw,1200px);max-height:88vh;display:flex;align-items:center;justify-content:center}.hlo8-lightbox-image{max-width:100%;max-height:88vh;display:block;object-fit:contain}.hlo8-lightbox-close{position:absolute;top:18px;right:18px;width:44px;height:44px;border-radius:999px;font-size:26px}.hlo8-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:999px;font-size:28px}.hlo8-lightbox-prev{left:18px}.hlo8-lightbox-next{right:18px}.hlo8-lightbox-open{overflow:hidden}.hlo8-gallery-empty{padding:18px;border:1px dashed #d0d0d0;background:#fafafa;text-align:center}@media (max-width:767px){.hlo8-gallery-arrow{width:36px;height:36px}.hlo8-gallery-thumbs-wrap{gap:8px}.hlo8-gallery-thumbs-nav{width:30px;height:30px;flex-basis:30px}.hlo8-gallery-thumbs-track{grid-auto-columns:calc((100% - 24px)/4);gap:8px}}