/* Composite Products lacquer swatches */
.lacquer_swatches_layout {
	display: none;
}

.component.options-style-lacquer-swatches .lacquer_swatches_layout {
	display: block;
}

.component.options-style-lacquer-swatches ul.component_option_thumbnails_container {
	display: none !important;
}

.component.options-style-lacquer-swatches .component_options_select_wrapper {
	display: none !important;
}

.component.options-style-lacquer-swatches .component_section_title {
	display: none !important;
}

.component.options-style-lacquer-swatches .component_pagination,
.component.options-style-lacquer-swatches .component_content {
	display: none !important;
}

.lacquer_swatches_panel {
	background: #f8f8f8;
	border-radius: 8px;
	padding: 24px;
}

.lacquer_swatches_selected_image {
	min-width: 160px;
	text-align: center;
	width: 160px;
}

.lacquer_swatches_selected_image img {
	display: block;
	margin: 0 auto;
	max-height: 180px;
	max-width: 160px;
	width: auto;
}

.lacquer_swatches_choices {
	min-width: 0;
	padding-top: 6px;
}

.lacquer_swatches_selected_title {
	color: #333;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
}

.lacquer_swatches_container {
	gap: 10px;
	padding: 0;
}

.lacquer_swatch_container {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

.lacquer_swatch_button {
	-webkit-appearance: none;
	appearance: none;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	cursor: pointer;
	display: block;
	height: 46px;
	margin: 0;
	padding: 4px !important;
	width: 46px;
}

.lacquer_swatch_button.disabled {
	cursor: not-allowed;
	opacity: .45;
}

.lacquer_swatch_button:focus {
	outline: none;
}

.lacquer_swatch_button:focus .lacquer_swatch_color,
.lacquer_swatch_button.selected .lacquer_swatch_color {
	box-shadow: 0 0 0 3px #fff, 0 0 0 6px #333;
}

.lacquer_swatch_color {
	align-items: center;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	height: 38px;
	justify-content: center;
	overflow: hidden;
	width: 38px;
}

.lacquer_swatch_fallback_text {
	display: block;
	font-size: 8px;
	font-weight: 700;
	line-height: 1;
	max-width: 30px;
	overflow-wrap: anywhere;
	text-align: center;
}

@media (max-width: 575.98px) {
	.lacquer_swatches_panel {
		padding: 14px;
	}

	.lacquer_swatches_selected_image {
		min-width: 0;
		width: 100%;
	}

	.lacquer_swatches_selected_image img {
		max-height: 150px;
		max-width: 140px;
	}

	.lacquer_swatches_selected_title {
		font-size: 18px;
	}

	.lacquer_swatches_container {
		gap: 8px;
	}

	.lacquer_swatch_button {
		height: 44px;
		width: 44px;
	}

	.lacquer_swatch_color {
		height: 36px;
		width: 36px;
	}
}
