.naliri-gallery-section{background:#f7f7f7;width:100%;padding:48px 20px}.naliri-gallery-title{color:#000;max-width:1100px;margin:0 auto 24px;font-size:24px;font-weight:600}.naliri-gallery-wrapper{max-width:1100px;margin:0 auto;position:relative}.naliri-gallery-item{border-radius:12px;overflow:hidden}.naliri-gallery-image{object-fit:cover;cursor:pointer;width:100%;height:100%;display:block}.naliri-gallery-arrow{cursor:pointer;z-index:10;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 6px #0000001f}.naliri-gallery-arrow img{width:14px;height:14px}.naliri-gallery-arrow--left{left:-18px}.naliri-gallery-arrow--right{right:-18px}.naliri-gallery-pagination{justify-content:center;gap:12px;margin-top:26px;display:flex}.naliri-gallery-dot{cursor:pointer;opacity:.55}.naliri-gallery-dot--active{opacity:1}.naliri-gallery-dot img{width:10px;height:10px}.naliri-gallery-lightbox{z-index:9999;background:#000000e6;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.naliri-gallery-lightbox img{object-fit:contain;border-radius:12px;max-width:95%;max-height:95%}@media (width<=900px){.naliri-gallery-grid{grid-template-columns:repeat(2,1fr)!important}}