.alp-design-editor-page,
.alp-design-editor-page body {
	background: #f8fafb !important;
}

body.alp-design-editor-page {
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #2f5f80;
}

body.alp-design-editor-page #LumiseDesign.alp-design-editor {
	position: relative;
	min-height: 100vh;
	background: #f8fafb;
}

body.alp-design-editor-page #lumise-navigations {
	display: none !important;
}

body.alp-design-editor-page #lumise-workspace {
	min-height: 100vh;
	margin-top: 0 !important;
	padding: 16px 160px 118px 136px;
	background: #f8fafb;
}

body.alp-design-editor-page #lumise-top-tools {
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0;
}

body.alp-design-editor-page #lumise-left {
	position: fixed;
	top: 18px !important;
	left: 20px !important;
	right: auto !important;
	bottom: 126px !important;
	width: 112px !important;
	z-index: 40;
	border: 1px solid #dfe7ec;
	border-radius: 6px;
	background: #fff !important;
	box-shadow: 0 14px 32px rgba(48, 82, 106, 0.08);
	overflow: hidden;
	transition: width 0.24s ease;
}

body.alp-design-editor-page #lumise-left.alp-panel-open {
	width: 420px !important;
}

body.alp-design-editor-page #lumise-left .lumise-left-nav-wrp {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: auto !important;
	bottom: 0 !important;
	width: 112px !important;
	border-right: 1px solid #e7eef2;
	background: #fff !important;
}

body.alp-design-editor-page #lumise-left .lumise-left-nav {
	display: flex;
	flex-direction: column;
	height: calc(100% - 126px);
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
	background: #fff !important;
}

body.alp-design-editor-page #lumise-left .lumise-left-nav li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 92px;
	padding: 10px 12px;
	border: 0;
	border-bottom: 1px solid #edf2f5;
	background: #fff !important;
	color: #355f7d;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	text-transform: none !important;
	cursor: pointer;
}

body.alp-design-editor-page #lumise-left .lumise-left-nav li span {
	display: block !important;
	color: #355f7d !important;
	font-size: 12px !important;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	text-transform: none !important;
	white-space: normal;
}

body.alp-design-editor-page #lumise-left .lumise-left-nav li i {
	font-size: 38px;
	color: #355f7d;
	line-height: 1;
}

body.alp-design-editor-page #lumise-left .lumise-left-nav li.active,
body.alp-design-editor-page #lumise-left .lumise-left-nav li:hover {
	background: #f7fafc !important;
}

body.alp-design-editor-page #lumise-left .lumise-left-nav li.alp-editor-hidden-tab {
	display: none !important;
}

body.alp-design-editor-page #lumise-left .lumise-tab-body-wrp {
	position: absolute;
	top: 0;
	left: 112px;
	bottom: 0;
	width: 308px;
	display: none !important;
	padding: 26px 24px 24px;
	overflow: auto;
	background: #fff !important;
}

body.alp-design-editor-page #lumise-left.alp-panel-open .lumise-tab-body-wrp.active {
	display: block !important;
}

body.alp-design-editor-page #lumise-left #lumise-side-close {
	position: absolute;
	top: 18px;
	right: 16px;
	display: block !important;
	color: #2f5f80;
	font-size: 22px;
}

body.alp-design-editor-page #lumise-left header name,
body.alp-design-editor-page #lumise-left header price {
	display: block;
	color: #2f5f80;
}

body.alp-design-editor-page #lumise-left header name {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.15;
	margin-bottom: 6px;
}

body.alp-design-editor-page #lumise-left header price {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 16px;
}

body.alp-design-editor-page #lumise-change-product {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	border: 0;
	border-radius: 4px;
	background: #2f5f80;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

body.alp-design-editor-page #lumise-left .lumise-cart-field,
body.alp-design-editor-page #lumise-left .lumise_form_group,
body.alp-design-editor-page #lumise-left .lumise_form_content {
	width: 100%;
}

body.alp-design-editor-page #lumise-left .lumise-cart-field-label {
	display: block;
	margin-bottom: 12px;
	color: #2f5f80;
	font-size: 14px;
	font-weight: 700;
}

body.alp-design-editor-page #lumise-left .lumise-product-color {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.alp-design-editor-page #lumise-left .lumise-product-color li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 3px solid #d8e0e6;
	border-radius: 50%;
	box-shadow: none;
}

