.product-designer-visible .product-designer-target {
	display: block;
	pointer-events: none;
}

.product-designer-visible .product-designer-target iframe {
	display: block;
}

.product-designer-visible:has(.product-designer-modal.product-designer-target-visible) {
	overflow: hidden;
	max-height: 100dvh;
}

.product-designer-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    z-index: 9999;
    display: none;
    max-width: none;
    max-height: none;
    padding: 0;
    margin: 0;
}

.product-designer-target .kilb-product-designer-iframe {
	position: absolute;
	pointer-events: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	display: none;
}

.product-designer-visible .product-designer-target .kilb-product-designer-iframe {
	display: block;
	pointer-events: auto;
}

.product-designer-target.product-designer-target-relative {
	position: relative;
}

.kilb-product-designer-thumbnail {
	position: relative;
}

.kilb-product-designer-thumbnail-link {
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
	font-size: 16pt;
}


.kilb-product-designer-open-modal-button {
	display: block;
	margin-bottom: 5px;
}

.kilb-product-designer-preview {
	width: 70px;
	margin-bottom: 8px;
}

.kilb-product-designer-iframe {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.kilb-product-designer-unscroll {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
}

.kilb-product-designer-hidden {
	opacity: 0;
	pointer-events: none;
	height: 1px;
	left: 5000px;
}

.kilb-product-designer-disabled {
	pointer-events: none;
	opacity: 0.75;
}

.kilb-product-designer-preview-images-wrap {
	width: auto;
	max-width: 100%;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow-x: auto;
}
