.swatch {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 10px;
	cursor:pointer;
	border: 1px solid #fff;
	outline: 2px solid #fff;
}
.swatch.selected{
	outline: 2px solid #333;
}

.alt-hidden-select {
    display: none;
}

.alt-wf-color {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 10px;
	cursor:pointer;
	border: 1px solid #fff;
	outline: 2px solid #fff;
}
.alt-wf-color.selected {
	outline: 2px solid #333;
}

.term-image-preview img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swatch.swatch-image {
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.swatch.swatch-image:hover {
    transform: scale(1.1);
    border-color: #007cba;
}

.swatch.swatch-image.image-selected {
    border-color: #007cba;
    box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.3);
}
