.nsm-gallery-wrap{position:relative;min-width:0;align-self:start}
.nsm-gallery{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;background:#f2f2f2}
.nsm-gallery::-webkit-scrollbar{display:none}
.nsm-gallery__item{flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:always}
.nsm-gallery__item img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;display:block}
.nsm-gallery-arrow{position:absolute;z-index:2;top:42%;display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(0,0,0,.15);border-radius:50%;background:rgba(255,255,255,.92);color:#111;font-size:30px;line-height:1;cursor:pointer;box-shadow:0 3px 14px rgba(0,0,0,.08)}
.nsm-gallery-arrow--prev{left:16px}.nsm-gallery-arrow--next{right:16px}
.nsm-gallery-count{position:absolute;right:16px;bottom:84px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.92);font-size:11px;font-weight:750}
.nsm-thumbs{display:flex;gap:7px;overflow-x:auto;padding:10px 0 0;scrollbar-width:none}.nsm-thumbs::-webkit-scrollbar{display:none}.nsm-thumbs button{flex:0 0 64px;width:64px;height:72px;padding:0;border:1px solid transparent;background:#f2f2f2;cursor:pointer;overflow:hidden}.nsm-thumbs button.is-active{border-color:#111}.nsm-thumbs img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:749px){.nsm-gallery-arrow{width:38px;height:38px;top:43%}.nsm-gallery-arrow--prev{left:10px}.nsm-gallery-arrow--next{right:10px}.nsm-thumbs{padding-inline:12px}.nsm-gallery-count{right:12px;bottom:80px}}
