/* © muathemewpgiare.com – Product Gallery CSS v3.0.0 */
.mfs-product-gallery{display:flex;gap:4px;margin-top:6px;overflow-x:auto;scrollbar-width:none;}
.mfs-product-gallery::-webkit-scrollbar{display:none;}
.mfs-gallery-dot{width:28px;height:28px;border-radius:6px;overflow:hidden;cursor:pointer;flex-shrink:0;border:2px solid transparent;transition:all .2s;opacity:.6;}
.mfs-gallery-dot:hover,.mfs-gallery-dot.active{border-color:var(--mfs-color,#6366f1);opacity:1;transform:scale(1.1);}
.mfs-gallery-dot img{width:100%;height:100%;object-fit:cover;}
