#konfi21_produktseite .modal-title {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 29px;
	color: #000000;
}
#konfi21_produktseite .dropdown-toggle::after {
	display: none !important;
}
#konfi21_produktseite .custom-gap {
	margin-left: -7px !important;
	margin-right: -7px !important;
}
#konfi21_produktseite .costum-gap-col {
	padding: 7px !important;
}
#konfi21_produktseite .decor-color {
	border-radius: 5px;
	border: #FFFFFF solid 3px;
	width: 100%;
	aspect-ratio: 65/30;
}
#konfi21_produktseite .active-color .decor-parent-div {
	border: 2px solid #60B4E7;
}
#konfi21_produktseite .active-color .color-checkmark {
	opacity: 1;
}
#konfi21_produktseite .active-color .decor-name span {
	font-weight: 700 !important;
}
#konfi21_produktseite .decor-parent-div:hover + .decor-name span {
	font-weight: 700 !important;
}
#konfi21_produktseite .color-checkmark {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: #60B4E7;
	height: 24px;
	width: 24px;
	align-items: center;
	padding: 0 5px;
}
#konfi21_produktseite .decor-parent-div {
	position: relative;
	padding: 0px;
	border-radius: 6px;
	width: 100%;
	border: 2px solid #FFFFFF;
}
#konfi21_produktseite .decor-parent-div:hover {
	cursor: pointer;
	border: 2px solid #60B4E7;
}
#konfi21_produktseite .nav-item {
	flex-grow: 1;
}
#konfi21_produktseite .nav.nav-tabs {
	background-color: #F4F4F4;
	justify-content: space-between;
	padding: .35rem;
	border-radius: 5px;
}
#konfi21_produktseite .nav-link.active {
	color: #60B4E7 !important;
	font-weight: bold;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
	border-radius: 6px;
	text-align: center;
}
#konfi21_produktseite .nav-link {
	text-align: center;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0%;
	color: #303030;
	border: none !important;
}
#konfi21_produktseite .nav-link:hover {
	color: #303030;
}
/*not in #konfi21_produktseite */
.custom-breadCrumb {display: none;}
/*not in #konfi21_produktseite */
.container.main-container {padding: 0 !important;}
#konfi21_produktseite .text-gray {
	color: #676767;
}
#konfi21_produktseite .technical-details-sort {
	border: 1px solid #DEE2E6;
	background-color: #C2C2C2;
	padding: 1% 3%;
	border-radius: 50%;
	color: white;
	margin-right: 5px;
}
#konfi21_produktseite .fw-bold {
	font-weight: 700 !important;
}
#konfi21_produktseite .technical-details {
	border: 1px solid #DEE2E6;
	background-color: #F5F5F5;
	padding: 1% 2%;
}
#konfi21_produktseite .sticky-container {
	border-radius: 8px;
	height: fit-content;
	position: sticky;
	top: 0;
}
#konfi21_produktseite .carousel-container {
	width: 100%;
	position: relative;
}
#konfi21_produktseite .main-image-container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 15px;
}
#konfi21_produktseite .main-image {
	width: 100%;
	aspect-ratio: 1.5;
}
#konfi21_produktseite .main-image img {
	width: 100%;
}
#konfi21_produktseite .nav-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	z-index: 10;
}
#konfi21_produktseite .prev-button {
	left: 10px;
}
#konfi21_produktseite .next-button {
	right: 10px;
}
/* Thumbnail container with fade effect */
#konfi21_produktseite .thumbnails-outer-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
}
/* Left fade gradient */
#konfi21_produktseite .fade-left {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 40px;
	background: linear-gradient(to right, rgba(238, 239, 242, 1), rgba(238, 239, 242, 0));
	z-index: 2;
	pointer-events: none;
}
/* Right fade gradient */
#konfi21_produktseite .fade-right {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 40px;
	background: linear-gradient(to left, rgba(238, 239, 242, 1), rgba(238, 239, 242, 0));
	z-index: 2;
	pointer-events: none;
}
#konfi21_produktseite .thumb-next {
	right: 0;
}
#konfi21_produktseite .thumb-nav-button:focus {
	outline: none;
}
#konfi21_produktseite .thumb-nav-button {
	position: absolute;
	z-index: 3;
	border: none;
	position: absolute;
	border-radius: 50%;
	top: calc(50% - 20px);
	background: #FFFFFF;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
	width: 46px;
	height: 46px;
}
#konfi21_produktseite .thumb-nav-button:hover {
	background-color: rgba(200, 200, 200, 0.9);
}
#konfi21_produktseite .thumb-nav-button.disabled {
	opacity: .7;
	cursor: default;
}
#konfi21_produktseite .thumb-prev {
	margin-right: 10px;
}
#konfi21_produktseite .thumb-next {
	margin-left: 10px;
}
#konfi21_produktseite .thumbnails-container {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	flex-grow: 1;
	/* Hide scrollbar but keep functionality */
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE and Edge */
}
/* Hide scrollbar for Chrome, Safari and Opera */
#konfi21_produktseite thumbnails-container::-webkit-scrollbar {
	display: none;
}
#konfi21_produktseite .thumbnail {
	width: 124px;
	height: 83px;
	flex: 0 0 auto;
	cursor: pointer;
	transition: all 0.3s ease;
	opacity: 0.7;
	border-radius: 4px;
}
#konfi21_produktseite .thumbnail img {
	border-radius: 4px;
}
#konfi21_produktseite .thumbnail.active {
	opacity: 1;
	border-radius: 4px;
}
#konfi21_produktseite .items-slider-container {
	overflow: auto;
}
#konfi21_produktseite .items-slider-container {
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}

