.mlm-zhaket-product-hero-demo2 {
	background: #fff;
	padding: 0 0 24px;
	margin-top: var(--mlm-demo2-hero-offset-desktop, 80px);
	overflow-x: clip;
}

.mlm-zhaket-breadcrumb-row-demo2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 30px;
	direction: ltr;
}

.mlm-zhaket-breadcrumb-demo2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #9ca3af;
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 0;
	flex: 0 1 auto;
	margin-left: auto;
	direction: rtl;
	justify-content: flex-end;
	text-align: right;
}

.mlm-zhaket-breadcrumb-demo2 a {
	color: inherit;
	text-decoration: none;
}

.mlm-zhaket-breadcrumb-demo2 a:hover {
	color: #6b7280;
}

.mlm-zhaket-breadcrumb-sep-demo2 {
	color: inherit;
	margin: 0 14px;
}

.mlm-zhaket-brand-line-demo2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
	margin-bottom: 2px;
	direction: rtl;
	justify-content: flex-start;
}

.mlm-zhaket-brand-logo-demo2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.mlm-zhaket-brand-logo-demo2 img {
	height: 24px;
	width: auto;
	max-width: 120px;
	display: block;
	border-radius: 6px;
}

.mlm-zhaket-brand-breadcrumb-demo2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #18bfd3;
	font-size: 14px;
	line-height: 1.6;
}

.mlm-zhaket-brand-breadcrumb-demo2 a {
	color: inherit;
	text-decoration: none;
}

.mlm-zhaket-brand-breadcrumb-demo2 a:hover {
	color: #18bfd3;
}

.mlm-zhaket-brand-breadcrumb-sep-demo2 {
	color: inherit;
	margin: 0 14px;
}

.mlm-zhaket-selling-in-demo2 {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #9ca3af;
	font-size: var(--mlm-demo2-selling-in-size, 13px);
	line-height: 1.6;
	flex: 0 0 auto;
	--color-neutral-400: currentColor;
	text-decoration: none;
}

.mlm-zhaket-selling-in-icon-demo2 {
	width: 15px;
	height: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.mlm-zhaket-selling-in-icon-demo2 svg {
	width: 15px;
	height: 15px;
	display: block;
}

@media (min-width: 992px) {
	.mlm-zhaket-product-hero-demo2 .row {
		flex-direction: row-reverse;
		gap: 16px;
	}
}

@media (min-width: 992px) {
	.mlm-zhaket-product-hero-demo2>.container {
		max-width: none;
		width: 100%;
	}

	.mlm-zhaket-product-hero-demo2 .col-lg-6.order-lg-2 {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
		padding-right: 0;
		padding-left: 0;
	}

	.mlm-zhaket-product-hero-demo2 .col-lg-6.order-lg-1 {
		flex: 1 1 0;
		max-width: none;
		padding-right: 0;
		padding-left: 0;
	}

	.mlm-zhaket-product-summary-demo2 {
		padding-top: 0;
		margin-top: 0;
	}

	.mlm-zhaket-product-hero-demo2 .mlm-zhaket-breadcrumb-row-demo2 {
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 21px;
		padding-right: 21px;
		margin-bottom: 10px;
	}

	.mlm-zhaket-product-hero-demo2 .mlm-zhaket-breadcrumb-row-demo2>.mlm-zhaket-selling-in-demo2 {
		grid-column: 1;
		justify-self: start;
	}

	.mlm-zhaket-product-hero-demo2 .mlm-zhaket-breadcrumb-row-demo2>.mlm-zhaket-breadcrumb-demo2 {
		grid-column: 2;
		justify-self: end;
		margin-left: 0;
	}
}

.mlm-zhaket-product-media-demo2 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 16px;
	position: relative;
}

.mlm-zhaket-product-image-demo2 {
	width: 491px;
	height: 491px;
	max-width: 100%;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
}

