.cgt-swatch-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 4px;
}
.cgt-swatch-btn {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	width: 76px;
	background: #fff !important;
	color: #1F1F1F !important;
	border: 2px solid #E7E1DC !important;
	border-radius: 10px !important;
	padding: 8px !important;
	cursor: pointer;
	transition: border-color 0.15s ease;
}
.cgt-swatch-btn:hover {
	border-color: #c9a8a8 !important;
	background: #fff !important;
}
.cgt-swatch-btn.cgt-selected {
	border-color: #880000 !important;
	background: #FBF3F1 !important;
}
.cgt-swatch-img {
	width: 48px;
	height: 48px;
	border-radius: 6px;
	background-size: cover;
	background-position: center;
	background-color: #f2f2f2;
}
.cgt-swatch-label {
	font-size: 11px;
	text-align: center;
	line-height: 1.25;
}
.cgt-swatch-text-only {
	width: auto;
	padding: 8px 14px !important;
}
.cgt-swatch-text-only .cgt-swatch-label {
	font-size: 13px;
}