body.alp-design-editor-page #lumise-left .lumise-product-color li.choosed {
	border-color: #c3d93f;
}

body.alp-design-editor-page #lumise-left .lumise-product-color li[data-color=""] {
	display: none !important;
}

body.alp-design-editor-page #lumise-left .how-calculate {
	display: none !important;
}

body.alp-design-editor-page #lumise-main {
	position: relative;
	display: flex;
	left: auto !important;
	right: auto !important;
	flex: 1 1 auto !important;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 150px);
	width: auto !important;
	min-width: 0 !important;
	margin: 0 auto !important;
	padding: 12px 88px 24px;
}

body.alp-design-editor-page #lumise-main .canvas-container {
	max-width: 100%;
	max-height: 100%;
}

body.alp-design-editor-page #lumise-main canvas {
	max-width: min(62vw, 860px);
	height: auto !important;
}

body.alp-design-editor-page #lumise-stage-front,
body.alp-design-editor-page .lumise-stage.canvas-wrapper {
	position: relative;
}

body.alp-design-editor-page .alp-editor-stage-button {
	position: absolute;
	top: 50%;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #355f7d;
	font-size: 18px;
	font-weight: 700;
	transform: translateY(-50%);
	z-index: 5;
}

body.alp-design-editor-page .alp-editor-stage-button--prev {
	left: 18px;
}

body.alp-design-editor-page .alp-editor-stage-button--next {
	right: 18px;
}

body.alp-design-editor-page .alp-editor-stage-button__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border: 1px solid #d7e1e8;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 10px 22px rgba(48, 82, 106, 0.08);
	font-size: 44px;
	font-weight: 400;
	line-height: 1;
}

body.alp-design-editor-page .alp-editor-stage-button__label {
	font-size: 15px;
	font-weight: 600;
}

body.alp-design-editor-page .alp-editor-history {
	position: fixed;
	top: 18px;
	right: 22px;
	z-index: 45;
	display: grid;
	overflow: hidden;
	border: 1px solid #d8e0e6;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(48, 82, 106, 0.08);
}

body.alp-design-editor-page .alp-editor-history__button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 118px;
	min-height: 96px;
	padding: 14px 18px;
	border: 0;
	border-bottom: 1px solid #e7eef2;
	background: #fff;
	color: #bcc8d1;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}

body.alp-design-editor-page .alp-editor-history__button:last-child {
	border-bottom: 0;
}

body.alp-design-editor-page .alp-editor-history__icon {
	font-size: 28px;
	line-height: 1;
}

body.alp-design-editor-page .alp-editor-history__text {
	display: block;
	line-height: 1.25;
}

body.alp-design-editor-page .alp-editor-bottom-bar {
	position: fixed;
	right: 22px;
	bottom: 18px;
	left: 146px;
	z-index: 50;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 12px 28px;
	border: 1px solid #dbe4ea;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 18px 34px rgba(48, 82, 106, 0.08);
}

body.alp-design-editor-page .alp-editor-bottom-bar__desktop {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
}

body.alp-design-editor-page .alp-editor-product-button {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	justify-content: flex-start;
	min-width: 210px;
	min-height: 78px;
	padding: 0 18px;
	border: 0;
	border-radius: 4px;
	background: #fff;
	color: #355f7d;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	box-shadow: inset 0 0 0 1px #d8e3ea;
}

body.alp-design-editor-page .alp-editor-product-button__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	color: #355f7d;
	font-size: 42px;
	line-height: 1;
}

