body.boxed {
	background-image: url("../images/pattern_336.png");
	background-repeat: repeat;
	background-color: #595959;
}

/* Standalone auth pages need the document itself to scroll on small screens. */
@media (max-width: 959px) {
	html:has(body.mt-clone-auth-screen) {
		height: auto;
		min-height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}

	body.mt-clone-auth-screen {
		height: auto;
		min-height: 100vh;
		overflow-x: hidden;
		overflow-y: visible;
		overscroll-behavior-y: auto;
	}
}

body.mt-clone-protect-images img {
	-webkit-touch-callout: none;
	-webkit-user-drag: none;
	user-select: none;
}

#jas-wrapper {
	max-width: 1084px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 48px rgba(0, 0, 0, 0.18);
}

.header__mid .jas-container,
.header__top .jas-container,
.jas-container {
	max-width: 1084px;
}

#jas-header .header__top,
#jas-header .header__mid {
	padding-left: 0;
	padding-right: 0;
}

#jas-header {
	position: relative;
	z-index: 20000;
}

#jas-header .header__top .jas-container,
#jas-header .header__mid .jas-container {
	width: 100%;
	max-width: none;
}

#jas-content,
#jas-content > .jas-container,
#jas-content > .jas-container > .wpb-content-wrapper {
	background: transparent !important;
}

#jas-footer .footer__bot {
	display: flex;
	justify-content: center;
	background: transparent !important;
}

#jas-footer,
#jas-footer.bgbl,
#jas-footer .footer__bot {
	background: transparent !important;
}

#jas-footer .footer__bot {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.ubermenu-responsive-toggle {
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	cursor: pointer;
}

.ubermenu-responsive-toggle img {
	max-width: 122px;
	height: auto;
}

#ubermenu-main-clone .ubermenu-nav {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
}

#ubermenu-main-clone .ubermenu-nav > .ubermenu-item:last-child {
	margin-left: auto;
}

#ubermenu-main-clone .ubermenu-item {
	position: relative;
	overflow: visible;
}

#ubermenu-main-clone .ubermenu-submenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	--mt-clone-submenu-top: 100%;
	--mt-clone-submenu-left: 0px;
	min-width: 220px;
	max-height: 70vh;
	overflow-y: auto;
	z-index: 20050;
	visibility: hidden;
	opacity: 0;
	height: 0;
	overflow-x: visible;
	transition: none !important;
	animation: none !important;
}

#ubermenu-main-clone .ubermenu-submenu > .ubermenu-item {
	display: block;
	float: none;
	width: 100%;
	min-width: 0;
}

#ubermenu-main-clone .ubermenu-submenu > .ubermenu-item > .ubermenu-target {
	display: block;
	width: 100%;
}

#ubermenu-main-clone .ubermenu-item:hover > .ubermenu-submenu,
#ubermenu-main-clone .ubermenu-item:focus-within > .ubermenu-submenu,
#ubermenu-main-clone .ubermenu-item.is-open > .ubermenu-submenu,
#ubermenu-main-clone .ubermenu-item.ubermenu-active > .ubermenu-submenu {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	height: auto !important;
	max-height: 70vh !important;
	overflow-y: auto !important;
	overflow-x: visible !important;
	top: var(--mt-clone-submenu-top, 100%) !important;
}

	#ubermenu-main-clone .ubermenu-item-level-1 > .ubermenu-submenu,
#ubermenu-main-clone .ubermenu-item-level-2 > .ubermenu-submenu,
#ubermenu-main-clone .ubermenu-item-level-3 > .ubermenu-submenu {
	top: 0;
	left: var(--mt-clone-submenu-left, 100%);
	--mt-clone-submenu-top: 0px;
	--mt-clone-submenu-left: 100%;
}

#ubermenu-main-clone .ubermenu-item-level-1:hover > .ubermenu-submenu,
#ubermenu-main-clone .ubermenu-item-level-1:focus-within > .ubermenu-submenu,
#ubermenu-main-clone .ubermenu-item-level-1.is-open > .ubermenu-submenu,
#ubermenu-main-clone .ubermenu-item-level-1.ubermenu-active > .ubermenu-submenu,
#ubermenu-main-clone .ubermenu-item-level-2:hover > .ubermenu-submenu,
#ubermenu-main-clone .ubermenu-item-level-2:focus-within > .ubermenu-submenu,
#ubermenu-main-clone .ubermenu-item-level-2.is-open > .ubermenu-submenu,
#ubermenu-main-clone .ubermenu-item-level-2.ubermenu-active > .ubermenu-submenu,
#ubermenu-main-clone .ubermenu-item-level-3:hover > .ubermenu-submenu,
#ubermenu-main-clone .ubermenu-item-level-3:focus-within > .ubermenu-submenu,
#ubermenu-main-clone .ubermenu-item-level-3.is-open > .ubermenu-submenu,
#ubermenu-main-clone .ubermenu-item-level-3.ubermenu-active > .ubermenu-submenu {
	top: var(--mt-clone-submenu-top, 0px) !important;
	left: var(--mt-clone-submenu-left, 100%) !important;
}

.jas-canvas-menu {
	display: none;
}

.jas-canvas-menu.is-open {
	display: block;
	position: fixed;
	inset: 0 auto 0 0;
	width: min(90vw, 360px);
	background: #fff;
	z-index: 999;
	overflow-y: auto;
	box-shadow: 12px 0 24px rgba(0, 0, 0, 0.18);
}

#jas-mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#jas-mobile-menu a {
	display: block;
	padding: 12px 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#jas-mobile-menu .menu-item-has-children > ul {
	display: none;
	background: #f8f8f8;
}

#jas-mobile-menu .menu-item-has-children.is-open > ul {
	display: block;
}

#ubermenu-main-clone .ubermenu-target {
	cursor: pointer;
}

#ubermenu-main-clone .mt-clone-account-menu-link,
#jas-mobile-menu .mt-clone-account-menu-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#ubermenu-main-clone .mt-clone-account-menu-link {
	min-width: 72px;
	min-height: 72px;
	padding: 0 20px;
}

#jas-mobile-menu .mt-clone-account-menu-link {
	min-height: 52px;
}

#ubermenu-main-clone .mt-clone-account-menu-link:hover,
#ubermenu-main-clone .mt-clone-account-menu-link:active,
#ubermenu-main-clone .home_icon1 > .ubermenu-target:hover,
#ubermenu-main-clone .home_icon1 > .ubermenu-target:active,
#jas-mobile-menu .mt-clone-account-menu-link:hover,
#jas-mobile-menu .mt-clone-account-menu-link:active,
#jas-mobile-menu .home_icon1 > a:hover,
#jas-mobile-menu .home_icon1 > a:active {
	background: transparent !important;
	box-shadow: none !important;
	color: inherit !important;
	text-decoration: none;
}

.mt-clone-account-menu-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 44px;
	height: 44px;
	object-fit: contain;
	transition: transform 0.18s ease;
	transform: translate(-50%, -50%);
}

.mt-clone-account-menu-icon.is-uploaded {
	border-radius: 50%;
	filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.68)) drop-shadow(0 0 6px rgba(255, 255, 255, 0.26));
}

#ubermenu-main-clone .mt-clone-account-menu-link:hover .mt-clone-account-menu-icon,
#ubermenu-main-clone .mt-clone-account-menu-link:focus-visible .mt-clone-account-menu-icon,
#jas-mobile-menu .mt-clone-account-menu-link:hover .mt-clone-account-menu-icon,
#jas-mobile-menu .mt-clone-account-menu-link:focus-visible .mt-clone-account-menu-icon {
	transform: translate(-50%, -50%) scale(1.08);
}

#jas-mobile-menu .mt-clone-account-menu-icon {
	width: 36px;
	height: 36px;
}

#ubermenu-main-clone .ubermenu-submenu .ubermenu-target {
	white-space: nowrap;
}

#ubermenu-main-clone .mt-clone-collection-submenu {
	border: 1px solid #d8d8d8;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
	overflow: visible !important;
	max-height: none !important;
}

#ubermenu-main-clone .mt-clone-collection-submenu-level-1 {
	min-width: 238px;
	background: #f8fbf4;
}

#ubermenu-main-clone .mt-clone-collection-submenu-level-2 {
	min-width: 150px;
	background: #f7f7f7;
}

#ubermenu-main-clone .mt-clone-collection-submenu-level-3,
#ubermenu-main-clone .mt-clone-collection-submenu-level-4 {
	min-width: 150px;
	background: #fff;
}

#ubermenu-main-clone .mt-clone-collection-submenu > .ubermenu-item > .ubermenu-target {
	padding: 7px 28px 7px 12px;
	font-size: 13px;
	line-height: 1.2;
	color: #4a4a4a;
}

#ubermenu-main-clone .mt-clone-collection-submenu > .ubermenu-item:hover > .ubermenu-target,
#ubermenu-main-clone .mt-clone-collection-submenu > .ubermenu-item:focus-within > .ubermenu-target,
#ubermenu-main-clone .mt-clone-collection-submenu > .ubermenu-item.ubermenu-active > .ubermenu-target {
	background: #56cfe1;
	color: #fff;
}

#ubermenu-main-clone .mt-clone-collection-submenu .ubermenu-sub-indicator {
	right: 10px;
	font-size: 14px;
	transform: translateY(-50%) rotate(-90deg);
}

#ubermenu-main-clone .mt-clone-collection-submenu > .ubermenu-item > .ubermenu-submenu {
	margin-left: -1px;
	z-index: 20060;
}

#ubermenu-main-clone .mt-clone-collection-menu:hover > .mt-clone-collection-submenu,
#ubermenu-main-clone .mt-clone-collection-menu:focus-within > .mt-clone-collection-submenu,
#ubermenu-main-clone .mt-clone-collection-menu.ubermenu-active > .mt-clone-collection-submenu {
	top: var(--mt-clone-submenu-top, 100%) !important;
	left: var(--mt-clone-submenu-left, 0px) !important;
	overflow: visible !important;
	max-height: none !important;
}

#ubermenu-main-clone .mt-clone-collection-submenu > .ubermenu-item:hover > .mt-clone-collection-submenu,
#ubermenu-main-clone .mt-clone-collection-submenu > .ubermenu-item:focus-within > .mt-clone-collection-submenu,
#ubermenu-main-clone .mt-clone-collection-submenu > .ubermenu-item.ubermenu-active > .mt-clone-collection-submenu {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	top: var(--mt-clone-submenu-top, 0px) !important;
	left: var(--mt-clone-submenu-left, 100%) !important;
	overflow: visible !important;
	max-height: none !important;
}

@media (min-width: 960px) {
	#jas-header .header__mid .jas-container {
		display: flex;
		align-items: stretch;
		min-height: 72px;
	}

	#ubermenu-main-clone {
		display: flex;
		flex: 1 1 auto;
		min-width: 0;
	}

	#ubermenu-main-clone .ubermenu-nav {
		flex: 1 1 auto;
		align-items: stretch;
		min-height: 72px;
	}

	#ubermenu-main-clone .ubermenu-item-level-0 {
		display: flex;
		align-items: stretch;
	}

	#ubermenu-main-clone .ubermenu-item-level-0 > .ubermenu-target,
	#ubermenu-main-clone .ubermenu-item-level-0 > .ubermenu-content-block {
		display: flex;
		align-items: center;
		min-height: 72px;
	}

	#ubermenu-main-clone .ubermenu-item-level-0 > .ubermenu-target {
		white-space: nowrap;
	}

	#ubermenu-main-clone .home_icon1 > .ubermenu-target {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.header__search {
	display: none;
	background: rgba(34, 34, 34, 0.96);
	inset: 0;
	z-index: 30020;
}

.header__search.is-open {
	display: block;
}

.header__search .pa:first-child {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(720px, calc(100vw - 32px));
}

.header__search .jas-ajax-search {
	height: 58px;
	padding: 0 24px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

#sf-close {
	position: absolute;
	top: 28px;
	right: 28px;
	color: #fff;
	font-size: 28px;
}

body.mt-clone-splash-page #jas-header,
body.mt-clone-splash-page #jas-footer,
body.mt-clone-splash-page #jas-backtop {
	display: none !important;
}

html:has(body.mt-clone-splash-page),
html body.mt-clone-splash-page,
body.mt-clone-splash-page #jas-wrapper {
	height: 100%;
	min-height: 0;
	overflow: hidden !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
	overscroll-behavior: none;
}

body.mt-clone-splash-page #jas-wrapper {
	max-width: none;
	width: 100%;
	background: transparent;
	box-shadow: none;
}

body.mt-clone-splash-page .jas-container {
	width: 100%;
	max-width: none;
}

.mt-clone-splash {
	height: auto;
}

.mt-clone-splash-slider {
	margin: 0;
	width: 100%;
}

.mt-clone-splash-slider:not(.slick-initialized) .mt-clone-splash-slide:not(:first-child) {
	display: none;
}

.mt-clone-splash-slide {
	position: relative;
	width: 100%;
	outline: 0;
	overflow: hidden;
}

.mt-clone-splash-scene {
	position: relative;
	width: 100%;
}

.mt-clone-splash-scene--mobile {
	display: none;
}

