:root {
	--emarket-bg: #f6f4f1;
	--emarket-surface: #ffffff;
	--emarket-surface-soft: #faf8f5;
	--emarket-ink: #161616;
	--emarket-muted: #626262;
	--emarket-line: #dfddd8;
	--emarket-accent: #c71920;
	--emarket-accent-dark: #971217;
	--emarket-accent-rgb: 199, 25, 32;
	--emarket-kicker: #ff783e;
	--emarket-trust-icon: #c71920;
	--emarket-sale-badge: #ff783e;
	--emarket-new-badge: #237a4b;
	--emarket-single-cart: #ff783e;
	--emarket-single-cart-dark: #d86635;
	--emarket-single-cart-rgb: 255, 120, 62;
	--emarket-category-card-size: 220px;
	--emarket-shop-columns: 5;
	--emarket-shop-gap-total: 72px;
	--emarket-featured-columns: 4;
	--emarket-featured-gap-total: 54px;
	--emarket-sale-columns: 4;
	--emarket-sale-gap-total: 54px;
	--emarket-product-columns: var(--emarket-shop-columns);
	--emarket-product-gap-total: var(--emarket-shop-gap-total);
	--emarket-warning: #f0b429;
	--emarket-success: #237a4b;
	--emarket-radius: 8px;
	--emarket-shadow: 0 18px 46px rgba(22, 22, 22, 0.09);
	--emarket-page-gutter: clamp(20px, 3vw, 56px);
	--emarket-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--emarket-bg);
	color: var(--emarket-ink);
	font-family: var(--emarket-font);
	font-size: 16px;
	line-height: 1.55;
	letter-spacing: 0;
	text-rendering: optimizeLegibility;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--emarket-accent);
}

button,
input,
select,
textarea {
	font: inherit;
}

button {
	cursor: pointer;
}

.screen-reader-text,
.skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	z-index: 1000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: var(--emarket-ink);
	color: #fff;
}

.emarket-container {
	width: 100%;
	max-width: none;
	margin-inline: auto;
	padding-inline: var(--emarket-page-gutter);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid var(--emarket-line);
	backdrop-filter: blur(12px);
}

.emarket-topbar {
	background: var(--emarket-ink);
	color: #fff;
	font-size: 13px;
}

.emarket-topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 36px;
	gap: 18px;
}

.emarket-topbar p {
	margin: 0;
	font-weight: 650;
}

.emarket-topbar-links {
	display: flex;
	align-items: center;
	gap: 14px;
	white-space: nowrap;
}

.emarket-topbar a {
	color: #fff;
	opacity: 0.86;
}

.emarket-topbar a:hover {
	opacity: 1;
	color: #fff;
}

.emarket-header-main {
	display: grid;
	grid-template-columns: minmax(190px, 260px) minmax(260px, 520px) auto;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 82px;
}

.site-branding {
	min-width: 0;
}

.custom-logo-link,
.site-title,
.emarket-wordmark {
	display: inline-flex;
	align-items: center;
	min-height: 46px;
}

.custom-logo {
	width: auto;
	max-height: 58px;
}

.emarket-wordmark {
	gap: 10px;
	color: var(--emarket-ink);
}

.emarket-wordmark:hover {
	color: var(--emarket-ink);
}

.emarket-wordmark-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background: var(--emarket-accent);
	color: #fff;
	font-size: 17px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

.emarket-wordmark-text {
	display: grid;
	gap: 1px;
	line-height: 1;
}

.emarket-wordmark-text strong {
	font-size: 21px;
	font-weight: 950;
	letter-spacing: 0;
}

.emarket-wordmark-text small {
	color: var(--emarket-muted);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
}

.site-title {
	color: var(--emarket-ink);
	font-size: 22px;
	font-weight: 850;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.site-description {
	margin: 4px 0 0;
	color: var(--emarket-muted);
	font-size: 12px;
}

.emarket-header-search form,
.woocommerce-product-search,
.search-form {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}

.emarket-header-search {
	width: 100%;
	max-width: 520px;
	justify-self: center;
}

.emarket-header-search label,
.emarket-hero-search label {
	width: 100%;
}

.emarket-header-search input[type="search"],
.woocommerce-product-search input[type="search"],
.search-form input[type="search"] {
	width: 100%;
	min-height: 46px;
	padding: 0 124px 0 16px;
	border: 1px solid var(--emarket-line);
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface-soft);
	color: var(--emarket-ink);
	outline: none;
}

.emarket-header-search input[type="search"]:focus,
.woocommerce-product-search input[type="search"]:focus,
.search-form input[type="search"]:focus,
input:focus,
select:focus,
textarea:focus {
	border-color: var(--emarket-accent);
	box-shadow: 0 0 0 3px rgba(var(--emarket-accent-rgb), 0.12);
}

.woocommerce-product-search button,
.search-form input[type="submit"],
.search-form button {
	position: absolute;
	right: 5px;
	min-height: 36px;
	padding: 0 16px;
	border: 0;
	border-radius: 6px;
	background: var(--emarket-ink);
	color: #fff;
	font-weight: 750;
}

.woocommerce-product-search button:hover,
.search-form input[type="submit"]:hover,
.search-form button:hover {
	background: var(--emarket-accent);
}

.emarket-header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.emarket-action-link,
.emarket-icon-button,
.emarket-category-trigger button,
.emarket-filter-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid var(--emarket-line);
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface);
	color: var(--emarket-ink);
	font-weight: 750;
}

.emarket-action-link {
	position: relative;
	min-height: 46px;
	padding: 0 12px;
	font-size: 14px;
}

.emarket-action-link svg,
.emarket-icon-button svg,
.emarket-category-trigger svg,
.emarket-filter-toggle svg,
.site-footer svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.emarket-cart-count {
	position: absolute;
	top: -7px;
	right: -7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 21px;
	height: 21px;
	padding-inline: 5px;
	border-radius: 999px;
	background: var(--emarket-accent);
	color: #fff;
	font-size: 12px;
	line-height: 1;
}

.emarket-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
}

.main-navigation {
	position: relative;
	z-index: 120;
	border-top: 1px solid #2b2b2b;
	background: var(--emarket-ink);
	color: #fff;
}

.emarket-nav-inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(180px, 1fr) auto;
	align-items: center;
	gap: 16px;
	min-height: 52px;
	overflow: visible;
}

.emarket-nav-label {
	display: inline-flex;
	align-items: center;
	min-height: 52px;
	padding-right: 16px;
	border-right: 1px solid rgba(255, 255, 255, 0.16);
	color: #fff;
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0;
	white-space: nowrap;
}

.emarket-category-list,
.emarket-nav-tabs,
.footer-menu {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.emarket-category-strip {
	min-width: 0;
	overflow: visible;
}

.emarket-category-strip > .emarket-category-list {
	flex-wrap: nowrap;
	min-width: 0;
}

.emarket-category-strip a,
.emarket-nav-tabs a {
	display: flex;
	align-items: center;
	min-height: 38px;
	padding: 0 10px;
	border-radius: 6px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 13px;
	font-weight: 850;
	white-space: nowrap;
}

.emarket-category-item {
	position: relative;
	min-width: 0;
}

.emarket-category-item > a {
	gap: 7px;
}

.emarket-category-item.menu-item-has-children > a {
	padding-right: 42px;
}

.emarket-category-toggle {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: currentColor;
	opacity: 0.78;
}

.emarket-category-toggle:hover,
.emarket-category-toggle:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	opacity: 1;
	outline: 2px solid rgba(255, 255, 255, 0.68);
	outline-offset: -2px;
}

.emarket-category-toggle svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 150ms ease;
}

.emarket-category-level-0 > .menu-item-has-children > .emarket-category-toggle svg,
.emarket-category-toggle[aria-expanded="true"] svg {
	transform: rotate(90deg);
}

.emarket-category-submenu {
	position: absolute;
	z-index: 30;
	top: calc(100% + 7px);
	left: 0;
	display: grid;
	min-width: 260px;
	padding: 8px;
	margin: 0;
	list-style: none;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--emarket-radius);
	background: #181818;
	box-shadow: 0 22px 56px rgba(0, 0, 0, 0.34);
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 150ms ease, transform 150ms ease;
}

.emarket-category-submenu::before {
	content: "";
	position: absolute;
	top: -8px;
	right: 0;
	left: 0;
	height: 8px;
}

.emarket-category-submenu .emarket-category-submenu {
	top: -8px;
	left: calc(100% + 8px);
	transform: translateX(-8px);
}

.emarket-category-submenu .emarket-category-submenu::before {
	top: 0;
	right: auto;
	bottom: 0;
	left: -8px;
	width: 8px;
	height: auto;
}

.emarket-category-item:hover > .emarket-category-submenu,
.emarket-category-item:focus-within > .emarket-category-submenu,
.emarket-category-item.is-branch-open > .emarket-category-submenu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(0, 0);
}

.emarket-category-submenu a {
	justify-content: space-between;
	min-height: 40px;
	padding: 0 10px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 13px;
	font-weight: 800;
}

.emarket-category-strip a:hover,
.emarket-nav-tabs a:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.emarket-nav-tabs {
	justify-content: flex-end;
	gap: 6px;
}

.emarket-nav-tabs a {
	color: #fff;
	font-weight: 950;
}

.emarket-nav-tabs a.is-active {
	background: #fff;
	color: var(--emarket-ink);
}

.emarket-nav-tabs a.is-active:hover {
	background: #fff;
	color: var(--emarket-ink);
}

.emarket-main {
	min-height: 56vh;
}

.emarket-hero {
	background:
		linear-gradient(90deg, rgba(22, 22, 22, 0.94), rgba(22, 22, 22, 0.78)),
		var(--emarket-ink);
	color: #fff;
}

.emarket-home-banner-section {
	padding-block: 24px;
	background:
		linear-gradient(180deg, rgba(14, 14, 14, 0.98), rgba(22, 22, 22, 0.94)),
		var(--emarket-ink);
}

.emarket-home-banner-shell {
	width: min(calc(100% - 32px), 1540px);
	padding-inline: 0;
}

.emarket-hero-slider.emarket-home-banner-slider {
	height: auto;
	min-height: 300px;
	max-height: 640px;
	aspect-ratio: 3 / 1;
	border-color: rgba(255, 255, 255, 0.14);
	background: #0f0f0f;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.emarket-home-banner-slider .emarket-hero-slide::after {
	display: none;
}

.emarket-home-banner-fallback {
	display: grid;
	place-items: center;
	min-height: clamp(260px, 34vw, 520px);
	padding: 32px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--emarket-radius);
	background:
		linear-gradient(135deg, rgba(var(--emarket-accent-rgb), 0.84), rgba(22, 22, 22, 0.94)),
		var(--emarket-ink);
	color: #fff;
	text-align: center;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.emarket-home-banner-fallback:hover {
	color: #fff;
}

.emarket-home-banner-fallback span {
	color: #ffcd4f;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.emarket-home-banner-fallback strong {
	max-width: 860px;
	font-size: clamp(34px, 6vw, 72px);
	line-height: 0.98;
}

.emarket-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
	align-items: center;
	gap: 44px;
	min-height: clamp(430px, 58vh, 540px);
	padding-block: 46px 50px;
}

.emarket-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	color: var(--emarket-kicker);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0;
	text-transform: uppercase;
}

.emarket-hero .emarket-kicker {
	color: #ffcd4f;
}

.emarket-hero h1 {
	max-width: 760px;
	margin: 0;
	font-size: 64px;
	line-height: 0.98;
	letter-spacing: 0;
}

.emarket-hero p {
	max-width: 640px;
	margin: 20px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
}

.emarket-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.emarket-hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.emarket-hero-points span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.84);
	font-size: 13px;
	font-weight: 800;
}

.emarket-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid var(--emarket-accent);
	border-radius: var(--emarket-radius);
	background: var(--emarket-accent);
	color: #fff;
	font-weight: 850;
	text-align: center;
	line-height: 1.1;
	transition: 160ms ease;
}

.emarket-button:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: var(--emarket-accent-dark);
	border-color: var(--emarket-accent-dark);
	color: #fff;
}

.emarket-button-outline,
.woocommerce a.button.alt.emarket-button-outline {
	background: transparent;
	color: currentColor;
	border-color: currentColor;
}

.emarket-hero .emarket-button-outline {
	color: #fff;
}

.emarket-button-outline:hover {
	background: #fff;
	border-color: #fff;
	color: var(--emarket-ink);
}

.emarket-hero-search {
	max-width: 560px;
	margin-top: 28px;
}

.emarket-hero-search input[type="search"] {
	background: #fff;
}

.emarket-hero-visual {
	position: relative;
	min-height: 420px;
}

.emarket-hero-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: min(560px, 64vh);
	min-height: 420px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--emarket-radius);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.emarket-hero-track,
.emarket-hero-slide,
.emarket-hero-slide a,
.emarket-hero-slide picture {
	position: absolute;
	inset: 0;
	display: block;
}

.emarket-hero-slide {
	opacity: 0;
	pointer-events: none;
	transition: opacity 420ms ease;
}

.emarket-hero-slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.emarket-hero-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.emarket-hero-slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.16));
	pointer-events: none;
}

.emarket-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.36);
	border-radius: var(--emarket-radius);
	background: rgba(22, 22, 22, 0.58);
	color: #fff;
	transform: translateY(-50%);
	transition: 160ms ease;
}

.emarket-slider-arrow:hover {
	background: var(--emarket-accent);
	border-color: var(--emarket-accent);
	color: #fff;
}

.emarket-slider-arrow svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.emarket-slider-prev {
	left: 14px;
}

.emarket-slider-next {
	right: 14px;
}

.emarket-slider-dots {
	position: absolute;
	z-index: 3;
	right: 18px;
	bottom: 16px;
	left: 18px;
	display: flex;
	justify-content: center;
	gap: 8px;
}

.emarket-slider-dots button {
	width: 28px;
	height: 5px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.48);
	transition: 160ms ease;
}

.emarket-slider-dots button.is-active {
	width: 42px;
	background: #fff;
}

.emarket-trust-band {
	background: var(--emarket-surface);
	border-bottom: 1px solid var(--emarket-line);
}