body.alp-design-editor-page .alp-editor-product-button__icon::after {
	content: "+";
	position: absolute;
	right: -3px;
	bottom: -1px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #355f7d;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

body.alp-design-editor-page .alp-editor-product-button__label {
	line-height: 1.25;
}

body.alp-design-editor-page .alp-editor-product-chip {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	max-width: 340px;
	flex: 0 1 340px;
}

body.alp-design-editor-page .alp-editor-product-chip__image {
	width: 58px;
	height: 58px;
	border: 1px solid #c8d93f;
	border-radius: 4px;
	background: #fff;
	object-fit: contain;
}

body.alp-design-editor-page .alp-editor-product-chip__copy {
	min-width: 0;
}

body.alp-design-editor-page .alp-editor-product-chip__eyebrow {
	display: none;
}

body.alp-design-editor-page .alp-editor-product-chip__title {
	display: block;
	color: #355f7d;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.alp-design-editor-page .alp-editor-bottom-bar__actions {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-left: auto;
}

body.alp-design-editor-page .alp-editor-touch-dock,
body.alp-design-editor-page .alp-editor-add-menu,
body.alp-design-editor-page .alp-editor-drawer-backdrop,
body.alp-design-editor-page .alp-editor-drawer-close,
body.alp-design-editor-page .alp-editor-print-panel {
	display: none;
}

body.alp-design-editor-page .alp-editor-print-anchor {
	display: none !important;
}

body.alp-design-editor-page .alp-editor-dock-button,
body.alp-design-editor-page .alp-editor-dock-plus,
body.alp-design-editor-page .alp-editor-add-action {
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.alp-design-editor-page .alp-editor-dock-button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 18px 10px 14px;
	color: #355f7d;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}

body.alp-design-editor-page .alp-editor-dock-button i {
	font-size: 34px;
	line-height: 1;
}

body.alp-design-editor-page .alp-editor-dock-button--next {
	color: #bfd53f;
}

body.alp-design-editor-page .alp-editor-dock-plus {
	position: absolute;
	left: 50%;
	top: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 104px;
	height: 104px;
	border: 8px solid #f8fafb;
	border-radius: 50%;
	background: #355f7d;
	color: #fff;
	font-size: 50px;
	transform: translate(-50%, -32%);
	z-index: 2;
}

body.alp-design-editor-page .alp-editor-dock-plus i {
	font-size: 42px;
	line-height: 1;
}

body.alp-design-editor-page .alp-editor-add-menu {
	position: absolute;
	right: 14px;
	bottom: calc(100% + 16px);
	left: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 14px;
	border: 1px solid #d8e3ea;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 20px 42px rgba(48, 82, 106, 0.14);
	backdrop-filter: blur(8px);
}

body.alp-design-editor-page.alp-editor-add-menu-open .alp-editor-add-menu {
	display: grid;
}

body.alp-design-editor-page.alp-editor-add-menu-open .alp-editor-dock-plus {
	background: #bfd53f;
	color: #fff;
}

body.alp-design-editor-page .alp-editor-add-action {
	min-height: 58px;
	padding: 0 16px;
	border-radius: 14px;
	background: #f5f9fb;
	color: #355f7d;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

body.alp-design-editor-page .alp-editor-save,
body.alp-design-editor-page .alp-editor-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-width: 186px;
	min-height: 62px;
	padding: 0 18px;
	border: 0;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 800;
}

body.alp-design-editor-page .alp-editor-save {
	background: #2f5f80;
	color: #fff;
}

body.alp-design-editor-page .alp-editor-next {
	background: #c3d93f;
	color: #fff;
}

body.alp-design-editor-page .alp-editor-save i,
body.alp-design-editor-page .alp-editor-next i {
	font-size: 22px;
	line-height: 1;
}

body.alp-design-editor-page #lumise-cart-action,
body.alp-design-editor-page #back-btn,
body.alp-design-editor-page #lumise-top-tools,
body.alp-design-editor-page #lumise-stage-nav,
body.alp-design-editor-page #nav-bottom-left {
	display: none !important;
}

body.alp-design-editor-page #lumise-zoom-wrp {
	position: fixed;
	right: 24px;
	bottom: 116px;
	z-index: 44;
	display: none !important;
	align-items: center;
	padding: 14px 18px;
	border: 1px solid #d8e0e6;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 14px 28px rgba(48, 82, 106, 0.08);
}

body.alp-design-editor-page #lumise-zoom-wrp.alp-visible {
	display: flex !important;
}

@media (max-width: 1280px) {
	body.alp-design-editor-page #lumise-workspace {
		padding-right: 120px;
		padding-left: 132px;
	}

	body.alp-design-editor-page #lumise-main canvas {
		max-width: min(60vw, 760px);
	}
}