.mlm-zhaket-product-image-demo2 .mlm-zhaket-gallery-trigger-demo2 {
	width: 100%;
	height: 100%;
	display: block;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.mlm-zhaket-product-image-demo2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mlm-zhaket-product-summary-demo2 {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 0 0 24px;
}

.mlm-zhaket-product-title-demo2 {
	font-size: var(--mlm-demo2-title-fa-size, 24px);
	font-weight: 700;
	margin: 0;
	color: #111827;
}

.mlm-zhaket-product-subtitle-demo2 {
	font-size: var(--mlm-demo2-title-en-size, 13px);
	color: #9ca3af;
	line-height: 1.6;
	margin-top: -10px;
	direction: ltr;
	text-align: right;
}

.mlm-zhaket-title-meta-stack-demo2 {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mlm-zhaket-title-divider-demo2 {
	width: 100%;
	height: 1px;
	background: #e5e7eb;
}

.mlm-zhaket-feedback-row-demo2 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	flex-wrap: wrap;
	direction: rtl;
}

.mlm-zhaket-comments-pill-demo2 {
	height: 26px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0 10px;
	border-radius: 999px;
	background: #e5e7eb;
	color: #111827;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.mlm-zhaket-comments-pill-icon-demo2 {
	width: 14px;
	height: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.mlm-zhaket-comments-pill-icon-demo2 svg {
	width: 14px;
	height: 14px;
	display: block;
}

.mlm-zhaket-comments-pill-demo2:hover {
	color: #111827;
	text-decoration: none;
}

.mlm-zhaket-rating-inline-demo2 {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	direction: ltr;
	color: #111827;
	font-size: 12px;
	font-weight: 700;
}

.mlm-zhaket-rating-star-demo2 {
	color: #fbbf24;
	font-size: 14px;
	line-height: 1;
}

.mlm-zhaket-colors-demo2 {
	margin-top: 8px;
	direction: rtl;
}

.mlm-zhaket-shoe-options-demo2 {
	margin-top: 8px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	direction: rtl;
}

.mlm-zhaket-shoe-option-row-demo2 {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.mlm-zhaket-selected-size-demo2 {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #111827;
	font-size: 12px;
	font-weight: 700;
}

.mlm-zhaket-selected-size-label-demo2,
.mlm-zhaket-selected-size-value-demo2 {
	font-size: 14px;
	line-height: 1.2;
}

.mlm-zhaket-shoe-option-values-demo2 {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.mlm-zhaket-shoe-options-demo2 .shoe-option-btn {
	padding: 6px 10px;
	border-radius: 999px;
	border: 1px solid #e5e7eb;
	background-color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
}

.mlm-zhaket-shoe-options-demo2 .shoe-option-btn:hover {
	border-color: #9ca3af;
	background-color: #f3f4f6;
}

.mlm-zhaket-shoe-options-demo2 .shoe-option-btn.is-selected {
	background-color: var(--mlm-button-color, #111827);
	border-color: var(--mlm-button-color, #111827);
	color: #ffffff;
}

.mlm-zhaket-shoe-stock-message-demo2 {
	display: none;
	font-size: 12px;
	font-weight: 800;
}

.mlm-zhaket-shoe-stock-message-demo2.is-ok {
	display: block;
	color: #16a34a;
}

.mlm-zhaket-shoe-stock-message-demo2.is-empty {
	display: block;
	color: #dc2626;
}

.mlm-zhaket-product-summary-demo2 .mlm-zhaket-purchase-add-demo2.disabled,
.mlm-sticky-cart-btn.disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.mlm-zhaket-selected-color-demo2 {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #111827;
	font-size: 12px;
	font-weight: 700;
}

.mlm-zhaket-selected-color-label-demo2 {
	font-size: 14px;
	line-height: 1.2;
}

.mlm-zhaket-selected-color-value-demo2 {
	font-size: 14px;
	line-height: 1.2;
}

.mlm-zhaket-selected-color-dot-demo2 {
	width: 16px;
	height: 16px;
	border-radius: 999px;
	border: 1px solid #9ca3af;
	display: inline-block;
	flex: 0 0 auto;
}

.mlm-zhaket-insurance-demo2 {
	margin-top: 12px;
	direction: rtl;
}

.mlm-demo2-service-cards-wrap {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.mlm-demo2-service-cards-wrap .mlm-zhaket-insurance-demo2 {
	margin-top: 0;
}

.mlm-demo2-service-cards-wrap .mlm-zhaket-insurance-card-demo2 {
	margin-top: 0;
}

.mlm-zhaket-selected-insurance-demo2 {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #111827;
	font-size: 12px;
	font-weight: 700;
}

.mlm-zhaket-selected-insurance-label-demo2 {
	font-size: 14px;
	line-height: 1.2;
}

.mlm-zhaket-insurance-card-demo2 {
	margin-top: 8px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 12px 14px;
	display: flex;
	align-items: center;
	gap: 12px;
	direction: rtl;
}

input.mlm-zhaket-insurance-checkbox-demo2 {
	appearance: none;
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	border: 2px solid #6b7280;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex: 0 0 auto;
	margin: 0;
}

input.mlm-zhaket-insurance-checkbox-demo2:checked {
	background: var(--mlm-button-color, #111827);
	border-color: var(--mlm-button-color, #111827);
}

input.mlm-zhaket-insurance-checkbox-demo2:checked::after {
	content: "✓";
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: 900;
}

.mlm-zhaket-insurance-main-demo2 {
	min-width: 0;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 6px;
	position: relative;
}

.mlm-zhaket-insurance-main-demo2::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -6px;
	width: 1px;
	background: #e5e7eb;
}

.mlm-zhaket-insurance-title-demo2 {
	font-size: 14px;
	font-weight: 800;
	color: #111827;
	line-height: 1.4;
}

.mlm-zhaket-insurance-price-row-demo2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.mlm-zhaket-insurance-prices-demo2 {
	display: flex;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
}

.mlm-zhaket-insurance-old-price-demo2 {
	font-size: 12px;
	font-weight: 700;
	color: #9ca3af;
}

.mlm-zhaket-insurance-price-demo2 {
	font-size: 15px;
	font-weight: 800;
	color: #111827;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	direction: ltr;
}

.mlm-zhaket-insurance-badge-demo2 {
	background: #ef4444;
	color: #fff;
	border-radius: 999px;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.6;
}

.mlm-zhaket-insurance-details-demo2 {
	border: 0;
	background: transparent;
	color: #2563eb;
	font-size: 12px;
	font-weight: 700;
	padding: 0;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	cursor: pointer;
	flex: 0 0 auto;
}

.mlm-zhaket-insurance-details-demo2:hover {
	text-decoration: none;
	color: #1d4ed8;
}

.mlm-zhaket-insurance-modal-demo2 {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}

.mlm-zhaket-insurance-modal-demo2.is-active {
	display: flex;
}

.mlm-zhaket-insurance-modal-backdrop-demo2 {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.mlm-zhaket-insurance-modal-content-demo2 {
	position: relative;
	z-index: 1;
	width: 460px;
	max-width: 92vw;
	height: 584px;
	max-height: 92vh;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	direction: rtl;
}

.mlm-zhaket-insurance-modal-header-demo2 {
	height: 84px;
	padding: 16px 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	border-bottom: 1px solid #e5e7eb;
}

.mlm-zhaket-insurance-modal-title-wrap-demo2 {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.mlm-zhaket-insurance-modal-title-demo2 {
	font-size: 16px;
	font-weight: 800;
	color: #111827;
	line-height: 1.3;
}

.mlm-zhaket-insurance-modal-subtitle-demo2 {
	font-size: 12px;
	font-weight: 700;
	color: #6b7280;
	line-height: 1.6;
}

.mlm-zhaket-insurance-modal-close-demo2 {
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent;
	color: #6b7280;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	flex: 0 0 auto;
}

.mlm-zhaket-insurance-modal-body-demo2 {
	height: 420px;
	overflow: auto;
	padding: 0 20px 20px;
}

.mlm-zhaket-insurance-modal-divider-demo2 {
	height: 1px;
	background: #e5e7eb;
	width: 100%;
	margin: 0;
}

.mlm-zhaket-insurance-modal-desc-demo2 {
	padding-top: 16px;
	font-size: 13px;
	line-height: 2;
	color: #111827;
}

.mlm-zhaket-insurance-modal-footer-demo2 {
	height: 80px;
	padding: 16px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border-top: 1px solid #e5e7eb;
}

.mlm-zhaket-insurance-modal-btn-demo2 {
	width: 204px;
	height: 48px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
	padding: 0;
	white-space: nowrap;
}

.mlm-zhaket-insurance-modal-add-demo2 {
	background: var(--mlm-button-color, #111827);
	color: #fff;
	border: 0;
}

.mlm-zhaket-insurance-modal-decline-demo2 {
	background: #fff;
	color: var(--mlm-button-color, #111827);
	border: 2px solid var(--mlm-button-color, #111827);
}

.mlm-zhaket-physical-features-section-demo2 {
	margin-top: 14px;
}

.mlm-zhaket-physical-features-title-demo2 {
	font-size: 13px;
	font-weight: 800;
	color: #111827;
	margin-bottom: 10px;
}

.mlm-zhaket-physical-features-grid-demo2 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.mlm-zhaket-physical-feature-box-demo2 {
	height: 61px;
	border-radius: 10px;
	background: #F7F7F7;
	border: 1px solid #e5e7eb;
	padding: 8px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	min-width: 0;
}

.mlm-zhaket-physical-feature-head-demo2 {
	font-size: 11px;
	font-weight: 700;
	color: #9ca3af;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}

.mlm-zhaket-physical-feature-value-demo2 {
	font-size: 12px;
	font-weight: 800;
	color: #111827;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}

.mlm-zhaket-physical-feature-box-demo2:nth-child(4) {
	grid-column: 1 / 2;
}

.mlm-demo2-physical-features-more-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 14px;
}

.mlm-demo2-physical-features-more-line {
	height: 1px;
	background: #e5e7eb;
	flex: 1;
	min-width: 12px;
}

.mlm-demo2-physical-features-more-btn {
	width: 177px;
	height: 40px;
	border-radius: 10px;
	border: 1px solid #e5e7eb;
	background: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0;
	color: #111827;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

.mlm-demo2-physical-features-more-text {
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.mlm-demo2-physical-features-more-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.mlm-demo2-physical-features-more-icon svg {
	display: block;
}

@media (min-width: 992px) {
	.mlm-zhaket-physical-features-grid-demo2 {
		grid-template-columns: repeat(3, 189px);
		row-gap: 10px;
		column-gap: 0;
		justify-content: space-between;
	}

	.mlm-zhaket-physical-feature-box-demo2 {
		width: 189px;
	}
}

.mlm-zhaket-color-swatches-demo2 {
	margin-top: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
}

.mlm-zhaket-color-swatch-demo2 {
	width: 30px;
	height: 30px;
	border-radius: 999px;
	border: 1px solid #e5e7eb;
	background: #f3f4f6;
	padding: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.mlm-zhaket-color-swatch-demo2.is-selected {
	border-color: #111827;
	box-shadow: 0 0 0 2px rgba(17, 24, 39, 0.25);
}

.mlm-zhaket-title-purchase-row-demo2 {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.mlm-zhaket-purchase-box-demo2 {
	background: #F7F7F7;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	padding: 14px 16px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.mlm-demo3-purchase-box {
	background: #F7F7F7;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	padding: 14px 16px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.mlm-demo3-top-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.mlm-demo3-vendor-avatar {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	overflow: hidden;
	flex: 0 0 auto;
}

.mlm-demo3-vendor-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mlm-demo3-top-meta-breadcrumbs {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.mlm-demo3-category-breadcrumb,
.mlm-demo3-brand-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	color: #6b7280;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
}

.mlm-demo3-category-breadcrumb a,
.mlm-demo3-brand-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.mlm-demo3-category-breadcrumb a:hover,
.mlm-demo3-brand-breadcrumb a:hover {
	color: #111827;
}

.mlm-demo3-category-breadcrumb-sep,
.mlm-demo3-brand-breadcrumb-sep {
	color: inherit;
}

.mlm-demo3-price-tabs-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.mlm-demo3-price-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mlm-demo3-price-tab {
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #ffffff;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 57px;
	cursor: pointer;
}

.mlm-demo3-price-tab.is-active {
	border-color: #111827;
	box-shadow: 0 0 0 2px rgba(17, 24, 39, 0.18);
}

.mlm-demo3-price-tab-thumb {
	width: 130px;
	height: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--mlm-demo3-thumb-radius, 12px);
	overflow: hidden;
	background: #f3f4f6;
}

.mlm-demo3-price-tab-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mlm-demo3-price-panels {
	width: 100%;
}

.mlm-demo3-price-panel {
	display: none;
	flex-direction: column;
	gap: 10px;
}

.mlm-demo3-price-panel.is-active {
	display: flex;
}

.mlm-demo3-price-alert {
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	color: #1d4ed8;
	border-radius: 12px;
	padding: 0 12px;
	height: 56px;
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.8;
}

.mlm-demo3-price-rows {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.mlm-demo3-price-row {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 0 12px;
	height: 68px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	cursor: pointer;
}

.mlm-demo3-price-row-title {
	font-size: 13px;
	font-weight: 800;
	color: #111827;
}

.mlm-demo3-price-row-left {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.mlm-demo3-price-row-price-wrap {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.mlm-demo3-price-row-old-price {
	color: #9ca3af;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.mlm-demo3-price-row-price {
	font-size: 13px;
	font-weight: 800;
	color: #111827;
	white-space: nowrap;
}

.mlm-demo3-price-row-discount {
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 8px;
	background: #dc2626;
	color: #ffffff;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 800;
	line-height: 20px;
	white-space: nowrap;
}

.mlm-demo3-add-to-cart {
	height: 36px;
	padding: 0 12px;
	border-radius: 10px;
	border: 1px solid #111827;
	background: #111827;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;
}

.mlm-demo3-add-to-cart:hover,
.mlm-demo3-add-to-cart:focus {
	color: #ffffff;
}

.mlm-demo3-price-row-message {
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	color: #1d4ed8;
	border-radius: 12px;
	padding: 10px 12px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.8;
}

.mlm-demo3-tabs-banner {
	background: #111827;
	color: #ffffff;
	border-radius: 14px;
	padding: 10px 12px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.8;
}

.mlm-demo2-purchase-box-placeholder {
	width: 100%;
	flex: 0 0 auto;
}

.mlm-demo2-purchase-stack-demo2 {
	width: 333px;
	max-width: 100%;
	margin-left: 20px;
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
}

@media (min-width: 992px) {
	.mlm-zhaket-purchase-box-demo2.mlm-demo2-sticky-purchase-box {
		margin-left: 0;
	}
}

.mlm-zhaket-seller-title-row-demo2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.mlm-zhaket-seller-title-demo2 {
	font-size: 13px;
	font-weight: 800;
	color: #111827;
}

.mlm-zhaket-seller-others-demo2 {
	font-size: 12px;
	color: #6b7280;
	white-space: nowrap;
}

.mlm-zhaket-seller-main-demo2 {
	display: flex;
	align-items: center;
	gap: 8px;
}

.mlm-zhaket-seller-avatar-img-demo2 {
	width: 24px;
	height: 24px;
	border-radius: 999px;
	display: block;
}

.mlm-zhaket-seller-name-demo2 {
	font-size: 13px;
	font-weight: 700;
	color: #111827;
}

.mlm-zhaket-seller-stats-demo2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.mlm-zhaket-seller-stat-demo2 {
	display: flex;
	align-items: baseline;
	gap: 6px;
	min-width: 0;
}

.mlm-zhaket-seller-stat-label-demo2 {
	font-size: 12px;
	color: #6b7280;
	white-space: nowrap;
}

.mlm-zhaket-seller-stat-value-demo2 {
	font-size: 12px;
	font-weight: 800;
	color: #111827;
	white-space: nowrap;
}

.mlm-zhaket-seller-stat-sep-demo2 {
	color: #d1d5db;
	font-weight: 700;
}

.mlm-zhaket-purchase-divider-demo2 {
	height: 1px;
	background: #e5e7eb;
	width: 100%;
}

.mlm-zhaket-purchase-alert-demo2 {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 12px;
	background: #fff7ed;
	border: 1px solid #fdba74;
	color: #9a3412;
	font-size: 12px;
	line-height: 1.7;
}

.mlm-zhaket-purchase-alert-icon-demo2 {
	color: #f97316;
	flex: 0 0 auto;
	margin-top: 2px;
}

.mlm-zhaket-purchase-price-row-demo2 {
	display: flex;
	justify-content: flex-end;
}

.mlm-zhaket-purchase-price-demo2 {
	text-align: left;
	direction: ltr;
	font-size: 22px;
	font-weight: 800;
	color: #111827;
}

.mlm-zhaket-purchase-price-demo2 del {
	display: block;
	font-size: 14px;
	color: #9ca3af;
	font-weight: 700;
}

.mlm-demo2-regular-price-line {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	justify-content: flex-end;
}

.mlm-demo2-regular-price-line del {
	display: inline-block;
}

.mlm-demo2-discount-badge {
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 8px;
	background: #dc2626;
	color: #ffffff;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 800;
	line-height: 20px;
}

.mlm-zhaket-purchase-price-demo2 ins {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.mlm-zhaket-active-price-icon-demo2 {
	width: 14px;
	height: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.mlm-zhaket-active-price-icon-demo2 svg {
	width: 14px;
	height: 14px;
	display: block;
}

.mlm-zhaket-purchase-action-demo2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mlm-zhaket-stock-row-demo2 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	margin-bottom: 13px;
	direction: rtl;
	text-align: right;
	color: #28C1D4;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
}

.mlm-zhaket-stock-icon-demo2 {
	width: 18px;
	height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.mlm-zhaket-stock-icon-demo2 svg {
	width: 18px;
	height: 18px;
	display: block;
}

.mlm-zhaket-stock-text-demo2 {
	color: inherit;
}

.mlm-zhaket-purchase-add-demo2,
a.mlm-zhaket-purchase-add-demo2,
button.mlm-zhaket-purchase-add-demo2,
.mlm-zhaket-purchase-action-demo2 .mlm-zhaket-purchase-add-demo2,
.mlm-zhaket-purchase-action-demo2 a.mlm-zhaket-purchase-add-demo2,
.mlm-zhaket-purchase-action-demo2 button.mlm-zhaket-purchase-add-demo2 {
	width: 299px !important;
	max-width: 100%;
	height: 48px !important;
	border-radius: 10px !important;
	background: var(--mlm-button-color) !important;
	background-color: var(--mlm-button-color) !important;
	color: #fff !important;
	border: 0 !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	cursor: pointer;
	padding: 0 !important;
	transition: none !important;
	box-shadow: none !important;
}

.mlm-zhaket-purchase-add-demo2:hover,
.mlm-zhaket-purchase-add-demo2:focus,
.mlm-zhaket-purchase-add-demo2:active,
.mlm-zhaket-purchase-action-demo2 .mlm-zhaket-purchase-add-demo2:hover,
.mlm-zhaket-purchase-action-demo2 .mlm-zhaket-purchase-add-demo2:focus,
.mlm-zhaket-purchase-action-demo2 .mlm-zhaket-purchase-add-demo2:active {
	background: var(--mlm-button-color) !important;
	background-color: var(--mlm-button-color) !important;
	filter: none !important;
	color: #fff !important;
	text-decoration: none !important;
}

.mlm-zhaket-warranty-row-demo2 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	margin-top: 10px;
	direction: rtl;
	text-align: right;
	color: #111827;
	font-size: 13px;
	font-weight: 700;
	--color-icon-high-emphasis: #111827;
}

.mlm-zhaket-warranty-icon-demo2 {
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: #111827;
}

.mlm-zhaket-warranty-icon-demo2 svg {
	width: 24px;
	height: 24px;
	display: block;
	fill: #111827 !important;
}

.mlm-zhaket-warranty-text-demo2 {
	color: #111827;
}

.mlm-zhaket-shipping-divider-demo2 {
	height: 1px;
	background: #e5e7eb;
	width: 100%;
	margin-top: 10px;
}

.mlm-zhaket-shipping-row-demo2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 10px;
	direction: rtl;
	text-align: right;
	color: #111827;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	width: 100%;
}

.mlm-zhaket-shipping-row-demo2:hover {
	color: #111827;
	text-decoration: none;
}

.mlm-zhaket-shipping-row-content-demo2 {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.mlm-zhaket-shipping-icon-demo2 {
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.mlm-zhaket-shipping-icon-demo2 svg {
	width: 18px;
	height: 18px;
	display: block;
}

.mlm-zhaket-shipping-text-demo2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}

.mlm-zhaket-shipping-chevron-demo2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: #6b7280;
}

.mlm-zhaket-shipping-chevron-demo2 svg {
	width: 16px;
	height: 16px;
	display: block;
}

.mlm-zhaket-purchase-under-btn-demo2 {
	width: 100%;
	margin-top: 9px;
	min-height: 44px;
	border-radius: 5px;
	border: 1px solid #d1d5db;
	background: #ffffff;
	padding: 0 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	direction: rtl;
	text-align: right;
	color: #4b5563;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	box-sizing: border-box;
}

.mlm-zhaket-purchase-under-btn-demo2:hover {
	color: #4b5563;
	text-decoration: none;
}

.mlm-zhaket-purchase-under-btn-content-demo2 {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.mlm-zhaket-purchase-under-btn-icon-demo2 {
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: #4b5563;
}

.mlm-zhaket-purchase-under-btn-icon-demo2 svg {
	width: 18px;
	height: 18px;
	display: block;
}

.mlm-zhaket-purchase-under-btn-text-demo2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}

.mlm-zhaket-purchase-under-btn-arrow-demo2 {
	flex: 0 0 auto;
	color: #4b5563;
	font-weight: 800;
	line-height: 1;
}

.mlm-zhaket-purchase-under-btn-arrow-demo2 svg {
	width: 16px;
	height: 16px;
	display: block;
}

.mlm-zhaket-product-price-demo2 {
	font-size: 22px;
	font-weight: 700;
	color: #111827;
}

.mlm-zhaket-product-price-demo2 del {
	display: block;
	font-size: 14px;
	color: #9ca3af;
}

.mlm-zhaket-product-price-demo2 ins {
	text-decoration: none;
}

.mlm-zhaket-product-actions-demo2 .mlm-zhaket-product-add-demo2 {
	width: 100%;
	padding: 12px 16px;
}

.mlm-zhaket-product-gallery-demo2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.mlm-zhaket-gallery-report-demo2 {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	align-self: flex-start;
	margin-top: 8px;
	color: #6b7280;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	direction: rtl;
	text-align: right;
}

.mlm-zhaket-gallery-report-demo2:hover {
	color: #111827;
	text-decoration: none;
}

.mlm-zhaket-gallery-report-icon-demo2 svg {
	width: 18px;
	height: 18px;
	display: block;
}

.mlm-zhaket-product-hero-demo2 .mlm-product-features-bar {
	margin-top: 0;
	background: #ffffff;
	border-radius: 0;
	padding: 10px 16px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
	overflow: hidden;
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: auto;
	right: auto;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	box-sizing: border-box;
}

.mlm-zhaket-product-hero-demo2 .mlm-product-features-bar.mlm-demo2-under-purchase {
	direction: rtl;
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: auto;
	right: auto;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	border-radius: 0;
	box-shadow: none;
	border-top: 1px solid #e5e7eb;
	border-bottom: 3px solid #FF9606;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}

@supports (width: 100dvw) {
	.mlm-zhaket-product-hero-demo2 .mlm-product-features-bar {
		width: 100dvw;
		max-width: 100dvw;
		margin-left: calc(50% - 50dvw);
		margin-right: calc(50% - 50dvw);
	}

	.mlm-zhaket-product-hero-demo2 .mlm-product-features-bar.mlm-demo2-under-purchase {
		width: 100dvw;
		max-width: 100dvw;
		margin-left: calc(50% - 50dvw);
		margin-right: calc(50% - 50dvw);
	}
}

.mlm-zhaket-product-hero-demo2 .mlm-product-features-items {
	display: flex;
	gap: 24px;
	align-items: center;
}

.mlm-zhaket-product-hero-demo2 .mlm-product-features-bar.mlm-demo2-under-purchase .mlm-product-features-items {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
}

.mlm-zhaket-product-hero-demo2 .mlm-product-features-bar.mlm-demo2-under-purchase .mlm-product-feature-item {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	flex: unset;
}

@media (max-width: 576px) {
	.mlm-zhaket-product-hero-demo2 .mlm-product-features-bar.mlm-demo2-under-purchase .mlm-product-features-items {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		padding-left: 16px;
		padding-right: 16px;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
	}

	.mlm-zhaket-product-hero-demo2 .mlm-product-features-bar.mlm-demo2-under-purchase .mlm-product-feature-item {
		flex: 0 0 auto;
		min-width: 140px;
		scroll-snap-align: start;
	}

	.mlm-zhaket-product-hero-demo2 .mlm-product-features-bar.mlm-demo2-under-purchase .mlm-product-features-items {
		scrollbar-width: none;
	}

	.mlm-zhaket-product-hero-demo2 .mlm-product-features-bar.mlm-demo2-under-purchase .mlm-product-features-items::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
}

.mlm-zhaket-product-hero-demo2 .mlm-product-feature-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: right;
	gap: 8px;
	flex: 0 0 auto;
	padding: 8px 10px;
	border-radius: 10px;
	text-decoration: none;
	color: #111827;
	transition: none;
}

.mlm-zhaket-product-hero-demo2 .mlm-product-feature-item:hover {
	background: transparent;
	transform: none;
	box-shadow: none;
	color: #111827;
}

.mlm-zhaket-product-hero-demo2 .mlm-product-feature-thumb {
	width: 42px;
	height: 42px;
	border-radius: 999px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mlm-zhaket-product-hero-demo2 .mlm-product-feature-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mlm-zhaket-product-hero-demo2 .mlm-product-feature-title {
	font-size: 13px;
	font-weight: 600;
	color: #111827;
}

.mlm-zhaket-product-icons-demo2 {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-start;
}

.mlm-demo2-special-offer-wrap {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 14px;
	direction: rtl;
}

.mlm-zhaket-product-media-demo2.has-special-offer .mlm-demo2-special-offer-wrap {
	margin-top: 0;
}

.mlm-demo2-special-offer-bar {
	height: 50px;
	background: #FFEEF0;
	display: flex;
	align-items: center;
	padding: 0 16px;
}

.mlm-demo2-special-offer-right {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #dc2626;
	width: 100%;
	justify-content: space-between;
}

.mlm-demo2-special-offer-label {
	font-size: 14px;
	font-weight: 800;
}

.mlm-demo2-special-offer-countdown {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.2px;
	text-align: left;
}

.mlm-demo2-special-offer-progress {
	height: 4px;
	background: rgba(220, 38, 38, 0.18);
	position: relative;
	overflow: hidden;
}

.mlm-demo2-special-offer-progress-fill {
	position: absolute;
	inset: 0;
	width: 100%;
	background: #dc2626;
	transform-origin: right center;
	transform: scaleX(1);
	transition: transform 0.35s linear;
}

.mlm-demo2-share-modal {
	position: fixed;
	inset: 0;
	z-index: 1000000;
	background: rgba(17, 24, 39, 0.55);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 16px;
	direction: rtl;
}

.mlm-demo2-share-modal.is-open {
	display: flex !important;
}

.mlm-demo2-notify-modal {
	position: fixed;
	inset: 0;
	z-index: 1000000;
	background: rgba(17, 24, 39, 0.55);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 16px;
	direction: rtl;
}

.mlm-demo2-notify-modal.is-open {
	display: flex !important;
}

.mlm-demo2-price-chart-modal {
	position: fixed;
	inset: 0;
	z-index: 1000000;
	background: rgba(17, 24, 39, 0.55);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 16px;
	direction: rtl;
}

.mlm-demo2-price-chart-modal.is-open {
	display: flex !important;
}

.mlm-demo2-wishlist-modal {
	position: fixed;
	inset: 0;
	z-index: 1000000;
	background: rgba(17, 24, 39, 0.55);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 16px;
	direction: rtl;
}

.mlm-demo2-wishlist-modal.is-open {
	display: flex !important;
}

.mlm-demo2-wishlist-modal-panel {
	width: 460px;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
	display: flex;
	flex-direction: column;
	max-width: calc(100vw - 32px);
}

.mlm-demo2-wishlist-modal-header {
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 20px;
	border-bottom: 1px solid #e5e7eb;
	position: relative;
	padding-left: 52px;
}

.mlm-demo2-wishlist-modal-close {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	color: #111827;
	font-size: 22px;
	line-height: 1;
}

.mlm-demo2-wishlist-modal-title {
	width: 100%;
	text-align: right;
	font-size: 16px;
	font-weight: 700;
	color: #111827;
}

.mlm-demo2-wishlist-modal-body {
	padding: 18px 20px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.mlm-demo2-wishlist-step {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mlm-demo2-wishlist-step-empty {
	gap: 16px;
}

.mlm-demo2-wishlist-step-empty .mlm-demo2-wishlist-new-btn {
	margin: 20px auto 0;
}

.mlm-demo2-wishlist-step-choose {
	gap: 16px;
}

.mlm-demo2-wishlist-step-create {
	gap: 12px;
}

.mlm-demo2-wishlist-empty-image {
	display: block;
	width: 160px;
	height: 120px;
	object-fit: contain;
}

.mlm-demo2-wishlist-empty-text {
	width: 100%;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	color: #111827;
	line-height: 1.9;
}

.mlm-demo2-wishlist-suggestions {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 186px);
	gap: 12px 8px;
	justify-content: center;
}

.mlm-demo2-wishlist-suggestion {
	width: 186px;
	height: 52px;
	border-radius: 7px;
	background: #A6CAF2;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 0 12px;
	color: #0f172a;
	user-select: none;
}

.mlm-demo2-wishlist-suggestion img {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.mlm-demo2-wishlist-suggestion span {
	font-size: 13px;
	font-weight: 700;
}

.mlm-demo2-wishlist-new-btn {
	width: 380px;
	height: 40px;
	border-radius: 10px;
	border: 0;
	background: var(--mlm-button-color, #007bff);
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: filter 0.2s ease;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mlm-demo2-wishlist-new-btn:hover {
	filter: brightness(0.95);
}

.mlm-demo2-wishlist-lists {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

.mlm-demo2-wishlist-list-btn {
	width: 420px;
	height: 48px;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 12px;
	cursor: pointer;
	max-width: 100%;
}

.mlm-demo2-wishlist-list-title {
	font-size: 13px;
	font-weight: 800;
	color: #111827;
}

.mlm-demo2-wishlist-list-meta {
	font-size: 12px;
	font-weight: 700;
	color: #6b7280;
}

.mlm-demo2-wishlist-list-btn.is-added {
	border-color: #16a34a;
}

.mlm-demo2-wishlist-list-btn.is-added .mlm-demo2-wishlist-list-meta {
	color: #16a34a;
}

.mlm-demo2-wishlist-title {
	width: 420px;
	height: 48px;
	border-radius: 5px;
	border: 1px solid #e5e7eb;
	background: #ffffff;
	padding: 0 12px;
	font-size: 14px;
	font-weight: 600;
	color: #111827;
	max-width: 100%;
}

.mlm-demo2-wishlist-desc {
	width: 420px;
	height: 135px;
	border-radius: 5px;
	border: 1px solid #e5e7eb;
	background: #ffffff;
	padding: 10px 12px;
	font-size: 14px;
	font-weight: 600;
	color: #111827;
	resize: none;
	max-width: 100%;
}

.mlm-demo2-wishlist-form-actions {
	width: 420px;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	max-width: 100%;
}

.mlm-demo2-wishlist-submit,
.mlm-demo2-wishlist-cancel {
	width: 59px;
	height: 40px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.mlm-demo2-wishlist-submit {
	border: 0;
	background: var(--mlm-button-color, #007bff);
	color: #ffffff;
}

.mlm-demo2-wishlist-cancel {
	background: #ffffff;
	border: 1px solid var(--mlm-button-color, #007bff);
	color: var(--mlm-button-color, #007bff);
}

.mlm-demo2-price-chart-modal-panel {
	width: 800px;
	height: 584px;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
	display: flex;
	flex-direction: column;
	max-width: calc(100vw - 32px);
	max-height: calc(100vh - 32px);
}

.mlm-demo2-price-chart-modal-header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 16px 20px;
	padding-left: 52px;
	border-bottom: 1px solid #e5e7eb;
	position: relative;
}

.mlm-demo2-price-chart-modal-close {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	color: #111827;
	font-size: 22px;
	line-height: 1;
}

.mlm-demo2-price-chart-modal-title-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.mlm-demo2-price-chart-modal-title {
	width: 100%;
	text-align: right;
	font-size: 16px;
	font-weight: 800;
	color: #111827;
}

.mlm-demo2-price-chart-modal-subtitle {
	width: 100%;
	text-align: right;
	font-size: 12px;
	font-weight: 600;
	color: #6b7280;
}

.mlm-demo2-price-chart-modal-body {
	flex: 1;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mlm-demo2-price-chart-modal-body canvas {
	width: 100% !important;
	height: 100% !important;
}

.mlm-demo2-notify-modal-panel {
	width: 460px;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
	display: flex;
	flex-direction: column;
}

.mlm-demo2-notify-modal-header {
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 20px;
	border-bottom: 1px solid #e5e7eb;
}

.mlm-demo2-notify-modal-title {
	width: 100%;
	text-align: right;
	font-size: 16px;
	font-weight: 700;
	color: #111827;
}

.mlm-demo2-notify-modal-body {
	padding: 16px 20px 10px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.mlm-demo2-notify-option {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	cursor: pointer;
	user-select: none;
}

.mlm-demo2-notify-option input[type="checkbox"] {
	width: 16px;
	height: 16px;
}

.mlm-demo2-notify-option input[type="checkbox"][disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}

.mlm-demo2-notify-option-text {
	font-size: 14px;
	font-weight: 600;
	color: #111827;
}

.mlm-demo2-notify-option-value {
	font-weight: 700;
	color: #6b7280;
}

.mlm-demo2-notify-modal-footer {
	padding: 12px 20px 18px;
	display: flex;
	justify-content: flex-end;
}

.mlm-demo2-notify-submit {
	height: 40px;
	border-radius: 10px;
	border: 0;
	padding: 0 18px;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	background: var(--mlm-button-color, #007bff);
	cursor: pointer;
	transition: filter 0.2s ease, opacity 0.2s ease;
}

.mlm-demo2-notify-submit:hover:not(:disabled) {
	filter: brightness(0.95);
}

.mlm-demo2-notify-submit:disabled {
	background: #d1d5db;
	color: #6b7280;
	cursor: not-allowed;
	opacity: 1;
	filter: none;
}

.mlm-demo2-share-modal-panel {
	width: 460px;
	height: 192px;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
	display: flex;
	flex-direction: column;
}

.mlm-demo2-share-modal-header {
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 20px;
	border-bottom: 1px solid #e5e7eb;
}

.mlm-demo2-share-modal-title {
	width: 100%;
	text-align: right;
	font-size: 16px;
	font-weight: 700;
	color: #111827;
}

.mlm-demo2-share-modal-body {
	flex: 1;
	padding: 18px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.mlm-demo2-share-modal-text {
	width: 100%;
	text-align: right;
	font-size: 14px;
	font-weight: 600;
	color: #111827;
}

.mlm-demo2-share-copy-btn {
	width: 420px;
	height: 40px;
	border-radius: 10px;
	border: 1px solid #111827;
	background: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #111827;
	cursor: pointer;
	padding: 0 14px;
}

.mlm-demo2-share-copy-btn svg {
	width: 18px;
	height: 18px;
}

.mlm-demo2-share-copy-btn.is-copied {
	border-color: #16a34a;
	color: #16a34a;
}

.mlm-demo2-share-copy-btn.is-copied svg {
	stroke: currentColor;
}

.mlm-zhaket-product-icon-demo2 {
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: #111827;
	cursor: pointer;
	position: relative;
}

.mlm-zhaket-product-icon-demo2 svg {
	width: 24px;
	height: 24px;
	fill: transparent;
}

.mlm-zhaket-product-icon-demo2.is-bookmarked {
	color: #ef4444;
}

.mlm-zhaket-product-icon-demo2.is-bookmarked svg {
	fill: currentColor;
	stroke: currentColor;
}

.mlm-zhaket-product-tooltip-demo2 {
	position: absolute;
	right: calc(100% + 10px);
	top: 50%;
	transform: translateY(-50%) translateX(4px);
	background: #111827;
	color: #fff;
	padding: 6px 10px;
	border-radius: 10px;
	font-size: 12px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.mlm-zhaket-product-icon-demo2:hover .mlm-zhaket-product-tooltip-demo2,
.mlm-zhaket-product-icon-demo2:focus-visible .mlm-zhaket-product-tooltip-demo2 {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) translateX(0);
}

.mlm-zhaket-product-gallery-thumb-demo2 {
	width: 72px;
	height: 72px;
	border-radius: 10px;
	overflow: hidden;
	padding: 0;
	border: 1px solid #e5e7eb;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}

.mlm-zhaket-product-gallery-thumb-demo2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mlm-zhaket-product-gallery-thumb-demo2.is-more-edge-demo2 img {
	filter: blur(1.6px) brightness(0.85);
	transform: scale(1.08);
}

.mlm-zhaket-gallery-more-indicator-demo2 {
	position: absolute;
	inset: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.55);
	color: #111827;
}

.mlm-zhaket-gallery-more-indicator-demo2 svg {
	width: 18px;
	height: 18px;
}

.mlm-zhaket-gallery-modal-demo2 {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}

.mlm-zhaket-gallery-modal-demo2.is-active {
	display: flex;
}

.mlm-zhaket-gallery-backdrop-demo2 {
	position: absolute;
	inset: 0;
	background: #000;
}

.mlm-zhaket-gallery-content-demo2 {
	position: relative;
	z-index: 1;
	width: min(960px, 92vw);
	max-height: 92vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.mlm-zhaket-gallery-close-demo2 {
	position: absolute;
	top: -28px;
	left: -28px;
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
}

.mlm-zhaket-gallery-nav-demo2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 0;
	background: rgba(255, 255, 255, 0.9);
	color: #111;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.mlm-zhaket-gallery-prev-demo2 {
	right: -28px;
	left: auto;
}

.mlm-zhaket-gallery-next-demo2 {
	left: -28px;
	right: auto;
}

.mlm-zhaket-gallery-main-demo2 {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	max-height: 70vh;
	flex: 1 1 auto;
}

.mlm-zhaket-gallery-main-demo2 img {
	max-width: 100%;
	max-height: 70vh;
	object-fit: contain;
	display: block;
}

.mlm-zhaket-gallery-thumbs-demo2 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	padding-bottom: 6px;
	margin-top: auto;
	padding-bottom: 10px;
}

@media (min-width: 992px) {
	.mlm-zhaket-gallery-thumbs-demo2 {
		scrollbar-width: none;
	}

	.mlm-zhaket-gallery-thumbs-demo2::-webkit-scrollbar {
		display: none;
	}
}

.mlm-zhaket-gallery-modal-thumb-demo2 {
	width: 72px;
	height: 72px;
	border-radius: 10px;
	overflow: hidden;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex: 0 0 auto;
	flex-shrink: 0;
	min-width: 72px;
	min-height: 72px;
}

.mlm-zhaket-gallery-modal-thumb-demo2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mlm-zhaket-gallery-modal-thumb-demo2.is-active {
	border-color: #fff;
}

@media (max-width: 991px) {
	.mlm-zhaket-gallery-modal-thumb-demo2 {
		width: 56px;
		height: 56px;
		border-radius: 8px;
		min-width: 56px;
		min-height: 56px;
	}

	.mlm-zhaket-gallery-thumbs-demo2 {
		gap: 6px;
	}
}

.mlm-demo2-mobile-category-breadcrumb {
	display: none;
	flex-wrap: wrap;
	align-items: center;
	color: #9ca3af;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 10px;
	direction: rtl;
	justify-content: flex-start;
	text-align: right;
}

.mlm-demo2-mobile-category-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.mlm-demo2-mobile-category-breadcrumb a:hover {
	color: #6b7280;
}

.mlm-demo2-mobile-category-breadcrumb-sep {
	color: inherit;
	margin: 0 10px;
}

.mlm-demo2-desktop-only {
	display: block;
}

.mlm-demo2-mobile-slider {
	display: none;
}

.mlm-zhaket-product-media-demo2.is-demo3-skin .mlm-demo2-mobile-slider {
	display: block;
	width: 100%;
	height: 100%;
}

.mlm-zhaket-product-media-demo2.is-demo3-skin .mlm-demo2-desktop-gallery-trigger {
	display: none;
}

.mlm-demo2-desktop-gallery-trigger {
	width: 100%;
	height: 100%;
	display: block;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.mlm-zhaket-product-image-demo2 {
	position: relative;
}

.mlm-demo2-mobile-slider-track {
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	width: 100%;
	height: 100%;
	direction: ltr;
}

.mlm-demo2-mobile-slider-track::-webkit-scrollbar {
	display: none;
}

.mlm-demo2-mobile-slide {
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	padding: 0;
	border: 0;
	background: transparent;
}

.mlm-demo2-mobile-slide img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.mlm-demo2-mobile-indicator-bar {
	position: absolute;
	left: 12px;
	bottom: 12px;
	background: rgba(17, 24, 39, 0.48);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 6px 8px;
	border-radius: 12px;
}

.mlm-demo2-mobile-indicators {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	direction: ltr;
}

.mlm-demo2-mobile-indicator {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	transition: width 0.18s ease;
}

.mlm-demo2-mobile-indicator.is-active {
	width: 18px;
}

.mlm-demo2-mobile-brand-actions {
	display: none;
}

.mlm-demo2-mobile-brand {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	min-width: 0;
	flex: 1 1 auto;
	direction: rtl;
	justify-content: flex-start;
}

.mlm-demo2-mobile-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
}

.mlm-demo2-mobile-action-btn {
	width: 38px;
	height: 38px;
	border-radius: 12px;
	border: 1px solid #e5e7eb;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.mlm-demo2-mobile-action-btn svg {
	width: 20px;
	height: 20px;
	display: block;
}

.mlm-demo2-product-details-box {
	margin-top: 16px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	padding: 16px;
	direction: rtl;
}

.mlm-demo2-product-details-title {
	font-size: 15px;
	font-weight: 800;
	color: #111827;
	margin: 0 0 12px;
}

.mlm-demo2-product-details-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.mlm-demo2-product-detail-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: start;
	gap: 8px 12px;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 10px 12px;
	min-width: 0;
}

.mlm-demo2-product-detail-label {
	color: #6b7280;
	font-size: 13px;
	font-weight: 700;
	min-width: 0;
}

.mlm-demo2-product-detail-value {
	color: #111827;
	font-size: 13px;
	font-weight: 800;
	text-align: left;
	min-width: 0;
	word-break: break-word;
	overflow-wrap: anywhere;
}

@media (max-width: 991px) {
	.mlm-demo2-product-details-grid {
		grid-template-columns: 1fr;
	}

	.mlm-demo2-product-detail-value {
		max-width: none;
	}
}

@media (max-width: 991px) {
	.mlm-zhaket-product-hero-demo2 {
		margin-top: var(--mlm-demo2-hero-offset-mobile, var(--mlm-demo2-hero-offset-desktop, 80px));
	}

	.mlm-zhaket-breadcrumb-row-demo2 {
		display: none;
	}

	.mlm-zhaket-product-media-demo2 {
		align-items: stretch;
	}

	.mlm-zhaket-product-image-demo2 {
		width: 100%;
		height: auto;
		border-radius: 0;
		position: sticky;
		top: 0;
		z-index: 1;
	}

	.mlm-zhaket-product-image-demo2 img {
		height: auto;
	}

	.mlm-zhaket-product-summary-demo2 {
		padding: 16px 0 0;
		margin-top: -24px;
		background: #fff;
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
		position: relative;
		z-index: 2;
	}

	.mlm-zhaket-title-purchase-row-demo2 {
		flex-direction: column;
		align-items: stretch;
	}

	.mlm-demo2-mobile-category-breadcrumb {
		display: flex;
	}

	.mlm-demo2-desktop-only,
	.mlm-demo2-desktop-gallery-trigger {
		display: none !important;
	}

	.mlm-demo2-mobile-slider {
		display: block;
		width: 100%;
		height: 100%;
	}

	.mlm-demo2-mobile-brand-actions {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 10px 6px 0;
		direction: rtl;
	}

	.mlm-zhaket-product-summary-demo2 .mlm-zhaket-brand-line-demo2 {
		display: none;
	}

	.mlm-demo2-special-offer-wrap {
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		margin-top: -15px;
		position: relative;
		z-index: 2;
	}

	.mlm-zhaket-purchase-box-demo2 {
		width: calc(100% - 10px);
		margin: 0 5px;
	}

	.mlm-zhaket-purchase-price-row-demo2 {
		display: none;
	}

	.mlm-zhaket-purchase-add-demo2,
	a.mlm-zhaket-purchase-add-demo2,
	button.mlm-zhaket-purchase-add-demo2 {
		display: none !important;
	}

	.mlm-zhaket-product-icons-demo2 {
		display: none;
	}
}

@media (min-width: 992px) {
	.mlm-demo2-mobile-brand-actions {
		display: none;
	}

	.mlm-demo2-special-offer-wrap {
		order: -1;
	}

	.mlm-zhaket-product-media-demo2 {
		width: auto;
		padding-right: 0;
	}

	.mlm-zhaket-product-image-demo2,
	.mlm-zhaket-product-gallery-demo2 {
		margin-left: auto;
		margin-right: 60px;
	}

	.mlm-zhaket-gallery-report-demo2 {
		margin-left: auto;
		margin-right: 60px;
	}

	.mlm-zhaket-product-icons-demo2 {
		position: absolute;
		top: 0;
		right: 21px;
		width: 24px;
		padding-right: 0;
		padding-left: 0;
	}

	.mlm-zhaket-product-media-demo2.has-special-offer .mlm-zhaket-product-icons-demo2 {
		top: 118px;
	}
}

@media (max-width: 991px) {
	.mlm-zhaket-product-hero-demo2 .mlm-product-features-items {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scroll-behavior: smooth;
		padding-bottom: 6px;
	}

	.mlm-zhaket-product-hero-demo2 .mlm-product-feature-item {
		min-width: 120px;
	}
}

.mlm-demo2-compare-page {
	padding: 40px 0;
	direction: rtl;
}

.mlm-demo2-compare-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
}

.mlm-demo2-compare-title {
	margin: 0;
	font-size: 18px;
	font-weight: 800;
	color: #111827;
}

.mlm-demo2-compare-reset {
	font-size: 13px;
	font-weight: 700;
	color: #111827;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 8px 12px;
	background: #fff;
	text-decoration: none;
}

.mlm-demo2-compare-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 18px;
}

.mlm-demo2-compare-card {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 12px;
	align-items: center;
	padding: 12px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #ffffff;
	text-decoration: none;
	color: inherit;
	min-height: 110px;
}

.mlm-demo2-compare-card-media {
	width: 96px;
	height: 96px;
	border-radius: 10px;
	overflow: hidden;
	background: #f3f4f6;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mlm-demo2-compare-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mlm-demo2-compare-card-body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.mlm-demo2-compare-card-title {
	font-size: 14px;
	font-weight: 800;
	color: #111827;
	line-height: 1.6;
}

.mlm-demo2-compare-card-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #6b7280;
	font-size: 12px;
	font-weight: 700;
}

.mlm-demo2-compare-card.is-empty {
	grid-template-columns: 1fr;
	text-align: center;
	justify-items: center;
	padding: 16px;
}

.mlm-demo2-compare-card-plus {
	width: 54px;
	height: 54px;
	border-radius: 999px;
	background: #111827;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	line-height: 1;
}

.mlm-demo2-compare-card-text {
	font-size: 13px;
	font-weight: 700;
	color: #111827;
}

.mlm-demo2-compare-select-wrap {
	width: 100%;
	margin-top: 10px;
}

.mlm-demo2-compare-table-wrap {
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}

.mlm-demo2-compare-table {
	width: 100%;
	border-collapse: collapse;
}

.mlm-demo2-compare-table th,
.mlm-demo2-compare-table td {
	padding: 12px 12px;
	border-bottom: 1px solid #e5e7eb;
	vertical-align: top;
	text-align: right;
}

.mlm-demo2-compare-table th {
	background: #f9fafb;
	font-size: 13px;
	font-weight: 800;
	color: #111827;
}

.mlm-demo2-compare-table td {
	font-size: 13px;
	font-weight: 700;
	color: #111827;
}

.mlm-demo2-compare-attr-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.mlm-demo2-compare-attr-row {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.mlm-demo2-compare-attr-label {
	color: #6b7280;
	font-size: 12px;
	font-weight: 800;
}

.mlm-demo2-compare-attr-value {
	color: #111827;
	font-size: 13px;
	font-weight: 700;
}

.mlm-demo2-compare-color-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mlm-demo2-compare-color-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 8px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
}

.mlm-demo2-compare-color-swatch {
	width: 14px;
	height: 14px;
	border-radius: 999px;
	border: 1px solid rgba(17, 24, 39, 0.16);
}

.mlm-demo2-compare-color-swatch.is-empty {
	background: #f3f4f6;
}

.mlm-demo2-compare-color-name {
	font-size: 12px;
	font-weight: 800;
	color: #111827;
}

.mlm-demo2-compare-select-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.mlm-demo2-compare-select-thumb {
	width: 28px;
	height: 28px;
	border-radius: 8px;
	object-fit: cover;
	display: inline-block;
}

.mlm-demo2-compare-select-thumb.is-empty {
	background: #f3f4f6;
	border: 1px solid #e5e7eb;
}

.mlm-demo2-compare-select-text {
	font-size: 13px;
	font-weight: 700;
	color: #111827;
}

@media (max-width: 991px) {
	.mlm-demo2-compare-cards {
		grid-template-columns: 1fr;
	}
}