.emarket-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
}

.emarket-trust-grid div {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 70px;
	padding: 14px;
	border-right: 1px solid var(--emarket-line);
	color: var(--emarket-ink);
	font-size: 14px;
	font-weight: 850;
}

.emarket-trust-grid div:last-child {
	border-right: 0;
}

.emarket-trust-grid svg {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	fill: none;
	stroke: var(--emarket-trust-icon);
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.emarket-hero-visual > img {
	width: 100%;
	height: min(560px, 64vh);
	object-fit: cover;
	border-radius: var(--emarket-radius);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.emarket-hero-product {
	position: absolute;
	display: block;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--emarket-radius);
	background: #fff;
	color: var(--emarket-ink);
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.emarket-hero-product img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 18px;
	background: #fff;
}

.emarket-hero-product span {
	position: absolute;
	right: 10px;
	bottom: 10px;
	left: 10px;
	display: block;
	padding: 8px 10px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--emarket-ink);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
}

.emarket-hero-product-1 {
	top: 0;
	left: 7%;
	width: 48%;
	height: 76%;
}

.emarket-hero-product-2 {
	top: 18%;
	right: 0;
	width: 43%;
	height: 52%;
}

.emarket-hero-product-3 {
	right: 16%;
	bottom: 0;
	width: 44%;
	height: 38%;
}

.emarket-placeholder-panel {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 420px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--emarket-radius);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-weight: 850;
}

.emarket-section {
	padding-block: 54px;
}

.emarket-section + .emarket-section {
	padding-top: 12px;
}

.emarket-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
}

.emarket-section-head h2,
.emarket-page-header h1,
.emarket-shop-header h1 {
	margin: 0;
	color: var(--emarket-ink);
	font-size: 38px;
	line-height: 1.08;
	letter-spacing: 0;
}

.emarket-section-head-compact {
	margin-bottom: 14px;
}

.emarket-section-head-compact h2 {
	font-size: 28px;
}

.emarket-section-link {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding-inline: 12px;
	border: 1px solid var(--emarket-line);
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface);
	color: var(--emarket-ink);
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}

.emarket-category-section {
	background: transparent;
}

.emarket-category-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	align-items: stretch;
}

.emarket-category-card {
	position: relative;
	display: grid;
	width: var(--emarket-category-card-size);
	max-width: 100%;
	flex: 0 1 var(--emarket-category-card-size);
	height: auto;
	min-height: 0;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: var(--emarket-radius);
	aspect-ratio: 1 / 1;
	background: transparent;
	color: var(--emarket-ink);
	box-shadow: none;
}

.emarket-category-card img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	transition: 180ms ease;
}

.emarket-category-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.56));
}

.emarket-category-card:hover img {
	transform: scale(1.04);
}

.emarket-category-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 0;
	background: transparent;
	color: rgba(22, 22, 22, 0.28);
	font-size: 72px;
	font-weight: 900;
}

.emarket-category-card-body {
	position: absolute;
	z-index: 2;
	right: 12px;
	bottom: 12px;
	left: 12px;
	display: grid;
	gap: 2px;
	color: #fff;
}

.emarket-category-card strong {
	font-size: 17px;
	line-height: 1.15;
}

.emarket-category-card small {
	color: rgba(255, 255, 255, 0.76);
	font-size: 12px;
	font-weight: 700;
}

.emarket-brand-section {
	padding-block: 34px 18px;
}

.emarket-brand-strip {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 2px 0 10px;
	scrollbar-width: thin;
	scrollbar-color: var(--emarket-line) transparent;
}

.emarket-brand-strip a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid var(--emarket-line);
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface);
	color: var(--emarket-ink);
	font-size: 14px;
	font-weight: 900;
	white-space: nowrap;
}

.emarket-brand-strip a:hover {
	border-color: var(--emarket-accent);
	color: var(--emarket-accent);
}

.emarket-brand-logo-section {
	overflow: hidden;
}

.emarket-brand-logo-marquee {
	position: relative;
	overflow: hidden;
	padding-block: 6px 12px;
	background: transparent;
}

.emarket-brand-logo-track {
	display: flex;
	width: max-content;
	animation: emarket-brand-marquee var(--emarket-brand-duration, 36s) linear infinite;
	will-change: transform;
}

.emarket-brand-logo-marquee:hover .emarket-brand-logo-track {
	animation-play-state: paused;
}

.emarket-brand-logo-group {
	display: flex;
	align-items: center;
	gap: 22px;
	padding-right: 22px;
}

.emarket-brand-logo-item {
	flex: 0 0 auto;
}

.emarket-brand-logo-item a,
.emarket-brand-logo-item span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 70px;
	padding: 10px 14px;
	border: 1px solid rgba(22, 22, 22, 0.08);
	border-radius: var(--emarket-radius);
	background: transparent;
	transition: 160ms ease;
}

.emarket-brand-logo-item a:hover {
	border-color: rgba(var(--emarket-accent-rgb), 0.36);
	background: rgba(255, 255, 255, 0.3);
}

.emarket-brand-logo-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@keyframes emarket-brand-marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.emarket-brand-logo-track {
		animation: none;
	}
}

ul.products,
.woocommerce ul.products {
	--emarket-product-columns: var(--emarket-shop-columns);
	--emarket-product-gap-total: var(--emarket-shop-gap-total);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px 18px;
	align-items: stretch;
	padding: 0;
	margin: 0;
	list-style: none;
}

.emarket-product-section ul.products {
	--emarket-product-columns: var(--emarket-featured-columns);
	--emarket-product-gap-total: var(--emarket-featured-gap-total);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 18px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.emarket-product-section-sale ul.products {
	--emarket-product-columns: var(--emarket-sale-columns);
	--emarket-product-gap-total: var(--emarket-sale-gap-total);
}

ul.products::before,
ul.products::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.emarket-product-section ul.products::before,
.emarket-product-section ul.products::after {
	display: none;
}

ul.products li.product.emarket-product-card,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.emarket-product-card {
	float: none;
	width: calc((100% - var(--emarket-product-gap-total)) / var(--emarket-product-columns)) !important;
	max-width: none;
	min-width: 0;
	flex: 0 1 calc((100% - var(--emarket-product-gap-total)) / var(--emarket-product-columns));
	margin: 0;
	box-sizing: border-box;
	justify-self: stretch;
}

ul.products[class*="columns-"] li.product.emarket-product-card,
.woocommerce ul.products[class*="columns-"] li.product.emarket-product-card,
.woocommerce-page ul.products[class*="columns-"] li.product.emarket-product-card {
	float: none;
	width: calc((100% - var(--emarket-product-gap-total)) / var(--emarket-product-columns)) !important;
	flex: 0 1 calc((100% - var(--emarket-product-gap-total)) / var(--emarket-product-columns));
	max-width: none;
	margin: 0;
}

.emarket-product-section ul.products li.product.emarket-product-card {
	width: calc((100% - var(--emarket-product-gap-total)) / var(--emarket-product-columns)) !important;
	flex-basis: calc((100% - var(--emarket-product-gap-total)) / var(--emarket-product-columns));
}

.emarket-product-card {
	position: relative;
	display: grid;
	grid-template-rows: auto auto auto;
	align-content: start;
	height: auto;
	min-height: 100%;
	min-width: 0;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: var(--emarket-radius);
	background: transparent;
	box-shadow: none;
	transition: 160ms ease;
}

.emarket-product-card:hover {
	transform: none;
	border-color: transparent;
	background: transparent;
	box-shadow: none;
}

.emarket-product-card:hover .emarket-product-media,
.emarket-product-card:hover .emarket-product-image-link {
	background: transparent !important;
}

.emarket-product-media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: clamp(214px, 14vw, 272px);
	overflow: hidden;
	background: transparent;
}

.emarket-product-image-link {
	position: relative;
	display: flex;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.emarket-product-media img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	background: transparent !important;
	mix-blend-mode: multiply;
}

.emarket-favorite-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid var(--emarket-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	color: var(--emarket-ink);
	cursor: pointer;
	font: inherit;
	font-weight: 850;
	line-height: 1;
	text-decoration: none;
	transition: 160ms ease;
}

.emarket-favorite-toggle svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.emarket-favorite-toggle:hover,
.emarket-favorite-toggle.is-active {
	border-color: rgba(var(--emarket-accent-rgb), 0.34);
	background: rgba(var(--emarket-accent-rgb), 0.1);
	color: var(--emarket-accent);
}

.emarket-favorite-toggle.is-active svg {
	fill: currentColor;
}

.emarket-favorite-toggle.is-loading {
	opacity: 0.58;
	pointer-events: none;
}

.emarket-favorite-toggle-card {
	position: absolute;
	z-index: 4;
	top: 12px;
	right: 12px;
	width: 38px;
	height: 38px;
	padding: 0;
	box-shadow: 0 8px 20px rgba(22, 22, 22, 0.08);
}

.emarket-product-media .emarket-favorite-toggle-card,
.woocommerce ul.products li.product .emarket-product-media .emarket-favorite-toggle-card,
.woocommerce-page ul.products li.product .emarket-product-media .emarket-favorite-toggle-card {
	position: absolute !important;
	z-index: 8;
	top: 12px !important;
	right: 12px !important;
	bottom: auto !important;
	left: auto !important;
	display: inline-flex !important;
	width: 38px !important;
	height: 38px !important;
	min-width: 38px;
	min-height: 38px;
	max-width: 38px !important;
	max-height: 38px !important;
	flex: 0 0 38px !important;
	padding: 0 !important;
	margin: 0 !important;
	pointer-events: auto;
	overflow: visible;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.92);
	line-height: 1;
	transform: none !important;
	aspect-ratio: 1 / 1;
	box-sizing: border-box;
}

.emarket-product-media .emarket-favorite-toggle-card:hover,
.emarket-product-media .emarket-favorite-toggle-card.is-active {
	background: rgba(var(--emarket-accent-rgb), 0.1);
}

.emarket-product-gallery {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.emarket-product-gallery img {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent !important;
	opacity: 0;
	transition: opacity 900ms ease;
}

.emarket-product-gallery img.is-active {
	opacity: 1;
}

.emarket-corner-ribbon {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 26px;
	pointer-events: none;
	color: #fff;
	font-size: 12px;
	font-weight: 950;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.emarket-corner-ribbon-sale {
	top: 15px;
	left: -26px;
	background: var(--emarket-sale-badge);
	transform: rotate(-45deg);
}

.emarket-corner-ribbon-new {
	right: -26px;
	bottom: 15px;
	background: var(--emarket-new-badge);
	transform: rotate(-45deg);
}

.woocommerce span.onsale {
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	padding: 0 8px;
	border-radius: 6px;
	background: var(--emarket-sale-badge);
	color: #fff;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
}

.emarket-product-body {
	display: grid;
	grid-template-rows: none;
	gap: 4px;
	padding: 8px 14px 2px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.emarket-product-card h2 {
	display: -webkit-box;
	height: auto;
	min-height: 38px;
	max-height: 38px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	color: var(--emarket-ink);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.26;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.emarket-product-card h2 a {
	color: inherit;
}

.emarket-product-rating {
	min-height: 14px;
}

.emarket-product-rating:empty {
	display: none;
}

.emarket-product-price {
	display: flex;
	min-height: 28px;
	align-items: flex-start;
	justify-content: center;
}

.woocommerce .star-rating {
	color: var(--emarket-warning);
	font-size: 12px;
}

.woocommerce ul.products li.product .price,
.emarket-product-price .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 7px;
	margin: 0;
	color: var(--emarket-accent);
	font-size: 18px;
	font-weight: 900;
}

.emarket-product-price .price {
	flex-wrap: nowrap;
	justify-content: center;
}

.woocommerce .price del {
	color: var(--emarket-muted);
	font-size: 13px;
	font-weight: 700;
	opacity: 0.72;
	white-space: nowrap;
}

.woocommerce .price ins {
	text-decoration: none;
	white-space: nowrap;
}

.emarket-product-actions {
	display: flex;
	justify-content: center;
	padding: 5px 14px 12px;
}

.emarket-product-actions .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 132px;
	max-width: 100%;
	height: 38px;
	min-height: 38px;
	padding: 0 20px;
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(var(--emarket-accent-rgb), 0.18);
	font-size: 14px;
	line-height: 1 !important;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

.emarket-ride-section {
	padding-top: 26px;
}

.emarket-ride-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.emarket-ride-grid a {
	display: grid;
	gap: 8px;
	min-height: 138px;
	padding: 18px;
	border: 1px solid var(--emarket-line);
	border-left: 4px solid var(--emarket-accent);
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface);
	color: var(--emarket-ink);
}

.emarket-ride-grid strong {
	font-size: 18px;
	line-height: 1.2;
}

.emarket-ride-grid span {
	color: var(--emarket-muted);
	font-size: 14px;
}

.emarket-woo-main {
	padding-block: 34px 62px;
}

.emarket-shop-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 18px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--emarket-line);
}

.emarket-shop-header-copy {
	min-width: 0;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 12px;
	color: var(--emarket-muted);
	font-size: 13px;
}

.woocommerce .woocommerce-breadcrumb a {
	color: var(--emarket-muted);
}

.emarket-shop-description {
	max-width: 780px;
	margin-top: 12px;
	color: var(--emarket-muted);
}

.emarket-shop-summary {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
	max-width: 360px;
	color: var(--emarket-muted);
	font-size: 13px;
	font-weight: 800;
}

.emarket-shop-summary span,
.emarket-shop-summary a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 12px;
	border: 1px solid var(--emarket-line);
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface);
	color: var(--emarket-ink);
}

.emarket-shop-summary strong {
	margin-right: 4px;
	color: var(--emarket-accent);
	font-size: 16px;
}

.emarket-shop-category-rail {
	display: flex;
	gap: 10px;
	margin-bottom: 22px;
	padding-bottom: 4px;
	overflow-x: auto;
	scrollbar-color: var(--emarket-line) transparent;
}

.emarket-shop-category-rail a {
	display: grid;
	flex: 0 0 auto;
	min-width: 156px;
	gap: 2px;
	padding: 12px 14px;
	border: 1px solid var(--emarket-line);
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface);
	color: var(--emarket-ink);
}