.mt-clone-splash-canvas {
	position: relative;
	width: 100%;
	max-width: none;
	aspect-ratio: 1417 / 970;
	height: min(100svh, calc(100vw * 970 / 1417));
	margin: 0;
	overflow: hidden;
	background: var(--slide-bg, #000);
}

.mt-clone-splash-background {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mt-clone-splash-slide:nth-child(1) .mt-clone-splash-background,
.mt-clone-splash-slide:nth-child(2) .mt-clone-splash-background,
.mt-clone-splash-slide:nth-child(3) .mt-clone-splash-background {
	display: none;
}

.mt-clone-splash-overlay-link {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
}

.mt-clone-splash-layer,
.mt-clone-splash-text-link {
	position: absolute;
	top: var(--top, auto);
	right: var(--right, auto);
	bottom: var(--bottom, auto);
	left: var(--left, auto);
	z-index: var(--z-index, 2);
}

.mt-clone-splash-layer {
	display: block;
	width: var(--width, auto);
	height: var(--height, auto);
}

.mt-clone-splash-layer img {
	display: block;
	width: 100%;
	height: auto;
}

.mt-clone-splash-text-link {
	display: inline-flex;
	align-items: center;
	min-height: 1.3em;
	color: #000;
	font-size: clamp(13px, 1.45vw, 24px);
	font-weight: 400;
	line-height: 1.1;
	white-space: nowrap;
}

.mt-clone-splash-text-link:hover {
	color: #222;
}

.mt-clone-splash-anim {
	opacity: 0;
	will-change: transform, opacity;
}

.mt-clone-splash-slider:not(.slick-initialized) .mt-clone-splash-anim {
	opacity: 1;
}

.mt-clone-splash-slider.slick-initialized .slick-slide {
	visibility: hidden;
	opacity: 0;
}

.mt-clone-splash-slider.slick-initialized .slick-slide.slick-current {
	visibility: visible;
	opacity: 1;
	z-index: 3;
}

.mt-clone-splash-slider .slick-current .mt-clone-splash-anim {
	animation-duration: 1.2s;
	animation-delay: var(--delay, 0s);
	animation-fill-mode: both;
}

.mt-clone-splash-slider .slick-current .mt-clone-splash-anim--from-top {
	animation-name: mt-clone-splash-from-top;
}

.mt-clone-splash-slider .slick-current .mt-clone-splash-anim--from-bottom {
	animation-name: mt-clone-splash-from-bottom;
}

.mt-clone-splash-slider .slick-current .mt-clone-splash-anim--from-left {
	animation-name: mt-clone-splash-from-left;
}

.mt-clone-splash-slider .slick-current .mt-clone-splash-anim--from-right {
	animation-name: mt-clone-splash-from-right;
}

.mt-clone-splash-slider .slick-current .mt-clone-splash-anim--fade-up {
	animation-name: mt-clone-splash-fade-up;
}

@keyframes mt-clone-splash-from-top {
	from {
		opacity: 0;
		transform: translate3d(0, -46px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes mt-clone-splash-from-bottom {
	from {
		opacity: 0;
		transform: translate3d(0, 46px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes mt-clone-splash-from-left {
	from {
		opacity: 0;
		transform: translate3d(-52px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes mt-clone-splash-from-right {
	from {
		opacity: 0;
		transform: translate3d(52px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes mt-clone-splash-fade-up {
	from {
		opacity: 0;
		transform: translate3d(0, 30px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.mt-clone-hero {
	margin-top: -30px;
	padding: 28px 0 14px;
}

.mt-clone-hero-shell {
	width: 100%;
	min-height: 437px;
	padding: 0;
	overflow: hidden;
	background: #000;
}

.mt-clone-hero-media-slot {
	width: 100%;
	height: 437px;
}

.mt-clone-hero-slider,
.mt-clone-hero-slide,
.mt-clone-hero-slide__media {
	width: 100%;
	height: 437px;
}

.mt-clone-hero-slide__media {
	position: relative;
	overflow: hidden;
	background: #000;
}

.mt-clone-hero-slide__media img,
.mt-clone-hero-slide__media iframe,
.mt-clone-hero-slide__media video {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	border: 0;
	background: #000;
}

.mt-clone-hero-slide__media iframe,
.mt-clone-hero-slide__media video {
	pointer-events: none;
}

.mt-clone-hero-slide__media img,
.mt-clone-hero-slide__media video {
	object-fit: cover;
}

.mt-clone-hero-slide__video-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 24px;
	color: #1d2327;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	background: linear-gradient(135deg, #f8f6f2, #ece7df);
}

.mt-clone-hero .slick-prev,
.mt-clone-hero .slick-next {
	z-index: 2;
	width: 42px;
	height: 42px;
}

.mt-clone-hero .slick-prev {
	left: 16px;
}

.mt-clone-hero .slick-next {
	right: 16px;
}

.mt-clone-hero .slick-dots {
	bottom: 16px;
}

.mt-clone-hero .slick-dots li button:before {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.9);
	opacity: 0.7;
}

.mt-clone-hero .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #fff;
}

.mt-clone-hero-cats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.mt-clone-hero-cats a {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 999px;
	background: #fafafa;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.mt-clone-home-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 0 8px;
}

.mt-clone-home-head h6 {
	margin: 0;
	font-size: 16px;
	color: #6d6d6d;
}

.mt-clone-home-head h6 a {
	color: inherit;
}

.mt-clone-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	background-image: linear-gradient(to right, #00c1cf 0%, #5472d2 50%, #00c1cf 100%);
	background-size: 200% 100%;
	color: #fff;
	font-weight: 600;
	transition: background-position 0.2s ease;
}

.mt-clone-cta:hover {
	background-position: 100% 0;
	color: #fff;
}

.mt-clone-home-cta-mobile {
	display: none;
}

.result-count-order {
	margin-bottom: 10px;
}

.mt-clone-archive-grid {
	display: grid;
	grid-template-columns: repeat(var(--mt-archive-columns, 4), minmax(0, 1fr));
	gap: 0 0;
}

.mt-clone-archive-grid > .product,
.mt-clone-home-slider > .product,
.mt-clone-related-slider > .product {
	width: auto !important;
	float: none !important;
}

.mt-clone-archive-grid > .product {
	max-width: 100% !important;
	-ms-flex-preferred-size: auto !important;
	-webkit-flex-basis: auto !important;
	flex-basis: auto !important;
	justify-self: stretch;
}

.product-card-item .product-btn a,
.related .product-btn a {
	border-radius: 36px;
}

.product-image-flip {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
	transition: box-shadow 0.2s ease;
}

.product-image-flip:hover {
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}

.product-card-item .product-image-flip,
.mt-clone-home-slider .product-image-flip,
.mt-clone-related-slider .product-image-flip {
	height: auto;
	min-height: 0;
}

.product-card-item .product-image-flip img,
.mt-clone-home-slider .product-image-flip img,
.mt-clone-related-slider .product-image-flip img {
	display: block;
	width: 100% !important;
	height: auto !important;
}

.product-image-flip .back {
	inset: 0;
	opacity: 0;
	transition: opacity 0.25s ease;
}

.product-image-flip:hover .back {
	opacity: 1;
}

.mt-clone-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;
	background: linear-gradient(135deg, #f6f6f8 0%, #ececec 100%);
}

.single-product div.product .quantity {
	margin-right: 10px;
}

.btn-atc.atc-slide {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.btn-atc.atc-slide form.cart {
	margin-bottom: 0;
}

.mt-clone-wishlist-inline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
}

.mt-clone-wishlist-inline .yith-wcwl-add-to-wishlist {
	margin-top: 0;
}

.mt-clone-wishlist-inline .yith-wcwl-add-button a,
.mt-clone-wishlist-inline .yith-wcwl-wishlistaddedbrowse a,
.mt-clone-wishlist-inline .yith-wcwl-wishlistexistsbrowse a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
}

.product-image .yith-wcwl-add-button a.is-in-wishlist,
.product-image .yith-wcwl-add-button a[data-wishlist-saved="true"],
.product-image .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button a,
.product-image .yith-wcwl-add-to-wishlist.exists a {
	opacity: 1;
	visibility: visible;
}

.mt-clone-wishlist-inline .mt-clone-wishlist-button,
.mt-clone-wishlist-inline .add_to_wishlist {
	color: #222;
}

.mt-clone-wishlist-inline .mt-clone-wishlist-button.is-in-wishlist,
.mt-clone-wishlist-inline .mt-clone-wishlist-button[data-wishlist-saved="true"],
.mt-clone-wishlist-inline .yith-wcwl-add-to-wishlist.exists a,
.mt-clone-wishlist-inline .yith-wcwl-wishlistexistsbrowse a {
	color: #ec0101;
}

.mt-clone-wishlist-inline .feedback,
.product-image .yith-wcwl-add-to-wishlist .feedback {
	display: none;
}

.mt-clone-wishlist-inline .yith-wcwl-add-button a i,
.mt-clone-wishlist-inline .yith-wcwl-wishlistaddedbrowse a i,
.mt-clone-wishlist-inline .yith-wcwl-wishlistexistsbrowse a i {
	font-size: 16px;
}

.single-product-thumbnail .p-nav img {
	width: 100%;
}

.woocommerce-breadcrumb {
	display: block;
	padding: 20px 15px;
}

.woocommerce-breadcrumb i {
	margin: 0 10px;
}

.jas-breadcrumb .woocommerce-breadcrumb {
	padding: 0;
}

.woocommerce-pagination {
	margin-top: 32px;
}

.woocommerce-pagination ul.page-numbers {
	display: flex;
	gap: 8px;
	justify-content: center;
	flex-wrap: wrap;
}

#jas-backtop {
	display: none;
	right: 24px;
	bottom: 24px;
	z-index: 900;
}

#jas-backtop.is-visible {
	display: block;
}

.mt-clone-home-slider .slick-slide,
.mt-clone-related-slider .slick-slide {
	padding-right: 16px;
}

.mt-clone-page-intro {
	margin-bottom: 18px;
}

.mt-clone-page-intro h1 {
	margin-bottom: 0;
	color: #4a4a4a;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.mt-clone-empty-state {
	padding: 56px 20px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff;
}

.mt-clone-empty-state h1,
.mt-clone-empty-state h2 {
	margin-bottom: 10px;
}

.mt-clone-empty-state p {
	color: #6d6d6d;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:hover,
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus {
	background-color: #3f3f3f;
	color: #dbdbdb;
	border-color: #353333;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder,
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-webkit-input-placeholder,
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-moz-placeholder {
	color: #dbdbdb;
	opacity: 0.3;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:-ms-input-placeholder {
	color: #dbdbdb;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit,
.dgwt-wcas-om-bar .dgwt-wcas-om-return {
	color: #a5a5a5;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier,
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg path,
.dgwt-wcas-om-bar .dgwt-wcas-om-return svg path {
	fill: #a5a5a5;
}

.dgwt-wcas-no-submit.dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier path,
.dgwt-wcas-search-wrapp .dgwt-wcas-close path {
	fill: #dbdbdb;
}

.dgwt-wcas-loader-circular-path {
	stroke: #dbdbdb;
}

.dgwt-wcas-preloader {
	opacity: 0.6;
}

.dgwt-wcas-suggestions-wrapp,
.dgwt-wcas-details-wrapp {
	background-color: #fff;
}

.dgwt-wcas-suggestions-wrapp,
.dgwt-wcas-details-wrapp,
.dgwt-wcas-suggestion,
.dgwt-wcas-datails-title,
.dgwt-wcas-details-more-products {
	border-color: #c9c9c9 !important;
}

.dgwt-wcas-st strong,
.dgwt-wcas-sd strong {
	color: #f90286;
}

@media (min-width: 960px) {
	#ubermenu-main-clone .dgwt-wcas-search-wrapp {
		width: 236px;
		min-width: 236px;
	}

	#ubermenu-main-clone .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp {
		padding: 0;
		background: transparent;
	}

	#ubermenu-main-clone .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-search-submit {
		left: 14px;
		top: 50%;
		width: 18px;
		height: 18px;
		min-width: 18px;
		min-height: 18px;
		transform: translateY(-50%);
		background: transparent;
		box-shadow: none;
	}

	#ubermenu-main-clone .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-search-submit:hover {
		background: transparent;
		box-shadow: none;
	}

	html:not(.dgwt-wcas-overlay-mobile-on) #ubermenu-main-clone .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
	html:not(.dgwt-wcas-overlay-mobile-on) #ubermenu-main-clone .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:hover,
	html:not(.dgwt-wcas-overlay-mobile-on) #ubermenu-main-clone .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus {
		height: 38px;
		padding: 9px 16px 9px 46px;
		border: 1px solid #4c4a47;
		border-radius: 999px;
		background: #121212;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
		color: #d7d0ca;
		font-size: 14px;
		line-height: 1.2;
	}

	html:not(.dgwt-wcas-overlay-mobile-on) #ubermenu-main-clone .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder,
	html:not(.dgwt-wcas-overlay-mobile-on) #ubermenu-main-clone .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-webkit-input-placeholder,
	html:not(.dgwt-wcas-overlay-mobile-on) #ubermenu-main-clone .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-moz-placeholder {
		color: #9c806a;
		opacity: 1;
	}

	html:not(.dgwt-wcas-overlay-mobile-on) #ubermenu-main-clone .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:-ms-input-placeholder {
		color: #9c806a;
	}

	#ubermenu-main-clone .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg path,
	#ubermenu-main-clone .dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier {
		fill: #d8d1ca;
	}
}

.mt-clone-table-scroll {
	overflow-x: auto;
}

.mt-clone-events-shell {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.mt-clone-events-table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	border: 1px solid #d9d9d9;
	background: #fff;
}

.mt-clone-events-table th,
.mt-clone-events-table td {
	padding: 14px 16px;
	border: 1px solid #d9d9d9;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	line-height: 1.45;
	color: #555;
}

.mt-clone-events-table th {
	background: #f3f3f3;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #555;
	white-space: nowrap;
}

.mt-clone-events-table tbody tr:nth-child(even) {
	background: #fcfcfc;
}

.mt-clone-events-table tbody tr:hover {
	background: #f8f8f8;
}

@keyframes mt-clone-event-rainbow {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.mt-clone-events-table tbody tr.mt-clone-event-next {
	background: linear-gradient(90deg, #e53935, #fb8c00, #fdd835, #43a047, #1e88e5, #8e24aa, #e53935);
	background-size: 300% 300%;
	animation: mt-clone-event-rainbow 6s ease infinite;
	color: #fff;
}

.mt-clone-events-table tbody tr.mt-clone-event-next td,
.mt-clone-events-table tbody tr.mt-clone-event-next td:nth-child(2),
.mt-clone-events-table tbody tr.mt-clone-event-next td:nth-child(3) {
	background: transparent !important;
	color: #fff !important;
}

.mt-clone-event-photo img {
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 72px;
	object-fit: cover;
	border-radius: 0;
	border: 1px solid #d9d9d9;
	background: #fff;
}

.mt-clone-events-table td.mt-clone-event-photo {
	width: 128px;
	padding: 3px !important;
}

.mt-clone-events-table td:nth-child(2) {
	white-space: nowrap;
	color: #555;
}

.mt-clone-events-table td:nth-child(3) {
	color: #555;
	font-weight: 400;
}

.mt-clone-contact-card {
	display: flex;
	justify-content: center;
}

.mt-clone-contact-card figure {
	margin: 0;
	max-width: 1000px;
}

.mt-clone-contact-card img {
	display: block;
	width: 100%;
	height: auto;
}

.mt-clone-request-page .wishlist-title-container {
	margin-bottom: 18px;
}

.mt-clone-request-page #yith-wcwl-form {
	position: relative;
	margin: 0;
}

.mt-clone-request-page .mt-clone-wishlist-toolbar {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0;
}

.mt-clone-request-page .mt-clone-wishlist-toolbar .wishlist-title-container {
	margin: 0 !important;
}

.mt-clone-request-page .mt-clone-wishlist-print-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #222;
	font-size: 16px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.mt-clone-request-page .mt-clone-wishlist-print-icon:hover {
	background: #f3f3f3;
	color: #111;
}

.mt-clone-request-page .mt-clone-wishlist-analyzer-row {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin: 0 !important;
	padding: 0;
}

.mt-clone-request-page .wishlist-title {
	display: inline-block;
	margin: 0 !important;
}

.mt-clone-request-page .wishlist-title h2 {
	margin: 0 !important;
	padding: 0;
}

.mt-clone-price {
	margin: 0 0 16px;
	font-size: 24px;
	font-weight: 600;
	color: #56cfe1;
}

.api-loading-indicator {
	display: flex;
	align-items: center;
	min-height: 20px;
	font-size: 16px;
	color: #888;
}

.certs-line {
	color: #d32f2f !important;
}

.mt-clone-product-video-button {
	position: absolute;
	right: 20px;
	z-index: 9;
}

.mt-clone-product-video-button a {
	display: inline-block;
	height: 44px;
	padding: 0 15px;
	border: 2px solid #222;
	border-radius: 25px;
	background: #fff;
	color: #000;
	line-height: 40px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.mt-clone-product-video-button a:hover {
	border-color: #56cfe1;
	background: #56cfe1;
	color: #fff;
}

.mt-clone-product-video-button a i {
	margin-right: 5px;
	font-size: 20px;
	font-weight: 700;
	vertical-align: middle;
}

.mt-clone-video-modal-overlay {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: rgba(0, 0, 0, 0.85);
	z-index: 30040;
	animation: mt-clone-video-fade-in 0.3s ease-out forwards;
}

.mt-clone-video-modal-content {
	position: relative;
	min-width: 280px;
	min-height: 160px;
	border-radius: 8px;
	overflow: hidden;
	background: #000;
	box-shadow:
		0 25px 50px -12px rgba(0, 0, 0, 0.9),
		0 15px 30px -15px rgba(0, 0, 0, 0.7),
		0 0 0 1px rgba(255, 255, 255, 0.1);
	animation: mt-clone-video-zoom-in 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.mt-clone-video-modal-content.is-closing {
	animation: mt-clone-video-zoom-out 0.22s ease-in forwards;
}

.mt-clone-video-modal-close {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
	transition: color 0.3s ease;
}

.mt-clone-video-modal-close:hover {
	color: #ff4444;
}

.mt-clone-video-modal-player {
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	object-fit: contain;
	outline: none;
	cursor: pointer;
}

.mt-clone-video-modal-player::-webkit-media-controls {
	display: none !important;
}

.mt-clone-video-modal-player.show-controls::-webkit-media-controls {
	display: block !important;
}

@keyframes mt-clone-video-fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes mt-clone-video-zoom-in {
	from {
		opacity: 0;
		transform: scale(0.3) translateY(50px);
	}

	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

@keyframes mt-clone-video-zoom-out {
	from {
		opacity: 1;
		transform: scale(1) translateY(0);
	}

	to {
		opacity: 0;
		transform: scale(0.8) translateY(-30px);
	}
}

.mt-clone-wishlist-table {
	width: 100%;
	table-layout: fixed;
}

.mt-clone-request-page .wishlist_table thead th,
.mt-clone-request-page .wishlist_table tbody td {
	vertical-align: middle;
	padding: 16px 8px;
}

.mt-clone-request-page .wishlist_table .product-remove,
.mt-clone-request-page .wishlist_table th.product-remove {
	width: 40px;
	padding-left: 0;
	padding-right: 6px;
	text-align: left;
}

.mt-clone-request-page .wishlist_table .product-thumbnail,
.mt-clone-request-page .wishlist_table th.product-thumbnail {
	width: 78px;
	padding-left: 4px;
	padding-right: 6px;
	text-align: left;
}

.mt-clone-request-page .wishlist_table .product-name,
.mt-clone-request-page .wishlist_table th.product-name {
	width: 180px;
	padding-left: 4px;
	padding-right: 6px;
	text-align: left;
}

.mt-clone-wishlist-table .product-thumbnail a {
	display: block;
	max-width: 64px;
}

.mt-clone-wishlist-table .product-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}

.mt-clone-request-page .wishlist_table .product-name > a {
	font-weight: 500;
	word-break: break-word;
}

.mt-clone-request-page .wishlist_table .product-name > a,
.mt-clone-request-page .wishlist_table .mt-clone-wishlist-meta {
	display: inline-block;
	vertical-align: middle;
}

.mt-clone-request-page .wishlist_table .mt-clone-wishlist-meta {
	font-size: 11px;
	line-height: 1.5;
	color: #666;
	white-space: nowrap;
	text-align: right;
}

.mt-clone-request-page .wishlist_table .mt-clone-wishlist-meta-value {
	margin-left: 0;
}

.mt-clone-wishlist-table .product-remove a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #f6f6f8;
	color: #222;
	font-size: 20px;
	line-height: 1;
}

.mt-clone-request-page .wishlist_table .product-add-to-cart {
	width: 180px;
	padding-left: 8px;
	padding-right: 12px;
	text-align: right;
	white-space: nowrap;
	font-size: 14px;
}

.mt-clone-request-page .wishlist_table th.product-add-to-cart {
	padding-left: 8px;
	padding-right: 12px;
	text-align: right;
}

.mt-clone-request-page .wishlist_table .product-w-no,
.mt-clone-request-page .wishlist_table th.product-w-no {
	width: 78px;
	padding-left: 4px;
	padding-right: 6px;
	text-align: left;
	white-space: nowrap;
}

.mt-clone-request-page .wishlist_table .product-add-to-cart .mt-clone-wishlist-meta {
	font-size: inherit;
	line-height: 1.4;
}

.mt-clone-alert-popup-source[hidden] {
	display: none !important;
}

.mt-clone-alert-popup-stack {
	position: fixed;
	top: 24px;
	right: 24px;
	z-index: 30120;
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: min(92vw, 460px);
	pointer-events: none;
}

.mt-clone-alert-popup {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 15px 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
	color: #1d1d1d;
	opacity: 0;
	transform: translateY(-12px) scale(0.98);
	transition: opacity 0.2s ease, transform 0.2s ease;
	pointer-events: auto;
	backdrop-filter: blur(10px);
}

.mt-clone-alert-popup.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.mt-clone-alert-popup.is-error {
	border-left: 4px solid #d63638;
}

.mt-clone-alert-popup.is-info {
	border-left: 4px solid #2f6fed;
}

.mt-clone-alert-popup__body {
	flex: 1 1 auto;
	font-size: 14px;
	line-height: 1.55;
}

.mt-clone-alert-popup__close {
	flex: 0 0 auto;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	min-width: 30px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.06);
	color: #444;
	font-size: 21px;
	line-height: 1;
	cursor: pointer;
}

.mt-clone-alert-popup__close:hover {
	background: rgba(0, 0, 0, 0.12);
}

.mt-clone-request-page .yith_wcwl_wishlist_footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 1px;
	margin-top: 10px;
}

.mt-clone-request-page .wishlist-ask-an-estimate-popup[hidden] {
	display: none !important;
}

.mt-clone-request-page .wishlist-ask-an-estimate-popup {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 16px;
	z-index: 30060;
}

.mt-clone-request-page #ask_an_estimate_popup.is-open {
	display: flex !important;
}

.mt-clone-request-page .wishlist-ask-an-estimate-popup__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
}

.mt-clone-request-page .wishlist-ask-an-estimate-popup__dialog {
	position: relative;
	z-index: 1;
	width: min(520px, calc(100% - 32px));
	max-height: calc(100vh - 48px);
	margin: 0;
	overflow: visible;
	padding: 28px 24px 24px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.mt-clone-request-page .wishlist-ask-an-estimate-popup__close {
	position: absolute;
	top: -12px;
	right: -18px;
	z-index: 10;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	min-width: 0;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 50%;
	background: #f2f2f2;
	color: #8d8d8d;
	font-size: 28px;
	line-height: 32px;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.mt-clone-request-page .wishlist-ask-an-estimate-popup__form {
	position: relative;
}

.mt-clone-request-page .wishlist-ask-an-estimate-popup__form::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	display: none;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
}

.mt-clone-request-page .wishlist-ask-an-estimate-popup__form h3,
.mt-clone-request-page .ask-an-estimate-confirmation h3 {
	margin: 0 0 18px;
	text-align: center;
}

.mt-clone-request-page .wishlist-ask-an-estimate-popup__form label {
	display: block;
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 600;
	color: #222;
}

.mt-clone-request-page .wishlist-ask-an-estimate-popup__form input,
.mt-clone-request-page .wishlist-ask-an-estimate-popup__form textarea {
	width: 100%;
	margin: 0 0 16px;
	padding: 12px 14px;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	background: #fff;
	color: #222;
}

.mt-clone-request-page .wishlist-ask-an-estimate-popup__form textarea {
	min-height: 150px;
	resize: vertical;
}

.mt-clone-request-page .wishlist-ask-an-estimate-popup__actions {
	display: flex;
	justify-content: stretch;
	gap: 12px;
	flex-wrap: wrap;
}

.mt-clone-request-page .wishlist-ask-an-estimate-popup__actions .button,
.mt-clone-request-page .ask-an-estimate-button-popup {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	height: 44px;
	padding: 0 22px;
	border-radius: 23px;
	text-decoration: none;
}

.mt-clone-request-page .wishlist-ask-an-estimate-popup__actions .ask-an-estimate-button-popup,
.mt-clone-request-page .ask-an-estimate-confirmation .ask-an-estimate-button-popup {
	width: 100%;
}

.mt-clone-request-page .wishlist-ask-an-estimate-popup__form.is-submitting {
	pointer-events: none;
}

.mt-clone-request-page .wishlist-ask-an-estimate-popup__form.is-submitting::before {
	display: block;
}

.mt-clone-request-page .wishlist-ask-an-estimate-popup__form.is-submitting .wishlist-ask-an-estimate-popup__close,
.mt-clone-request-page .wishlist-ask-an-estimate-popup__form.is-submitting input,
.mt-clone-request-page .wishlist-ask-an-estimate-popup__form.is-submitting textarea {
	opacity: 0.72;
}

.mt-clone-request-page .wishlist-ask-an-estimate-popup__submit-loader {
	display: none;
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 52px;
	height: 52px;
	margin: auto;
	border: 4px solid rgba(34, 34, 34, 0.18);
	border-top-color: #222;
	border-radius: 50%;
	animation: mt-clone-estimate-submit-spin 0.7s linear infinite;
}

.mt-clone-request-page .wishlist-ask-an-estimate-popup__form.is-submitting .ask-an-estimate-button-popup {
	cursor: wait;
}

.mt-clone-request-page .wishlist-ask-an-estimate-popup__form.is-submitting .wishlist-ask-an-estimate-popup__submit-loader {
	display: inline-block;
}

.mt-clone-request-page .wishlist-ask-an-estimate-popup__form.is-submitting .ask-an-estimate-button-popup[disabled] {
	opacity: 0.72;
}

@keyframes mt-clone-estimate-submit-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.mt-clone-request-page .ask-an-estimate-confirmation {
	padding: 8px 6px 4px;
	text-align: center;
}

.mt-clone-request-page .ask-an-estimate-confirmation p {
	margin: 0 0 14px;
}

body.mt-clone-popup-open {
	overflow: hidden;
}

.mt-clone-request-page .wishlist-page-links {
	width: 100%;
}

.mt-clone-request-page .wishlist-page-links .woocommerce-pagination {
	margin: 0 auto;
	border-top: none;
}

.mt-clone-request-page .wishlist-page-links .woocommerce-pagination ul.page-numbers {
	margin: 0;
}

.mt-clone-request-page .yith_wcwl_footer_additional_action {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

.mt-clone-request-page .yith_wcwl_footer_additional_action .ask-an-estimate-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	height: 46px;
	padding: 0 24px;
	border: 1px solid #333;
	border-radius: 23px;
	background: #333;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
}

.mt-clone-request-page .yith_wcwl_footer_additional_action .ask-an-estimate-button:hover {
	border-color: #4f4f4f;
	background: #4f4f4f;
	color: #fff;
}

.mt-clone-request-page .pdfprnt-buttons {
	margin-top: 18px;
}

.mt-clone-request-page .pdfprnt-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	background: #fff;
	color: #222;
	font-size: 16px;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mt-clone-request-page .pdfprnt-button:hover {
	border-color: #cfcfcf;
	background: #f7f7f7;
	color: #111;
}

.mt-clone-wishlist-sku {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	color: #878787;
}

.grid-item-meta {
	margin-top: 6px;
	font-size: 12px;
	color: #878787;
}

.pro-analyzer-counter {
	margin: 0 0 18px;
	padding: 12px 16px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #f9f9f9;
	font-size: 16px;
	color: #333;
	text-align: center;
}

.mt-clone-request-page .mt-clone-wishlist-analyzer-row .pro-analyzer-counter {
	min-width: 180px;
	margin: 0 !important;
}

.mt-clone-request-page .wishlist_table,
.mt-clone-request-page .mt-clone-wishlist-table {
	margin: 0 !important;
}

.mt-clone-request-page .mt-clone-wishlist-table {
	margin-top: 0;
}

#pro-analyzer-popup-wrapper {
	position: fixed;
	inset: 0;
	z-index: 30050;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px 16px;
}

#pro-analyzer-popup-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
}

#pro-analyzer-popup-wrapper[style*="display: block"],
#pro-analyzer-popup-wrapper[style*="display:block"] {
	display: flex !important;
}

#pro-analyzer-popup-shell {
	position: relative;
	width: min(90vw, 800px);
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	overflow: visible;
}

#pro-analyzer-popup-content {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-height: calc(100vh - 48px);
	padding: 20px;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

#pro-analyzer-popup-close {
	position: absolute;
	top: -12px;
	right: -18px;
	z-index: 10;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	min-width: 0;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 50%;
	background: #f2f2f2;
	color: #8d8d8d;
	font-size: 28px;
	line-height: 32px;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

#pro-analyzer-popup-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

#pro-analyzer-popup-back,
#pro-analyzer-popup-pdf {
	padding: 4px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #f7f7f7;
	cursor: pointer;
}

#pro-analyzer-popup-pdf {
	margin-left: auto;
}

#pro-analyzer-popup-title {
	margin: 0;
	font-size: 20px;
}

