.mallnx-oc-item-actions,
.mallnx-oc-confirm,
.mallnx-oc-account-panel {
	margin-top: 16px;
}

.mallnx-oc-item-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mallnx-oc-pill {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 999px;
	background: #eef3ff;
	color: #2d5fe7;
	font-size: 12px;
}

body.post-type-archive-product .wd-carousel-item:has(a[href*="/product-category/accessories/"]):has(img.woocommerce-placeholder),
body.post-type-archive-product .product-category:has(a[href*="/product-category/accessories/"]):has(img.woocommerce-placeholder) {
	display: none !important;
}

.mallnx-oc-password-reset-landing {
	max-width: 1120px;
	margin: 0 auto;
	padding: clamp(42px, 7vw, 92px) clamp(18px, 4vw, 48px);
}

.mallnx-oc-password-reset-card {
	max-width: 720px;
	margin: 0 auto;
	padding: clamp(30px, 5vw, 56px);
	border: 1px solid #dbe6f5;
	border-radius: 28px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 26px 70px rgba(15, 23, 42, 0.08);
	color: #0b1f3a;
}

.mallnx-oc-password-reset-card h1 {
	margin: 12px 0 16px;
	font-size: clamp(34px, 5vw, 58px);
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.mallnx-oc-password-reset-card p {
	max-width: 58ch;
	margin: 0 0 26px;
	color: #53627a;
	font-size: 17px;
	line-height: 1.75;
}

.mallnx-oc-password-reset-form {
	display: grid;
	gap: 12px;
}

.mallnx-oc-password-reset-form label {
	font-weight: 800;
	color: #0b1f3a;
}

.mallnx-oc-password-reset-form input {
	min-height: 54px;
	padding: 0 16px;
	border: 1px solid #cad8ea;
	border-radius: 16px;
	background: #fff;
	font-size: 16px;
}

.mallnx-oc-password-reset-form button {
	min-height: 54px;
	margin-top: 6px;
	border: 0;
	border-radius: 999px;
	background: #0f4c8a;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 14px 28px rgba(15, 76, 138, 0.18);
}

.mallnx-oc-password-reset-links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 22px;
}

.mallnx-oc-password-reset-links a {
	color: #0f4c8a;
	font-weight: 800;
	text-decoration: none;
}

.mallnx-oc-market-bar {
	position: relative;
	z-index: 55;
	width: 100%;
	border-bottom: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	color: #0b1f3a;
	box-shadow: none !important;
}

.mallnx-oc-market-bar--header-mounted {
	z-index: 3;
	width: auto;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.mallnx-oc-market-bar--mobile-header {
	z-index: 4;
	border-top: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.mallnx-oc-market-bar .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	white-space: nowrap;
}

.mallnx-oc-market-bar__inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	max-width: 1480px;
	margin: 0 auto;
	min-height: 42px;
	padding: 4px clamp(18px, 3vw, 54px);
	background: transparent !important;
	background-color: transparent !important;
}

.mallnx-oc-market-bar--header-mounted .mallnx-oc-market-bar__inner {
	display: block;
	min-height: 0;
	padding: 0;
}

.mallnx-oc-market-host {
	display: flex !important;
	align-items: center;
	gap: 16px;
}

.mallnx-oc-market-host > .wd-search-form {
	flex: 1 1 auto;
	min-width: 0;
}

.mallnx-oc-market-select {
	position: relative;
	display: inline-block;
	width: max-content;
	max-width: calc(100vw - 28px);
	min-width: 158px;
	min-height: 42px;
	margin: 0;
	border: 1px solid transparent !important;
	border-radius: 0;
	background: transparent !important;
	background-color: transparent !important;
	cursor: pointer;
	box-shadow: none !important;
	transition: color 140ms ease;
}

