/* DF Product Gallery: single-row horizontal-scroll thumbnails (update-safe) */
.woocommerce-product-gallery .flex-control-thumbs {
	display: flex !important;
	flex-wrap: nowrap !important;
	overflow-x: auto !important;
	gap: 8px !important;
	padding: 4px 0 !important;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}
.woocommerce-product-gallery .flex-control-thumbs li {
	flex: 0 0 80px !important;
	width: 80px !important;
	max-width: none !important;
	list-style: none !important;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
	width: 80px !important;
	height: 80px !important;
	object-fit: cover !important;
	margin: 0 !important;
}