@media (max-width: 1169px) {
	body.alp-design-editor-page #lumise-workspace {
		padding: 18px 18px 138px !important;
	}

	body.alp-design-editor-page #lumise-left {
		position: fixed !important;
		top: 16px !important;
		left: 16px !important;
		bottom: 126px !important;
		width: min(392px, calc(100vw - 32px)) !important;
		max-width: calc(100vw - 32px);
		border-radius: 18px;
		overflow: hidden;
		transform: translateX(calc(-100% - 24px));
		opacity: 0;
		pointer-events: none;
		transition: transform 0.24s ease, opacity 0.24s ease;
		z-index: 72;
	}

	body.alp-design-editor-page #lumise-left.alp-panel-open {
		transform: translateX(0);
		opacity: 1;
		pointer-events: auto;
	}

	body.alp-design-editor-page .alp-editor-drawer-backdrop {
		position: fixed;
		inset: 0;
		z-index: 71;
		display: none;
		border: 0;
		background: rgba(25, 46, 63, 0.18);
	}

	body.alp-design-editor-page.alp-editor-drawer-open .alp-editor-drawer-backdrop {
		display: block;
	}

	body.alp-design-editor-page .alp-editor-drawer-close {
		position: absolute;
		top: 14px;
		right: 14px;
		z-index: 3;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		border: 1px solid #d8e3ea;
		border-radius: 50%;
		background: #fff;
		color: #355f7d;
		box-shadow: 0 10px 24px rgba(48, 82, 106, 0.12);
	}

	body.alp-design-editor-page .alp-editor-drawer-close i {
		font-size: 22px;
		line-height: 1;
	}

	body.alp-design-editor-page div#LumiseDesign div#lumise-left > div.lumise-left-nav-wrp {
		display: none !important;
	}

	body.alp-design-editor-page #lumise-left .lumise-tab-body-wrp {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		padding: 62px 16px 22px;
	}

	body.alp-design-editor-page #lumise-left header name {
		font-size: 20px;
		padding-right: 28px;
	}

	body.alp-design-editor-page #lumise-left header price {
		font-size: 13px;
		margin-bottom: 14px;
	}

	body.alp-design-editor-page .alp-editor-print-panel {
		position: fixed;
		right: 18px;
		bottom: 112px;
		left: 18px;
		z-index: 72;
		display: block;
		padding: 14px 16px;
		border: 1px solid #d8e3ea;
		border-radius: 18px;
		background: #fff;
		box-shadow: 0 22px 40px rgba(48, 82, 106, 0.16);
		transform: translateY(22px);
		opacity: 0;
		pointer-events: none;
		transition: transform 0.22s ease, opacity 0.22s ease;
	}

	body.alp-design-editor-page .alp-editor-print-panel.is-open {
		transform: translateY(0);
		opacity: 1;
		pointer-events: auto;
	}

	body.alp-design-editor-page .alp-editor-print-panel__shell {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr) auto;
		gap: 14px;
		align-items: center;
	}

	body.alp-design-editor-page .alp-editor-print-panel__icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 58px;
		height: 58px;
		border-radius: 18px;
		background: #f4f8fb;
		color: #355f7d;
		font-size: 30px;
		line-height: 1;
	}

	body.alp-design-editor-page .alp-editor-print-panel__content {
		min-width: 0;
	}

	body.alp-design-editor-page .alp-editor-print-panel__body {
		min-width: 0;
	}

	body.alp-design-editor-page .alp-editor-print-panel__confirm {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 58px;
		height: 58px;
		border: 1px solid #d8e3ea;
		border-radius: 50%;
		background: #fff;
		color: #bfd53f;
		box-shadow: 0 10px 22px rgba(48, 82, 106, 0.08);
	}

	body.alp-design-editor-page .alp-editor-print-panel__confirm i {
		font-size: 28px;
		line-height: 1;
	}

	body.alp-design-editor-page .alp-editor-print-panel .lumise-prints {
		display: block !important;
		width: 100%;
		margin: 0;
		border: 0;
	}

	body.alp-design-editor-page .alp-editor-print-panel.is-empty .lumise-prints,
	body.alp-design-editor-page .alp-editor-print-panel .lumise-prints:empty {
		display: none !important;
	}

	body.alp-design-editor-page .alp-editor-print-panel .lumise-add-cart-heading,
	body.alp-design-editor-page .alp-editor-print-panel .lumise-printing-desc {
		display: none !important;
	}

	body.alp-design-editor-page .alp-editor-print-panel__fallback {
		display: none;
		align-items: center;
		justify-content: center;
		gap: 12px;
		min-height: 58px;
		color: #355f7d;
	}

	body.alp-design-editor-page .alp-editor-print-panel.is-empty .alp-editor-print-panel__fallback {
		display: flex;
	}

	body.alp-design-editor-page .alp-editor-print-panel .alp-editor-print-switch__label {
		font-size: 16px;
		font-weight: 700;
		line-height: 1.2;
	}

	body.alp-design-editor-page .alp-editor-print-panel .alp-editor-print-switch__label.is-muted {
		color: #b9c8d4;
	}

	body.alp-design-editor-page .alp-editor-print-panel .alp-editor-print-switch__toggle {
		position: relative;
		flex: 0 0 auto;
		width: 74px;
		height: 38px;
		border: 0;
		border-radius: 999px;
		background: #355f7d;
	}

	body.alp-design-editor-page .alp-editor-print-panel .alp-editor-print-switch__toggle span {
		position: absolute;
		top: 4px;
		left: 4px;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: #fff;
		transition: transform 0.22s ease;
	}

	body.alp-design-editor-page .alp-editor-print-panel .alp-editor-print-switch__toggle:not(.is-active) span {
		transform: translateX(36px);
	}

	body.alp-design-editor-page .alp-editor-print-panel .lumise_radios {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		align-items: center;
	}

	body.alp-design-editor-page .alp-editor-print-panel .lumise-radio {
		position: relative;
		flex: 1 1 140px;
		min-width: 0;
		margin: 0;
	}

	body.alp-design-editor-page .alp-editor-print-panel .lumise-radio input {
		position: absolute;
		inset: 0;
		opacity: 0;
		margin: 0;
	}

	body.alp-design-editor-page .alp-editor-print-panel .lumise-radio label {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 54px;
		padding: 0 18px;
		border: 1px solid #d8e3ea;
		border-radius: 999px;
		background: #fff;
		color: #355f7d;
		font-size: 16px;
		font-weight: 700;
		text-align: center;
		box-shadow: none;
	}

	body.alp-design-editor-page .alp-editor-print-panel .lumise-radio label .check {
		display: none;
	}

	body.alp-design-editor-page .alp-editor-print-panel .lumise-radio input:checked + label {
		border-color: #355f7d !important;
		background: #355f7d;
		color: #fff;
		box-shadow: inset 0 0 0 1px #355f7d;
	}

	body.alp-design-editor-page #lumise-main {
		min-height: calc(100vh - 192px);
		padding: 10px 54px 12px;
	}

	body.alp-design-editor-page #lumise-main canvas {
		max-width: min(calc(100vw - 92px), 650px);
	}

	body.alp-design-editor-page .alp-editor-stage-button {
		gap: 0;
	}

	body.alp-design-editor-page .alp-editor-stage-button--prev {
		left: 12px;
	}

	body.alp-design-editor-page .alp-editor-stage-button--next {
		right: 12px;
	}

	body.alp-design-editor-page .alp-editor-stage-button__arrow {
		width: 52px;
		height: 52px;
		font-size: 34px;
	}

	body.alp-design-editor-page .alp-editor-stage-button__label {
		display: none;
	}

	body.alp-design-editor-page .alp-editor-history {
		position: fixed !important;
		top: 24px;
		right: 18px;
		z-index: 60;
		display: grid;
		align-items: stretch;
		border-radius: 8px;
	}

	body.alp-design-editor-page .alp-editor-history__button {
		min-width: 146px;
		min-height: 78px;
		padding: 12px 16px;
		border-right: 0;
		border-bottom: 1px solid #e7eef2;
		font-size: 14px;
		color: #bfd0dc;
	}

	body.alp-design-editor-page .alp-editor-history__icon {
		font-size: 26px;
	}

	body.alp-design-editor-page .alp-editor-product-button,
	body.alp-design-editor-page .alp-editor-product-chip {
		display: none;
	}

	body.alp-design-editor-page .alp-editor-bottom-bar {
		right: 18px;
		bottom: 18px;
		left: 18px;
		padding: 0;
		border-radius: 10px;
		overflow: visible;
	}

	body.alp-design-editor-page .alp-editor-bottom-bar__desktop {
		display: none;
	}

	body.alp-design-editor-page .alp-editor-touch-dock {
		position: relative;
		display: grid;
		width: 100%;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		border-radius: 10px;
		background: #fff;
		overflow: hidden;
	}

	body.alp-design-editor-page .alp-editor-dock-button {
		min-height: 104px;
		border-right: 1px solid #dde7ec;
	}

	body.alp-design-editor-page .alp-editor-dock-button:last-of-type {
		border-right: 0;
	}

	body.alp-design-editor-page #lumise-zoom-wrp {
		position: fixed;
		right: 12px;
		bottom: 88px;
		z-index: 58;
	}

	body.alp-design-editor-page #mobile-guide {
		display: none !important;
	}
}

