.lpv-color-swatches {
	margin: 16px 0 20px;
}

.lpv-color-label {
	display: none !important;
}

.lpv-swatch-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lpv-swatch-item {
	margin: 0;
	display: flex;
}

.lpv-swatch-link {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 104px;
	padding: 8px;
	border: 2px solid #d5d9d9;
	border-radius: 8px;
	text-decoration: none;
	color: inherit;
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
	box-sizing: border-box;
	height: 100%;
}

.lpv-swatch-link:hover {
	border-color: #a2a6a6;
}

.lpv-swatch-item.is-active .lpv-swatch-link {
	border-color: #007185;
	box-shadow: 0 0 0 1px #007185;
}

.lpv-swatch-item.is-out-of-stock .lpv-swatch-visual {
	opacity: 0.5;
}

.lpv-swatch-visual {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 72px;
	margin-bottom: 6px;
	overflow: hidden;
	background: #f7f7f7;
	border-radius: 4px;
}

.lpv-swatch-visual .lpv-swatch-image {
	width: 100%;
	height: 72px;
	object-fit: contain;
	display: block;
}

.lpv-swatch-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-weight: 700;
	font-size: 20px;
	color: #666;
}

.lpv-swatch-name {
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
	color: #0f1111;
	word-break: break-word;
	min-height: 2.6em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lpv-swatch-stock {
	font-size: 11px;
	color: #a00;
	text-align: center;
	line-height: 1.2;
}