.mallnx-oc-market-bar--header-mounted .mallnx-oc-market-select {
	min-width: 146px;
	min-height: 44px;
	border-color: transparent;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.mallnx-oc-market-select:hover,
.mallnx-oc-market-select:focus-within {
	border-color: transparent !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.mallnx-oc-market-bar--header-mounted .mallnx-oc-market-select:hover,
.mallnx-oc-market-bar--header-mounted .mallnx-oc-market-select:focus-within {
	border-color: transparent;
	background: transparent;
	box-shadow: none;
}

.mallnx-oc-market-select__trigger {
	display: grid;
	grid-template-columns: 18px minmax(0, auto) 10px;
	align-items: center;
	gap: 9px;
	width: 100%;
	min-height: 42px;
	margin: 0;
	border: 0 !important;
	border-radius: inherit;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	color: inherit;
	cursor: pointer;
	font: inherit;
	padding: 6px 14px 6px 12px;
	text-align: left;
}

.mallnx-oc-market-select__trigger:focus {
	outline: none;
}

.mallnx-oc-market-select__trigger:focus-visible {
	box-shadow: 0 2px 0 rgba(15, 76, 138, 0.24);
}

.mallnx-oc-market-bar--header-mounted .mallnx-oc-market-select__trigger {
	min-height: 44px;
	padding: 4px 8px 4px 2px;
}

.mallnx-oc-market-bar__pin {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: #115293;
}

.mallnx-oc-market-bar__pin svg {
	display: block;
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.mallnx-oc-market-bar--header-mounted .mallnx-oc-market-bar__pin {
	color: #0f3558;
}

.mallnx-oc-market-bar__text {
	display: grid;
	gap: 0;
	line-height: 1.05;
	min-width: 0;
}

.mallnx-oc-market-bar__text strong {
	overflow: hidden;
	max-width: 150px;
	color: #07182f;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: -0.01em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mallnx-oc-market-bar--header-mounted .mallnx-oc-market-bar__text strong {
	color: #111827;
	max-width: 128px;
	font-size: 14px;
	font-weight: 850;
}

.mallnx-oc-market-bar__eyebrow {
	display: block;
	color: #5c6c82;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.mallnx-oc-market-bar--header-mounted .mallnx-oc-market-bar__eyebrow {
	color: #667085;
	font-size: 9px;
	letter-spacing: 0.04em;
}

.mallnx-oc-market-select__chevron {
	width: 7px;
	height: 7px;
	border-right: 2px solid #163b66;
	border-bottom: 2px solid #163b66;
	pointer-events: none;
	transition: transform 140ms ease;
	transform: translateY(-2px) rotate(45deg);
}

.mallnx-oc-market-select.is-open .mallnx-oc-market-select__chevron {
	transform: translateY(2px) rotate(225deg);
}

.mallnx-oc-market-bar--header-mounted .mallnx-oc-market-select__chevron {
	border-color: #667085;
}

.mallnx-oc-market-options {
	position: absolute;
	z-index: 10020;
	top: calc(100% + 8px);
	left: 0;
	display: grid;
	width: max-content;
	min-width: 210px;
	max-width: calc(100vw - 28px);
	gap: 4px;
	margin: 0;
	border: 1px solid rgba(15, 47, 87, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 20px 48px rgba(15, 23, 42, 0.16), 0 2px 8px rgba(15, 23, 42, 0.06);
	padding: 8px;
}

.mallnx-oc-market-options[hidden] {
	display: none;
}

.mallnx-oc-market-options::before {
	position: absolute;
	top: -5px;
	left: 24px;
	width: 10px;
	height: 10px;
	border-top: 1px solid rgba(15, 47, 87, 0.12);
	border-left: 1px solid rgba(15, 47, 87, 0.12);
	background: #fff;
	content: "";
	transform: rotate(45deg);
}

.mallnx-oc-market-option {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	width: 100%;
	gap: 18px;
	min-height: 42px;
	border: 0;
	border-radius: 12px;
	background: transparent;
	color: #12213a;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	padding: 10px 12px;
	text-align: left;
}

.mallnx-oc-market-option:hover,
.mallnx-oc-market-option:focus {
	outline: none;
	background: #f8fafc;
}

.mallnx-oc-market-option[aria-selected="true"] {
	background: #f5f7fa;
	color: #0f172a;
}

.mallnx-oc-market-option__meta {
	color: #6b7b90;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.mallnx-oc-market-option[aria-selected="true"] .mallnx-oc-market-option__meta {
	color: #475467;
}

.mallnx-oc-market-native-select {
	min-height: 30px;
	border: 1px solid #d5e0ee;
	border-radius: 8px;
	background: #fff;
	color: #111827;
	font-size: 12px;
	padding: 4px 8px;
}

.mallnx-oc-market-submit {
	min-height: 30px;
	border: 1px solid #0f4c8a;
	border-radius: 8px;
	background: #0f4c8a;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	padding: 5px 10px;
}

.mallnx-oc-market-empty {
	margin: 0 0 22px;
	padding: 22px 24px;
	border: 1px solid #dce7f7;
	border-radius: 22px;
	background:
		radial-gradient(circle at top right, rgba(27, 99, 219, 0.08), transparent 34%),
		linear-gradient(180deg, #f8fbff 0%, #fff 100%);
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.mallnx-oc-market-empty h2 {
	margin: 12px 0 8px;
	color: #061a3a;
	font-size: clamp(22px, 3vw, 32px);
	line-height: 1.15;
}

.mallnx-oc-market-empty p {
	max-width: 720px;
	margin: 0;
	color: #53627a;
	line-height: 1.72;
}

.mallnx-oc-confirm,
.mallnx-oc-account-panel {
	padding: 18px 20px;
	border: 1px solid #dbe3ef;
	border-radius: 14px;
	background: #fff;
}

body > .create-account-question {
	display: none !important;
}

@media (max-width: 768px) {
	.mallnx-oc-market-bar,
	.mallnx-oc-market-bar--mobile-header,
	.mallnx-oc-market-bar--mobile-header .mallnx-oc-market-bar__inner {
		overflow: visible;
	}

	.mallnx-oc-market-bar--mobile-header {
		position: relative;
		z-index: 60;
	}

	.mallnx-oc-market-bar__inner {
		align-items: center;
		justify-content: flex-start;
		overflow-x: visible;
		padding: 4px 14px;
		-webkit-overflow-scrolling: touch;
	}

	.mallnx-oc-market-select {
		flex: 0 0 auto;
		width: max-content;
		min-width: 156px;
		min-height: 40px;
	}

	.mallnx-oc-market-bar__text strong {
		max-width: 126px;
	}

	.mallnx-oc-market-bar--mobile-header .mallnx-oc-market-bar__inner {
		min-height: 38px;
		padding: 3px 14px;
	}

	.mallnx-oc-market-bar--mobile-header .mallnx-oc-market-select {
		min-height: 38px;
		border-color: transparent;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.mallnx-oc-market-bar--mobile-header .mallnx-oc-market-select:hover,
	.mallnx-oc-market-bar--mobile-header .mallnx-oc-market-select:focus-within {
		background: transparent;
		box-shadow: none;
	}

	.mallnx-oc-market-bar--mobile-header .mallnx-oc-market-select__trigger {
		min-height: 38px;
		padding: 5px 12px 5px 10px;
	}

	.mallnx-oc-market-bar--mobile-header .mallnx-oc-market-options {
		min-width: 210px;
		top: calc(100% + 9px);
	}
}

.mallnx-oc-account {
	display: grid;
	gap: 18px;
}

.mallnx-oc-request-form p {
	margin-bottom: 14px;
}

.mallnx-oc-case-step {
	display: grid;
	gap: 10px;
	min-width: 220px;
}

.mallnx-oc-request-form input[type="text"],
.mallnx-oc-request-form input[type="number"],
.mallnx-oc-request-form select,
.mallnx-oc-request-form textarea {
	width: 100%;
}

.mallnx-oc-policy-page {
	margin-top: 54px;
}

.mallnx-oc-policy-standalone {
	grid-column: 1 / -1;
	box-sizing: border-box;
	width: 100%;
	padding: 42px 0 72px;
	background: linear-gradient(180deg, #f8fbff 0%, #fff 34%);
}

.mallnx-oc-policy-standalone > .container {
	box-sizing: border-box;
	width: min(100%, 1240px);
	max-width: 1240px;
	margin-inline: auto;
	padding-inline: clamp(18px, 3vw, 40px);
}

.mallnx-oc-policy-standalone .mallnx-oc-policy-page {
	margin-top: 0;
}

.mallnx-oc-policy-shell {
	display: grid;
	gap: 34px;
	max-width: 1180px;
	margin: 0 auto;
}

.mallnx-oc-policy-section {
	display: grid;
	gap: 18px;
}

.mallnx-oc-policy-section-heading {
	max-width: 760px;
}

.mallnx-oc-policy-section-heading--compact {
	max-width: 680px;
}

.mallnx-oc-policy-section-heading h2,
.mallnx-oc-policy-section-heading h3 {
	margin: 0 0 10px;
	color: #101828;
	line-height: 1.2;
}

.mallnx-oc-policy-section-heading p {
	margin: 0;
	color: #5d6b82;
	line-height: 1.78;
}

.mallnx-oc-policy-band {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.8fr);
	gap: 22px;
	align-items: stretch;
}

.mallnx-oc-policy-hero,
.mallnx-oc-policy-card,
.mallnx-oc-policy-stat {
	border: 1px solid #e4ebf5;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.mallnx-oc-policy-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	padding: 30px 32px;
	background:
		radial-gradient(circle at top right, rgba(27, 99, 219, 0.08), transparent 38%),
		linear-gradient(180deg, #fcfdff 0%, #ffffff 100%);
}

.mallnx-oc-policy-copy h3,
.mallnx-oc-policy-card h3 {
	margin: 0 0 10px;
	color: #101828;
}

.mallnx-oc-policy-copy p,
.mallnx-oc-policy-card p {
	margin: 0;
	color: #5d6b82;
	line-height: 1.75;
}

.mallnx-oc-policy-points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 18px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.mallnx-oc-policy-points li {
	position: relative;
	padding-left: 18px;
	color: #314157;
	line-height: 1.7;
}

.mallnx-oc-policy-points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #1d4ed8;
	box-shadow: 0 0 0 6px rgba(29, 78, 216, 0.08);
}

.mallnx-oc-policy-eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	margin-bottom: 14px;
	border-radius: 999px;
	background: #edf4ff;
	color: #1d4ed8;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.mallnx-oc-policy-stats {
	display: grid;
	gap: 14px;
}

.mallnx-oc-policy-stat {
	padding: 18px 20px;
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.mallnx-oc-policy-stat span {
	display: block;
	margin-bottom: 8px;
	color: #5d6b82;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.mallnx-oc-policy-stat strong {
	display: block;
	color: #101828;
	font-size: 18px;
	line-height: 1.45;
}

.mallnx-oc-policy-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.mallnx-oc-policy-card {
	position: relative;
	padding: 26px 28px;
}

.mallnx-oc-policy-card.is-default {
	border-color: #cbdcfb;
	background:
		radial-gradient(circle at top right, rgba(29, 78, 216, 0.08), transparent 30%),
		linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
}

.mallnx-oc-policy-card-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.mallnx-oc-policy-badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	background: #1d4ed8;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.mallnx-oc-policy-card--soft {
	background: linear-gradient(180deg, #fbfcff 0%, #ffffff 100%);
}

.mallnx-oc-policy-card--note {
	background: linear-gradient(180deg, #fcfcfd 0%, #ffffff 100%);
}

.mallnx-oc-policy-address {
	margin-top: 14px;
	padding: 16px 18px;
	border-radius: 16px;
	background: #f7faff;
	border: 1px solid #dbe7fb;
	color: #183153;
	line-height: 1.75;
	white-space: normal;
	word-break: break-word;
}

.mallnx-oc-policy-sidebar-template {
	display: none;
}

.mallnx-oc-policy-sidebar-card {
	margin: 18px 0 22px;
	padding: 22px 20px;
	border: 1px solid #e4ebf5;
	border-radius: 22px;
	background:
		radial-gradient(circle at top right, rgba(29, 78, 216, 0.08), transparent 34%),
		linear-gradient(180deg, #fcfdff 0%, #ffffff 100%);
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}

.mallnx-oc-policy-sidebar-card h4 {
	margin: 0 0 14px;
	color: #101828;
}

.mallnx-oc-policy-sidebar-card p {
	margin: 0;
	color: #5d6b82;
	line-height: 1.7;
}

.mallnx-oc-policy-sidebar-list {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 0 0 14px;
	list-style: none;
}

.mallnx-oc-policy-sidebar-list li {
	padding: 12px 14px;
	border-radius: 16px;
	background: #f8fbff;
	border: 1px solid #dbe7fb;
}

.mallnx-oc-policy-sidebar-list span {
	display: block;
	margin-bottom: 6px;
	color: #5d6b82;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.mallnx-oc-policy-sidebar-list strong {
	display: block;
	color: #101828;
	line-height: 1.55;
}

.mallnx-oc-policy-sidebar-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.mallnx-oc-policy-sidebar-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: #edf4ff;
	color: #1d4ed8;
	font-weight: 700;
	text-decoration: none;
}

.mallnx-oc-policy-sidebar-actions a:hover {
	background: #dfeafc;
	color: #1e40af;
}

body.home .wd-slider,
body.home .wd-slider .wd-carousel-wrap,
body.home .wd-slider .wd-carousel-inner {
	overflow: hidden !important;
}

body.home,
body.home .website-wrapper,
body.home .main-page-wrapper,
body.home .wd-page-wrapper,
body.home .site-content {
	max-width: 100%;
	overflow-x: hidden;
}

body.home .wd-page-wrapper,
body.page .wd-page-wrapper {
	overflow-x: clip;
}

body.home .wd-slider .wd-carousel-item {
	will-change: transform;
}

body.mallnx-oc-has-toolbar .wd-page-wrapper {
	padding-bottom: 0;
}

body.mallnx-oc-has-toolbar .scrollToTop {
	bottom: 88px !important;
}

.wd-toolbar {
	max-width: 100vw;
	overflow: hidden;
	box-shadow: 0 -10px 24px rgba(15, 23, 42, 0.12);
	backdrop-filter: blur(12px);
	z-index: 9999;
}

.mallnx-oc-contact-promo-card {
	display: none !important;
}

.mallnx-oc-archive-assist,
.mallnx-oc-shop-sort-assist,
.mallnx-oc-empty-cart-assist,
.mallnx-oc-account-assist,
.mallnx-oc-coupon-banner,
.mallnx-oc-form-assist,
.mallnx-oc-form-verify {
	margin: 0 0 24px;
	padding: 22px 24px;
	border: 1px solid #dbe6f5;
	border-radius: 20px;
	background:
		radial-gradient(circle at top right, rgba(29, 78, 216, 0.08), transparent 34%),
		linear-gradient(180deg, #fcfdff 0%, #ffffff 100%);
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.mallnx-oc-archive-assist,
.mallnx-oc-shop-sort-assist,
.mallnx-oc-empty-cart-assist {
	display: grid;
	gap: 18px;
}

.mallnx-oc-archive-assist__copy h2,
.mallnx-oc-shop-sort-assist__copy h2,
.mallnx-oc-empty-cart-assist__copy h2,
.mallnx-oc-account-assist__copy h2,
.mallnx-oc-form-assist h3,
.mallnx-oc-form-verify h3 {
	margin: 0 0 10px;
	color: #101828;
	line-height: 1.18;
}

.mallnx-oc-archive-assist__copy p,
.mallnx-oc-shop-sort-assist__copy p,
.mallnx-oc-empty-cart-assist__copy p,
.mallnx-oc-account-assist__copy p,
.mallnx-oc-coupon-banner p,
.mallnx-oc-form-assist li,
.mallnx-oc-form-verify p {
	margin: 0;
	color: #4f5f79;
	line-height: 1.72;
}

.mallnx-oc-archive-assist__eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	margin-bottom: 12px;
	border-radius: 999px;
	background: #edf4ff;
	color: #1d4ed8;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.mallnx-oc-archive-assist__actions,
.mallnx-oc-empty-cart-assist__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.mallnx-oc-shop-sort {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 12px;
	margin: 0;
}

.mallnx-oc-shop-sort label {
	width: 100%;
	color: #24364f;
	font-size: 13px;
	font-weight: 700;
}

.mallnx-oc-shop-sort select.orderby {
	width: min(100%, 320px);
	min-height: 44px;
	border-color: #d6e1f1;
	border-radius: 12px;
	background-color: #fff;
	color: #1f2a3d;
}

.mallnx-oc-button-soft,
.mallnx-oc-empty-cart-tile .button {
	background: #edf4ff;
	color: #1d4ed8;
	border-color: #cbdcfb;
}

.mallnx-oc-button-soft:hover,
.mallnx-oc-empty-cart-tile .button:hover {
	background: #dfeafc;
	color: #1e40af;
}

.mallnx-oc-empty-cart-assist__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mallnx-oc-empty-cart-tile {
	padding: 18px 18px 16px;
	border: 1px solid #dbe6f5;
	border-radius: 18px;
	background: #fff;
}

.mallnx-oc-empty-cart-tile h3 {
	margin: 0 0 10px;
	color: #101828;
}

.mallnx-oc-empty-cart-tile p {
	margin: 0 0 16px;
	color: #5d6b82;
	line-height: 1.65;
}

.mallnx-oc-blog-landing {
	width: min(1120px, calc(100% - 32px));
	margin: clamp(28px, 5vw, 64px) auto;
	color: #101828;
}

.mallnx-oc-blog-hero {
	padding: clamp(28px, 5vw, 52px);
	border: 1px solid #dbe6f5;
	border-radius: 28px;
	background:
		radial-gradient(circle at 12% 8%, rgba(14, 76, 148, 0.10), transparent 28%),
		linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
	box-shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
}

.mallnx-oc-blog-hero h1 {
	max-width: 760px;
	margin: 0 0 16px;
	color: #07182f;
	font-size: clamp(38px, 6vw, 68px);
	line-height: 0.98;
	letter-spacing: -0.06em;
}

.mallnx-oc-blog-hero p {
	max-width: 760px;
	margin: 0;
	color: #506178;
	font-size: 18px;
	line-height: 1.8;
}

.mallnx-oc-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 22px;
}

.mallnx-oc-blog-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-height: 240px;
	padding: 24px;
	border: 1px solid #dbe6f5;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.mallnx-oc-blog-card h2 {
	margin: 0;
	color: #101828;
	font-size: 24px;
	line-height: 1.18;
}

.mallnx-oc-blog-card p {
	margin: 0;
	color: #5d6b82;
	line-height: 1.7;
}

.mallnx-oc-blog-card .mallnx-oc-button-soft {
	align-self: flex-start;
	margin-top: auto;
	padding: 11px 16px;
	border: 1px solid #cbdcfb;
	border-radius: 999px;
	font-weight: 800;
	text-decoration: none;
}

.mallnx-oc-account-assist__list,
.mallnx-oc-form-assist ul {
	display: grid;
	gap: 10px;
	padding-left: 18px;
	margin: 14px 0 0;
}

.mallnx-oc-coupon-banner {
	display: grid;
	gap: 6px;
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.mallnx-oc-coupon-banner strong {
	color: #163e84;
	font-size: 14px;
}

body.tax-product_cat .elementor-element-20bf0ad > .e-con-inner > .wd-col-offcanvas-md-sm,
body.tax-product_cat .elementor-element-20bf0ad > .e-con-inner > .wd-col-offcanvas-sm {
	display: none !important;
	flex: 0 0 0 !important;
	width: 0 !important;
	max-width: 0 !important;
	min-width: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
}

body.tax-product_cat .elementor-element-20bf0ad > .e-con-inner > .wd-col-content-md-sm,
body.tax-product_cat .elementor-element-20bf0ad > .e-con-inner > .wd-col-content-sm {
	flex: 1 1 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
}

body.tax-product_cat .elementor-element-20bf0ad .elementor-widget-wd_shop_archive_woocommerce_title,
body.tax-product_cat .elementor-element-20bf0ad .elementor-widget-wd_shop_archive_woocommerce_title > .elementor-widget-container,
body.tax-product_cat .elementor-element-20bf0ad h1.entry-title {
	width: 100% !important;
	max-width: 100% !important;
}

.mallnx-oc-inline-register-guide {
	display: grid;
	gap: 16px;
	margin: 0 0 22px;
}

.mallnx-oc-inline-login-note {
	margin-bottom: 18px;
}

.mallnx-oc-inline-verify {
	gap: 12px;
}

.mallnx-oc-inline-verify__check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #183153;
	line-height: 1.7;
	font-weight: 600;
}

.mallnx-oc-inline-verify__check input {
	margin-top: 5px;
}

.mallnx-oc-inline-verify__notice {
	min-height: 20px;
	color: #b42318;
	font-size: 13px;
	font-weight: 600;
}

.mallnx-oc-coupon-banner--inline,
.mallnx-oc-empty-cart-assist--inline {
	margin-top: 18px;
}

.wp-block-woocommerce-empty-cart-block .mallnx-oc-empty-cart-assist--inline {
	margin-bottom: 28px;
}

.xoo-el-form-container .mallnx-oc-form-assist,
.xoo-el-form-container .mallnx-oc-form-verify {
	padding: 18px 20px;
	border-radius: 18px;
}

.xoo-el-form-container .mallnx-oc-form-assist h3,
.xoo-el-form-container .mallnx-oc-form-verify h3 {
	font-size: 20px;
}

.mallnx-oc-form-verify .form-row {
	margin-bottom: 14px;
}

.mallnx-oc-form-verify input.input-text,
.mallnx-oc-form-verify input[type="number"] {
	width: 100%;
}

.mallnx-oc-honeypot {
	position: absolute !important;
	left: -100vw !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.mallnx-oc-password-wrap {
	position: relative;
	display: block;
}

.mallnx-oc-password-wrap input {
	padding-right: 74px !important;
}

.mallnx-oc-password-toggle {
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	color: #1d4ed8;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.mallnx-oc-seo-h1 {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (max-width: 1024px) {
	.mallnx-oc-policy-band,
	.mallnx-oc-policy-grid,
	.mallnx-oc-empty-cart-assist__grid,
	.mallnx-oc-blog-grid {
		grid-template-columns: 1fr;
	}

	.mallnx-oc-policy-points {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	body.woocommerce-shop,
	body.post-type-archive-product,
	body.woocommerce-shop .website-wrapper,
	body.woocommerce-shop .main-page-wrapper,
	body.woocommerce-shop .site-content,
	body.woocommerce-shop .wd-content-area,
	body.woocommerce-shop .shop-content-area,
	body.woocommerce-shop .woocommerce {
		max-width: 100vw !important;
		overflow-x: hidden !important;
	}

	body.woocommerce-shop .wd-el-breadcrumbs,
	body.woocommerce-shop .elementor-widget-wd_wc_breadcrumb,
	body.woocommerce-shop .woocommerce-breadcrumb {
		display: none !important;
	}

	body.woocommerce-shop .wd-cats-element,
	body.woocommerce-shop .wd-cats-element .wd-carousel-inner,
	body.woocommerce-shop .wd-cats-element .wd-carousel,
	body.woocommerce-shop .wd-cats-element .wd-carousel-wrap {
		box-sizing: border-box !important;
		max-width: 100% !important;
	}

	body.woocommerce-shop .wd-cats-element .wd-carousel {
		overflow: hidden !important;
	}

	body.woocommerce-shop .wd-cats-element .wd-carousel-wrap {
		width: 100% !important;
		gap: 0 !important;
	}

	body.woocommerce-shop .wd-cats-element .wd-carousel-item {
		box-sizing: border-box !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
		min-width: 0 !important;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	body.woocommerce-shop .wd-cats-element .category-grid-item,
	body.woocommerce-shop .wd-cats-element .wrapp-category,
	body.woocommerce-shop .wd-cats-element .hover-mask {
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	body.woocommerce-shop .wd-cats-element .wd-entities-title,
	body.woocommerce-shop .wd-cats-element .more-products {
		max-width: 100% !important;
		white-space: normal !important;
		overflow-wrap: anywhere;
	}

	body.woocommerce-shop .mallnx-oc-market-empty {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}

	body.woocommerce-shop .mallnx-oc-market-empty h2 {
		max-width: 100%;
		font-size: clamp(22px, 6vw, 26px);
		line-height: 1.12;
		overflow-wrap: anywhere;
		hyphens: auto;
	}

	body.home .wd-slider,
	body.home .wd-slider .wd-carousel-wrap,
	body.home .wd-slider .wd-carousel-inner,
	body.home .wd-slider .wd-carousel-item,
	body.home .wd-slider .swiper,
	body.home .wd-slider .swiper-wrapper,
	body.home .wd-slider .swiper-slide {
		max-width: 100vw !important;
		overflow-x: hidden !important;
	}

	body.home .wd-slider .container,
	body.home .wd-slider .wd-slide-inner,
	body.home .wd-slider .wd-slide-container,
	body.home .wd-slider .content-wrapper,
	body.home .wd-slider .wpb_wrapper {
		box-sizing: border-box !important;
		max-width: min(calc(100vw - 32px), 366px) !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body.home .wd-slider h1,
	body.home .wd-slider h2,
	body.home .wd-slider h3,
	body.home .wd-slider p,
	body.home .wd-slider .title,
	body.home .wd-slider .subtitle,
	body.home .wd-slider .woodmart-title-container,
	body.home .wd-slider .btn,
	body.home .wd-slider .button {
		max-width: min(calc(100vw - 48px), 318px) !important;
		white-space: normal !important;
		overflow-wrap: normal;
	}

	body.home .wd-slider h1,
	body.home .wd-slider h2,
	body.home .wd-slider .woodmart-title-container {
		font-size: clamp(22px, 6vw, 32px) !important;
		line-height: 1.18 !important;
	}

	.wd-toolbar {
		left: 0 !important;
		right: auto !important;
		width: min(100vw, 390px) !important;
		max-width: 390px !important;
		box-sizing: border-box;
	}

	.wd-toolbar > * {
		min-width: 0 !important;
		flex: 1 1 0 !important;
	}

	.wd-toolbar .wd-toolbar-label {
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	body.page-id-52 .elementor-52,
	body.page-id-52 .elementor-52 .e-con,
	body.page-id-52 .elementor-52 .e-con-inner {
		box-sizing: border-box !important;
		max-width: 100vw !important;
		overflow-x: hidden !important;
	}

	body.page-id-52 .elementor-52 > .e-con,
	body.page-id-52 .elementor-52 .e-con-boxed > .e-con-inner {
		width: min(calc(100vw - 24px), 366px) !important;
		max-width: min(calc(100vw - 24px), 366px) !important;
		margin-left: 12px !important;
		margin-right: 12px !important;
	}

	body.page-id-52 .elementor-52 .woodmart-title-container,
	body.page-id-52 .elementor-52 .wd-text-block,
	body.page-id-52 .elementor-52 p,
	body.page-id-52 .elementor-52 li {
		max-width: 318px !important;
		white-space: normal !important;
		overflow-wrap: anywhere;
	}

	body.page-id-52 .elementor-52 .elementor-element-15e9389,
	body.page-id-52 .elementor-52 .elementor-element-15e9389 > .e-con-inner,
	body.page-id-52 .elementor-52 .elementor-element-15e9389 .e-con,
	body.page-id-52 .elementor-52 .elementor-element-00359cb,
	body.page-id-52 .elementor-52 .elementor-element-a1feb7d,
	body.page-id-52 .elementor-52 .elementor-element-f3a9cd7,
	body.page-id-52 .elementor-52 .elementor-element-7e8d91e,
	body.page-id-52 .elementor-52 .elementor-element-7e8d91e > .e-con-inner,
	body.page-id-52 .elementor-52 .elementor-element-7e8d91e .e-con,
	body.page-id-52 .elementor-52 .elementor-element-7e8d91e .elementor-widget,
	body.page-id-52 .elementor-52 .elementor-widget__width-auto,
	body.page-id-52 .elementor-52 .wd-el-table-wrap,
	body.page-id-52 .elementor-52 .wd-el-table {
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		overflow: visible !important;
	}

	body.page-id-52 .elementor-52 .elementor-element-15e9389 .wd-text-block,
	body.page-id-52 .elementor-52 .elementor-element-15e9389 p {
		width: 100% !important;
		max-width: 100% !important;
		text-align: center;
		line-height: 1.35;
		overflow-wrap: anywhere;
	}

	body.page-id-52 .elementor-52 .wd-el-table,
	body.page-id-52 .elementor-52 .wd-el-table tbody,
	body.page-id-52 .elementor-52 .wd-el-table tr,
	body.page-id-52 .elementor-52 .wd-el-table td {
		display: block !important;
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: 100% !important;
		text-align: left !important;
	}

	body.page-id-52 .elementor-52 .wd-el-table td p {
		width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 0;
		white-space: normal !important;
	}

	body.page-id-52 .elementor-52 .elementor-element-7e8d91e .wd-el-table td,
	body.page-id-52 .elementor-52 .elementor-element-7e8d91e .wd-el-table td p {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.wpforms-field-row,
	.wpforms-field-row .wpforms-field-row-block,
	.wpforms-container input,
	.wpforms-container textarea,
	.wpforms-container select {
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.wpforms-field-row {
		display: block !important;
	}

	.wpforms-field-row .wpforms-field-row-block {
		padding: 0 !important;
		margin: 0 0 12px !important;
	}

	.mallnx-oc-policy-hero,
	.mallnx-oc-policy-stat,
	.mallnx-oc-policy-card {
		padding: 22px 20px;
		border-radius: 18px;
	}

	.mallnx-oc-policy-shell {
		gap: 26px;
	}

	.mallnx-oc-archive-assist,
	.mallnx-oc-shop-sort-assist,
	.mallnx-oc-empty-cart-assist,
	.mallnx-oc-account-assist,
	.mallnx-oc-coupon-banner,
	.mallnx-oc-form-assist,
	.mallnx-oc-form-verify {
		box-sizing: border-box;
		width: min(calc(100vw - 24px), 366px);
		max-width: calc(100% - 24px);
		margin-left: 12px;
		margin-right: 12px;
		overflow-x: hidden;
		padding: 20px 18px;
		border-radius: 18px;
	}

	body.mallnx-oc-has-toolbar {
		padding-bottom: 0 !important;
	}

	body.mallnx-oc-has-toolbar .wd-page-wrapper,
	body.mallnx-oc-has-toolbar .website-wrapper,
	body.mallnx-oc-has-toolbar .main-page-wrapper,
	body.mallnx-oc-has-toolbar .site-content,
	body.mallnx-oc-has-toolbar .mallnx-ac-entry-wrap,
	body.mallnx-oc-has-toolbar .mallnx-ac-terms-wrap,
	body.mallnx-oc-has-toolbar .mallnx-ac-control-wrap {
		padding-bottom: 34px !important;
	}

	body.mallnx-oc-has-toolbar .wd-toolbar {
		display: none !important;
	}

	body.mallnx-oc-has-toolbar .wd-footer {
		margin-bottom: 0;
	}
}