.emarket-shop-category-rail a:hover {
	border-color: var(--emarket-accent);
	color: var(--emarket-ink);
}

.emarket-shop-category-rail strong {
	font-size: 14px;
	line-height: 1.2;
	white-space: nowrap;
}

.emarket-shop-category-rail small {
	color: var(--emarket-muted);
	font-size: 12px;
	font-weight: 800;
}

.emarket-archive-note {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
	margin: 0 0 22px;
	padding: 14px 16px;
	border: 1px solid rgba(var(--emarket-accent-rgb), 0.22);
	border-left: 4px solid var(--emarket-accent);
	border-radius: var(--emarket-radius);
	background: rgba(var(--emarket-accent-rgb), 0.08);
	color: var(--emarket-ink);
}

.emarket-archive-note strong {
	font-weight: 950;
}

.emarket-archive-note span {
	color: var(--emarket-muted);
}

.emarket-archive-note a {
	margin-left: auto;
	color: var(--emarket-accent);
	font-size: 14px;
	font-weight: 900;
}

.emarket-shop-shell {
	display: grid;
	grid-template-columns: minmax(240px, 292px) minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.emarket-shop-sidebar {
	position: sticky;
	top: 152px;
	display: grid;
	gap: 12px;
	align-self: start;
}

.emarket-filter-head {
	display: none;
}

.emarket-filter-widget,
.woocommerce .widget_price_filter,
.woocommerce .widget_layered_nav {
	padding: 16px;
	border: 1px solid var(--emarket-line);
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface);
}

.emarket-shop-filter-widget {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.widget-title,
.emarket-filter-widget h3,
.emarket-footer-widget h3 {
	margin: 0 0 12px;
	color: var(--emarket-ink);
	font-size: 15px;
	font-weight: 900;
}

.emarket-filter-widget ul {
	display: grid;
	gap: 7px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.emarket-filter-widget a {
	color: var(--emarket-muted);
	font-size: 14px;
	font-weight: 700;
}

.emarket-filter-widget a:hover {
	color: var(--emarket-accent);
}

.emarket-shop-filter-form {
	display: grid;
	gap: 20px;
}

.emarket-shop-filter-form label {
	display: grid;
	gap: 7px;
	margin: 0;
	color: var(--emarket-ink);
	font-size: 13px;
	font-weight: 850;
}

.emarket-filter-price-row label > span {
	color: var(--emarket-muted);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.emarket-filter-price-row input[type="number"] {
	width: 100%;
	min-height: 42px;
	padding: 0 11px;
	border: 1px solid var(--emarket-line);
	border-radius: 6px;
	background: var(--emarket-surface-soft);
	color: var(--emarket-ink);
	font-size: 14px;
	font-weight: 800;
}

.emarket-filter-price-row input[type="number"]:focus {
	outline: 0;
	border-color: var(--emarket-accent);
	box-shadow: 0 0 0 3px rgba(var(--emarket-accent-rgb), 0.1);
}

.emarket-filter-group {
	display: grid;
	gap: 9px;
	padding: 0 0 18px;
	margin: 0;
	border: 0;
	border-bottom: 1px solid var(--emarket-line);
}

.emarket-filter-group:last-of-type {
	padding-bottom: 0;
	border-bottom: 0;
}

.emarket-filter-group legend {
	padding: 0;
	color: var(--emarket-muted);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.emarket-filter-checklist {
	display: grid;
	gap: 6px;
	max-height: 360px;
	padding-right: 4px;
	overflow: auto;
	scrollbar-color: var(--emarket-line) transparent;
}

.emarket-filter-checklist-compact {
	max-height: 300px;
}

.emarket-filter-checkrow {
	position: relative;
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	align-items: center;
	gap: 9px;
	min-height: 36px;
	padding: 6px 8px 6px calc(8px + (var(--emarket-filter-depth, 0) * 12px));
	border: 1px solid transparent;
	border-radius: 6px;
	background: transparent;
	cursor: pointer;
}

.emarket-filter-checkrow:hover {
	border-color: var(--emarket-line);
	background: var(--emarket-surface-soft);
}

.emarket-filter-checkrow input[type="checkbox"],
.emarket-price-presets input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	opacity: 0;
	pointer-events: none;
}

.emarket-filter-checkbox {
	position: relative;
	display: inline-flex;
	width: 18px;
	height: 18px;
	border: 1px solid var(--emarket-line);
	border-radius: 5px;
	background: var(--emarket-surface);
}

.emarket-filter-checkbox::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 6px;
	width: 5px;
	height: 9px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	opacity: 0;
	transform: rotate(45deg);
}

.emarket-filter-checkrow input[type="checkbox"]:checked + .emarket-filter-checkbox {
	border-color: var(--emarket-accent);
	background: var(--emarket-accent);
}

.emarket-filter-checkrow input[type="checkbox"]:focus-visible + .emarket-filter-checkbox {
	outline: 3px solid rgba(var(--emarket-accent-rgb), 0.24);
	outline-offset: 2px;
}

.emarket-filter-checkrow input[type="checkbox"]:checked + .emarket-filter-checkbox::after {
	opacity: 1;
}

.emarket-filter-label {
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	color: var(--emarket-ink);
	font-size: 13px;
	font-weight: 850;
	line-height: 1.2;
	text-transform: none;
}

.emarket-filter-label strong {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.emarket-filter-label small {
	flex: 0 0 auto;
	color: var(--emarket-muted);
	font-size: 11px;
	font-weight: 850;
}

.emarket-price-slider {
	position: relative;
	display: grid;
	gap: 12px;
	padding-top: 8px;
}

.emarket-price-slider-track {
	position: relative;
	height: 4px;
	margin-inline: 8px;
	border-radius: 999px;
	background: var(--emarket-line);
}

.emarket-price-slider-track span {
	position: absolute;
	top: 0;
	bottom: 0;
	border-radius: inherit;
	background: var(--emarket-ink);
}

.emarket-price-slider input[type="range"] {
	position: absolute;
	top: 2px;
	left: 0;
	width: 100%;
	height: 16px;
	padding: 0;
	margin: 0;
	background: transparent;
	pointer-events: none;
	-webkit-appearance: none;
	appearance: none;
}

.emarket-price-slider input[type="range"]::-webkit-slider-thumb {
	width: 18px;
	height: 18px;
	border: 2px solid var(--emarket-ink);
	border-radius: 50%;
	background: var(--emarket-surface);
	cursor: pointer;
	pointer-events: auto;
	-webkit-appearance: none;
	appearance: none;
}

.emarket-price-slider input[type="range"]::-moz-range-thumb {
	width: 18px;
	height: 18px;
	border: 2px solid var(--emarket-ink);
	border-radius: 50%;
	background: var(--emarket-surface);
	cursor: pointer;
	pointer-events: auto;
}

.emarket-price-slider input[type="range"]::-webkit-slider-runnable-track {
	background: transparent;
}

.emarket-price-slider input[type="range"]::-moz-range-track {
	background: transparent;
}

.emarket-price-slider-values {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: var(--emarket-ink);
	font-size: 14px;
	font-weight: 800;
}

.emarket-filter-actions {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px;
	align-items: center;
	padding-top: 2px;
}

.emarket-filter-actions .emarket-button {
	width: 100%;
	min-height: 42px;
}

.emarket-filter-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding-inline: 10px;
	border: 1px solid var(--emarket-line);
	border-radius: 6px;
	background: var(--emarket-surface);
	color: var(--emarket-muted);
	font-size: 13px;
	font-weight: 900;
}

.emarket-filter-actions a:hover {
	border-color: var(--emarket-accent);
	color: var(--emarket-accent);
}

.emarket-shop-products {
	min-width: 0;
}

.emarket-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
	padding: 10px 0 14px;
	border: 1px solid var(--emarket-line);
	border-width: 0 0 1px;
	background: transparent;
}

.emarket-shop-meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	width: 100%;
	color: var(--emarket-muted);
	font-size: 14px;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	float: none;
	margin: 0;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	float: none;
	margin: 0;
}

.woocommerce .woocommerce-ordering select {
	min-height: 40px;
	padding: 0 36px 0 12px;
	border: 1px solid var(--emarket-line);
	border-radius: 6px;
	background: var(--emarket-surface);
	color: var(--emarket-ink);
}

.emarket-filter-toggle {
	display: none;
	min-height: 40px;
	padding: 0 12px;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 30px;
}

.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	justify-content: center;
	gap: 6px;
	border: 0;
	margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	border: 1px solid var(--emarket-line);
	border-radius: 6px;
	background: var(--emarket-surface);
	color: var(--emarket-ink);
	font-weight: 800;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: var(--emarket-accent);
	border-color: var(--emarket-accent);
	color: #fff;
}

.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	margin-bottom: 16px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border-top: 0;
	border-left: 4px solid var(--emarket-success);
	border-radius: var(--emarket-radius);
	background: #fff;
	box-shadow: 0 10px 24px rgba(22, 22, 22, 0.05);
}

.woocommerce-info {
	border-left-color: var(--emarket-warning);
}

.woocommerce-error {
	border-left-color: var(--emarket-accent);
}

.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(320px, 560px) minmax(360px, 560px);
	align-items: start;
	justify-content: center;
	gap: 44px;
	width: 100%;
	max-width: none;
	margin: 0 auto;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	box-sizing: border-box;
	float: none;
	width: auto;
	max-width: 100%;
	min-width: 0;
}

.woocommerce div.product div.images {
	position: relative;
	grid-column: 1;
	grid-row: 1;
	max-width: 560px;
	margin-bottom: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	overflow: hidden;
	border: 1px solid rgba(22, 22, 22, 0.08);
	border-radius: 8px;
	background: transparent;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(360px, 42vw, 560px);
	background: transparent;
}

.woocommerce div.product div.images img {
	width: 100%;
	max-height: min(58vh, 560px);
	object-fit: contain;
	border-radius: 8px;
	background: transparent !important;
	mix-blend-mode: normal;
}

.woocommerce div.product div.images .zoomImg {
	display: none !important;
	opacity: 0 !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	overflow: visible;
	margin-top: 12px;
	padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	float: none;
	width: 72px;
	border: 1px solid var(--emarket-line);
	border-radius: 8px;
	background: transparent;
	overflow: hidden;
}

.woocommerce div.product div.images .flex-control-thumbs img {
	width: 100%;
	height: 72px;
	object-fit: contain;
	opacity: 0.62;
}

.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs img:hover {
	opacity: 1;
}

.woocommerce div.product div.summary {
	position: static;
	grid-column: 2;
	grid-row: 1;
	padding: 20px 22px 22px;
	border: 1px solid rgba(22, 22, 22, 0.08);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 16px 36px rgba(22, 22, 22, 0.05);
	backdrop-filter: blur(10px);
}

.single-product .woocommerce div.product div.summary > *,
.single-product .woocommerce div.product .woocommerce-product-details__short-description,
.single-product .woocommerce div.product .woocommerce-product-details__short-description > * {
	box-sizing: border-box;
	max-width: 100%;
	min-width: 0;
	overflow-wrap: anywhere;
}

.single-product .woocommerce div.product span.onsale {
	display: none !important;
}

.emarket-single-sale-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 8;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 66px;
	min-height: 36px;
	padding: 0 14px;
	border-radius: 8px;
	background: var(--emarket-sale-badge);
	box-shadow: 0 12px 24px rgba(var(--emarket-accent-rgb), 0.18);
	color: #fff;
	font-size: 15px;
	font-weight: 950;
	line-height: 1;
	pointer-events: none;
}

.woocommerce div.product .product_title {
	margin: 0 0 12px;
	font-size: clamp(28px, 2.2vw, 34px);
	line-height: 1.1;
	letter-spacing: 0;
}

.single-product .woocommerce div.product .stock {
	display: none;
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin-top: 20px;
	margin-bottom: 18px;
}

.woocommerce .quantity .qty {
	width: 62px;
	min-height: 42px;
	border: 1px solid var(--emarket-line);
	border-radius: 8px;
	background: var(--emarket-surface);
}

.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce div.product form.cart .button.alt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: auto;
	min-width: 174px;
	min-height: 42px;
	padding: 0 24px;
	border-color: var(--emarket-single-cart);
	border-radius: 999px;
	background: var(--emarket-single-cart);
	box-shadow: 0 12px 24px rgba(var(--emarket-single-cart-rgb), 0.18);
	color: #fff;
	line-height: 1;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.woocommerce div.product form.cart .button.alt:hover {
	border-color: var(--emarket-single-cart-dark);
	background: var(--emarket-single-cart-dark);
	color: #fff;
}

.emarket-single-favorite {
	margin: 0 0 18px;
}

.emarket-favorite-toggle-single {
	min-height: 40px;
	padding: 0 16px;
	background: var(--emarket-surface);
	box-shadow: none;
}

.emarket-size-chart-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 16px 0 0;
}

.emarket-size-chart-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid var(--emarket-line);
	border-radius: 999px;
	background: var(--emarket-surface);
	color: var(--emarket-ink);
	font-size: 13px;
	font-weight: 850;
	cursor: pointer;
	transition: 160ms ease;
}

.emarket-size-chart-button svg {
	width: 18px;
	height: 18px;
	stroke: currentColor;
	stroke-width: 1.9;
	fill: none;
}

.emarket-size-chart-button:hover,
.emarket-size-chart-button:focus-visible {
	border-color: var(--emarket-accent);
	color: var(--emarket-accent);
}

.emarket-size-chart-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(16px, 4vw, 42px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 160ms ease;
}

.emarket-size-chart-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.emarket-size-chart-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(12, 12, 12, 0.68);
	backdrop-filter: blur(3px);
}

.emarket-size-chart-dialog {
	position: relative;
	z-index: 1;
	width: min(920px, 100%);
	max-height: min(760px, 88vh);
	overflow: hidden;
	border-radius: 8px;
	background: var(--emarket-surface);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.emarket-size-chart-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid var(--emarket-line);
}

.emarket-size-chart-head h2 {
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0;
}