@media (max-width: 736px) {
	body.alp-design-editor-page #lumise-left {
		top: 12px !important;
		left: 12px !important;
		bottom: 112px !important;
		width: calc(100vw - 24px) !important;
		max-width: calc(100vw - 24px);
	}

	body.alp-design-editor-page #lumise-main {
		padding: 6px 30px 8px;
	}

	body.alp-design-editor-page #lumise-main canvas {
		max-width: min(calc(100vw - 56px), 430px);
	}

	body.alp-design-editor-page .alp-editor-stage-button__arrow {
		width: 44px;
		height: 44px;
		font-size: 28px;
	}

	body.alp-design-editor-page .alp-editor-history {
		top: 14px;
		right: 12px;
	}

	body.alp-design-editor-page .alp-editor-drawer-close {
		top: 12px;
		right: 12px;
		width: 38px;
		height: 38px;
	}

	body.alp-design-editor-page .alp-editor-history__button {
		min-width: 120px;
		min-height: 70px;
		font-size: 13px;
	}

	body.alp-design-editor-page .alp-editor-bottom-bar {
		right: 12px;
		bottom: 12px;
		left: 12px;
	}

	body.alp-design-editor-page .alp-editor-print-panel {
		right: 12px;
		bottom: 104px;
		left: 12px;
		padding: 12px;
	}

	body.alp-design-editor-page .alp-editor-print-panel__shell {
		grid-template-columns: 50px minmax(0, 1fr) 50px;
		gap: 10px;
	}

	body.alp-design-editor-page .alp-editor-print-panel__icon,
	body.alp-design-editor-page .alp-editor-print-panel__confirm {
		width: 50px;
		height: 50px;
	}

	body.alp-design-editor-page .alp-editor-print-panel__icon {
		font-size: 26px;
		border-radius: 16px;
	}

	body.alp-design-editor-page .alp-editor-print-panel__confirm i {
		font-size: 24px;
	}

	body.alp-design-editor-page .alp-editor-print-panel .lumise_radios {
		gap: 8px;
	}

	body.alp-design-editor-page .alp-editor-print-panel .lumise-radio {
		flex-basis: 100%;
	}

	body.alp-design-editor-page .alp-editor-print-panel .lumise-radio label {
		min-height: 46px;
		padding: 0 14px;
		font-size: 14px;
	}

	body.alp-design-editor-page .alp-editor-print-panel__fallback {
		gap: 8px;
		min-height: 50px;
	}

	body.alp-design-editor-page .alp-editor-print-panel .alp-editor-print-switch__label {
		font-size: 14px;
	}

	body.alp-design-editor-page .alp-editor-print-panel .alp-editor-print-switch__toggle {
		width: 66px;
		height: 34px;
	}

	body.alp-design-editor-page .alp-editor-print-panel .alp-editor-print-switch__toggle span {
		width: 26px;
		height: 26px;
	}

	body.alp-design-editor-page .alp-editor-print-panel .alp-editor-print-switch__toggle:not(.is-active) span {
		transform: translateX(32px);
	}

	body.alp-design-editor-page .alp-editor-dock-button {
		min-height: 86px;
		padding: 14px 8px 12px;
		font-size: 13px;
	}

	body.alp-design-editor-page .alp-editor-dock-button i {
		font-size: 30px;
	}

	body.alp-design-editor-page .alp-editor-dock-plus {
		width: 92px;
		height: 92px;
		font-size: 40px;
		transform: translate(-50%, -30%);
	}

	body.alp-design-editor-page .alp-editor-dock-plus i {
		font-size: 36px;
	}

	body.alp-design-editor-page .alp-editor-add-menu {
		right: 10px;
		left: 10px;
		bottom: calc(100% + 12px);
		padding: 12px;
		gap: 10px;
	}

	body.alp-design-editor-page .alp-editor-add-action {
		min-height: 52px;
		font-size: 14px;
	}
}
