.gallery-thumbnails {
	display: inline-flex; /* or inline-block */
	width: 100%;
	overflow-x: hidden;
	cursor: grab; /* Shows hand cursor on hover */
	user-select: none; /* Prevents text highlighting while dragging */
}

.scroll-container.active {
  cursor: grabbing; /* Shows grabbing hand while dragging */
}

.productThumbnail {
	cursor: grab; /* Shows hand cursor on hover */
	display: inline-flex; /* or inline-block */
	width:150px;
}