#pro-analyzer-popup-body {
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 5px;
}

.summary-table {
	width: 100%;
	border-collapse: collapse;
}

.summary-table th,
.summary-table td {
	padding: 8px;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.summary-table .clickable-row {
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.summary-table .clickable-row:hover {
	background: #f5f5f5;
}

.item-grid-container {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 15px;
}

.grid-item {
	text-align: center;
}

.grid-item-thumbnail {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 4 / 3;
	margin-bottom: 8px;
	border: 1px solid #eee;
	border-radius: 4px;
	overflow: hidden;
}

.grid-item-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.grid-item-thumbnail .no-thumb {
	display: block;
	width: 100%;
	height: 100%;
	background: #f0f0f0;
}

.grid-item-title {
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #555;
}

.mt-clone-lightbox {
	position: fixed;
	inset: 0;
	z-index: 30030;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 32px;
	background: rgba(17, 17, 17, 0.92);
}

#yith-wcwl-popup-message {
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	z-index: 30080 !important;
}

.pp_overlay,
.pp_pic_holder.pp_woocommerce.feedback,
.yith-wcwl-popup {
	z-index: 30070 !important;
}

.mt-clone-lightbox.is-open {
	display: flex;
}

.mt-clone-lightbox__stage {
	position: relative;
	max-width: min(1100px, calc(100vw - 96px));
	max-height: calc(100vh - 96px);
	overflow: hidden;
	touch-action: none;
	transform-origin: center center;
	will-change: transform;
}

.mt-clone-lightbox__stage img {
	display: block;
	max-width: 100%;
	max-height: calc(100vh - 96px);
	width: auto;
	height: auto;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
	background: #fff;
}

.mt-clone-lightbox__stage.is-zoomed {
	cursor: grab;
}

.mt-clone-lightbox__stage.is-zoomed:active {
	cursor: grabbing;
}

.mt-clone-lightbox__stage.is-slide-next img {
	animation: mt-clone-lightbox-slide-next 260ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.mt-clone-lightbox__stage.is-slide-prev img {
	animation: mt-clone-lightbox-slide-prev 260ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

@keyframes mt-clone-lightbox-slide-next {
	from {
		transform: translate3d(100vw, 0, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes mt-clone-lightbox-slide-prev {
	from {
		transform: translate3d(-100vw, 0, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

.mt-clone-page-copy {
	padding: 34px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff;
	box-shadow: 0 16px 28px rgba(0, 0, 0, 0.05);
}

.mt-clone-page-copy h1 {
	margin-bottom: 12px;
}

.mt-clone-page-lead {
	margin-bottom: 22px;
	font-size: 16px;
	color: #6d6d6d;
}

.mt-clone-page-copy .entry-content {
	color: #444;
	line-height: 1.9;
	white-space: normal;
}

.mt-clone-account-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: 24px;
}

.mt-clone-account-layout {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	column-gap: 0;
	row-gap: 24px;
	align-items: start;
	width: 100%;
}

.mt-clone-account-sidebar {
	padding-top: 8px;
}

.mt-clone-account-layout > .mt-clone-account-sidebar,
.mt-clone-account-layout > .mt-clone-account-main,
.mt-clone-account-sidebar .woocommerce-MyAccount-navigation {
	float: none !important;
	width: 100% !important;
}

.mt-clone-account-profile,
.mt-clone-account-panel,
.mt-clone-account-card {
	background: #fff;
}

.mt-clone-account-profile {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 18px;
	padding: 0;
}

.mt-clone-account-avatar-shell {
	position: relative;
	display: block;
	width: 72px;
	height: 72px;
	flex: 0 0 72px;
	cursor: pointer;
}

.mt-clone-account-avatar {
	display: block;
	width: 72px;
	height: 72px;
	object-fit: cover;
	background: transparent;
}

.mt-clone-account-avatar.is-uploaded {
	border-radius: 50%;
}

.mt-clone-account-avatar-fallback {
	position: absolute;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #1f1f1f 0%, #4f4f4f 100%);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.mt-clone-account-avatar[src=""] + .mt-clone-account-avatar-fallback {
	display: flex;
}

.mt-clone-account-avatar-form {
	position: relative;
	margin: 0;
	flex: 0 0 72px;
}

.mt-clone-account-avatar-remove {
	position: absolute;
	top: -5px;
	right: -5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 0;
	border: 1px solid #c8c8c8;
	border-radius: 999px;
	background: #fff;
	color: #777;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
}

.mt-clone-account-avatar-remove:hover {
	border-color: #a9a9a9;
	background: #f3f3f3;
	color: #333;
}

.mt-clone-account-avatar-input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.mt-clone-account-avatar-form.is-uploading .mt-clone-account-avatar-shell {
	pointer-events: none;
	opacity: 0.65;
}

.mt-clone-account-profile-copy {
	min-width: 0;
	padding-top: 6px;
	font-size: 11px;
}

.mt-clone-account-profile h2 {
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.18;
	color: #101010;
}

.mt-clone-account-profile p {
	display: block;
	margin: 0 0 8px;
	font-size: 11px;
	color: #222;
	word-break: break-word;
}

.mt-clone-account-logout {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 72px;
	height: 24px;
	padding: 0 12px;
	border-radius: 999px;
	background: #c7c7c7;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.mt-clone-account-logout:hover {
	background: #a8a8a8;
	color: #fff;
}

.mt-clone-account-nav {
	padding-right: 0;
}

.mt-clone-account-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #d7d7d7;
}

.mt-clone-account-nav li {
	border-bottom: 1px solid #d7d7d7;
}

.mt-clone-account-nav a {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 40px;
	padding: 9px 0;
	color: #676d78;
	font-size: 15px;
	font-weight: 500;
}

.mt-clone-account-nav a i {
	width: 16px;
	font-size: 16px;
	text-align: center;
}

.mt-clone-account-nav li.is-active > a,
.mt-clone-account-nav a:hover {
	color: #ff5b5b;
}

.mt-clone-account-main {
	min-width: 0;
	width: 100%;
}

.mt-clone-account-main .mt-clone-request-page {
	width: 100%;
}

.mt-clone-account-panel {
	width: 100%;
	padding: 14px 16px;
	background: #f7f7fa;
}

.mt-clone-account-intro {
	margin-bottom: 16px;
}

.mt-clone-account-intro h2 {
	margin-bottom: 8px;
	font-size: 30px;
}

.mt-clone-account-intro p {
	margin-bottom: 0;
	color: #6d6d6d;
}

.mt-clone-account-admin-card,
.mt-clone-account-card {
	padding: 18px 16px;
	border: 0;
	background: #fff;
	box-shadow: none;
}

.mt-clone-account-form .form-row {
	margin-bottom: 18px;
}

.mt-clone-account-form .form-row-first,
.mt-clone-account-form .form-row-last {
	width: calc(50% - 12px);
}

.mt-clone-account-form label {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #0f0f0f;
}

.mt-clone-account-form input[type="text"],
.mt-clone-account-form input[type="email"],
.mt-clone-account-form input[type="password"] {
	width: 100%;
	height: 40px;
	padding: 0 16px;
	border: 1px solid #d1d1d1;
	background: #fff;
	box-shadow: none;
	font-size: 14px;
	color: #767676;
}

.mt-clone-account-form input:focus {
	border-color: #a7a7a7;
}

.mt-clone-account-hint {
	display: block;
	margin-top: 8px;
	font-family: "Libre Baskerville", serif;
	font-size: 14px;
	font-style: italic;
	color: #1d1d1d;
}

.mt-clone-account-section-title {
	margin: 56px 0 14px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #111;
}

.mt-clone-account-actions {
	margin-top: 18px;
}

.mt-clone-account-actions .button {
	min-width: 166px;
	height: 40px;
	padding: 0 28px;
	border: 2px solid #2f2f2f;
	border-radius: 999px;
	background: #fff;
	color: #171717;
	font-size: 14px;
	font-weight: 700;
	line-height: 36px;
	text-transform: none;
}

.mt-clone-account-actions .button:hover {
	background: #171717;
	color: #fff;
}

.mt-clone-account-card h3 {
	margin-bottom: 16px;
	font-size: 18px;
}

.mt-clone-account-card p:last-child {
	margin-bottom: 0;
}

.mt-clone-all-wishlists-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 16px;
}

.mt-clone-all-wishlists-search {
	display: flex;
	align-items: center;
	flex: 1 1 520px;
	gap: 10px;
	margin: 0;
}

.mt-clone-all-wishlists-search input[type="text"] {
	flex: 1 1 auto;
	margin: 0;
}

.mt-clone-all-wishlists-toolbar .button {
	height: 40px;
	padding: 0 20px;
	border: 2px solid #2f2f2f;
	border-radius: 999px;
	background: #fff;
	color: #171717;
	font-size: 14px;
	font-weight: 700;
	line-height: 36px;
	text-transform: none;
	white-space: nowrap;
}

.mt-clone-all-wishlists-toolbar .button:hover {
	background: #171717;
	color: #fff;
}

.mt-clone-all-wishlists-toolbar .button.is-disabled {
	pointer-events: none;
	opacity: 0.45;
}

.mt-clone-all-wishlists-pagination {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
	gap: 10px;
	white-space: nowrap;
}

.mt-clone-all-wishlists-table th:nth-child(-n+3),
.mt-clone-all-wishlists-table td:nth-child(-n+3) {
	color: #222;
}

.mt-clone-all-wishlists-table th:nth-child(-n+3) {
	font-weight: 700;
}

body.mt-clone-auth-screen {
	min-height: 100vh;
	margin: 0;
	background: #f7f7f7;
	font-family: Poppins, Arial, sans-serif;
	line-height: 1.4;
}

body.mt-clone-auth-screen *,
body.mt-clone-auth-screen *::before,
body.mt-clone-auth-screen *::after {
	box-sizing: border-box;
}

.mt-admin-login-clone-preview {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	background: #1f0000;
}

.mt-admin-login-clone-preview__media {
	position: absolute;
	inset: 0;
	background-image: var(--login-bg);
	background-position: center;
	background-size: cover;
}

.mt-admin-login-clone-preview__form-wrap {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 18px;
	width: 100%;
	min-height: 100vh;
	padding: 32px 26px;
	background: transparent;
}

.mt-admin-login-clone-preview__form {
	width: min(100%, 385px);
	height: 370px;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 72px 58px 28px;
	border: 0;
	background-color: transparent;
	background-image: var(--login-logo);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: none;
}

.mt-admin-login-clone-preview__form p {
	width: 100%;
	max-width: 270px;
	margin: 0 auto 14px;
	text-align: center;
}

.mt-admin-login-clone-preview__form label {
	display: block;
	margin-bottom: 4px;
	color: #050300;
	font-size: 13px;
	text-align: left;
}

.mt-admin-login-clone-preview__form input {
	display: block;
	width: 100%;
	max-width: 100%;
	min-height: 36px;
	margin: 0 auto;
	padding: 7px 9px;
	border: 1px solid #ddd;
	border-radius: 0;
	background: #fff;
	color: #8a4f0b;
	text-align: center;
}

.mt-admin-login-clone-preview__form input[type="hidden"] {
	display: none;
}

.mt-admin-login-clone-preview__form .submit {
	display: flex;
	justify-content: center;
	margin: 22px 0 0;
	text-align: center;
}

.mt-clone-auth-recaptcha {
	width: 304px;
	min-height: 78px;
	margin: 0 auto 8px;
	transform: scale(.89);
	transform-origin: top center;
}

.mt-clone-login-screen .mt-clone-auth-captcha-slot {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	max-width: 270px;
	min-height: 58px;
	margin: 0 auto;
	overflow: visible;
}

.mt-clone-login-screen .mt-clone-auth-captcha-slot .mt-clone-auth-recaptcha {
	flex: 0 0 304px;
	width: 304px;
	min-height: 58px;
	margin: 0;
	transform-origin: top left;
}

.mt-clone-login-screen .mt-admin-login-clone-preview__form .submit {
	margin-top: 8px;
}

.mt-admin-login-clone-preview__form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 0 14px;
	border: 1px solid #e38316;
	border-radius: 3px;
	background: rgba(240, 5, 5, .88);
	color: #f5f5f5;
	font-weight: 600;
	cursor: pointer;
}

.mt-admin-login-clone-preview__form button:disabled,
.mt-admin-register-clone-preview__form button:disabled {
	opacity: .64;
	cursor: not-allowed;
}

.mt-admin-login-clone-preview__form-wrap > a {
	color: #ebc192;
	font-size: 25px;
	text-decoration: none;
}

.mt-admin-register-preview-code {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #b09a77;
	font-size: 15px;
}

.mt-clone-login-page .mt-clone-login-notices {
	width: min(100%, 520px);
	min-height: 1px;
}

.mt-clone-login-page .mt-clone-login-lost-password {
	position: absolute;
	left: 12px;
	bottom: 10px;
	color: #b09a77;
	font-size: 13px;
}

.mt-clone-login-reset-form {
	padding-top: 72px;
}

.mt-clone-auth-notice {
	width: min(100% - 32px, 520px);
	padding: 12px 16px;
	border-left: 4px solid #2271b1;
	background: #fff;
	color: #1d2327;
	box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
}

.mt-clone-auth-notice[hidden] {
	display: none !important;
}

.mt-clone-auth-notice.is-error {
	position: fixed;
	display: grid;
	place-items: center;
	top: 50%;
	left: 50%;
	z-index: 50;
	box-sizing: border-box;
	width: min(calc(100vw - 32px), 420px);
	min-height: 114px;
	padding: 22px 24px;
	border: 1px solid rgba(184, 123, 0, .32);
	border-left-color: #dba617;
	border-radius: 12px;
	background: #fff3bf;
	color: #493700;
	box-shadow: 0 22px 58px rgba(0, 0, 0, .28);
	cursor: pointer;
	line-height: 1.45;
	text-align: center;
	white-space: normal;
	transform: translate(-50%, -50%);
}

body.mt-clone-login-screen .mt-clone-auth-notice.is-error {
	top: 24px;
	right: 24px;
	left: auto;
	display: block;
	width: min(calc(100vw - 48px), 420px);
	min-height: 0;
	text-align: left;
	transform: none;
}

.mt-clone-auth-loader[hidden] {
	display: none !important;
}

.mt-clone-auth-loader {
	position: fixed;
	inset: 0;
	z-index: 80;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(31, 0, 0, .38);
	backdrop-filter: blur(2px);
}

.mt-clone-auth-loader__panel {
	display: grid;
	place-items: center;
	gap: 12px;
	min-width: 148px;
	padding: 22px 26px;
	border: 1px solid rgba(227, 131, 22, .38);
	border-radius: 10px;
	background: rgba(255, 243, 191, .96);
	box-shadow: 0 22px 58px rgba(0, 0, 0, .28);
	color: #493700;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.mt-clone-auth-loader__spinner {
	width: 42px;
	height: 42px;
	border: 4px solid rgba(73, 55, 0, .2);
	border-top-color: #d10000;
	border-radius: 50%;
	animation: mt-clone-auth-loader-spin .72s linear infinite;
}

body.is-auth-loading .mt-admin-login-clone-preview__form,
body.is-auth-loading .mt-admin-register-clone-preview__form {
	pointer-events: none;
}

@keyframes mt-clone-auth-loader-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

body.mt-clone-register-screen .mt-clone-auth-notice.is-info {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 50;
	width: min(calc(100vw - 32px), 420px);
	padding: 22px 24px;
	border: 1px solid rgba(184, 123, 0, .32);
	border-left-color: #dba617;
	border-radius: 12px;
	background: #fff3bf;
	color: #493700;
	box-shadow: 0 22px 58px rgba(0, 0, 0, .28);
	text-align: center;
	white-space: pre-line;
	transform: translate(-50%, -50%);
}

.mt-admin-register-clone-preview {
	min-height: 100vh;
	padding: 42px;
	background-color: #1f0000;
	background-image: linear-gradient(rgba(31, 0, 0, .26), rgba(31, 0, 0, .46)), var(--login-bg);
	background-position: center;
	background-size: cover;
}

.mt-clone-register-page {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: none;
	margin: 0;
}

.mt-admin-register-clone-preview__masthead {
	margin: 0 0 18px;
	padding-bottom: 16px;
	text-align: center;
}

.mt-admin-register-clone-preview__masthead h4 {
	margin: 0;
	color: #ebc192;
	font-size: 24px;
	font-weight: 500;
}

.mt-admin-register-clone-preview__masthead p {
	margin: 0;
	color: #646970;
}

.mt-admin-register-clone-preview__form {
	width: min(100%, 920px);
	max-width: 920px;
	padding: 26px;
	border: 1px solid rgba(227, 131, 22, .35);
	border-radius: 12px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 18px 46px rgba(0, 0, 0, .24);
}

.mt-clone-register-confirmation {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: min(100%, 620px);
	min-height: 250px;
	padding: 34px 32px;
	border: 1px solid rgba(227, 131, 22, .35);
	border-radius: 12px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 18px 46px rgba(0, 0, 0, .24);
	text-align: center;
}

.mt-clone-register-confirmation__icon {
	display: block;
	width: 120px;
	height: 120px;
	margin-bottom: 18px;
	object-fit: contain;
}

.mt-clone-register-confirmation p {
	max-width: 480px;
	margin: 0;
	color: #493700;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.45;
}

.mt-clone-register-confirmation a {
	margin-top: 24px;
	color: #8a4f0b;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.mt-clone-register-confirmation a:hover {
	color: #493700;
}

.mt-admin-register-clone-preview__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.mt-admin-register-clone-preview__form label {
	display: grid;
	gap: 6px;
	color: #1d2327;
	font-size: 13px;
	font-weight: 600;
}

.mt-admin-register-clone-preview__form label span {
	color: #d63638;
}

.mt-admin-register-clone-preview__form input,
.mt-admin-register-clone-preview__form select,
.mt-admin-register-clone-preview__form textarea {
	width: 100%;
	max-width: 100%;
	min-height: 36px;
	padding: 7px 9px;
	border: 1px solid #ddd;
	border-radius: 0;
	background: #fff;
	color: #8a4f0b;
}

.mt-admin-register-clone-preview__form input.is-register-field-error,
.mt-admin-register-clone-preview__form select.is-register-field-error,
.mt-admin-register-clone-preview__form textarea.is-register-field-error {
	border-color: #d63638;
	background: #ffe1e1;
	color: #8f1f20;
	box-shadow: 0 0 0 2px rgba(214, 54, 56, 0.18);
}

.mt-admin-register-clone-preview__form input.is-duplicate-error,
.mt-admin-register-clone-preview__form input[type="email"].is-duplicate-error,
.mt-admin-register-clone-preview__form input[type="text"].is-duplicate-error {
	border-color: #d63638 !important;
	background: #ffe1e1 !important;
	background-color: #ffe1e1 !important;
	background-image: none !important;
	color: #8f1f20 !important;
	-webkit-text-fill-color: #8f1f20;
	box-shadow: 0 0 0 2px rgba(214, 54, 56, 0.22), inset 0 0 0 1000px #ffe1e1 !important;
	caret-color: #8f1f20;
	filter: brightness(1);
	animation: mt-clone-duplicate-field-blink 0.7s ease-in-out 0s infinite;
}

.mt-admin-register-clone-preview__form input.is-duplicate-error:-webkit-autofill,
.mt-admin-register-clone-preview__form input.is-duplicate-error:-webkit-autofill:hover,
.mt-admin-register-clone-preview__form input.is-duplicate-error:-webkit-autofill:focus {
	border-color: #d63638 !important;
	-webkit-box-shadow: 0 0 0 1000px #ffe1e1 inset, 0 0 0 2px rgba(214, 54, 56, 0.22) !important;
	-webkit-text-fill-color: #8f1f20 !important;
}

@keyframes mt-clone-duplicate-field-blink {
	0%,
	100% {
		border-color: #d63638;
		background: #ffe1e1;
		box-shadow: 0 0 0 2px rgba(214, 54, 56, 0.22);
		filter: brightness(1);
	}

	50% {
		border-color: #ffb3b3;
		background: #ffb3b3;
		box-shadow: 0 0 0 4px rgba(214, 54, 56, 0.4);
		filter: brightness(1.18);
	}
}

@media (prefers-reduced-motion: reduce) {
	.mt-admin-register-clone-preview__form input.is-duplicate-error {
		animation: none;
	}
}

.mt-admin-register-clone-preview__wide {
	grid-column: 1 / -1;
	margin-top: 16px;
}

.mt-admin-register-clone-preview__wide textarea {
	min-height: 96px;
	resize: vertical;
}

.mt-clone-register-login-heading {
	grid-column: 1 / -1;
	margin: 18px 0 0;
	color: #1d2327;
	font-size: 18px;
	line-height: 1.35;
}

.mt-clone-register-login-grid {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.mt-admin-register-clone-preview__captcha {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	min-height: 52px;
	margin: 18px 0;
	border: 1px solid #dcdcde;
	background: #f6f7f7;
	color: #777;
	font-weight: 600;
}

.mt-admin-register-clone-preview__form .mt-clone-auth-recaptcha {
	margin: 18px 0;
}

.mt-clone-register-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 22px;
}

.mt-admin-register-clone-preview__form button {
	min-height: 32px;
	padding: 0 14px;
	border: 1px solid #e38316;
	border-radius: 3px;
	background: rgba(240, 5, 5, .88);
	color: #f5f5f5;
	font-weight: 600;
	cursor: pointer;
}

.mt-clone-register-actions a {
	color: #8a4f0b;
	font-size: 14px;
	text-decoration: none;
}

.mt-clone-wishlist-toast {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 1001;
	padding: 12px 16px;
	background: #222;
	color: #fff;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
	opacity: 0;
	transform: translateY(12px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.mt-clone-wishlist-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.mt-mobile-app-header,
.mt-mobile-bottom-nav {
	display: none;
}

.mt-clone-pull-refresh {
	display: none;
}

@media (max-width: 959px) {
	html {
		background: #f7f8fa;
		height: 100%;
		min-height: 100%;
		overflow: hidden;
	}

	body {
		background: #f7f8fa;
		height: 100%;
		min-height: 100%;
		overflow: hidden;
		overscroll-behavior-y: none;
	}

	#jas-wrapper {
		display: flex;
		flex-direction: column;
		box-shadow: none;
		max-width: none;
		height: 100dvh;
		min-height: 100dvh;
		max-height: 100dvh;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

	#jas-header {
		flex: 0 0 auto;
		position: static;
	}

	#jas-header .header__top,
	#jas-header .header__mid {
		display: none;
	}

	#jas-content {
		flex: 1 1 auto;
		min-height: 0;
		height: auto;
		position: relative;
		overflow-x: hidden;
		overflow-y: auto;
		padding-top: 64px;
		padding-bottom: calc(78px + env(safe-area-inset-bottom));
		overscroll-behavior-y: contain;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.mt-clone-pull-refresh {
		box-sizing: border-box;
		position: absolute;
		top: 10px;
		left: 50%;
		display: flex;
		align-items: center;
		gap: 8px;
		z-index: 5;
		padding: 7px 12px;
		border: 1px solid rgba(24, 32, 45, 0.1);
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.96);
		box-shadow: 0 4px 14px rgba(24, 32, 45, 0.12);
		color: #596273;
		font-size: 11px;
		line-height: 1;
		opacity: 0;
		pointer-events: none;
		transform: translate(-50%, -150%);
		transition: opacity 0.18s ease, transform 0.18s ease, color 0.18s ease;
	}

	.mt-clone-pull-refresh.is-pulling {
		opacity: 1;
		transform: translate(-50%, var(--mt-pull-distance, 0px));
	}

	.mt-clone-pull-refresh.is-ready {
		color: #15803d;
	}

	.mt-clone-pull-refresh__icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 16px;
		height: 16px;
		transition: transform 0.18s ease;
	}

	.mt-clone-pull-refresh.is-ready .mt-clone-pull-refresh__icon {
		transform: rotate(180deg);
	}

	.mt-clone-pull-refresh.is-refreshing .mt-clone-pull-refresh__icon {
		animation: mt-clone-pull-refresh-spin 0.8s linear infinite;
	}

	@keyframes mt-clone-pull-refresh-spin {
		to {
			transform: rotate(360deg);
		}
	}

	#jas-content::-webkit-scrollbar {
		display: none;
	}

	.mt-clone-lightbox {
		padding: 0;
	}

	.mt-clone-lightbox__stage {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100vw;
		max-width: 100vw;
		max-height: 100vh;
	}

	.mt-clone-lightbox__stage img {
		max-width: 100vw;
		max-height: 100vh;
	}

	#jas-footer {
		display: none;
	}

	.mt-mobile-app-header {
		box-sizing: border-box;
		position: fixed !important;
		top: 0;
		right: 0;
		left: 0;
		z-index: 20020;
		display: flex;
		align-items: center;
		gap: 12px;
		width: 100%;
		height: 64px;
		padding: 8px max(14px, env(safe-area-inset-right)) 8px max(14px, env(safe-area-inset-left));
		background: rgba(243, 246, 247, .98);
		box-shadow: 0 1px 0 rgba(25, 35, 40, .08), 0 8px 24px rgba(25, 35, 40, .06);
	}

	.mt-mobile-app-header__logo {
		display: inline-flex;
		align-items: center;
		flex: 0 0 auto;
		width: 84px;
		height: 48px;
	}

	.mt-mobile-app-header__logo img {
		display: block;
		width: 84px;
		height: auto;
		max-height: 48px;
		object-fit: contain;
	}

	.mt-mobile-app-header__search {
		box-sizing: border-box;
		display: flex;
		align-items: center;
		flex: 1 1 auto;
		min-width: 0;
		height: 42px;
		margin: 0;
		padding: 0 5px 0 13px;
		border: 1px solid #e4e8eb;
		border-radius: 21px;
		background: #f5f7f8;
		box-shadow: inset 0 1px 2px rgba(25, 35, 40, .03);
	}

	.mt-mobile-app-header__search input[type="search"] {
		box-sizing: border-box;
		flex: 1 1 auto;
		min-width: 0;
		height: 40px;
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		background: transparent;
		box-shadow: none;
		color: #263238;
		font-size: 13px;
	}

	.mt-mobile-app-header__search input[type="search"]::placeholder {
		color: #8c989e;
	}

	.mt-mobile-app-header__search button {
		flex: 0 0 34px;
		width: 34px;
		height: 34px;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: #263238;
		color: #fff;
		font-size: 13px;
		line-height: 34px;
		text-align: center;
		cursor: pointer;
	}

	.mt-mobile-app-header__search button:active {
		transform: scale(.94);
	}

	.mt-mobile-bottom-nav {
		box-sizing: border-box;
		position: fixed !important;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 20010;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 4px;
		width: 100%;
		padding: 8px max(12px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
		border-top: 1px solid rgba(32, 43, 48, .08);
		background: rgba(240, 243, 244, .97);
		box-shadow: 0 -8px 24px rgba(25, 35, 40, .07);
		backdrop-filter: blur(14px);
	}

	.mt-mobile-bottom-nav__item {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 3px;
		min-height: 52px;
		border-radius: 14px;
		color: #879197;
		font-size: 10px;
		font-weight: 500;
		line-height: 1.1;
		text-decoration: none;
		font-family: inherit;
		border: 0;
		background: transparent;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
		transition: color .18s ease, background-color .18s ease, transform .18s ease;
	}

	.mt-mobile-bottom-nav__item i {
		font-size: 20px;
		line-height: 1;
	}

	.mt-mobile-bottom-nav__item.is-active {
		background: #f5f0df;
		color: #a77b20;
		font-weight: 600;
	}

	.mt-mobile-bottom-nav__item:active {
		transform: scale(.96);
	}

	body.mt-clone-mobile-collection-open {
		overflow: hidden;
	}

	.mt-mobile-collection-sheet[hidden] {
		display: none !important;
	}

	.mt-mobile-collection-sheet {
		position: fixed;
		inset: 0;
		z-index: 20030;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 20px;
		visibility: hidden;
		opacity: 0;
		transition: opacity .2s ease, visibility .2s ease;
	}

	.mt-mobile-collection-sheet.is-open {
		visibility: visible;
		opacity: 1;
	}

	.mt-mobile-collection-sheet__backdrop {
		position: absolute;
		inset: 0;
		background: rgba(17, 27, 32, .58);
	}

	.mt-mobile-collection-sheet__dialog {
		position: relative;
		z-index: 1;
		box-sizing: border-box;
		width: min(100%, 430px);
		max-height: min(78vh, 620px);
		padding: 20px 16px 16px;
		overflow: hidden;
		border: 1px solid rgba(25, 35, 40, .08);
		border-radius: 24px;
		background: #fff;
		box-shadow: 0 24px 70px rgba(9, 19, 24, .28);
		transform: translateY(12px) scale(.98);
		transition: transform .2s ease;
	}

	.mt-mobile-collection-sheet.is-open .mt-mobile-collection-sheet__dialog {
		transform: translateY(0) scale(1);
	}

	.mt-mobile-collection-sheet__header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin: 0 4px 14px;
	}

	.mt-mobile-collection-sheet__header span {
		display: block;
		margin-bottom: 3px;
		color: #8a969b;
		font-size: 10px;
		font-weight: 600;
		letter-spacing: .08em;
		text-transform: uppercase;
	}

	.mt-mobile-collection-sheet__header h2 {
		margin: 0;
		color: #263238;
		font-size: 22px;
		line-height: 1.2;
	}

	.mt-mobile-collection-sheet__close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 36px;
		width: 36px;
		height: 36px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: #f2f5f6;
		color: #526067;
		font-size: 15px;
		cursor: pointer;
	}

	.mt-mobile-collection-sheet__all {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-bottom: 10px;
		padding: 13px 12px;
		border-radius: 14px;
		background: #f5f0df;
		color: #8c681c;
		font-size: 13px;
		font-weight: 600;
		text-decoration: none;
	}

	.mt-mobile-collection-sheet__all > i:last-child {
		margin-left: auto;
	}

	.mt-mobile-collection-sheet__categories {
		max-height: calc(min(78vh, 620px) - 130px);
		overflow-y: auto;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
	}

	.mt-mobile-collection-sheet__categories ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.mt-mobile-collection-sheet__categories li {
		border-bottom: 1px solid #edf0f1;
	}

	.mt-mobile-collection-sheet__categories li:last-child {
		border-bottom: 0;
	}

	.mt-mobile-collection-sheet__categories li > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		min-height: 48px;
		padding: 8px 8px;
		color: #38464c;
		font-size: 13px;
		text-decoration: none;
	}

	.mt-mobile-collection-sheet__categories > ul > li > a {
		background: #fff;
		color: #38464c;
	}

	.mt-mobile-collection-sheet__categories li > a:hover,
	.mt-mobile-collection-sheet__categories li > a:focus {
		color: #a77b20;
	}

	.mt-mobile-collection-sheet__categories li.menu-item-has-children > a::after {
		content: "\f105";
		font-family: FontAwesome;
		font-size: 15px;
		transition: transform .18s ease;
	}

	.mt-mobile-collection-sheet__categories li.menu-item-has-children.is-open > a::after {
		transform: rotate(90deg);
	}

	.mt-mobile-collection-sheet__categories li > ul {
		display: none;
		padding: 4px 0 6px 14px;
		border-left: 3px solid #d9e3e6;
		background: #f1f4f5;
		border-radius: 0 0 10px 10px;
	}

	.mt-mobile-collection-sheet__categories li.is-open > ul {
		display: block;
	}

	.mt-mobile-collection-sheet__categories li > ul li > a {
		min-height: 42px;
		padding-top: 6px;
		padding-bottom: 6px;
		background: #f1f4f5;
		color: #5f6c71;
		font-size: 12px;
	}

	/* Use a different background for each nested category level. */
	.mt-mobile-collection-sheet__categories > ul > li > ul > li > ul {
		background: #e7eef0;
	}

	.mt-mobile-collection-sheet__categories > ul > li > ul > li > ul > li > ul {
		background: #dde8ec;
	}

	.mt-mobile-collection-sheet__categories > ul > li > ul > li > ul > li > ul > li > ul {
		background: #d3e2e7;
	}

	.mt-mobile-collection-sheet__categories > ul > li > ul > li > ul > li > a {
		background: #e7eef0;
		color: #53666d;
	}

	.mt-mobile-collection-sheet__categories > ul > li > ul > li > ul > li > ul > li > a {
		background: #dde8ec;
		color: #4b6068;
	}

	.mt-mobile-collection-sheet__categories > ul > li > ul > li > ul > li > ul > li > ul > li > a {
		background: #d3e2e7;
		color: #435860;
	}

	body.mt-clone-splash-page #jas-header {
		position: absolute;
		background: transparent;
		box-shadow: none;
	}

	body.mt-clone-splash-page #jas-wrapper {
		display: block;
		height: 100svh;
		min-height: 100svh;
		max-height: none;
		padding-top: 0;
		padding-bottom: 0;
	}

	body.mt-clone-splash-page #jas-content {
		height: 100%;
		padding: 0;
		overflow: hidden;
	}

	body.mt-clone-splash-page .mt-mobile-app-header,
	body.mt-clone-splash-page .mt-mobile-bottom-nav {
		display: none;
	}
}