#konfi21_produktseite .items-slider-container::-webkit-scrollbar {
	display: none; /* For Chrome, Safari, and Opera */
}
#konfi21_produktseite .accordion-sub-text {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
}
#konfi21_produktseite .accordion-sub-heading {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
}
#konfi21_produktseite .no-style-link:hover {
	text-decoration: none;
	color: inherit;
}
#konfi21_produktseite .no-style-link {
	text-decoration: none;
	color: inherit;
}
#konfi21_produktseite .made-in-span {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #676767;
}
#konfi21_produktseite .made-in-div {
	border: 1px solid #676767; display: flex;
	flex-direction: row;
	align-items: center;
	padding: 4px 10px;
	gap: 6px;border: 1px solid #676767;
	border-radius: 5px;
	width: fit-content;
}
#konfi21_produktseite .header-text {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	/* identical to box height, or 120% */
	display: flex;
	align-items: center;
	color: #303030;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#konfi21_produktseite .strikethrough {
	position: relative;
}
#konfi21_produktseite .strikethrough::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid;
	border-top-color: currentcolor;
	border-color: inherit;
	color: #DB0000;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
#konfi21_produktseite .rounded-small-color {
	border-radius: 50px;
	margin-right: 5px;
	width: 18px;
	height: 18px;
}
#konfi21_produktseite .product-text {
	/*min-height:50px;*/
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
}
#konfi21_produktseite .dimensions-text {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	/* or 125% */
	display: flex;
	align-items: center;
	color: #676767;
}
#konfi21_produktseite .color-options-count {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	align-items: center;
	color: #676767;
}
#konfi21_produktseite .settings-div {
	top: 12px;right: 12px; border-radius: 8px; background: #FFFFFF; font-weight: 700;
}
#konfi21_produktseite .items-listing {
	font-family: 'Arial';
	font-style: normal;
	color: #303030;
}
#konfi21_produktseite .item-div-imgs {
	overflow: hidden; border-radius: 8px 8px 0px 0px;height: 310px;
}
#konfi21_produktseite .item-div {
	border-radius: 5px;
	/*overflow:clip;*/
	background-color: #FFFFFF;
}
#konfi21_produktseite .first-image {
	width: 100%;
	border-radius: 8px 8px 0px 0px; min-height: 310px;top: 0;left: 0;
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;;
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: cover;
}
#konfi21_produktseite .item-div:hover .first-image {
	opacity: 0;
	transform: scale(1.2);
}
#konfi21_produktseite .second-image {
	width: 100%;
	border-radius: 8px 8px 0px 0px; min-height: 310px;top: 0;left: 0;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: cover;
}
#konfi21_produktseite .item-div:hover .second-image {
	opacity: 1
}
#konfi21_produktseite .rounded-blue {
	background: #E8F5FE;
	border-radius: 8px;
	padding: 8px;
}
#konfi21_produktseite .rounded-blue span {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
}
#konfi21_produktseite .rounded-blue a span {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 17px;
	text-decoration-line: underline;
}
#konfi21_produktseite .border-2-gray {
	border: 2px solid #E8E9EB;border-radius: 5px;
}
#konfi21_produktseite .decor-img-div {
	border-radius: 50%;box-sizing: border-box; border: 1.75px solid #676767;width: 28px;height: 28px;
}
#konfi21_produktseite .decor-name-text {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #303030;
}
#konfi21_produktseite .inner-heading {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	color: #303030;
}
#konfi21_produktseite .outer-circle {
	display: flex;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: linear-gradient(135deg, #F6F7FC, #DFE1F3);
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
#konfi21_produktseite .inner-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: linear-gradient(135deg, #1BA953, #00E25A);
}
#konfi21_produktseite input:checked + .slider::before {
	transform: translateX(26px);
}
#konfi21_produktseite input:checked + .slider {
	background-color: #555;
}
#konfi21_produktseite .slider.round {
	border-radius: 34px;
}
#konfi21_produktseite .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}
#konfi21_produktseite .slider.round {
	border-radius: 34px;
}
#konfi21_produktseite .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #CCC;
	transition: .4s;
}
#konfi21_produktseite .slider.round::before {
	border-radius: 50%;
}
#konfi21_produktseite .slider::before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	transition: .4s;
}
#konfi21_produktseite .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
#konfi21_produktseite .select-wrapper {
	position: relative;
}
#konfi21_produktseite .select-input-gray {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 22px;
	color: #000000;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 14px 5px;
	gap: 7px;
	background: #FFFFFF;
	border: 2px solid #E8E9EB;
	border-radius: 5px;
	width: 100%;
	-moz-appearance: none;
	/* for Safari, Chrome, Opera */
	-webkit-appearance: none;
}
#konfi21_produktseite .select-wrapper:after {
	background: url('/konfi21/herkunft/0/produktseite_2025/media/drop-down.png') no-repeat center;
	background-size: contain;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none; /* Prevents click issues */
	font-size: 14px;
	color: #555;
	width: 16px; /* Adjust width */
	height: 16px; /* Adjust height */
	content: ""; /* Required for :after pseudo-elements */
	display: block;
}
#konfi21_produktseite .save-btn-gray {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 6px 5px;
	background: #E8E9EB;
	border-radius: 5px;
}
#konfi21_produktseite .save-btn-black {
	display: flex;
	height: 54px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 14px 5px;
	gap: 10px;
	background: #0C232E;
	border-radius: 5px;
	
}
#konfi21_produktseite .card-btn-blue {
	height: 54px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 14px 5px;
	gap: 10px;
	background: #60B4E7;
	border-radius: 5px;
}
/*noui*/
#konfi21_produktseite .noUi-horizontal {
	height: 4px;
	/* Neutral / Neutral 8 */
	background: #EBEEF2;
	border-radius: 2px;
	border: none;
}
#konfi21_produktseite .noUi-handle::before {
	content: none;
}
#konfi21_produktseite .noUi-handle::after {
	content: none;
}
#konfi21_produktseite .text-middle-flex {
	height: 100%;
	align-self: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#konfi21_produktseite [disabled] .noUi-connect {
	background: #CCCCCC;
}
#konfi21_produktseite .noUi-connect {
	/*height: 4px;*/
	background: #4DAEDE;
	/*border-radius: 2px;*/
}
#konfi21_produktseite .noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	right: -17px;
	top: -10px;
	position: absolute;
	width: 24px;
	height: 24px;
	/* Neutral / White */
	background: #FFFFFF;
	/* Tight / Elevation 1 */
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	border-radius: 12px;
}
/*noui*/
#konfi21_produktseite .dark-konfi-btn {
	background: #0C232E;
	border-radius: 5px;
	color: #FFFFFF;
}
#konfi21_produktseite .filter {
	background-color: #FFFFFF;
	/*overflow-y: scroll;*/
	background: #FFFFFF;
	border-radius: 8px;
	padding-top: 10px;
	margin-top: 10px;
}
#konfi21_produktseite .filter-heading {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 29px;
	color: #000000;
}
#konfi21_produktseite .sub-filter-heading {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #676767;
}
#konfi21_produktseite .accordion-body-div {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
}
#konfi21_produktseite .accordion-num-inputs {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	width: 100%;
}
#konfi21_produktseite .accordion-num-inputs .label {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	color: #303030;
}
#konfi21_produktseite .accordion-input {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0px 12px;
	gap: 12px;
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #09101D;
	width: 97px;
	height: 36px;
	/* Neutral / Neutral 9 */
	background: #F4F6F9;
	border: 1px solid #D6D5E1;
	border-radius: 8px;
}
#konfi21_produktseite .input-label {
	position: absolute;
	top: 6px;
	right: 18%;
	/*width: 24px;*/
	height: 24px;
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */
	display: flex;
	align-items: center;
	color: #858C94;
	opacity: 0.8;
}
#konfi21_produktseite .accordion-header .minus {
	display: inline-block;
}
#konfi21_produktseite .accordion-header .plus {
	display: none; /* Show the plus span */
}
#konfi21_produktseite .accordion-header.collapsed .minus {
	display: none; /* Hide the minus span */
}
#konfi21_produktseite .accordion-header.collapsed .plus {
	display: inline-block; /* Show the plus span */
}
#konfi21_produktseite .accordion-btn:focus {
	outline: none !important;
}
#konfi21_produktseite .accordion-item {
	border-bottom: 1px solid #D8D8DB;
}
#konfi21_produktseite .accordion-btn {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	background: #FFFFFF;
	border: none;
	color: #303030;
	padding: 0px;
}
#konfi21_produktseite .accordion-header {
	margin-top: 10px;
	background: #FFFFFF;
	padding-bottom: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 17px;
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
}
/* not in #konfi21_produktseite */
.container-fluid {
	color: #303030;
}
@media screen and (max-width: 768px) {
	.container-fluid {
		padding: 1rem !important;
	}
}
#konfi21_produktseite .secondary-btn:hover {
	padding: 6px 20px !important;
}
#konfi21_produktseite .tooltip.my_tooltip .tooltip-inner {
	font-size: 14px;
	line-height: 1.5rem;
	opacity: 1;
	background-color: #FFFFFF !important;
}
#konfi21_produktseite .tooltip.my_tooltip {
	opacity: 1;
}
#konfi21_produktseite .tooltip.my_tooltip.bs-tooltip-top .arrow::before {
	border-top-color: #CCC;
}
#konfi21_produktseite .right-border {
	border-right: 2px solid #D9D9D9;
}

