/* PDP: image thumbnail swatches — desktop only */
@media (min-width: 768px) {
	.single-product-detail .color-variations .colors-available .variable-item-span-image + .variable-item-span-color {
		display: none !important;
	}
	.single-product-detail .color-variations .color-product-link .variable-item.color-variable-item:has(.variable-item-span-image) {
		width: 72px;
		height: auto;
		padding: 0;
	}
	.single-product-detail .color-variations:has(.variable-item-span-image) .btn_more_color {
		width: 72px;
		height: auto;
		padding: 0;
		border: 1px solid #ccc;
	}
}

@media (max-width: 767px) {
	.single-product-detail .color-variations .colors-available .variable-item-contents .variable-item-span-image {
		display: none;
	}
}