@media (max-width: 959px) {
	html body.mt-clone-splash-page {
		height: 100svh;
		overflow: hidden;
	}

	body.mt-clone-splash-page #jas-wrapper,
	.mt-clone-splash,
	.mt-clone-splash-slider,
	.mt-clone-splash-slider .slick-list,
	.mt-clone-splash-slider .slick-track,
	.mt-clone-splash-slide,
	.mt-clone-splash-scene--mobile {
		height: 100svh;
	}

	.mt-clone-splash-slide,
	.mt-clone-splash-scene--mobile {
		position: relative;
		overflow: hidden;
	}

	.ubermenu-responsive-toggle {
		display: flex;
	}

	#ubermenu-main-clone {
		display: none;
	}

	.mt-clone-home-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.mt-clone-home-head .mt-clone-cta {
		display: none;
	}

	.mt-clone-home-cta-mobile {
		display: flex;
		width: fit-content;
		margin: 20px auto 0;
	}

	.mt-clone-account-layout {
		grid-template-columns: 1fr;
	}

	.mt-admin-login-clone-preview,
	.mt-admin-login-clone-preview__form-wrap {
		min-height: 640px;
	}

	.mt-admin-login-clone-preview__form {
		padding: 64px 32px 24px;
	}

	.mt-admin-login-clone-preview__form .submit {
		margin: 0;
	}

	.mt-admin-register-clone-preview {
		padding: 24px;
	}

	.mt-admin-register-clone-preview__grid {
		grid-template-columns: 1fr;
	}

	.mt-clone-account-profile {
		align-items: center;
	}

	.mt-clone-hero-shell {
		height: auto;
		min-height: 0;
	}

	.mt-clone-hero-slider,
	.mt-clone-hero-slider .slick-list,
	.mt-clone-hero-slider .slick-track,
	.mt-clone-hero-slide,
	.mt-clone-hero-slide__media,
	.mt-clone-hero-media-slot {
		height: auto !important;
		min-height: 0;
	}

	.mt-clone-hero-slide__media,
	.mt-clone-hero-media-slot {
		aspect-ratio: var(--mt-clone-hero-ratio, 16 / 9);
	}

	.mt-clone-hero-slide__media.is-video iframe,
	.mt-clone-hero-slide__media.is-video video {
		width: 100% !important;
		height: 100% !important;
		object-fit: contain;
	}

	.mt-clone-archive-grid {
		--mt-archive-columns: 2;
	}

	.mt-clone-account-grid {
		grid-template-columns: 1fr;
	}

	.mt-clone-splash-canvas {
		width: 100%;
		height: min(100svh, calc(100vw * 970 / 1417));
	}

	.mt-clone-splash-scene--desktop {
		display: none;
	}

	.mt-clone-splash-scene--mobile {
		display: block;
	}

	.mt-clone-splash-scene--mobile .mt-clone-splash-canvas {
		position: absolute;
		top: 0;
		left: 50%;
		width: max(100vw, calc(100svh * 1417 / 970));
		height: 100svh;
		aspect-ratio: 1417 / 970;
		transform: translateX(-50%);
	}

	.mt-clone-splash-text-link {
		font-size: clamp(9px, 1.8vw, 16px);
	}
}