.emarket-size-chart-head .emarket-icon-button {
	flex: 0 0 auto;
}

.emarket-size-chart-body {
	max-height: calc(min(760px, 88vh) - 66px);
	overflow: auto;
	padding: 18px;
}

.emarket-size-chart-body img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 6px;
}

body.emarket-size-chart-open {
	overflow: hidden;
}

.emarket-single-product-meta {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin-top: 18px;
	border-collapse: collapse;
	table-layout: fixed;
	border: 1px solid var(--emarket-line);
	border-radius: 8px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.62);
	font-size: 14px;
}

.emarket-single-product-meta th,
.emarket-single-product-meta td {
	padding: 12px 14px;
	border-bottom: 1px solid var(--emarket-line);
	vertical-align: top;
	text-align: left;
}

.emarket-single-product-meta tr:last-child th,
.emarket-single-product-meta tr:last-child td {
	border-bottom: 0;
}

.emarket-single-product-meta th {
	width: 118px;
	color: var(--emarket-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.emarket-single-product-meta td {
	color: var(--emarket-ink);
	font-weight: 650;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.emarket-single-product-meta a {
	color: inherit;
	text-decoration: none;
}

.emarket-single-product-meta a:hover {
	color: var(--emarket-accent);
}

.emarket-product-meta-path {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	max-width: 100%;
	min-width: 0;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.emarket-product-meta-path > * {
	max-width: 100%;
	min-width: 0;
	overflow-wrap: anywhere;
}

.emarket-product-meta-path + .emarket-product-meta-path {
	margin-top: 6px;
}

.emarket-product-meta-path span {
	color: var(--emarket-muted);
}

.woocommerce div.product form.cart table.variations {
	flex: 0 0 100%;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0 0 12px;
	border: 0;
	table-layout: fixed;
}

.woocommerce div.product form.cart .single_variation_wrap {
	flex: 0 0 100%;
	width: 100%;
}

.woocommerce div.product form.cart .single_variation {
	margin-bottom: 12px;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.woocommerce div.product form.cart table.variations tr {
	display: grid;
	gap: 8px;
	margin-bottom: 12px;
}

.woocommerce div.product form.cart table.variations th,
.woocommerce div.product form.cart table.variations td {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 0;
	text-align: left;
	line-height: 1.2;
}

.woocommerce div.product form.cart table.variations label {
	color: var(--emarket-muted);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.emarket-native-select-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
}

.emarket-variation-options {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 94px), 1fr));
	align-items: stretch;
	gap: 8px;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.emarket-variation-option {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 36px;
	padding: 0 14px;
	border: 1px solid var(--emarket-line);
	border-radius: 999px;
	background: transparent;
	color: var(--emarket-ink);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.25;
	overflow-wrap: anywhere;
	white-space: normal;
	text-align: center;
	cursor: pointer;
	transition: 160ms ease;
}

.emarket-variation-option:hover,
.emarket-variation-option.is-selected {
	border-color: var(--emarket-single-cart);
	background: rgba(var(--emarket-single-cart-rgb), 0.1);
	color: var(--emarket-ink);
}

.emarket-variation-option:disabled {
	cursor: not-allowed;
	opacity: 0.38;
}

.woocommerce div.product form.cart .reset_variations {
	display: inline-flex;
	margin-top: 8px;
	color: var(--emarket-muted);
	font-size: 12px;
	font-weight: 800;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 6px;
	padding: 0;
	margin: 34px 0 0;
	border: 0;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .upsells {
	grid-column: 1 / -1;
	width: 100%;
	min-width: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	border: 1px solid var(--emarket-line);
	border-radius: var(--emarket-radius) var(--emarket-radius) 0 0;
	background: var(--emarket-surface-soft);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--emarket-surface);
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 24px;
	border: 1px solid var(--emarket-line);
	border-radius: 0 var(--emarket-radius) var(--emarket-radius) var(--emarket-radius);
	background: var(--emarket-surface);
}

.woocommerce div.product .woocommerce-Tabs-panel > h2:first-child,
.woocommerce div.product .woocommerce-Reviews-title {
	display: none;
}

.emarket-installments {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
	gap: 12px;
}

.emarket-installment-bank {
	display: grid;
	align-content: start;
	gap: 10px;
	padding: 12px;
	border: 1px solid var(--emarket-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.58);
}

.emarket-installment-bank-head {
	display: grid;
	align-items: center;
	justify-items: center;
	min-height: 104px;
	text-align: center;
}

.emarket-installment-bank-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 92px;
	padding: 6px 10px;
	border: 1px solid var(--emarket-line);
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
}

.emarket-installment-bank-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: scale(1.42);
	transform-origin: center;
}

.emarket-installment-bank-logo strong {
	color: var(--emarket-accent);
	font-size: 18px;
	font-weight: 950;
	text-transform: uppercase;
}

.emarket-installments-table-wrap {
	overflow: hidden;
	border: 1px solid var(--emarket-line);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.68);
}

.emarket-installments-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	font-size: 11px;
}

.emarket-installments-table th,
.emarket-installments-table td {
	padding: 7px 8px;
	border-bottom: 1px solid var(--emarket-line);
	text-align: left;
	vertical-align: middle;
}

.emarket-installments-table th {
	background: #eeeae4 !important;
	color: var(--emarket-ink) !important;
	font-size: 10px;
	font-weight: 900;
	line-height: 1.15;
	text-shadow: none;
	text-transform: uppercase;
}

.emarket-installments-table tbody tr:last-child td {
	border-bottom: 0;
}

.emarket-installments-table td {
	color: var(--emarket-ink);
	font-weight: 800;
	line-height: 1.2;
}

.emarket-installments-table td strong,
.emarket-installments-table td small {
	display: block;
}

.emarket-installments-table td small {
	margin-top: 2px;
	color: var(--emarket-muted);
	font-size: 10px;
	font-weight: 800;
}

.emarket-installments-placeholder {
	grid-column: 1 / -1;
	display: grid;
	justify-items: center;
	gap: 8px;
	padding: 34px 18px;
	border: 1px dashed var(--emarket-line);
	border-radius: 8px;
	background: var(--emarket-surface-soft);
	color: var(--emarket-muted);
	text-align: center;
}

.emarket-installments-placeholder strong {
	color: var(--emarket-ink);
	font-size: 18px;
	font-weight: 900;
}

.emarket-installments-placeholder span {
	max-width: 460px;
	font-size: 14px;
	line-height: 1.5;
}

.emarket-attribute-chips {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
}

.emarket-attribute-chip {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border: 1px solid var(--emarket-line);
	border-radius: 999px;
	background: var(--emarket-surface-soft);
	color: var(--emarket-ink);
	font-size: 13px;
	font-weight: 750;
	line-height: 1;
}

.woocommerce table.woocommerce-product-attributes .woocommerce-product-attributes-item__value p {
	margin: 0;
}

.woocommerce table.shop_table {
	border-color: var(--emarket-line);
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface);
}

.woocommerce-cart-form,
form.woocommerce-checkout,
.woocommerce-account .woocommerce {
	padding: 20px;
	border: 1px solid var(--emarket-line);
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface);
}

.woocommerce-account.logged-in .woocommerce {
	padding: 0;
	border: 0;
	background: transparent;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: auto;
}

.emarket-account-page {
	padding-block: 10px 18px;
}

.emarket-account-shell {
	display: grid;
	grid-template-columns: 304px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.emarket-account-sidebar {
	position: sticky;
	top: 152px;
	display: grid;
	gap: 12px;
}

.emarket-account-profile,
.emarket-account-logout,
.emarket-account-nav a,
.emarket-account-panel,
.emarket-account-quick-grid a,
.emarket-account-empty {
	border: 1px solid var(--emarket-line);
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface);
}

.emarket-account-profile {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 16px;
	background: var(--emarket-ink);
	color: #fff;
}

.emarket-account-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 8px;
	background: var(--emarket-accent);
	color: #fff;
	font-size: 20px;
	font-weight: 950;
	line-height: 1;
}

.emarket-account-profile strong,
.emarket-account-profile small {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.emarket-account-profile strong {
	font-size: 18px;
	line-height: 1.2;
}

.emarket-account-profile small {
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	font-weight: 700;
}

.emarket-account-logout {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	color: var(--emarket-accent);
	font-size: 14px;
	font-weight: 900;
}

.emarket-account-logout:hover {
	border-color: var(--emarket-accent);
	background: rgba(var(--emarket-accent-rgb), 0.06);
	color: var(--emarket-accent-dark);
}

.emarket-account-logout svg,
.emarket-account-nav svg,
.emarket-account-empty svg,
.emarket-account-quick-grid svg {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.emarket-account-nav ul {
	display: grid;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

@media (min-width: 1500px) {
	ul.products li.product.emarket-product-card,
	.woocommerce ul.products li.product.emarket-product-card {
		width: calc((100% - var(--emarket-product-gap-total)) / var(--emarket-product-columns)) !important;
		flex-basis: calc((100% - var(--emarket-product-gap-total)) / var(--emarket-product-columns));
	}

	.emarket-product-section ul.products li.product.emarket-product-card {
		width: calc((100% - var(--emarket-product-gap-total)) / var(--emarket-product-columns)) !important;
		flex-basis: calc((100% - var(--emarket-product-gap-total)) / var(--emarket-product-columns));
	}
}

@media (min-width: 1900px) {
	ul.products li.product.emarket-product-card,
	.woocommerce ul.products li.product.emarket-product-card {
		width: calc((100% - var(--emarket-product-gap-total)) / var(--emarket-product-columns)) !important;
		flex-basis: calc((100% - var(--emarket-product-gap-total)) / var(--emarket-product-columns));
	}

	.emarket-product-section ul.products li.product.emarket-product-card {
		width: calc((100% - var(--emarket-product-gap-total)) / var(--emarket-product-columns)) !important;
		flex-basis: calc((100% - var(--emarket-product-gap-total)) / var(--emarket-product-columns));
	}
}

@media (max-width: 1280px) {
	ul.products li.product.emarket-product-card,
	.woocommerce ul.products li.product.emarket-product-card {
		width: calc((100% - var(--emarket-product-gap-total)) / var(--emarket-product-columns)) !important;
		flex-basis: calc((100% - var(--emarket-product-gap-total)) / var(--emarket-product-columns));
	}
}

.emarket-account-nav a {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 52px;
	padding: 0 14px;
	color: var(--emarket-ink);
	font-size: 14px;
	font-weight: 900;
}

.emarket-account-nav a:hover,
.emarket-account-nav a.is-active {
	border-color: var(--emarket-accent);
	background: rgba(var(--emarket-accent-rgb), 0.06);
	color: var(--emarket-accent);
}

.emarket-account-panel {
	min-width: 0;
	overflow: hidden;
}

.emarket-account-head {
	padding: clamp(20px, 3vw, 30px);
	border-bottom: 1px solid var(--emarket-line);
	background:
		linear-gradient(135deg, rgba(22, 22, 22, 0.04), rgba(var(--emarket-accent-rgb), 0.06)),
		var(--emarket-surface);
}

.emarket-account-head .emarket-kicker {
	margin-bottom: 8px;
}

.emarket-account-head h1 {
	margin: 0;
	font-size: clamp(30px, 4vw, 44px);
	line-height: 1.04;
	letter-spacing: 0;
}

.emarket-account-content {
	padding: clamp(18px, 3vw, 30px);
}

.emarket-account-content > p:first-child {
	margin-top: 0;
}

.emarket-account-dashboard {
	display: grid;
	gap: 18px;
}

.emarket-account-welcome {
	padding: 20px;
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface-soft);
}

.emarket-account-welcome h2 {
	margin: 0;
	font-size: 26px;
	line-height: 1.15;
}

.emarket-account-welcome p {
	max-width: 680px;
	margin: 8px 0 0;
	color: var(--emarket-muted);
}

.emarket-account-quick-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.emarket-account-quick-grid a {
	display: grid;
	gap: 8px;
	min-height: 148px;
	padding: 18px;
	color: var(--emarket-ink);
}

.emarket-account-quick-grid a:hover {
	border-color: var(--emarket-accent);
	box-shadow: var(--emarket-shadow);
	color: var(--emarket-ink);
	transform: translateY(-1px);
}

.emarket-account-quick-grid svg {
	color: var(--emarket-accent);
}

.emarket-account-quick-grid strong {
	font-size: 18px;
	line-height: 1.2;
}

.emarket-account-quick-grid span {
	color: var(--emarket-muted);
	font-size: 14px;
}

.emarket-account-empty {
	display: grid;
	place-items: center;
	min-height: 360px;
	padding: 32px;
	text-align: center;
}

.emarket-account-empty-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	border-radius: 8px;
	background: rgba(var(--emarket-accent-rgb), 0.1);
	color: var(--emarket-accent);
}

.emarket-account-empty h2 {
	margin: 16px 0 0;
	font-size: 28px;
	line-height: 1.1;
}

.emarket-account-empty p {
	max-width: 560px;
	margin: 10px 0 22px;
	color: var(--emarket-muted);
}

.emarket-account-favorites {
	display: grid;
	gap: 18px;
}

.emarket-account-favorites-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.emarket-account-favorites-head h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1.15;
}

.emarket-account-favorites-head p {
	margin: 6px 0 0;
	color: var(--emarket-muted);
}

.emarket-account-favorites ul.products {
	--emarket-product-columns: 3;
	--emarket-product-gap-total: 36px;
}

.emarket-account-content .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.emarket-account-content .woocommerce-Address {
	width: auto;
	padding: 18px;
	border: 1px solid var(--emarket-line);
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface-soft);
}

.emarket-account-content .woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.emarket-account-content .woocommerce-Address-title h2 {
	margin: 0;
	font-size: 20px;
	line-height: 1.2;
}

.emarket-account-content .woocommerce-Address-title a {
	color: var(--emarket-accent);
	font-size: 14px;
	font-weight: 900;
}

.emarket-account-content .woocommerce-Address address {
	margin-top: 14px;
	color: var(--emarket-muted);
	font-style: normal;
}

.emarket-account-content .woocommerce-EditAccountForm,
.emarket-account-content .woocommerce-address-fields {
	display: grid;
	gap: 12px;
}