/*not in #konfi21_produktseite */
.loader {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(48, 48, 48, 0.75);
	z-index: 1100;
}
.loader .loader-popup {
	display: inline-block;
	padding: 40px;
	background: #FFF;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.loader .loader-popup p {
	color: #303030;
	font-size: 30px;
	text-align: center;
}
.loader .lds-ring {
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto 16px;
}
.loader .lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 6px;
	border: 6px solid #409ED6;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #409ED6 transparent transparent transparent;
}
.loader .lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.loader .lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.loader .lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
#konfi21_produktseite .intervalAjaxInput {
	background-image: url(/konfi21/herkunft/0/produktseite_2025/media/grey.png);
	background-position: 0% 0%;
	background-size: 0% 100%;
	background-repeat: no-repeat;
}
#konfi21_produktseite .rendering img {
	border-radius: 10px;
}
#konfi21_produktseite .product-page-dekor-tabcontent {
	height: 58vh;
	overflow-y: auto;
	overflow-x: hidden;
}

#konfi21_produktseite .thumbnails-container .slick-slide img:not(.thumbnail-loading) {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
#konfi21_produktseite .thumbnails-container .slick-slide img.thumbnail-loading {
	max-width: 100%;
	height: auto;
}

#konfi21_produktseite .thumbnails-container .slick-slide {
	margin-right: 6px;
	height: auto;
}

#konfi21_produktseite .thumbnails-container .slick-slide:last-child {
	margin-right: 0;
}
/* not in #konfi21_produktseite */
.tooltip .tooltip-inner {
	min-width: auto !important;
}
@media (min-width: 576px) {
	#konfi21_produktseite #konfi21_modal_dekor .modal-dialog {
		max-width: 856px;
		margin: 1.75rem auto;
	}
}
@media (min-width: 1200px) {
	#konfi21_produktseite #konfi21_modal_dekor .modal-xl {
		max-width: 1140px;
	}
}
@media (min-width: 992px) {
	#konfi21_produktseite #konfi21_modal_dekor .modal-lg, .modal-xl {
		max-width: 1015px;
	}
}
#konfi21_produktseite .main-image .layer_animiert {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #FFF; border-radius: 10px; padding: 30px 35px 15px 35px; text-align: center; font-size: 22px;
}