@media (max-width: 640px) {
	.mt-clone-archive-grid {
		--mt-archive-columns: 2;
	}

	.mt-clone-all-wishlists-toolbar,
	.mt-clone-all-wishlists-search,
	.mt-clone-all-wishlists-pagination {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.mt-clone-all-wishlists-search {
		flex-basis: 100%;
	}

	.left .mt-clone-product-video-button,
	.outside .mt-clone-product-video-button {
		right: 0 !important;
	}

	.mt-clone-product-video-button {
		bottom: -45px;
		right: 20px;
	}

	.mt-clone-video-modal-content {
		min-width: 240px;
	}

	.mt-clone-account-profile {
		flex-direction: column;
		align-items: flex-start;
	}

	.mt-clone-hero-slider,
	.mt-clone-hero-slider .slick-list,
	.mt-clone-hero-slider .slick-track,
	.mt-clone-hero-slide,
	.mt-clone-hero-slide__media,
	.mt-clone-hero-media-slot {
		height: auto !important;
		min-height: 0;
	}

	.mt-clone-account-avatar-shell {
		width: 72px;
		height: 72px;
		flex-basis: 72px;
	}

	.mt-clone-account-avatar {
		width: 72px;
		height: 72px;
	}

	.mt-clone-account-panel {
		padding: 22px 16px 28px;
	}

	.mt-admin-login-clone-preview,
	.mt-admin-login-clone-preview__form-wrap {
		min-height: 560px;
	}

	.mt-admin-login-clone-preview__form-wrap {
		padding: 28px 18px;
	}

	.mt-admin-login-clone-preview__form {
		min-height: 340px;
	}

	.mt-admin-login-clone-preview__form-wrap > a {
		font-size: 21px;
	}

	.mt-clone-login-page .mt-clone-login-lost-password {
		position: static;
		margin-top: -8px;
	}

	.mt-admin-register-clone-preview {
		padding: 18px;
	}

	.mt-admin-register-clone-preview__form {
		padding: 18px;
	}

	.mt-clone-register-confirmation {
		min-height: 220px;
		padding: 28px 20px;
	}

	.mt-clone-register-confirmation p {
		font-size: 17px;
	}

	.mt-clone-register-login-grid {
		grid-template-columns: 1fr;
	}

	.mt-clone-register-actions {
		align-items: center;
		flex-direction: column;
	}

	.mt-clone-account-form .form-row-first,
	.mt-clone-account-form .form-row-last {
		width: 100%;
	}

	.btn-atc.atc-slide {
		flex-direction: column;
		align-items: flex-start;
	}

	.item-grid-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#pro-analyzer-popup-header {
		flex-wrap: wrap;
	}

	#pro-analyzer-popup-pdf {
		margin-left: 0;
	}

	.mt-clone-splash-text-link {
		font-size: clamp(10px, 2.1vw, 14px);
	}
}