.emarket-account-content fieldset {
	padding: 18px;
	margin: 12px 0 0;
	border: 1px solid var(--emarket-line);
	border-radius: var(--emarket-radius);
}

.emarket-account-content legend {
	padding-inline: 6px;
	font-weight: 900;
}

.emarket-account-content .form-row {
	margin: 0 0 12px;
}

.emarket-account-content label {
	color: var(--emarket-ink);
	font-size: 14px;
	font-weight: 850;
}

.emarket-account-content .woocommerce-MyAccount-orders,
.emarket-account-content .woocommerce-table {
	overflow-x: auto;
	border: 1px solid var(--emarket-line);
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface);
}

.emarket-account-content table.shop_table {
	margin: 0;
	border: 0;
	border-radius: 0;
}

.emarket-account-content table.shop_table th {
	background: var(--emarket-surface-soft);
	color: var(--emarket-ink);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.emarket-account-content table.shop_table td,
.emarket-account-content table.shop_table th {
	padding: 14px;
	border-color: var(--emarket-line);
}

.emarket-account-content .woocommerce-orders-table__cell-order-number a {
	color: var(--emarket-accent);
	font-weight: 900;
}

.emarket-account-content .woocommerce-Message,
.emarket-account-content .woocommerce-message,
.emarket-account-content .woocommerce-info {
	margin: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container .select2-selection--single {
	min-height: 44px;
	border: 1px solid var(--emarket-line);
	border-radius: 6px;
	background: var(--emarket-surface-soft);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
}

.emarket-page {
	padding-block: 42px 64px;
}

.emarket-empty-state,
.emarket-post-card {
	border: 1px solid var(--emarket-line);
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface);
}

.emarket-page-article {
	width: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.emarket-page-header {
	margin-bottom: 22px;
}

.emarket-page-hero {
	background:
		linear-gradient(90deg, rgba(22, 22, 22, 0.96), rgba(22, 22, 22, 0.82)),
		var(--emarket-ink);
	color: #fff;
}

.emarket-page-hero-inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	min-height: 250px;
	padding-block: 54px;
}

.emarket-page-hero h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(42px, 5vw, 68px);
	line-height: 0.98;
	letter-spacing: 0;
}

.emarket-page-hero p {
	max-width: 720px;
	margin: 16px 0 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 18px;
	line-height: 1.55;
}

.entry-content {
	color: #303030;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content .alignwide,
.entry-content .alignfull {
	width: auto;
	max-width: none;
	margin-right: calc(var(--emarket-page-gutter) * -1);
	margin-left: calc(var(--emarket-page-gutter) * -1);
}

.entry-content a {
	color: var(--emarket-accent);
	font-weight: 750;
}

.entry-content img {
	border-radius: var(--emarket-radius);
}

.emarket-post-list {
	display: grid;
	gap: 16px;
	padding-block: 42px 64px;
}

.emarket-post-card {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	overflow: hidden;
}

.emarket-post-thumb img {
	width: 100%;
	height: 100%;
	min-height: 190px;
	object-fit: cover;
}

.emarket-post-body {
	padding: 22px;
}

.emarket-post-body h1,
.emarket-post-body h2 {
	margin: 0 0 10px;
	line-height: 1.18;
}

.emarket-entry-meta {
	margin: 8px 0 0;
	color: var(--emarket-muted);
	font-size: 14px;
}

.emarket-single-thumb {
	margin-bottom: 24px;
	overflow: hidden;
	border-radius: var(--emarket-radius);
}

.emarket-empty-state {
	display: grid;
	place-items: center;
	min-height: 360px;
	padding: 36px;
	text-align: center;
}

.emarket-empty-state h1,
.emarket-empty-state h2 {
	margin: 0;
	font-size: 44px;
	line-height: 1.06;
}

.emarket-empty-state p {
	max-width: 580px;
	margin: 12px 0 0;
	color: var(--emarket-muted);
}

.emarket-empty-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 24px;
}

.emarket-about-page {
	background: var(--emarket-bg);
}

.emarket-about-hero {
	background:
		linear-gradient(90deg, rgba(22, 22, 22, 0.96), rgba(22, 22, 22, 0.82)),
		var(--emarket-ink);
	color: #fff;
}

.emarket-about-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.46fr);
	gap: 42px;
	align-items: center;
	min-height: 430px;
	padding-block: 64px;
}

.emarket-about-hero .emarket-kicker {
	color: #ffcd4f;
}

.emarket-about-hero h1 {
	max-width: 760px;
	margin: 0;
	font-size: 58px;
	line-height: 1;
	letter-spacing: 0;
}

.emarket-about-hero p {
	max-width: 760px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 18px;
}

.emarket-about-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.emarket-about-hero-panel {
	display: grid;
	gap: 10px;
}

.emarket-about-hero-panel div {
	display: grid;
	gap: 6px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--emarket-radius);
	background: rgba(255, 255, 255, 0.08);
}

.emarket-about-hero-panel strong {
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
}

.emarket-about-hero-panel span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
}

.emarket-about-band,
.emarket-about-content-section,
.emarket-about-process,
.emarket-about-cta {
	padding-block: 54px;
}

.emarket-about-band {
	background: var(--emarket-surface);
	border-bottom: 1px solid var(--emarket-line);
}

.emarket-about-values {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.emarket-about-values div,
.emarket-about-process-list div {
	display: grid;
	gap: 10px;
	padding: 20px;
	border: 1px solid var(--emarket-line);
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface);
}

.emarket-about-values span {
	color: var(--emarket-accent);
	font-size: 13px;
	font-weight: 950;
}

.emarket-about-values strong,
.emarket-about-process-list strong {
	color: var(--emarket-ink);
	font-size: 20px;
	line-height: 1.2;
}

.emarket-about-values p,
.emarket-about-process-list span,
.emarket-about-process-copy p {
	margin: 0;
	color: var(--emarket-muted);
}

.emarket-about-content {
	max-width: 980px;
	margin-inline: auto;
	color: #303030;
	font-size: 17px;
}

.emarket-about-content > *:first-child {
	margin-top: 0;
}

.emarket-about-content > *:last-child {
	margin-bottom: 0;
}

.emarket-about-content a {
	color: var(--emarket-accent);
	font-weight: 800;
}

.emarket-about-statement {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
	gap: 34px;
	align-items: start;
}

.emarket-about-statement h2 {
	margin: 0;
	color: var(--emarket-ink);
	font-size: 40px;
	line-height: 1.08;
	letter-spacing: 0;
}

.emarket-about-statement p {
	max-width: 760px;
	margin: 0;
	color: var(--emarket-muted);
	font-size: 18px;
}

.emarket-about-process {
	background: var(--emarket-surface-soft);
}

.emarket-about-process-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
	gap: 28px;
	align-items: start;
}

.emarket-about-process-copy h2,
.emarket-about-cta h2 {
	margin: 0;
	color: var(--emarket-ink);
	font-size: 38px;
	line-height: 1.08;
	letter-spacing: 0;
}

.emarket-about-process-copy p {
	max-width: 680px;
	margin-top: 14px;
	font-size: 17px;
}

.emarket-about-process-list {
	display: grid;
	gap: 12px;
}

.emarket-about-cta {
	background: var(--emarket-ink);
	color: #fff;
}

.emarket-about-cta .emarket-kicker {
	color: #ffcd4f;
}

.emarket-about-cta h2 {
	color: #fff;
}

.emarket-about-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.emarket-contact-section,
.emarket-cart-section {
	padding-block: 46px 66px;
}

.emarket-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.38fr);
	gap: 24px;
	align-items: start;
}

.emarket-contact-primary,
.emarket-contact-aside,
.emarket-contact-help {
	display: grid;
	gap: 14px;
}

.emarket-contact-card,
.emarket-contact-mini,
.emarket-contact-help a,
.emarket-cart-assurance div {
	border: 1px solid var(--emarket-line);
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface);
}

.emarket-contact-card {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 18px;
	padding: 24px;
}

.emarket-contact-card > span,
.emarket-contact-mini > span,
.emarket-cart-assurance svg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--emarket-accent);
}

.emarket-contact-card > span {
	width: 54px;
	height: 54px;
	border-radius: 999px;
	background: rgba(var(--emarket-accent-rgb), 0.08);
}

.emarket-contact-card svg,
.emarket-contact-mini svg,
.emarket-cart-assurance svg {
	width: 22px;
	height: 22px;
}

.emarket-contact-card h2 {
	margin: 0;
	color: var(--emarket-ink);
	font-size: 32px;
	line-height: 1.08;
}

.emarket-contact-feature-card {
	position: relative;
	overflow: hidden;
	border-color: rgba(var(--emarket-accent-rgb), 0.24);
	background: linear-gradient(135deg, #fff 0%, var(--emarket-surface-soft) 100%);
	box-shadow: 0 20px 46px rgba(0, 0, 0, 0.06);
}

.emarket-contact-eyebrow {
	display: inline-flex;
	margin-bottom: 8px;
	color: var(--emarket-kicker);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.emarket-contact-card p {
	max-width: 720px;
	margin: 10px 0 18px;
	color: var(--emarket-muted);
	font-size: 17px;
}

.emarket-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.emarket-contact-panel {
	display: grid;
	gap: 18px;
	padding: 22px;
	border: 1px solid var(--emarket-line);
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface);
}

.emarket-contact-panel-head {
	display: grid;
	gap: 8px;
}

.emarket-contact-panel-head h2 {
	margin: 0;
	color: var(--emarket-ink);
	font-size: 24px;
	line-height: 1.15;
}

.emarket-contact-panel-head p {
	margin: 0;
	color: var(--emarket-muted);
	font-size: 15px;
	line-height: 1.55;
}

.emarket-contact-form {
	display: grid;
	gap: 12px;
	width: 100%;
	min-width: 0;
}

.emarket-contact-form form {
	display: grid;
	gap: 12px;
	margin: 0;
	width: 100%;
	max-width: none;
	min-width: 0;
}

.emarket-contact-form .wpforms-container,
.emarket-contact-form .wpforms-container-full,
.emarket-contact-form .wpforms-form,
.emarket-contact-form .wpforms-field,
.emarket-contact-form .wpforms-field-container,
.emarket-contact-form .wpforms-field-row,
.emarket-contact-form .wpforms-field-row-block,
.emarket-contact-form .wpforms-field-medium,
.emarket-contact-form .wpforms-field-large {
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
}

.emarket-contact-form .wpforms-container {
	margin: 0;
}

.emarket-contact-form .wpforms-field {
	padding: 0 0 16px !important;
}

.emarket-contact-form .wpforms-field-row {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 14px !important;
	margin: 0 !important;
}

.emarket-contact-form .wpforms-field-row-block {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	clear: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.emarket-contact-form .wpforms-one-half,
.emarket-contact-form .wpforms-one-third,
.emarket-contact-form .wpforms-two-thirds {
	width: auto !important;
	margin-left: 0 !important;
}

.emarket-contact-form .wpforms-field-label,
.emarket-contact-form .wpforms-field-sublabel {
	display: block;
	clear: both;
}

.emarket-contact-form .wpforms-field-sublabel {
	margin-top: 6px;
	color: var(--emarket-muted);
	font-size: 13px;
}

.emarket-contact-form .wpforms-field-name .wpforms-field-row,
.emarket-contact-form div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row,
.emarket-contact-form div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row.wpforms-field-large {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	column-gap: 14px !important;
	row-gap: 10px !important;
	width: 100% !important;
	max-width: none !important;
}

.emarket-contact-form .wpforms-field-name .wpforms-field-row-block,
.emarket-contact-form div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row-block,
.emarket-contact-form div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row-block.wpforms-one-half {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	clear: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.emarket-contact-form .wpforms-field-name .wpforms-field-row-block.wpforms-first {
	grid-column: 1;
}

.emarket-contact-form .wpforms-field-name .wpforms-field-row-block:not(.wpforms-first) {
	grid-column: 2;
}

.emarket-contact-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.emarket-contact-form textarea,
.emarket-contact-form select {
	width: 100%;
	min-height: 46px;
	padding: 12px 14px;
	border: 1px solid var(--emarket-line);
	border-radius: 6px;
	background: var(--emarket-surface-soft);
	color: var(--emarket-ink);
	font: inherit;
}

.emarket-contact-form textarea {
	min-height: 132px;
	resize: vertical;
}

.emarket-contact-form input[type="submit"],
.emarket-contact-form button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	width: fit-content;
	padding: 0 24px;
	border: 0;
	border-radius: 6px;
	background: var(--emarket-ink);
	color: #fff;
	font-weight: 900;
	cursor: pointer;
}

.emarket-contact-form .wpforms-submit-container {
	padding-top: 2px !important;
}

.emarket-contact-form-placeholder {
	display: grid;
	gap: 7px;
	padding: 18px;
	border: 1px dashed rgba(var(--emarket-accent-rgb), 0.34);
	border-radius: var(--emarket-radius);
	background: rgba(var(--emarket-accent-rgb), 0.05);
}

.emarket-contact-form-placeholder strong {
	color: var(--emarket-ink);
	font-size: 16px;
}

.emarket-contact-form-placeholder span,
.emarket-contact-form-placeholder a {
	color: var(--emarket-muted);
	font-size: 14px;
	line-height: 1.45;
}

.emarket-contact-map-frame {
	overflow: hidden;
	border: 1px solid var(--emarket-line);
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface-soft);
	aspect-ratio: 16 / 9;
}

.emarket-contact-map-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.emarket-contact-map-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	color: var(--emarket-ink);
	font-weight: 900;
}

.emarket-contact-map-link svg {
	width: 18px;
	height: 18px;
	color: var(--emarket-accent);
}

