.gallery-thumbs .thumb
img{width:100%;height:100%;object-fit:cover;display:block}.gallery-thumbs-wrap{position:relative;margin-top:14px}.gallery-thumbs-wrap.has-arrows .gallery-thumbs{display:flex;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.gallery-thumbs-wrap.has-arrows .gallery-thumbs::-webkit-scrollbar{display:none;height:0}.gallery-thumbs-wrap.has-arrows .gallery-thumbs
.thumb{flex:0 0 calc((100% - 4*12px)/5);scroll-snap-align:start}.thumbs-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:30px;height:30px;border-radius:50%;border:1px
solid rgba(0,0,0,.1);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.15);font-size:14px;line-height:1;padding:0;opacity:0;visibility:hidden;transition:opacity .15s ease}.gallery-thumbs-wrap.has-arrows:hover .thumbs-arrow{opacity:1;visibility:visible;display:flex;flex-wrap:wrap;justify-content:center;margin:0px}.thumbs-arrow:hover{background:var(--sand,#f5f2ec)}.thumbs-prev{left:6px}.thumbs-next{right:6px}@media (max-width:640px){.gallery-thumbs-wrap.has-arrows .gallery-thumbs
.thumb{flex:0 0 calc((100% - 2*12px)/3)}}