.mt-clone-wishlist-panel {
	display: none;
}

.mt-clone-wishlist-panel[hidden] {
	display: none !important;
}

.mt-clone-wishlist-add-popup[hidden] {
	display: none !important;
}

.mt-clone-wishlist-panel__collapsed {
	display: none;
}

@keyframes mt-clone-wishlist-count-blink {
	0%,
	100% {
		color: #17222e;
		transform: scale(1);
	}

	35%,
	65% {
		color: #d52f2f;
		transform: scale(1.4);
	}
}

@keyframes mt-clone-wishlist-add-popup-backdrop-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes mt-clone-wishlist-add-popup-dialog-in {
	from {
		opacity: 0;
		transform: translate3d(0, 12px, 0) scale(.98);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

.mt-clone-wishlist-add-popup__backdrop {
	animation: mt-clone-wishlist-add-popup-backdrop-in .22s ease-out both;
}

.mt-clone-wishlist-add-popup__dialog {
	animation: mt-clone-wishlist-add-popup-dialog-in .28s cubic-bezier(.22, 1, .36, 1) both;
}

@media (prefers-reduced-motion: reduce) {
	.mt-clone-wishlist-add-popup__backdrop,
	.mt-clone-wishlist-add-popup__dialog,
	.mt-clone-wishlist-panel__collapsed i.is-count-updated,
	.mt-clone-wishlist-panel__collapsed [data-wishlist-panel-count].is-count-updated {
		animation: none;
	}
}

@media (min-width: 901px) {
	.mt-clone-wishlist-panel {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 30040;
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
		/* Keep the full panel on large desktops, but give notebooks more room. */
		width: clamp(280px, 22vw, 340px);
		height: 100vh;
		max-height: 100vh;
		padding: 16px;
		overflow: visible;
		border: 1px solid #e2e7eb;
		border-left: 0;
		border-radius: 0 8px 8px 0;
		background: rgba(255, 255, 255, .98);
		box-shadow: 0 18px 44px rgba(27, 39, 50, .16);
		visibility: visible;
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition: transform .25s linear, opacity .25s linear, visibility 0s linear 0s;
		will-change: transform, opacity;
	}

	.mt-clone-wishlist-panel.is-hidden {
		visibility: hidden;
		opacity: 0;
		transform: translate3d(calc(-100% - 24px), 0, 0);
		pointer-events: none;
		transition: transform .25s linear, opacity .25s linear, visibility 0s linear .25s;
	}

	.mt-clone-wishlist-panel__collapsed {
		position: fixed;
		top: 50%;
		left: 0;
		z-index: 30040;
		box-sizing: border-box;
		display: none;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 4px;
		width: 44px;
		min-height: 78px;
		padding: 10px 7px;
		border: 1px solid #e2e7eb;
		border-left: 0;
		border-radius: 0 10px 10px 0;
		background: rgba(255, 255, 255, .98);
		box-shadow: 0 12px 28px rgba(27, 39, 50, .18);
		color: #17222e;
		cursor: pointer;
		transform: translateY(-50%);
		transition: background .2s ease, color .2s ease, box-shadow .2s ease;
	}

	.mt-clone-wishlist-panel.is-hidden + .mt-clone-wishlist-panel__collapsed {
		display: inline-flex;
	}

	.mt-clone-wishlist-panel__collapsed:hover,
	.mt-clone-wishlist-panel__collapsed:focus {
		background: #17222e;
		box-shadow: 0 14px 32px rgba(27, 39, 50, .24);
		color: #fff;
	}

	.mt-clone-wishlist-panel__collapsed:focus {
		outline: 2px solid rgba(23, 34, 46, .28);
		outline-offset: 2px;
	}

	.mt-clone-wishlist-panel__collapsed i {
		font-size: 18px;
		line-height: 1;
	}

	.mt-clone-wishlist-panel__collapsed i.is-count-updated,
	.mt-clone-wishlist-panel__collapsed [data-wishlist-panel-count].is-count-updated {
		animation: mt-clone-wishlist-count-blink .4s ease-in-out 3 both;
	}

	.mt-clone-wishlist-panel__collapsed [data-wishlist-panel-count] {
		font-size: 12px;
		font-weight: 600;
		line-height: 1;
	}

	body.mt-clone-wishlist-add-popup-open .mt-clone-wishlist-panel__collapsed,
	body.mt-clone-wishlist-create-popup-open .mt-clone-wishlist-panel__collapsed {
		display: none !important;
	}

	body.mt-clone-wishlist-add-popup-open .mt-clone-wishlist-panel,
	body.mt-clone-wishlist-create-popup-open .mt-clone-wishlist-panel {
		/* Remove the panel as a containing block so fixed popups use the viewport. */
		display: block;
		position: static;
		width: 0;
		height: 0;
		min-height: 0;
		max-height: none;
		margin: 0;
		padding: 0;
		overflow: visible;
		border: 0;
		box-shadow: none;
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		transform: none;
		will-change: auto;
	}

	body.mt-clone-wishlist-add-popup-open .mt-clone-wishlist-panel > *:not([data-wishlist-first-add-popup]),
	body.mt-clone-wishlist-create-popup-open .mt-clone-wishlist-panel > *:not([data-wishlist-panel-create-popup]) {
		display: none !important;
	}

	.mt-clone-wishlist-panel__header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		padding-bottom: 12px;
		border-bottom: 1px solid #edf0f2;
	}

	.mt-clone-wishlist-panel__header strong,
	.mt-clone-wishlist-panel__header span {
		display: block;
	}

	.mt-clone-wishlist-panel__header strong {
		color: #17222e;
		font-size: 15px;
	}

	.mt-clone-wishlist-panel__header span {
		max-width: 190px;
		margin-top: 3px;
		overflow: hidden;
		color: #77838d;
		font-size: 11px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.mt-clone-wishlist-panel__header a {
		width: 32px;
		height: 32px;
		border-radius: 50%;
		background: #17222e;
		color: #fff;
		font-size: 15px;
		line-height: 32px;
		text-align: center;
	}

	.mt-clone-wishlist-panel__header a:hover {
		background: #314556;
		color: #fff;
		text-decoration: none;
	}

	.mt-clone-wishlist-panel__list {
		display: block;
		margin: 12px 0;
	}

	.mt-clone-wishlist-panel__selector-row {
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.mt-clone-wishlist-panel__select,
	.mt-clone-wishlist-add-popup__select {
		box-sizing: border-box;
		display: block;
		width: 100%;
		min-height: 36px;
		padding: 7px 30px 7px 10px;
		border: 1px solid #d7dfe5;
		border-radius: 4px;
		background: #f7f9fa;
		color: #263641;
		font-size: 12px;
		cursor: pointer;
	}

	.mt-clone-wishlist-panel__select:focus,
	.mt-clone-wishlist-add-popup__select:focus {
		border-color: #17222e;
		outline: 2px solid rgba(23, 34, 46, .16);
		outline-offset: 1px;
	}

	.mt-clone-wishlist-panel__selector-row .mt-clone-wishlist-panel__select {
		min-width: 0;
		flex: 1 1 auto;
		width: auto;
	}

	.mt-clone-wishlist-panel__create-open {
		flex: 0 0 auto;
		min-height: 36px;
		padding: 7px 11px;
		font-size: 11px;
		white-space: nowrap;
	}

	.mt-clone-wishlist-panel__create-open i {
		margin-right: 4px;
	}

	.mt-clone-wishlist-panel__items {
		display: flex;
		flex-direction: column;
		gap: 8px;
		flex: 1 1 auto;
		min-height: 0;
		max-height: none;
		margin: 12px 0;
		overflow-y: auto;
		padding-right: 3px;
		scrollbar-width: thin;
	}

	.mt-clone-wishlist-panel__product-item {
		display: flex;
		align-items: center;
		gap: 7px;
		min-width: 0;
		padding: 5px;
		border: 1px solid #edf0f2;
		border-radius: 4px;
		background: #fff;
	}

	.mt-clone-wishlist-panel__product-link {
		display: flex;
		align-items: center;
		gap: 8px;
		min-width: 0;
		flex: 1 1 auto;
		color: #263641;
	}

	.mt-clone-wishlist-panel__product-link:hover {
		color: #17222e;
		text-decoration: none;
	}

	.mt-clone-wishlist-panel__product-image,
	.mt-clone-wishlist-panel__product-image-placeholder {
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 42px;
		width: 42px;
		height: 42px;
		overflow: hidden;
		border-radius: 3px;
		background: #f2f5f6;
	}

	.mt-clone-wishlist-panel__product-image img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.mt-clone-wishlist-panel__product-image-placeholder {
		color: #9aa6ae;
		font-size: 16px;
	}

	.mt-clone-wishlist-panel__product-name {
		min-width: 0;
		overflow: hidden;
		color: #45525d;
		font-size: 11px;
		line-height: 1.35;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.mt-clone-wishlist-panel__product-remove {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 26px;
		width: 26px;
		height: 26px;
		padding: 0;
		border: 0;
		border-radius: 3px;
		background: transparent;
		color: #9a5c5c;
		font-size: 13px;
		cursor: pointer;
	}

	.mt-clone-wishlist-panel__product-remove:hover,
	.mt-clone-wishlist-panel__product-remove:focus {
		background: #fff0f0;
		color: #a52e2e;
	}

	.mt-clone-wishlist-panel__product-remove:disabled {
		cursor: wait;
		opacity: .55;
	}

	.mt-clone-wishlist-panel__empty {
		margin: 0;
		padding: 14px 8px;
		border: 1px dashed #d7dfe5;
		border-radius: 4px;
		color: #87939d;
		font-size: 11px;
		text-align: center;
	}

	.mt-clone-wishlist-panel__item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		width: 100%;
		padding: 9px 10px;
		border: 1px solid transparent;
		border-radius: 4px;
		background: #f7f9fa;
		color: #45525d;
		font-size: 12px;
		text-align: left;
		cursor: pointer;
	}

	.mt-clone-wishlist-panel__item:hover,
	.mt-clone-wishlist-panel__item.is-active {
		border-color: #cbd5dc;
		background: #edf2f5;
		color: #17222e;
	}

	.mt-clone-wishlist-panel__item span {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.mt-clone-wishlist-panel__item small {
		flex: 0 0 auto;
		min-width: 22px;
		padding: 2px 5px;
		border-radius: 10px;
		background: #fff;
		color: #77838d;
		font-size: 10px;
		text-align: center;
	}

	.mt-clone-wishlist-panel__create,
	.mt-clone-wishlist-add-popup__create {
		display: flex;
		gap: 6px;
		margin: 0;
	}

	.mt-clone-wishlist-panel__create input,
	.mt-clone-wishlist-add-popup__create input {
		min-width: 0;
		flex: 1 1 auto;
		width: auto;
		min-height: 34px;
		padding: 7px 9px;
		border: 1px solid #d7dfe5;
		border-radius: 3px;
		font-size: 11px;
	}

	.mt-clone-wishlist-panel__create .button,
	.mt-clone-wishlist-add-popup__create .button {
		flex: 0 0 auto;
		box-sizing: border-box;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 34px;
		padding: 7px 10px;
		font-size: 11px;
		line-height: 1;
		text-align: center;
	}

	.mt-clone-wishlist-panel__create .button i,
	.mt-clone-wishlist-add-popup__create .button i {
		margin-right: 4px;
	}

	.mt-clone-wishlist-add-popup {
		position: fixed;
		inset: 0;
		z-index: 30100;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 24px;
	}

	.mt-clone-wishlist-add-popup__backdrop {
		position: absolute;
		inset: 0;
		background: rgba(13, 22, 30, .62);
	}

	.mt-clone-wishlist-add-popup__dialog {
		position: relative;
		z-index: 1;
		width: min(100%, 440px);
		padding: 26px;
		border-radius: 8px;
		background: #fff;
		box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
	}

	.mt-clone-wishlist-add-popup__dialog h3 {
		margin: 0 28px 6px 0;
		color: #17222e;
		font-size: 20px;
	}

	.mt-clone-wishlist-add-popup__dialog > p {
		margin: 0 0 18px;
		color: #77838d;
		font-size: 13px;
	}

	.mt-clone-wishlist-add-popup__close {
		position: absolute;
		top: 12px;
		right: 12px;
		width: 30px;
		height: 30px;
		box-sizing: border-box;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border: 0;
		border-radius: 50%;
		background: #f0f3f5;
		color: #4c5963;
		font-size: 20px;
		line-height: 1;
		padding: 0;
		text-align: center;
		cursor: pointer;
	}

	.mt-clone-wishlist-add-popup__options {
		display: flex;
		align-items: center;
		gap: 8px;
		margin-bottom: 18px;
	}

	.mt-clone-wishlist-add-popup__options .mt-clone-wishlist-add-popup__select {
		min-width: 0;
		flex: 1 1 auto;
		width: auto;
	}

	.mt-clone-wishlist-add-popup__confirm {
		flex: 0 0 auto;
		min-height: 36px;
		padding: 7px 11px;
		font-size: 11px;
	}
}

@media (min-width: 901px) and (prefers-reduced-motion: reduce) {
	.mt-clone-wishlist-panel {
		transition: transform .25s linear, opacity .25s linear, visibility 0s linear 0s;
	}

	.mt-clone-wishlist-panel.is-hidden {
		transition: transform .25s linear, opacity .25s linear, visibility 0s linear .25s;
	}
}

@media (max-width: 900px) {
	.mt-clone-wishlist-add-popup {
		display: none !important;
	}
}

body.mt-clone-auth-screen .mt-admin-login-clone-preview,
body.mt-clone-auth-screen .mt-admin-login-clone-preview__form-wrap {
	min-height: 100vh;
}

body.mt-approved-status-screen {
	margin: 0;
	background: #f6f8fb;
	color: #17222e;
	font-family: Poppins, Arial, Helvetica, sans-serif;
}

.mt-approved-status-page {
	box-sizing: border-box;
	display: grid;
	place-items: center;
	min-height: 100vh;
	min-height: 100svh;
	overflow: hidden;
	padding: 0 clamp(24px, 4vw, 56px);
	background:
		radial-gradient(circle at 50% 18%, rgba(20, 130, 118, 0.18), transparent 34%),
		linear-gradient(135deg, rgba(20, 130, 118, 0.12), transparent 35%),
		linear-gradient(315deg, rgba(194, 142, 63, 0.16), transparent 32%),
		#f6f8fb;
}

.mt-approved-status-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: min(1120px, 100%);
	min-height: 100vh;
	min-height: 100svh;
	text-align: center;
}

.mt-approved-status-hero__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: min(860px, 100%);
	margin: 0 auto;
	padding: 0;
}

.mt-approved-status-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: 0 auto 30px;
}

.mt-approved-status-logo img {
	display: block;
	width: min(220px, 52vw);
	height: auto;
}

.mt-approved-status-kicker {
	margin: 0 0 14px;
	color: #11846f;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.mt-approved-status-hero h1 {
	max-width: 760px;
	margin: 0 auto;
	color: #13212c;
	font-size: clamp(42px, 6vw, 84px);
	font-weight: 700;
	line-height: 1.02;
}

.mt-approved-status-message {
	max-width: 700px;
	margin: 28px auto 0;
	color: #4b5b67;
	font-size: 18px;
	line-height: 1.8;
}

.mt-approved-status-summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	width: min(760px, 100%);
	max-width: 760px;
	margin: 36px auto 0;
	border: 1px solid #dfe7ee;
	background: #dfe7ee;
}