.emarket-contact-help {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.emarket-contact-help a {
	display: grid;
	gap: 8px;
	min-height: 132px;
	padding: 18px;
	color: var(--emarket-ink);
}

.emarket-contact-help a:hover {
	border-color: rgba(var(--emarket-accent-rgb), 0.42);
	color: var(--emarket-ink);
}

.emarket-contact-help strong,
.emarket-contact-mini strong {
	color: var(--emarket-ink);
	font-size: 16px;
	line-height: 1.2;
}

.emarket-contact-help span,
.emarket-contact-mini small,
.emarket-contact-mini a,
.emarket-contact-mini address {
	color: var(--emarket-muted);
	font-size: 14px;
	line-height: 1.4;
}

.emarket-contact-mini address {
	margin: 4px 0 0;
	font-style: normal;
	overflow-wrap: anywhere;
}

.emarket-contact-aside {
	position: sticky;
	top: 150px;
}

.emarket-contact-mini {
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 16px;
}

.emarket-contact-mini > span {
	width: 42px;
	height: 42px;
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface-soft);
}

.emarket-contact-mini a {
	display: inline-flex;
	width: fit-content;
	margin-top: 4px;
	font-weight: 750;
}

.emarket-contact-phone-lines {
	display: grid;
	gap: 9px;
	margin-top: 8px;
}

.emarket-contact-phone-line {
	display: grid;
	gap: 2px;
}

.emarket-contact-phone-line small {
	color: var(--emarket-kicker);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
}

.emarket-contact-phone-line a,
.emarket-contact-phone-line span {
	color: var(--emarket-muted);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.35;
}

.emarket-contact-phone-line a {
	margin-top: 0;
}

.emarket-contact-social {
	display: grid;
	gap: 12px;
	padding: 16px;
	border: 1px solid var(--emarket-line);
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface);
}

.emarket-contact-social > strong {
	color: var(--emarket-ink);
	font-size: 16px;
}

.emarket-contact-social > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.emarket-contact-social a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 38px;
	padding: 0 12px;
	border: 1px solid var(--emarket-line);
	border-radius: 999px;
	background: var(--emarket-surface-soft);
	color: var(--emarket-ink);
	font-size: 13px;
	font-weight: 850;
}

.emarket-contact-social a:hover {
	border-color: rgba(var(--emarket-accent-rgb), 0.42);
	color: var(--emarket-accent);
}

.emarket-contact-social svg {
	width: 16px;
	height: 16px;
}

.emarket-cart-assurance {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 18px;
}

.emarket-cart-assurance div {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 62px;
	padding: 14px 16px;
	color: var(--emarket-ink);
	font-weight: 850;
}

.emarket-cart-content {
	display: grid;
	gap: 18px;
}

.emarket-cart-content .woocommerce {
	display: grid;
	gap: 18px;
}

.emarket-cart-content .woocommerce-cart-form,
.emarket-cart-content .cart-collaterals .cart_totals,
.emarket-cart-content .cross-sells {
	border: 1px solid var(--emarket-line);
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface);
}

.emarket-cart-content .woocommerce-cart-form {
	padding: 0;
	overflow: hidden;
}

.emarket-cart-content table.shop_table {
	margin: 0;
	border: 0;
	border-radius: 0;
}

.emarket-cart-content table.shop_table th {
	background: var(--emarket-surface-soft);
	color: var(--emarket-ink);
	font-size: 13px;
	font-weight: 950;
	text-transform: uppercase;
}

.emarket-cart-content table.shop_table td,
.emarket-cart-content table.shop_table th {
	padding: 16px;
	border-color: var(--emarket-line);
}

.emarket-cart-content table.cart img {
	width: 78px;
	height: 78px;
	object-fit: contain;
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface-soft);
}

.emarket-cart-content table.cart .product-name a {
	color: var(--emarket-ink);
	font-weight: 850;
}

.emarket-cart-content table.cart .product-remove a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: var(--emarket-surface-soft);
	color: var(--emarket-accent) !important;
	font-size: 20px;
	line-height: 1;
}

.emarket-cart-content table.cart td.actions {
	background: var(--emarket-surface-soft);
}

.emarket-cart-content .coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.emarket-cart-content .coupon .input-text {
	min-width: 220px;
	min-height: 44px;
	padding-inline: 12px;
	border: 1px solid var(--emarket-line);
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface);
}

.emarket-cart-content .cart-collaterals {
	display: flex;
	justify-content: flex-end;
}

.emarket-cart-content .cart-collaterals .cart_totals {
	float: none;
	width: min(100%, 460px);
	padding: 20px;
}

.emarket-cart-content .cart_totals h2 {
	margin: 0 0 14px;
	color: var(--emarket-ink);
	font-size: 24px;
	line-height: 1.15;
}

.emarket-cart-content .wc-proceed-to-checkout {
	padding-bottom: 0;
}

.emarket-cart-content .wc-proceed-to-checkout a.checkout-button {
	width: 100%;
	margin-bottom: 0;
	border-radius: 999px;
	font-size: 16px;
}

/* Classic WooCommerce checkout: compact desktop form with a stable summary. */
body.woocommerce-checkout .emarket-page {
	max-width: 1280px;
	padding-block: 28px 52px;
}

body.woocommerce-checkout .emarket-page-header {
	margin-bottom: 16px;
}

body.woocommerce-checkout .emarket-page-header h1 {
	margin: 0;
	font-size: clamp(30px, 3vw, 42px);
}

body.woocommerce-checkout form.checkout.woocommerce-checkout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	column-gap: 24px;
	row-gap: 0;
	align-items: start;
	padding: 0;
	border: 0;
	background: transparent;
}

body.woocommerce-checkout form.checkout > .woocommerce-NoticeGroup,
body.woocommerce-checkout form.checkout > .woocommerce-error,
body.woocommerce-checkout form.checkout > .woocommerce-message,
body.woocommerce-checkout form.checkout > .woocommerce-info {
	grid-column: 1 / -1;
}

body.woocommerce-checkout form.checkout #customer_details {
	grid-column: 1;
	grid-row: 1 / span 2;
	min-width: 0;
	padding: 22px;
	border: 1px solid var(--emarket-line);
	border-radius: var(--emarket-radius);
	background: var(--emarket-surface);
}

body.woocommerce-checkout form.checkout #customer_details .col-1,
body.woocommerce-checkout form.checkout #customer_details .col-2 {
	float: none;
	width: 100%;
}

body.woocommerce-checkout form.checkout #customer_details .col-2 {
	margin-top: 20px;
}

body.woocommerce-checkout form.checkout #customer_details h3,
body.woocommerce-checkout form.checkout #order_review_heading {
	margin: 0 0 16px;
	color: var(--emarket-ink);
	font-size: 22px;
	line-height: 1.2;
}

body.woocommerce-checkout form.checkout .form-row {
	margin: 0 0 12px;
}

body.woocommerce-checkout form.checkout .form-row label {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 750;
}

body.woocommerce-checkout form.checkout .form-row input.input-text,
body.woocommerce-checkout form.checkout .form-row textarea,
body.woocommerce-checkout form.checkout .form-row select,
body.woocommerce-checkout form.checkout .select2-container .select2-selection--single {
	min-height: 46px;
	background: #fff;
}

body.woocommerce-checkout form.checkout #order_review_heading {
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	padding: 20px 20px 0;
	border: 1px solid var(--emarket-line);
	border-bottom: 0;
	border-radius: var(--emarket-radius) var(--emarket-radius) 0 0;
	background: var(--emarket-surface);
}

body.woocommerce-checkout form.checkout #order_review {
	grid-column: 2;
	grid-row: 2;
	min-width: 0;
	padding: 12px 20px 20px;
	border: 1px solid var(--emarket-line);
	border-top: 0;
	border-radius: 0 0 var(--emarket-radius) var(--emarket-radius);
	background: var(--emarket-surface);
}

body.woocommerce-checkout form.checkout #order_review table.shop_table {
	margin: 0 0 16px;
	border-radius: 6px;
}

body.woocommerce-checkout form.checkout #order_review table.shop_table th,
body.woocommerce-checkout form.checkout #order_review table.shop_table td {
	padding: 12px;
}

body.woocommerce-checkout form.checkout #payment {
	background: var(--emarket-surface-soft);
}

body.woocommerce-checkout form.checkout #payment ul.payment_methods,
body.woocommerce-checkout form.checkout #payment .form-row.place-order {
	padding: 16px;
}

body.woocommerce-checkout form.checkout #payment div.payment_box {
	margin: 12px 0 0;
	padding: 14px;
}

body.woocommerce-checkout form.checkout #place_order {
	width: 100%;
	min-height: 48px;
	border-radius: 999px;
}

body.woocommerce-checkout .wc-block-checkout {
	max-width: 1240px;
	margin-inline: auto;
}

.site-footer {
	background: #111;
	color: #fff;
}

.emarket-footer-trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	padding-block: 24px;
}

.emarket-footer-trust div {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 60px;
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--emarket-radius);
	background: rgba(255, 255, 255, 0.04);
	font-weight: 800;
}

.emarket-footer-main {
	display: grid;
	grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.65fr);
	gap: clamp(26px, 4vw, 58px);
	padding-block: 34px 42px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer .custom-logo {
	filter: brightness(0) invert(1);
}

.site-footer .emarket-footer-logo-image {
	display: block;
	width: auto;
	max-width: 220px;
	max-height: 58px;
}

.site-footer .emarket-wordmark,
.site-footer .emarket-wordmark:hover {
	color: #fff;
}

.site-footer .emarket-wordmark-text small {
	color: rgba(255, 255, 255, 0.66);
}

.emarket-footer-brand p {
	max-width: 360px;
	color: rgba(255, 255, 255, 0.72);
}

.emarket-footer-contact {
	display: grid;
	gap: 9px;
	margin-top: 18px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
}

.emarket-footer-contact a {
	width: fit-content;
	color: inherit;
}

.emarket-footer-contact a:hover {
	color: #fff;
}

.emarket-footer-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-weight: 850;
}

.emarket-footer-columns {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px;
}

.emarket-footer-column h2 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 14px;
	font-weight: 950;
	line-height: 1.2;
	text-transform: uppercase;
}

.emarket-footer-column ul {
	display: grid;
	gap: 9px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.emarket-footer-column a {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.3;
}

.emarket-footer-column a:hover {
	color: #fff;
}

.emarket-footer-widgets {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.emarket-footer-widget,
.emarket-footer-widget a,
.footer-menu a {
	color: rgba(255, 255, 255, 0.76);
}

.emarket-footer-widget a:hover,
.footer-menu a:hover {
	color: #fff;
}

.footer-menu {
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
}

.emarket-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
}

.emarket-footer-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-block: 16px;
}

.emarket-footer-bottom p {
	margin: 0;
}

.emarket-footer-payment {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 7px;
}

.emarket-footer-payment span {
	display: inline-flex;
	min-height: 26px;
	align-items: center;
	padding: 0 9px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	font-weight: 800;
}

@media (max-width: 1120px) {
	/* Mobile navigation layout: the full header scrolls away with the page. */
	.site-header {
		position: relative;
		top: auto;
		/* A backdrop filter would make it a containing block for fixed search. */
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}

	.emarket-search-placeholder {
		grid-column: 1 / -1;
		order: 4;
		width: 100%;
		min-width: 0;
	}

	.emarket-search-placeholder[hidden] {
		display: none;
	}

	.emarket-header-search.is-mobile-floating {
		position: fixed;
		top: calc(var(--emarket-mobile-search-top, 0px) + env(safe-area-inset-top, 0px));
		inset-inline: 0;
		z-index: 120;
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 10px var(--emarket-page-gutter);
		background: #fff;
		border-bottom: 1px solid var(--emarket-line);
		box-shadow: 0 5px 14px rgba(0, 0, 0, 0.08);
		transform: translateY(calc(-100% - var(--emarket-mobile-search-top, 0px) - env(safe-area-inset-top, 0px) - 16px));
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: transform 180ms ease, opacity 180ms ease, visibility 180ms;
	}

	.emarket-header-search.is-mobile-floating.is-mobile-visible {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	@media (prefers-reduced-motion: reduce) {
		.emarket-header-search.is-mobile-floating {
			transition: none;
		}
	}

	body.emarket-filter-open,
	body.emarket-menu-open {
		overflow: hidden;
	}

	.emarket-header-main {
		grid-template-columns: auto minmax(140px, 1fr) auto;
		gap: 14px;
		min-height: 72px;
	}

	.emarket-menu-toggle {
		display: inline-flex;
	}

	.emarket-header-search {
		grid-column: 1 / -1;
		order: 4;
		width: 100%;
		max-width: none;
		padding-bottom: 14px;
	}

	.main-navigation {
		display: none;
	}

	.main-navigation.is-open {
		display: block;
		max-height: var(--emarket-mobile-nav-max-height, calc(100dvh - 120px));
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.emarket-nav-inner {
		display: grid;
		align-items: stretch;
		width: 100%;
		min-width: 0;
		padding-block: 12px;
		grid-template-columns: 1fr;
		overflow: hidden;
	}

	.emarket-nav-label {
		min-height: 34px;
		padding: 0;
		border-right: 0;
	}

	.emarket-category-strip {
		width: 100%;
		min-width: 0;
		overflow: hidden;
	}

	.emarket-category-strip > .emarket-category-list,
	.emarket-nav-tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
		min-width: 0;
	}

	.emarket-category-strip a,
	.emarket-nav-tabs a {
		justify-content: center;
		min-height: 40px;
		background: rgba(255, 255, 255, 0.08);
		white-space: normal;
		text-align: center;
		line-height: 1.2;
	}

	.emarket-category-item.menu-item-has-children > a {
		padding-right: 48px;
	}

	.emarket-category-item {
		width: 100%;
		max-width: 100%;
	}

	.emarket-category-toggle {
		top: 1px;
		right: 2px;
		display: inline-flex;
		width: 38px;
		height: 38px;
		color: rgba(255, 255, 255, 0.9);
	}

	.emarket-category-level-0 > .menu-item-has-children > .emarket-category-toggle svg {
		transform: none;
	}

	.emarket-category-level-0 > .menu-item-has-children > .emarket-category-toggle[aria-expanded="true"] svg,
	.emarket-category-toggle[aria-expanded="true"] svg {
		transform: rotate(90deg);
	}

	.emarket-category-submenu,
	.emarket-category-submenu .emarket-category-submenu {
		position: static;
		display: none;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		padding: 6px 0 0 12px;
		margin: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.emarket-category-item.is-branch-open > .emarket-category-submenu {
		display: grid;
	}

	.emarket-category-submenu::before {
		display: none;
	}

	.emarket-category-submenu a {
		justify-content: flex-start;
		min-height: 36px;
		background: rgba(255, 255, 255, 0.05);
		font-size: 12px;
		text-align: left;
	}

	.emarket-hero-grid {
		grid-template-columns: 1fr;
	}

	.emarket-hero-visual {
		min-height: 360px;
	}

	.emarket-shop-shell {
		grid-template-columns: 1fr;
	}

	.emarket-account-shell {
		grid-template-columns: 1fr;
	}

	.emarket-account-sidebar {
		position: static;
	}

	.emarket-filter-toggle {
		display: inline-flex;
		flex: 0 0 auto;
	}

	.emarket-shop-sidebar {
		position: fixed;
		z-index: 140;
		inset: auto 0 0;
		max-height: min(76vh, 680px);
		padding: 16px;
		overflow: auto;
		border-radius: 8px 8px 0 0;
		background: var(--emarket-bg);
		box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.24);
		transform: translateY(110%);
		transition: 220ms ease;
	}

	.emarket-shop-sidebar.is-open {
		transform: translateY(0);
	}

	.emarket-filter-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 4px;
	}

	.emarket-filter-head .emarket-icon-button {
		width: 38px;
		height: 38px;
	}

	body.single-product {
		overflow-x: hidden;
		overflow-x: clip;
	}

	body.single-product .site,
	body.single-product .site-main,
	body.single-product .emarket-woo-main,
	body.single-product .woocommerce,
	body.single-product .woocommerce-page,
	.single-product .woocommerce div.product,
	.single-product .woocommerce div.product div.summary,
	.single-product .woocommerce div.product form.cart,
	.single-product .woocommerce div.product form.cart table.variations,
	.single-product .woocommerce div.product form.cart .single_variation_wrap,
	.single-product .woocommerce div.product .single_variation,
	.single-product .emarket-single-product-meta {
		box-sizing: border-box;
		max-width: 100%;
		min-width: 0;
	}

	.single-product .woocommerce div.product div.summary > *,
	.single-product .woocommerce div.product form.cart > *,
	.single-product .woocommerce div.product form.cart table.variations tbody,
	.single-product .woocommerce div.product form.cart table.variations tr,
	.single-product .woocommerce div.product form.cart table.variations th,
	.single-product .woocommerce div.product form.cart table.variations td,
	.single-product .emarket-variation-options,
	.single-product .emarket-variation-option {
		box-sizing: border-box;
		max-width: 100%;
		min-width: 0;
	}

	.single-product .emarket-variation-options {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(min(100%, 94px), 1fr));
		width: 100%;
	}

	.single-product .emarket-variation-option {
		width: 100%;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.single-product .emarket-single-product-meta {
		width: 100%;
		table-layout: fixed;
	}

	.single-product .emarket-single-product-meta td,
	.single-product .emarket-product-meta-path,
	.single-product .emarket-product-meta-path > * {
		max-width: 100%;
		min-width: 0;
		overflow-wrap: anywhere;
		word-break: break-word;
	}
}

