.pco-swatches-wrap {
	margin: 15px 0;
}

.pco-swatches-label {
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
}

.pco-swatch-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.pco-swatch {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px #ccc;
	transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.pco-swatch:hover {
	transform: scale( 1.08 );
}

.pco-swatch.pco-selected {
	box-shadow: 0 0 0 2px #333;
}

/* Swatch dùng ảnh (VD: vân gỗ) thay cho màu phẳng khi không có mã màu phù hợp. */
.pco-swatch-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.pco-selected-name {
	margin-top: 8px;
	font-size: 13px;
	color: #555;
	min-height: 18px;
}