.mt-approved-status-summary div {
	min-width: 0;
	padding: 18px;
	background: rgba(255, 255, 255, 0.82);
}

.mt-approved-status-summary span {
	display: block;
	margin-bottom: 8px;
	color: #7a8895;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.mt-approved-status-summary strong {
	display: block;
	overflow-wrap: anywhere;
	color: #182530;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
}

.mt-approved-status-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 38px auto 0;
}

.mt-approved-status-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.mt-approved-status-button i {
	margin-right: 9px;
	font-size: 15px;
}

.mt-approved-status-button:hover {
	transform: translateY(-1px);
	text-decoration: none;
}

.mt-approved-status-button.is-primary {
	background: #17222e;
	box-shadow: 0 14px 34px rgba(23, 34, 46, 0.2);
	color: #ffffff;
}

.mt-approved-status-button.is-secondary {
	border-color: #cdd8e1;
	background: rgba(255, 255, 255, 0.7);
	color: #17222e;
}

@media (max-width: 900px) {
	.mt-approved-status-hero {
		min-height: 100vh;
		min-height: 100svh;
	}

	.mt-approved-status-hero__content {
		justify-content: center;
		padding: 0;
	}

	.mt-approved-status-logo {
		margin-bottom: 24px;
	}

	.mt-approved-status-summary {
		grid-template-columns: 1fr;
	}
}

.mt-clone-wishlist-manager {
	margin: 0 0 28px;
	padding: 20px;
	border: 1px solid #e4e8ec;
	border-radius: 4px;
	background: #ffffff;
}

.mt-clone-wishlist-manager__heading {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin-bottom: 14px;
}

.mt-clone-wishlist-manager__heading strong {
	color: #17222e;
	font-size: 17px;
}

.mt-clone-wishlist-manager__heading span {
	color: #7b8791;
	font-size: 13px;
}

.mt-clone-wishlist-manager__selector-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
}

.mt-clone-wishlist-manager__select {
	box-sizing: border-box;
	min-width: 0;
	flex: 1 1 auto;
	width: auto;
	min-height: 36px;
	padding: 7px 30px 7px 10px;
	border: 1px solid #d7dfe5;
	border-radius: 4px;
	background: #f7f9fa;
	color: #263641;
	font-size: 12px;
	cursor: pointer;
}

.mt-clone-wishlist-manager__select:focus {
	border-color: #17222e;
	outline: 2px solid rgba(23, 34, 46, .16);
	outline-offset: 1px;
}

.mt-clone-wishlist-manager__create-open {
	flex: 0 0 auto;
	min-height: 36px;
	padding: 7px 11px;
	font-size: 11px;
	white-space: nowrap;
}

.mt-clone-wishlist-manager__create-open i {
	margin-right: 4px;
}

.mt-clone-wishlist-manager__actions {
	margin-top: 0;
}

.mt-clone-wishlist-manager__lists {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
}

.mt-clone-wishlist-manager__list {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 38px;
	padding: 8px 12px;
	border: 1px solid #d9e0e5;
	border-radius: 3px;
	background: #fff;
	color: #44515c;
	font-size: 13px;
	line-height: 1.2;
}

.mt-clone-wishlist-manager__list:hover,
.mt-clone-wishlist-manager__list.is-active {
	border-color: #17222e;
	background: #17222e;
	color: #fff;
	text-decoration: none;
}

.mt-clone-wishlist-manager__list small {
	font-size: 11px;
	opacity: .72;
}

.mt-clone-wishlist-manager__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.mt-clone-wishlist-manager__action-buttons {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px;
}

.mt-clone-wishlist-manager__action-open {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-height: 36px;
	padding: 8px 12px;
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}

.mt-clone-wishlist-manager__action-open--delete,
.mt-clone-wishlist-manager__popup-delete {
	border-color: #d8a4a4;
	background: #fff;
	color: #9a3333;
}

.mt-clone-wishlist-manager__action-open--delete:hover,
.mt-clone-wishlist-manager__popup-delete:hover {
	border-color: #9a3333;
	background: #9a3333;
	color: #fff;
}

.mt-clone-wishlist-manager__popup-form {
	margin: 0;
}

.mt-clone-wishlist-manager__popup-form input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	min-height: 38px;
	padding: 8px 10px;
	border: 1px solid #d9e0e5;
	border-radius: 3px;
	font-size: 13px;
}

.mt-clone-wishlist-manager__popup-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin-top: 18px;
}

.mt-clone-wishlist-manager__popup-actions .button {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 12px;
	font-size: 11px;
	line-height: 1;
	text-align: center;
}

.mt-clone-wishlist-manager__popup-cancel {
	border-color: #d9e0e5;
	background: #fff;
	color: #53616b;
}

.mt-clone-wishlist-manager__popup-cancel:hover {
	border-color: #aeb9c1;
	background: #f5f7f8;
	color: #263641;
}

.mt-clone-wishlist-manager__form {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0;
}