@media (max-width: 920px) {
	body.woocommerce-checkout .emarket-page {
		max-width: 760px;
		padding-block: 22px 42px;
	}

	body.woocommerce-checkout form.checkout.woocommerce-checkout {
		display: block;
	}

	body.woocommerce-checkout form.checkout #customer_details,
	body.woocommerce-checkout form.checkout #order_review_heading,
	body.woocommerce-checkout form.checkout #order_review {
		width: 100%;
	}

	body.woocommerce-checkout form.checkout #order_review_heading {
		margin-top: 20px;
	}

	.emarket-shop-header {
		align-items: stretch;
		flex-direction: column;
	}

	.emarket-shop-summary {
		justify-content: flex-start;
		max-width: none;
	}

	ul.products,
	.woocommerce ul.products,
	.emarket-product-section ul.products {
		--emarket-product-columns: 3;
		--emarket-product-gap-total: 36px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	ul.products li.product.emarket-product-card,
	.woocommerce ul.products li.product.emarket-product-card,
	.emarket-product-section ul.products li.product.emarket-product-card {
		width: calc((100% - var(--emarket-product-gap-total)) / var(--emarket-product-columns)) !important;
		flex-basis: calc((100% - var(--emarket-product-gap-total)) / var(--emarket-product-columns));
	}

	.emarket-ride-grid,
	.emarket-footer-trust,
	.emarket-footer-main,
	.emarket-footer-columns,
	.emarket-footer-widgets,
	.emarket-trust-grid,
	.emarket-about-hero-grid,
	.emarket-about-values,
	.emarket-about-process-grid,
	.emarket-about-statement,
	.emarket-contact-grid,
	.woocommerce div.product {
		grid-template-columns: 1fr;
	}

	.emarket-about-hero-grid {
		min-height: auto;
		padding-block: 48px;
	}

	.emarket-about-hero h1 {
		font-size: 42px;
	}

	.emarket-about-cta-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.emarket-contact-aside {
		position: static;
	}

	.emarket-contact-help {
		grid-template-columns: 1fr;
	}

	.emarket-contact-map-frame {
		aspect-ratio: 4 / 3;
	}

	.emarket-trust-grid div {
		min-height: 54px;
		border-right: 0;
		border-bottom: 1px solid var(--emarket-line);
	}

	.emarket-trust-grid div:last-child {
		border-bottom: 0;
	}

	.emarket-account-content .woocommerce-Addresses,
	.emarket-account-quick-grid {
		grid-template-columns: 1fr;
	}

	.emarket-footer-main {
		gap: 30px;
	}

	.woocommerce div.product div.summary {
		grid-column: 1;
		grid-row: 2;
		position: static;
	}

	.woocommerce div.product {
		max-width: none;
		gap: 24px;
	}

	.woocommerce div.product div.images {
		grid-column: 1;
		grid-row: 1;
		justify-self: center;
		width: 100%;
	}

	.single-product .woocommerce div.product,
	.single-product .woocommerce div.product div.images,
	.single-product .woocommerce div.product div.summary,
	.single-product .woocommerce div.product .woocommerce-tabs,
	.single-product .woocommerce div.product .related,
	.single-product .woocommerce div.product .upsells {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.single-product .woocommerce div.product div.summary > *,
	.single-product .woocommerce div.product form.cart,
	.single-product .woocommerce div.product form.cart > *,
	.single-product .woocommerce div.product .single_variation_wrap,
	.single-product .woocommerce div.product .single_variation,
	.single-product .woocommerce div.product .woocommerce-variation-description {
		box-sizing: border-box;
		max-width: 100%;
		min-width: 0;
	}

	.emarket-single-sale-badge {
		top: 12px;
		left: 12px;
	}
}

@media (max-width: 720px) {
	:root {
		--emarket-page-gutter: 12px;
	}

	.emarket-container {
		padding-inline: var(--emarket-page-gutter);
	}

	body.woocommerce-checkout .emarket-page {
		padding-block: 18px 34px;
	}

	body.woocommerce-checkout form.checkout #customer_details,
	body.woocommerce-checkout form.checkout #order_review_heading,
	body.woocommerce-checkout form.checkout #order_review {
		padding-inline: 14px;
	}

	body.woocommerce-checkout form.checkout .form-row-first,
	body.woocommerce-checkout form.checkout .form-row-last {
		float: none;
		width: 100%;
	}

	body.woocommerce-checkout form.checkout #order_review table.shop_table th,
	body.woocommerce-checkout form.checkout #order_review table.shop_table td {
		padding: 10px 8px;
	}

	.emarket-category-strip > .emarket-category-list {
		grid-template-columns: minmax(0, 1fr);
	}

	.emarket-category-strip a,
	.emarket-nav-tabs a {
		justify-content: flex-start;
		text-align: left;
	}

	.emarket-nav-tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emarket-topbar-inner {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		padding-block: 8px;
		gap: 4px;
	}

	.emarket-header-actions span:not(.emarket-cart-count) {
		display: none;
	}

	.emarket-action-link {
		width: 44px;
		padding: 0;
	}

	.emarket-hero-grid {
		min-height: auto;
		padding-block: 42px 48px;
		gap: 30px;
	}

	.emarket-page-hero-inner {
		align-items: flex-start;
		flex-direction: column;
		min-height: auto;
		padding-block: 42px;
	}

	.emarket-hero h1 {
		font-size: 42px;
	}

	.emarket-section-head h2,
	.emarket-page-header h1,
	.emarket-shop-header h1,
	.emarket-about-process-copy h2,
	.emarket-about-cta h2,
	.woocommerce div.product .product_title {
		font-size: 30px;
	}

	.emarket-page-hero h1,
	.emarket-about-statement h2,
	.emarket-contact-card h2 {
		font-size: 34px;
	}

	.emarket-empty-state h1,
	.emarket-empty-state h2 {
		font-size: 34px;
	}

	.emarket-hero p {
		font-size: 16px;
	}

	.emarket-hero-search input[type="search"],
	.emarket-header-search input[type="search"] {
		padding-right: 100px;
	}

	.emarket-hero-visual {
		min-height: 300px;
	}

	.emarket-hero-slider {
		height: 330px;
		min-height: 300px;
	}

	.emarket-home-banner-section {
		padding-block: 12px;
	}

	.emarket-home-banner-shell {
		width: min(calc(100% - 24px), 1540px);
	}

	.emarket-hero-slider.emarket-home-banner-slider {
		height: auto;
		min-height: 220px;
		max-height: none;
		aspect-ratio: 16 / 9;
	}

	.emarket-slider-arrow {
		width: 38px;
		height: 38px;
	}

	.emarket-hero-product span {
		display: none;
	}

	.emarket-section {
		padding-block: 38px;
	}

	.emarket-section-head,
	.emarket-shop-toolbar,
	.emarket-shop-meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.emarket-shop-category-rail {
		margin-right: calc(var(--emarket-page-gutter) * -1);
		margin-left: calc(var(--emarket-page-gutter) * -1);
		padding-inline: var(--emarket-page-gutter);
	}

	.emarket-shop-category-rail a {
		min-width: 142px;
	}

	.emarket-account-content {
		padding: 14px;
	}

	.emarket-account-profile {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.emarket-account-avatar {
		width: 48px;
		height: 48px;
		font-size: 17px;
	}

	.emarket-account-head {
		padding: 18px;
	}

	.emarket-account-nav ul {
		gap: 6px;
	}

	.emarket-account-nav a {
		min-height: 48px;
	}

	.emarket-account-empty {
		min-height: 300px;
		padding: 22px;
	}

	.emarket-shop-meta {
		gap: 10px;
	}

	ul.products,
	.woocommerce ul.products,
	.emarket-product-section ul.products {
		--emarket-product-columns: 2;
		--emarket-product-gap-total: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	ul.products li.product.emarket-product-card,
	.woocommerce ul.products li.product.emarket-product-card,
	.emarket-product-section ul.products li.product.emarket-product-card {
		width: calc((100% - var(--emarket-product-gap-total)) / var(--emarket-product-columns)) !important;
		flex-basis: calc((100% - var(--emarket-product-gap-total)) / var(--emarket-product-columns));
	}

	.emarket-category-card {
		width: calc((100% - 12px) / 2);
		flex-basis: calc((100% - 12px) / 2);
	}

	.emarket-product-body {
		grid-template-rows: none;
		gap: 3px;
		padding: 6px 10px 2px;
	}

	/* Slightly denser cards; retain title/price sizes and touch targets. */
	.emarket-product-media {
		height: 196px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.emarket-product-card h2 {
		font-size: 14px;
		height: auto;
		min-height: 36px;
		max-height: 36px;
		-webkit-line-clamp: 2;
	}

	.emarket-product-actions {
		padding: 4px 10px 8px;
	}

	.emarket-product-actions .button {
		width: min(100%, 138px);
		min-width: 0;
		min-height: 40px;
		padding: 0 14px;
		font-size: 13px;
		white-space: normal;
		text-align: center;
	}

	.woocommerce ul.products li.product .price,
	.emarket-product-price .price {
		justify-content: center;
		font-size: 16px;
		line-height: 1.2;
		text-align: center;
	}

	.emarket-product-price .price del {
		flex-basis: 100%;
		text-align: center;
	}

	.emarket-product-media .emarket-favorite-toggle-card,
	.woocommerce ul.products li.product .emarket-product-media .emarket-favorite-toggle-card,
	.woocommerce-page ul.products li.product .emarket-product-media .emarket-favorite-toggle-card {
		top: 8px !important;
		right: 8px !important;
		width: 34px !important;
		height: 34px !important;
		min-width: 34px;
		min-height: 34px;
		max-width: 34px !important;
		max-height: 34px !important;
		flex-basis: 34px !important;
	}

	.emarket-favorite-toggle svg {
		width: 16px;
		height: 16px;
	}

	.emarket-post-card {
		grid-template-columns: 1fr;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		flex-wrap: wrap;
	}

	.woocommerce div.product div.images .woocommerce-product-gallery__image {
		min-height: 300px;
	}

	.woocommerce div.product div.summary {
		padding: 18px;
	}

	.emarket-footer-trust div {
		min-height: 54px;
	}

	.emarket-cart-assurance {
		grid-template-columns: 1fr;
	}

	.emarket-cart-content table.shop_table_responsive tr td,
	.emarket-cart-content table.shop_table_responsive tr th {
		padding: 12px;
	}

	.emarket-footer-bottom-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.emarket-footer-payment {
		justify-content: flex-start;
	}

	.single-product {
		overflow-x: hidden;
	}

	body.single-product .site,
	body.single-product .site-main,
	body.single-product .woocommerce,
	body.single-product .woocommerce-page {
		overflow-x: clip !important;
	}

	.single-product .emarket-woo-main {
		overflow-x: hidden !important;
		padding-block: 18px 36px;
	}

	.single-product .emarket-container {
		max-width: 100%;
		overflow-x: visible;
	}

	.single-product .woocommerce .woocommerce-breadcrumb {
		display: block;
		max-width: 100%;
		overflow-wrap: anywhere;
		word-break: break-word;
		line-height: 1.45;
		font-size: 12px;
	}

	.single-product .woocommerce div.product {
		grid-template-columns: minmax(0, 1fr) !important;
		justify-items: stretch;
		gap: 16px;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		margin-inline: 0;
		overflow: visible !important;
	}

	.single-product .woocommerce div.product div.images,
	.single-product .woocommerce div.product div.summary,
	.single-product .woocommerce div.product .woocommerce-tabs,
	.single-product .woocommerce div.product .related,
	.single-product .woocommerce div.product .upsells {
		grid-column: 1;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin-inline: 0 !important;
		justify-self: stretch;
		box-sizing: border-box;
	}

	.single-product .woocommerce div.product div.images {
		justify-self: stretch;
	}

	.single-product .woocommerce div.product div.images.woocommerce-product-gallery,
	.single-product .woocommerce div.product div.images .woocommerce-product-gallery,
	.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
	.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image,
	.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image a,
	.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image img,
	.single-product .woocommerce div.product div.images .flex-viewport {
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin-inline: 0 !important;
	}

	.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image {
		min-height: clamp(220px, 72vw, 300px);
	}

	.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image a {
		width: 100% !important;
		max-width: 100% !important;
	}

	.single-product .woocommerce div.product div.images img {
		max-width: 100%;
		max-height: min(62vh, 340px);
	}

	.single-product .woocommerce div.product div.images .flex-control-thumbs {
		flex-wrap: nowrap;
		gap: 8px;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 4px;
	}

	.single-product .woocommerce div.product div.images .flex-control-thumbs li {
		flex: 0 0 58px;
		width: 58px;
	}

	.single-product .woocommerce div.product div.images .flex-control-thumbs img {
		height: 58px;
	}

	.single-product .woocommerce div.product div.summary {
		padding: 14px;
		overflow: visible;
		box-shadow: 0 10px 24px rgba(22, 22, 22, 0.04);
	}

	.single-product .woocommerce div.product div.summary > *,
	.single-product .woocommerce div.product .woocommerce-product-details__short-description,
	.single-product .woocommerce div.product .woocommerce-product-details__short-description > * {
		width: auto;
		max-width: 100% !important;
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.single-product .woocommerce div.product .product_title {
		overflow-wrap: anywhere;
		font-size: clamp(24px, 7vw, 30px);
	}

	.single-product .woocommerce div.product p.price,
	.single-product .woocommerce div.product span.price {
		font-size: 17px;
	}

	.single-product .woocommerce div.product form.cart {
		display: grid;
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 10px;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		overflow: visible;
	}

	.single-product .woocommerce div.product form.cart table.variations,
	.single-product .woocommerce div.product form.cart .single_variation_wrap {
		grid-column: 1 / -1;
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.single-product .woocommerce div.product form.cart table.variations,
	.single-product .woocommerce div.product form.cart table.variations tbody,
	.single-product .woocommerce div.product form.cart table.variations tr,
	.single-product .woocommerce div.product form.cart table.variations th,
	.single-product .woocommerce div.product form.cart table.variations td {
		display: block;
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	.single-product .woocommerce div.product form.cart table.variations td.value {
		overflow: visible;
	}

	.single-product .woocommerce div.product form.cart table.variations select:not(.emarket-native-select-hidden) {
		display: block;
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		min-height: 44px;
	}

	.single-product .woocommerce div.product form.cart .quantity,
	.single-product .woocommerce div.product form.cart .quantity .qty {
		width: 100%;
		min-width: 0;
	}

	.single-product .woocommerce div.product form.cart .single_add_to_cart_button,
	.single-product .woocommerce div.product form.cart .button.alt {
		width: 100%;
		min-width: 0;
		padding-inline: 14px;
	}

	.single-product .woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
		display: grid;
		grid-template-columns: 72px minmax(0, 1fr);
		width: 100%;
		max-width: 100%;
		min-width: 0;
		gap: 10px;
	}

	.single-product .emarket-variation-options {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(min(100%, 94px), 1fr));
		align-items: stretch;
		gap: 8px;
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.single-product .emarket-variation-option {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		min-height: 44px;
		padding: 8px 10px;
		line-height: 1.25;
		overflow-wrap: anywhere;
		white-space: normal;
	}

	.single-product .woocommerce div.product form.cart .reset_variations {
		width: fit-content;
		max-width: 100%;
		min-height: 36px;
		align-items: center;
		overflow-wrap: anywhere;
	}

	.single-product .woocommerce div.product .single_variation,
	.single-product .woocommerce div.product .woocommerce-variation-description,
	.single-product .woocommerce div.product .woocommerce-variation-price,
	.single-product .woocommerce div.product .woocommerce-variation-availability {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.single-product .variable-items-wrapper,
	.single-product .woo-variation-items-wrapper,
	.single-product .cfvsw-swatches-container {
		box-sizing: border-box;
		max-width: 100% !important;
		min-width: 0 !important;
		flex-wrap: wrap !important;
	}

	.single-product .emarket-size-chart-actions,
	.single-product .emarket-single-favorite {
		margin-bottom: 14px;
	}

	.single-product .emarket-favorite-toggle-single,
	.single-product .emarket-size-chart-button {
		width: 100%;
		min-width: 0;
	}

	.single-product .emarket-single-product-meta {
		display: block;
		overflow: hidden;
		font-size: 13px;
	}

	.single-product .emarket-single-product-meta tbody,
	.single-product .emarket-single-product-meta tr,
	.single-product .emarket-single-product-meta th,
	.single-product .emarket-single-product-meta td {
		display: block;
		width: 100%;
	}

	.single-product .emarket-single-product-meta th {
		width: auto;
		padding: 10px 12px 4px;
	}

	.single-product .emarket-single-product-meta td {
		padding: 0 12px 10px;
		overflow-wrap: anywhere;
	}

	.single-product .emarket-product-meta-path {
		min-width: 0;
	}

	.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
		flex-wrap: nowrap;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		overflow-x: auto;
		overflow-y: hidden;
		margin-top: 24px;
		padding-bottom: 2px;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
	}

	.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
		flex: 0 0 auto;
	}

	.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
		white-space: nowrap;
	}

	.single-product .woocommerce div.product .woocommerce-tabs .panel {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		overflow: visible;
		padding: 14px;
		overflow-wrap: anywhere;
	}

	.single-product .woocommerce div.product .woocommerce-tabs .panel img,
	.single-product .woocommerce div.product .woocommerce-tabs .panel video,
	.single-product .woocommerce div.product .woocommerce-tabs .panel iframe,
	.single-product .woocommerce div.product .woocommerce-tabs .panel embed,
	.single-product .woocommerce div.product .woocommerce-tabs .panel object,
	.single-product .woocommerce div.product .woocommerce-product-details__short-description img,
	.single-product .woocommerce div.product .woocommerce-product-details__short-description video,
	.single-product .woocommerce div.product .woocommerce-product-details__short-description iframe {
		box-sizing: border-box;
		max-width: 100% !important;
	}

	.single-product .woocommerce div.product .woocommerce-tabs .panel iframe,
	.single-product .woocommerce div.product .woocommerce-product-details__short-description iframe {
		width: 100% !important;
	}

	.single-product .woocommerce div.product .woocommerce-tabs .panel table,
	.single-product .woocommerce div.product .woocommerce-tabs .panel .wp-block-table,
	.single-product .woocommerce div.product .woocommerce-tabs .panel pre {
		display: block;
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: auto;
		overflow-y: hidden;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
	}

	.single-product .woocommerce div.product .woocommerce-tabs .panel pre {
		white-space: pre-wrap;
		word-break: break-word;
	}

	.single-product .emarket-installments {
		grid-template-columns: minmax(0, 1fr);
	}

	.single-product .emarket-installment-bank,
	.single-product .emarket-installments-table-wrap {
		min-width: 0;
	}

	.single-product .emarket-installments-table {
		table-layout: fixed;
		font-size: 10px;
	}

	.single-product .emarket-installments-table th,
	.single-product .emarket-installments-table td {
		padding: 6px;
	}

	.single-product .emarket-installments-table th {
		background: #eeeae4 !important;
		color: var(--emarket-ink) !important;
	}
}

@media (max-width: 460px) {
	.emarket-contact-card,
	.emarket-contact-mini {
		grid-template-columns: 1fr;
	}

	.emarket-contact-card,
	.emarket-contact-panel {
		padding: 18px;
	}

	.emarket-contact-actions,
	.emarket-contact-social > div {
		display: grid;
		grid-template-columns: 1fr;
	}

	.emarket-contact-form .wpforms-field-row {
		display: grid !important;
		grid-template-columns: 1fr;
	}

	.emarket-contact-form .wpforms-field-row-block {
		width: 100% !important;
	}

	.emarket-contact-form .wpforms-field-name .wpforms-field-row,
	.emarket-contact-form div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row,
	.emarket-contact-form div.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row.wpforms-field-large {
		grid-template-columns: 1fr !important;
	}

	.emarket-contact-form .wpforms-field-name .wpforms-field-row-block.wpforms-first,
	.emarket-contact-form .wpforms-field-name .wpforms-field-row-block:not(.wpforms-first) {
		grid-column: 1 !important;
	}

	.emarket-contact-actions .emarket-button,
	.emarket-contact-social a,
	.emarket-contact-map-link {
		width: 100%;
		justify-content: center;
	}

	.emarket-category-grid {
		gap: 10px;
	}

	ul.products,
	.woocommerce ul.products,
	.emarket-product-section ul.products {
		--emarket-product-columns: 2;
		--emarket-product-gap-total: 10px;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	ul.products li.product.emarket-product-card,
	.woocommerce ul.products li.product.emarket-product-card,
	.emarket-product-section ul.products li.product.emarket-product-card {
		width: calc((100% - var(--emarket-product-gap-total)) / var(--emarket-product-columns)) !important;
		flex-basis: calc((100% - var(--emarket-product-gap-total)) / var(--emarket-product-columns));
	}

	.emarket-category-card {
		width: calc((100% - 10px) / 2);
		flex-basis: calc((100% - 10px) / 2);
		height: auto;
		min-height: 0;
	}

	.emarket-category-card img,
	.emarket-category-fallback {
		height: 100%;
		min-height: 0;
	}

	.emarket-product-media {
		height: 140px;
	}

	.emarket-product-media .emarket-favorite-toggle-card,
	.woocommerce ul.products li.product .emarket-product-media .emarket-favorite-toggle-card,
	.woocommerce-page ul.products li.product .emarket-product-media .emarket-favorite-toggle-card {
		width: 32px !important;
		height: 32px !important;
		min-width: 32px;
		min-height: 32px;
		max-width: 32px !important;
		max-height: 32px !important;
		flex-basis: 32px !important;
	}

	.emarket-corner-ribbon {
		width: 82px;
		height: 23px;
		font-size: 11px;
	}

	.emarket-corner-ribbon-sale {
		top: 12px;
		left: -24px;
	}

	.emarket-corner-ribbon-new {
		right: -24px;
		bottom: 12px;
	}

	.single-product .woocommerce div.product form.cart,
	.single-product .woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
		grid-template-columns: 62px minmax(0, 1fr);
	}

	.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image {
		min-height: 220px;
	}

	.single-product .woocommerce div.product div.summary {
		padding: 12px;
	}

	.single-product .emarket-single-sale-badge {
		min-width: 54px;
		min-height: 30px;
		padding-inline: 10px;
		font-size: 13px;
	}
}

@media (min-width: 721px) and (max-width: 920px) {
	body.single-product {
		overflow-x: hidden;
	}

	body.single-product .site,
	body.single-product .site-main,
	body.single-product .emarket-woo-main,
	body.single-product .woocommerce,
	body.single-product .woocommerce-page {
		max-width: 100%;
		overflow-x: clip;
	}

	.single-product .woocommerce div.product {
		max-width: 100%;
		min-width: 0;
		overflow: visible;
	}

	.single-product .woocommerce div.product div.summary,
	.single-product .woocommerce div.product .woocommerce-tabs,
	.single-product .woocommerce div.product .woocommerce-tabs .panel {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		overflow: visible;
	}

	.single-product .woocommerce div.product div.summary > *,
	.single-product .woocommerce div.product .woocommerce-product-details__short-description,
	.single-product .woocommerce div.product .woocommerce-product-details__short-description > *,
	.single-product .woocommerce div.product .woocommerce-tabs .panel > * {
		box-sizing: border-box;
		max-width: 100% !important;
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.single-product .woocommerce div.product form.cart,
	.single-product .woocommerce div.product form.cart table.variations,
	.single-product .woocommerce div.product form.cart .single_variation_wrap,
	.single-product .woocommerce div.product .single_variation,
	.single-product .woocommerce div.product .woocommerce-variation-description {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.single-product .woocommerce div.product form.cart table.variations select:not(.emarket-native-select-hidden) {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		min-height: 44px;
	}

	.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		overflow-x: auto;
		overflow-y: hidden;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
	}

	.single-product .woocommerce div.product .woocommerce-tabs .panel img,
	.single-product .woocommerce div.product .woocommerce-tabs .panel video,
	.single-product .woocommerce div.product .woocommerce-tabs .panel iframe,
	.single-product .woocommerce div.product .woocommerce-tabs .panel embed,
	.single-product .woocommerce div.product .woocommerce-tabs .panel object,
	.single-product .woocommerce div.product .woocommerce-product-details__short-description img,
	.single-product .woocommerce div.product .woocommerce-product-details__short-description video,
	.single-product .woocommerce div.product .woocommerce-product-details__short-description iframe {
		box-sizing: border-box;
		max-width: 100% !important;
	}

	.single-product .woocommerce div.product .woocommerce-tabs .panel iframe,
	.single-product .woocommerce div.product .woocommerce-product-details__short-description iframe {
		width: 100% !important;
	}

	.single-product .woocommerce div.product .woocommerce-tabs .panel table,
	.single-product .woocommerce div.product .woocommerce-tabs .panel .wp-block-table,
	.single-product .woocommerce div.product .woocommerce-tabs .panel pre {
		display: block;
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: auto;
		overflow-y: hidden;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
	}
}