.mt-clone-wishlist-manager__form input[type="text"] {
	width: 155px;
	min-height: 36px;
	padding: 7px 10px;
	border: 1px solid #d9e0e5;
	border-radius: 3px;
	font-size: 13px;
}

.mt-clone-wishlist-manager__form .button {
	min-height: 36px;
	padding: 8px 12px;
	font-size: 11px;
}

.mt-clone-wishlist-manager__form--delete .button {
	border-color: #d8a4a4;
	background: #fff;
	color: #9a3333;
}

.mt-clone-wishlist-manager__form--delete .button:hover {
	border-color: #9a3333;
	background: #9a3333;
	color: #fff;
}

@media (max-width: 640px) {
	.mt-clone-wishlist-manager__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.mt-clone-wishlist-manager__actions,
	.mt-clone-wishlist-manager__form,
	.mt-clone-wishlist-manager__selector-row {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.mt-clone-wishlist-manager__action-buttons {
		align-items: stretch;
		flex-wrap: nowrap;
		width: 100%;
	}

	.mt-clone-wishlist-manager__action-open {
		flex: 1 1 0;
		width: auto;
	}

	.mt-clone-wishlist-manager__select,
	.mt-clone-wishlist-manager__create-open {
		width: 100%;
	}

	.mt-clone-wishlist-manager__form input[type="text"] {
		width: 100%;
	}

	.mt-clone-wishlist-manager__form .button {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.mt-clone-request-page {
		width: 100%;
		min-width: 0;
	}

	.mt-clone-request-page .mt-clone-wishlist-toolbar {
		align-items: center;
		justify-content: center;
		gap: 12px;
		padding: 0 0 12px;
		border-bottom: 1px solid #e8ecee;
	}

	.mt-clone-request-page .wishlist-title-container {
		min-width: 0;
		width: 100%;
		margin: 0 !important;
		text-align: center;
	}

	.mt-clone-request-page .wishlist-title h2 {
		overflow-wrap: anywhere;
		font-size: 21px;
		line-height: 1.25;
		text-align: center;
	}

	.mt-clone-request-page .mt-clone-wishlist-analyzer-row {
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		margin: 12px 0 !important;
		padding: 0 0 12px;
		border-bottom: 1px solid #e8ecee;
	}

	.mt-clone-request-page .mt-clone-wishlist-print-icon {
		width: 40px;
		height: 40px;
		border-radius: 12px;
		background: #f5f0df;
		color: #8c681c;
		font-size: 17px;
	}

	.mt-clone-request-page .mt-clone-wishlist-print-icon:active {
		transform: scale(.95);
	}

	.mt-clone-request-page .mt-clone-wishlist-analyzer-row .pro-analyzer-counter {
		box-sizing: border-box;
		flex: 1 1 auto;
		min-width: 0;
		margin: 0 !important;
		padding: 10px 12px;
		border-radius: 12px;
		font-size: 12px;
		line-height: 1.35;
		text-align: left;
	}

	.mt-clone-request-page .wishlist_table,
	.mt-clone-request-page .wishlist_table thead,
	.mt-clone-request-page .wishlist_table tbody,
	.mt-clone-request-page .wishlist_table tr,
	.mt-clone-request-page .wishlist_table td {
		box-sizing: border-box;
	}

	.mt-clone-request-page .wishlist_table {
		display: block;
		width: 100%;
		border: 0;
		border-collapse: separate;
		table-layout: auto;
	}

	.mt-clone-request-page .wishlist_table thead {
		display: none;
	}

	.mt-clone-request-page .wishlist_table tbody {
		display: grid;
		gap: 12px;
		width: 100%;
	}

	.mt-clone-request-page .wishlist_table tbody tr[data-wishlist-workspace-row] {
		position: relative;
		display: grid;
		grid-template-columns: 74px minmax(0, 1fr);
		grid-template-rows: auto auto auto;
		column-gap: 12px;
		width: 100%;
		min-width: 0;
		margin: 0;
		padding: 12px;
		border: 1px solid #e8ecee;
		border-radius: 16px;
		background: #fff;
		box-shadow: 0 6px 18px rgba(34, 46, 52, .06);
	}

	.mt-clone-request-page .wishlist_table tbody tr[data-wishlist-workspace-row] > td {
		display: block;
		width: auto !important;
		min-width: 0;
		margin: 0;
		padding: 0 !important;
		border: 0;
		text-align: left !important;
		white-space: normal;
	}

	.mt-clone-request-page .wishlist_table tbody tr[data-wishlist-workspace-row] .product-remove {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 1;
		width: 28px !important;
		padding: 0 !important;
		text-align: center !important;
	}

	.mt-clone-request-page .wishlist_table tbody tr[data-wishlist-workspace-row] .product-remove a {
		width: 28px;
		height: 28px;
		background: #f5f7f8;
		color: #69767b;
		font-size: 18px;
	}

	.mt-clone-request-page .wishlist_table tbody tr[data-wishlist-workspace-row] .product-thumbnail {
		grid-column: 1;
		grid-row: 1 / span 3;
		align-self: start;
	}

	.mt-clone-request-page .wishlist_table tbody tr[data-wishlist-workspace-row] .product-thumbnail a {
		width: 74px;
		max-width: 74px;
		aspect-ratio: 4 / 3;
		overflow: hidden;
		border-radius: 12px;
		background: #f5f2eb;
	}

	.mt-clone-request-page .wishlist_table tbody tr[data-wishlist-workspace-row] .product-thumbnail img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.mt-clone-request-page .wishlist_table tbody tr[data-wishlist-workspace-row] .product-name {
		grid-column: 2;
		grid-row: 1;
		align-self: end;
		padding-right: 30px !important;
	}

	.mt-clone-request-page .wishlist_table tbody tr[data-wishlist-workspace-row] .product-name > a {
		display: -webkit-box;
		overflow: hidden;
		color: #263238;
		font-size: 13px;
		font-weight: 600;
		line-height: 1.4;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.mt-clone-request-page .wishlist_table tbody tr[data-wishlist-workspace-row] .product-w-no {
		grid-column: 2;
		grid-row: 2;
		align-self: center;
		margin-top: 5px;
		color: #7c898e;
		font-size: 11px;
		line-height: 1.35;
	}

	.mt-clone-request-page .wishlist_table tbody tr[data-wishlist-workspace-row] .product-w-no::before {
		content: "W.no";
		display: inline-block;
		margin-right: 5px;
		color: #a77b20;
		font-size: 10px;
		font-weight: 700;
		letter-spacing: .04em;
		text-transform: uppercase;
	}

	.mt-clone-request-page .wishlist_table tbody tr[data-wishlist-workspace-row] .product-add-to-cart {
		grid-column: 2;
		grid-row: 3;
		align-self: start;
		margin-top: 3px;
		color: #9aa4a8;
		font-size: 11px;
		line-height: 1.35;
	}

	.mt-clone-request-page .wishlist_table tbody tr[data-wishlist-workspace-row] .product-add-to-cart::before {
		content: "Added";
		display: inline-block;
		margin-right: 5px;
		color: #9aa4a8;
		font-size: 10px;
		font-weight: 600;
		letter-spacing: .04em;
		text-transform: uppercase;
	}

	.mt-clone-request-page .wishlist_table tbody tr[data-wishlist-workspace-row] .product-add-to-cart .mt-clone-wishlist-meta {
		display: inline;
		margin: 0;
		font-size: inherit;
		line-height: inherit;
		white-space: normal;
	}

	.mt-clone-request-page .wishlist_table tbody tr[data-wishlist-workspace-empty-row] {
		display: block;
		width: 100%;
		padding: 24px 14px;
		border: 1px dashed #d9e0e3;
		border-radius: 16px;
		background: #fff;
	}

	.mt-clone-request-page .wishlist_table tbody tr[data-wishlist-workspace-empty-row] td {
		display: block;
		width: 100% !important;
		padding: 0 !important;
		border: 0;
		font-size: 13px;
		line-height: 1.5;
	}

	.mt-clone-request-page .wishlist-page-links {
		margin-top: 14px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.mt-clone-request-page .wishlist-page-links .woocommerce-pagination {
		width: max-content;
		min-width: 100%;
		margin: 0;
		padding: 8px 0 0;
		border-top: 1px solid #e8ecee;
	}

	.mt-clone-request-page .wishlist-page-links .woocommerce-pagination ul.page-numbers {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 4px;
		margin: 0;
		padding: 0;
		white-space: nowrap;
	}

	.mt-clone-request-page .wishlist-page-links .woocommerce-pagination ul.page-numbers li {
		float: none;
		margin: 0 !important;
	}

	.mt-clone-request-page .wishlist-page-links .woocommerce-pagination .page-numbers {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 32px;
		height: 32px;
		padding: 0 8px;
		border-radius: 10px;
		font-size: 12px;
		line-height: 1;
	}

	.mt-clone-request-page .wishlist-page-links .woocommerce-pagination .page-numbers.current {
		background: #f5f0df;
		color: #8c681c;
		font-weight: 700;
	}

	.mt-clone-request-page .yith_wcwl_footer_additional_action {
		width: 100%;
		margin-top: 4px;
	}

	.mt-clone-request-page .yith_wcwl_footer_additional_action .ask-an-estimate-button {
		box-sizing: border-box;
		width: 100%;
		min-width: 0;
		height: 48px;
		border-radius: 14px;
		font-size: 13px;
	}

	.mt-clone-request-page .wishlist-ask-an-estimate-popup {
		padding: 16px 12px;
	}

	.mt-clone-request-page .wishlist-ask-an-estimate-popup__dialog {
		width: 100%;
		max-height: calc(100svh - 32px);
		padding: 24px 16px 18px;
		border-radius: 18px;
	}

	.mt-clone-request-page .wishlist-ask-an-estimate-popup__close {
		top: 8px;
		right: 8px;
		width: 30px;
		height: 30px;
		font-size: 24px;
		line-height: 30px;
	}
}

@media (max-width: 900px) {
	body.mt-clone-wishlist-add-popup-open {
		overflow: hidden;
	}

	.mt-clone-wishlist-add-popup {
		box-sizing: border-box;
		display: flex !important;
		position: fixed;
		inset: 0;
		z-index: 30100;
		align-items: center;
		justify-content: center;
		padding: 16px 12px;
	}

	.mt-clone-wishlist-add-popup[hidden] {
		display: none !important;
	}

	.mt-clone-wishlist-add-popup__backdrop {
		position: absolute;
		inset: 0;
		background: rgba(13, 22, 30, .62);
	}

	.mt-clone-wishlist-add-popup__dialog {
		position: relative;
		z-index: 1;
		box-sizing: border-box;
		width: min(100%, 420px);
		max-height: calc(100svh - 32px);
		margin: 0;
		overflow-y: auto;
		padding: 24px 16px 18px;
		border-radius: 18px;
		background: #fff;
		box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
	}

	.mt-clone-wishlist-add-popup__dialog h3 {
		margin-right: 34px;
		font-size: 19px;
		line-height: 1.3;
	}

	.mt-clone-wishlist-add-popup__dialog > p {
		margin-bottom: 16px;
		font-size: 12px;
		line-height: 1.5;
	}

	.mt-clone-wishlist-add-popup__close {
		position: absolute;
		top: 10px;
		right: 10px;
		box-sizing: border-box;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		min-width: 32px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: #f0f3f5;
		color: #4c5963;
		font-size: 20px;
		line-height: 1;
		text-align: center;
		cursor: pointer;
	}

	.mt-clone-wishlist-add-popup__options {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
		margin-bottom: 16px;
	}

	.mt-clone-wishlist-add-popup__options .mt-clone-wishlist-add-popup__select {
		width: 100%;
		min-height: 44px;
		padding: 10px 34px 10px 12px;
		font-size: 13px;
	}

	.mt-clone-wishlist-add-popup__confirm,
	.mt-clone-wishlist-add-popup__create .button {
		box-sizing: border-box;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		width: 100%;
		min-height: 44px;
		padding: 10px 14px;
		font-size: 12px;
		line-height: 1.2;
		text-align: center;
	}

	.mt-clone-wishlist-add-popup__create {
		display: flex;
		flex-direction: column;
		gap: 8px;
		margin: 0;
	}

	.mt-clone-wishlist-add-popup__create input {
		box-sizing: border-box;
		width: 100%;
		min-height: 44px;
		padding: 10px 12px;
		font-size: 13px;
	}

	body.mt-clone-wishlist-add-popup-open .mt-clone-wishlist-panel.mt-clone-wishlist-panel--popup-host,
	body.mt-clone-wishlist-add-popup-open .mt-clone-wishlist-panel.mt-clone-wishlist-panel--popup-host[hidden] {
		display: block !important;
		position: static;
		width: 0;
		height: 0;
		min-height: 0;
		max-height: none;
		margin: 0;
		padding: 0;
		overflow: visible;
		border: 0;
		box-shadow: none;
		visibility: visible;
		opacity: 1;
	}

	body.mt-clone-wishlist-add-popup-open .mt-clone-wishlist-panel.mt-clone-wishlist-panel--popup-host > *:not([data-wishlist-first-add-popup]) {
		display: none !important;
	}
}

/* Keep the standalone login artwork and controls proportional on mobile screens. */
@media (max-width: 959px) {
	body.mt-clone-login-screen .mt-admin-login-clone-preview__form-wrap {
		min-height: max(100svh, clamp(520px, 164vw, 640px));
		padding: clamp(18px, 7.2vw, 28px) clamp(12px, 4.6vw, 18px);
		gap: clamp(12px, 4.6vw, 18px);
	}

	body.mt-clone-login-screen .mt-admin-login-clone-preview__form {
		width: min(100%, clamp(270px, 94vw, 385px));
		height: clamp(280px, 94.8vw, 370px);
		min-height: 0;
		padding: clamp(40px, 16.4vw, 64px) clamp(22px, 8.2vw, 32px) clamp(18px, 6.2vw, 24px);
	}

	body.mt-clone-login-screen .mt-admin-login-clone-preview__form p {
		max-width: min(270px, 100%);
		margin-bottom: clamp(10px, 3.6vw, 14px);
	}

	body.mt-clone-login-screen .mt-admin-login-clone-preview__form label {
		font-size: clamp(12px, 3.33vw, 13px);
	}

	body.mt-clone-login-screen .mt-admin-login-clone-preview__form input {
		min-height: clamp(34px, 9.2vw, 36px);
		padding: clamp(6px, 1.8vw, 7px) clamp(8px, 2.3vw, 9px);
	}

	body.mt-clone-login-screen .mt-admin-login-clone-preview__form button {
		min-height: clamp(30px, 8.2vw, 32px);
		padding-right: clamp(12px, 3.6vw, 14px);
		padding-left: clamp(12px, 3.6vw, 14px);
	}
}
