/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.1.0
 Text Domain:  woodmart
*/

/* MTGEU Phase One - approved cobalt commerce design */
:root {
	--mtgeu-navy: #0B1F3A;
	--mtgeu-cobalt: #1769FF;
	--mtgeu-ink: #111827;
	--mtgeu-muted: #5B6472;
	--mtgeu-surface: #FFFFFF;
	--mtgeu-bg: #F6F8FB;
	--mtgeu-border: #E5E7EB;
	--mtgeu-success: #168A45;
	--mtgeu-warning: #C77700;
	--mtgeu-danger: #D92D20;
	--mtgeu-indigo: #4F46E5;
	--mtgeu-radius: 10px;
	--mtgeu-radius-lg: 12px;
	--mtgeu-content: 1320px;
}

html { scroll-behavior: smooth; }
body {
	background: var(--mtgeu-surface);
	color: var(--mtgeu-ink);
	font-family: Inter, Arial, sans-serif;
	font-size: 16px;
}
body.home .main-page-wrapper,
body.home .site-content,
body.home .wd-content-layout {
	background: var(--mtgeu-surface);
}
body.home .main-page-wrapper { padding-top: 0; }
body.home .container { max-width: none; width: 100%; padding-inline: 0; }
a, button, input, select { transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
	outline: 3px solid rgba(23,105,255,.32);
	outline-offset: 2px;
}

/* Search-first WoodMart header */
.whb-header { font-family: Inter, Arial, sans-serif; }
.whb-top-bar {
	background: var(--mtgeu-cobalt) !important;
	color: #fff !important;
	border: 0 !important;
	min-height: 30px;
}
.mtgeu-service-note {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .01em;
	white-space: nowrap;
}
.mtgeu-service-note-center { text-align: center; }
.mtgeu-service-note-right { text-align: right; }
.mtgeu-service-note-mobile { text-align: center; width: 100%; }
.whb-general-header {
	background: #fff !important;
	border-bottom: 1px solid var(--mtgeu-border) !important;
}
.whb-general-header .whb-column { gap: 14px; }
.whb-general-header .whb-column:first-child { flex: 0 0 205px; }
.whb-general-header .whb-column:nth-child(2) { flex: 1 1 auto; justify-content: center; }
.whb-general-header .whb-column:nth-child(3) { flex: 0 0 auto; }
.whb-general-header .wd-logo img { max-height: 45px; width: auto; object-fit: contain; }
.whb-general-header .wd-header-search-form { width: min(100%, 700px); flex: 1 1 700px; }
.whb-general-header .searchform {
	border: 1px solid var(--mtgeu-border) !important;
	background: var(--mtgeu-bg) !important;
	border-radius: var(--mtgeu-radius) !important;
}
.whb-general-header .searchform:focus-within {
	border-color: var(--mtgeu-cobalt) !important;
	box-shadow: 0 0 0 3px rgba(23,105,255,.12);
}
.whb-general-header .searchform input { color: var(--mtgeu-ink) !important; }
.whb-general-header .searchform input::placeholder { color: var(--mtgeu-muted) !important; }
.whb-general-header .wd-tools-element > a,
.whb-general-header .wd-header-my-account > a { color: var(--mtgeu-navy) !important; min-width: 42px; min-height: 42px; }
.whb-general-header .wd-tools-element > a:hover { color: var(--mtgeu-cobalt) !important; }
.whb-header-bottom {
	background: #fff !important;
	border-bottom: 1px solid var(--mtgeu-border) !important;
	box-shadow: 0 4px 14px rgba(11,31,58,.05) !important;
}
.whb-header-bottom .wd-nav > li > a {
	color: var(--mtgeu-ink) !important;
	font-size: 13px;
	font-weight: 600;
	min-height: 47px;
}
.whb-header-bottom .wd-nav > li.current-menu-item > a,
.whb-header-bottom .wd-nav > li > a:hover { color: var(--mtgeu-cobalt) !important; }
.whb-header-bottom .wd-nav > li.current-menu-item > a::after {
	content: "";
	position: absolute;
	inset-inline: 16px;
	bottom: 0;
	height: 2px;
	background: var(--mtgeu-cobalt);
}

/* Homepage foundations */
#mtgeu-home {
	width: 100%;
	background: var(--mtgeu-surface);
	color: var(--mtgeu-ink);
	padding-bottom: 72px;
}
#mtgeu-home h1,
#mtgeu-home h2,
#mtgeu-home h3,
#mtgeu-home p { margin-top: 0; }
#mtgeu-home .elementor-button,
#mtgeu-home [role="button"] { min-height: 44px; }
#mtgeu-hero-area,
#mtgeu-popular-categories,
#mtgeu-best-sellers,
#mtgeu-new-releases,
#mtgeu-preorders,
#mtgeu-accessories,
#mtgeu-trust,
#mtgeu-intro {
	width: min(calc(100% - 40px), var(--mtgeu-content));
	margin-inline: auto;
}
#mtgeu-hero-area {
	display: grid;
	grid-template-columns: minmax(0, 1.62fr) minmax(330px, 1fr);
	gap: 16px;
	padding-top: 24px;
	margin-bottom: 56px;
}
#mtgeu-hero-main,
#mtgeu-preorder-promo,
#mtgeu-protect-promo,
#mtgeu-collector-banner {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border-radius: var(--mtgeu-radius-lg);
	color: #fff;
	background-color: var(--mtgeu-navy);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#mtgeu-hero-main::before,
#mtgeu-preorder-promo::before,
#mtgeu-protect-promo::before,
#mtgeu-collector-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
}
#mtgeu-hero-main {
	min-height: 520px;
	padding: 52px 48px;
	justify-content: center;
	align-items: flex-start;
	background-image: url("https://mtgeu.com/wp-content/uploads/2026/08/mtgeu-hero-portal-v1.webp");
	background-position: center;
}
#mtgeu-hero-main::before { background: linear-gradient(90deg, rgba(5,18,38,.92) 0%, rgba(5,18,38,.62) 43%, rgba(5,18,38,.08) 76%); }
#mtgeu-hero-kicker,
#mtgeu-banner-kicker {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-bottom: 14px;
	padding: 6px 10px;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 999px;
	background: rgba(23,105,255,.82);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}
#mtgeu-hero-title { max-width: 570px; margin-bottom: 16px; color: #fff; font-size: clamp(38px, 4.2vw, 60px); line-height: 1.02; letter-spacing: -.035em; }
#mtgeu-hero-copy { max-width: 510px; margin-bottom: 26px; color: rgba(255,255,255,.88); font-size: 17px; line-height: 1.65; }
#mtgeu-hero-cta,
#mtgeu-preorder-cta,
#mtgeu-protect-cta,
#mtgeu-banner-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 13px 20px;
	border: 1px solid #fff;
	border-radius: var(--mtgeu-radius);
	background: #fff;
	color: var(--mtgeu-navy);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}
#mtgeu-hero-cta:hover,
#mtgeu-preorder-cta:hover,
#mtgeu-protect-cta:hover,
#mtgeu-banner-cta:hover { background: var(--mtgeu-cobalt); border-color: var(--mtgeu-cobalt); color: #fff; }
#mtgeu-promos { display: grid; grid-template-rows: 1fr 1fr; gap: 16px; }
#mtgeu-preorder-promo,
#mtgeu-protect-promo { min-height: 252px; padding: 32px; justify-content: center; align-items: flex-start; }
#mtgeu-preorder-promo { background-image: url("https://mtgeu.com/wp-content/uploads/2026/08/mtgeu-preorders-v1.webp"); background-position: center; }
#mtgeu-protect-promo { background-image: url("https://mtgeu.com/wp-content/uploads/2026/08/mtgeu-protect-v1.webp"); background-position: center; }
#mtgeu-preorder-promo::before,
#mtgeu-protect-promo::before { background: linear-gradient(90deg, rgba(5,18,38,.93) 0%, rgba(5,18,38,.58) 54%, rgba(5,18,38,.06) 100%); }
#mtgeu-preorder-title,
#mtgeu-protect-title { max-width: 250px; margin-bottom: 8px; color: #fff; font-size: 26px; line-height: 1.1; }
#mtgeu-preorder-copy,
#mtgeu-protect-copy { max-width: 230px; margin-bottom: 18px; color: rgba(255,255,255,.84); font-size: 14px; line-height: 1.5; }

/* Section headings */
.mtgeu-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.mtgeu-section-heading h2 { margin-bottom: 0; color: var(--mtgeu-ink); font-size: 30px; line-height: 1.2; letter-spacing: -.025em; }
.mtgeu-section-heading a { color: var(--mtgeu-cobalt); font-size: 14px; font-weight: 650; white-space: nowrap; }

/* Popular categories */
#mtgeu-popular-categories { margin-bottom: 64px; }
#mtgeu-popular-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 12px;
}
#mtgeu-popular-grid > .e-con,
#mtgeu-popular-grid > .elementor-element {
	min-width: 0;
}
[id^="mtgeu-cat-"] {
	height: 100%;
	padding: 14px 12px 16px;
	border: 1px solid var(--mtgeu-border);
	border-radius: var(--mtgeu-radius);
	background: var(--mtgeu-bg);
	text-align: center;
	text-decoration: none;
}
[id^="mtgeu-cat-"]:hover {
	border-color: rgba(23,105,255,.55);
	background: #fff;
	box-shadow: 0 10px 24px rgba(11,31,58,.08);
	transform: translateY(-2px);
}
[id^="mtgeu-cat-"] .e-image,
[id^="mtgeu-cat-"] img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	mix-blend-mode: multiply;
}
[id^="mtgeu-cat-title-"] { margin: 10px 0 0; color: var(--mtgeu-ink); font-size: 13px; font-weight: 650; line-height: 1.3; }

/* WooCommerce sections */
#mtgeu-best-sellers,
#mtgeu-new-releases,
#mtgeu-preorders,
#mtgeu-accessories { margin-bottom: 64px; }
#mtgeu-home .woocommerce ul.products,
#mtgeu-home ul.products {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	margin: 0 !important;
}
#mtgeu-home .woocommerce ul.products::before,
#mtgeu-home .woocommerce ul.products::after { display: none !important; }
#mtgeu-home .woocommerce ul.products li.product,
#mtgeu-home ul.products li.product {
	display: flex;
	flex-direction: column;
	width: 100% !important;
	min-width: 0;
	margin: 0 !important;
	padding: 14px 14px 16px !important;
	border: 1px solid var(--mtgeu-border);
	border-radius: var(--mtgeu-radius);
	background: #fff;
	overflow: hidden;
}
#mtgeu-home ul.products li.product:hover {
	border-color: rgba(23,105,255,.42);
	box-shadow: 0 12px 30px rgba(11,31,58,.09);
}
#mtgeu-home ul.products li.product .product-image-link,
#mtgeu-home ul.products li.product .product-element-top { display: block; }
#mtgeu-home ul.products li.product img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: #fff;
}
#mtgeu-home ul.products li.product .wd-entities-title,
#mtgeu-home ul.products li.product .woocommerce-loop-product__title {
	min-height: 44px;
	margin: 12px 0 8px;
	color: var(--mtgeu-ink);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.45;
}
#mtgeu-home ul.products li.product .price {
	margin-top: auto;
	color: var(--mtgeu-ink);
	font-size: 16px;
	font-weight: 750;
}
#mtgeu-home ul.products li.product .price del { color: #8A93A1; font-size: 12px; }
#mtgeu-home ul.products li.product .price ins { color: var(--mtgeu-danger); text-decoration: none; }
#mtgeu-home ul.products li.product .button,
#mtgeu-home ul.products li.product .add_to_cart_button {
	width: 100%;
	min-height: 42px;
	margin-top: 12px;
	border-radius: 8px;
	background: var(--mtgeu-cobalt);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}
#mtgeu-home ul.products li.product .button:hover { background: var(--mtgeu-navy); }
#mtgeu-home .product-labels .product-label { border-radius: 6px; font-size: 10px; font-weight: 700; }

/* Collector banner */
#mtgeu-collector-banner {
	width: min(calc(100% - 40px), var(--mtgeu-content));
	min-height: 265px;
	margin: 0 auto 64px;
	padding: 44px 48px;
	justify-content: center;
	align-items: flex-start;
	background-image: url("https://mtgeu.com/wp-content/uploads/2026/08/mtgeu-collector-banner-v1.webp");
	background-position: center;
}
#mtgeu-collector-banner::before { background: linear-gradient(90deg, rgba(4,14,31,.96) 0%, rgba(4,14,31,.68) 45%, rgba(4,14,31,.06) 78%); }
#mtgeu-banner-title { max-width: 520px; margin-bottom: 10px; color: #fff; font-size: 36px; line-height: 1.12; }
#mtgeu-banner-copy { max-width: 500px; margin-bottom: 22px; color: rgba(255,255,255,.86); font-size: 15px; line-height: 1.6; }

/* Accessories */
#mtgeu-accessory-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 24px; }
[id^="mtgeu-accessory-link-"] {
	min-height: 132px;
	padding: 24px;
	border: 1px solid var(--mtgeu-border);
	border-radius: var(--mtgeu-radius);
	background: var(--mtgeu-bg);
	align-items: flex-start;
	justify-content: center;
	text-decoration: none;
}
[id^="mtgeu-accessory-link-"]:hover { border-color: var(--mtgeu-cobalt); background: #fff; }
[id^="mtgeu-accessory-title-"] { margin-bottom: 8px; color: var(--mtgeu-ink); font-size: 20px; }
[id^="mtgeu-accessory-copy-"] { margin: 0; color: var(--mtgeu-muted); font-size: 14px; line-height: 1.55; }

/* Trust strip */
#mtgeu-trust {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin-bottom: 64px;
	padding: 22px 16px;
	border: 1px solid var(--mtgeu-border);
	border-radius: var(--mtgeu-radius);
	background: #fff;
}
[id^="mtgeu-trust-item-"] { position: relative; padding: 4px 24px; }
[id^="mtgeu-trust-item-"] + [id^="mtgeu-trust-item-"] { border-left: 1px solid var(--mtgeu-border); }
[id^="mtgeu-trust-title-"] { margin-bottom: 5px; color: var(--mtgeu-ink); font-size: 15px; font-weight: 700; }
[id^="mtgeu-trust-copy-"] { margin: 0; color: var(--mtgeu-muted); font-size: 13px; line-height: 1.5; }

/* SEO introduction */
#mtgeu-intro {
	padding: 40px 44px;
	border-radius: var(--mtgeu-radius-lg);
	background: var(--mtgeu-bg);
}
#mtgeu-intro-title { max-width: 780px; margin-bottom: 14px; color: var(--mtgeu-ink); font-size: 30px; }
#mtgeu-intro-copy { max-width: 920px; margin: 0; color: var(--mtgeu-muted); font-size: 16px; line-height: 1.75; }

/* Footer block */
#mtgeu-footer {
	background: var(--mtgeu-navy);
	color: rgba(255,255,255,.74);
	padding: 56px 24px 24px;
}
#mtgeu-footer-main {
	width: min(100%, var(--mtgeu-content));
	margin-inline: auto;
	display: grid;
	grid-template-columns: 1.35fr repeat(3, 1fr);
	gap: 48px;
}
#mtgeu-footer-logo img { display: block; max-width: 180px; height: auto; margin-bottom: 18px; padding: 8px; border-radius: 8px; background: #fff; }
#mtgeu-footer h3 { margin: 0 0 16px; color: #fff; font-size: 15px; }
#mtgeu-footer p { color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.65; }
#mtgeu-footer a { color: rgba(255,255,255,.78); font-size: 14px; line-height: 2; text-decoration: none; }
#mtgeu-footer a:hover { color: #fff; }
#mtgeu-footer-bottom {
	width: min(100%, var(--mtgeu-content));
	margin: 40px auto 0;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,.13);
	display: flex;
	justify-content: space-between;
	gap: 24px;
}
#mtgeu-footer-bottom p { margin: 0; font-size: 12px; }

/* Responsive */
@media (max-width: 1100px) {
	.whb-general-header .whb-column:first-child { flex-basis: 175px; }
	#mtgeu-hero-area { grid-template-columns: 1.35fr 1fr; }
	#mtgeu-popular-grid { grid-template-columns: repeat(4, 1fr); }
	#mtgeu-home .woocommerce ul.products,
	#mtgeu-home ul.products { grid-template-columns: repeat(4, 1fr); }
	#mtgeu-footer-main { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
	:root { --mtgeu-content: 100%; }
	.whb-top-bar .whb-column:not(.whb-mobile-left):not(.whb-mobile-center):not(.whb-mobile-right) { display: none; }
	.whb-general-header .wd-logo img { max-height: 38px; }
	.whb-header-bottom .wd-search-form { width: 100%; }
	#mtgeu-hero-area,
	#mtgeu-popular-categories,
	#mtgeu-best-sellers,
	#mtgeu-new-releases,
	#mtgeu-preorders,
	#mtgeu-accessories,
	#mtgeu-trust,
	#mtgeu-intro { width: min(calc(100% - 28px), 100%); }
	#mtgeu-hero-area { grid-template-columns: 1fr; gap: 14px; padding-top: 14px; margin-bottom: 44px; }
	#mtgeu-hero-main { min-height: 520px; padding: 34px 26px; background-position: 58% center; justify-content: flex-end; }
	#mtgeu-hero-main::before { background: linear-gradient(180deg, rgba(5,18,38,.18) 0%, rgba(5,18,38,.78) 62%, rgba(5,18,38,.97) 100%); }
	#mtgeu-hero-title { font-size: 39px; }
	#mtgeu-hero-copy { font-size: 15px; }
	#mtgeu-promos { grid-template-rows: auto; }
	#mtgeu-preorder-promo,
	#mtgeu-protect-promo { min-height: 230px; padding: 28px 24px; }
	.mtgeu-section-heading { align-items: flex-start; }
	.mtgeu-section-heading h2 { font-size: 26px; }
	#mtgeu-popular-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
	#mtgeu-home .woocommerce ul.products,
	#mtgeu-home ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	#mtgeu-home .woocommerce ul.products li.product,
	#mtgeu-home ul.products li.product { padding: 10px 10px 13px !important; }
	#mtgeu-home ul.products li.product .wd-entities-title,
	#mtgeu-home ul.products li.product .woocommerce-loop-product__title { min-height: 54px; font-size: 13px; }
	#mtgeu-collector-banner { width: min(calc(100% - 28px), 100%); min-height: 360px; padding: 32px 26px; background-position: 66% center; justify-content: flex-end; }
	#mtgeu-collector-banner::before { background: linear-gradient(180deg, rgba(4,14,31,.12) 0%, rgba(4,14,31,.72) 58%, rgba(4,14,31,.97) 100%); }
	#mtgeu-banner-title { font-size: 31px; }
	#mtgeu-accessory-links { grid-template-columns: 1fr; }
	#mtgeu-trust { grid-template-columns: 1fr 1fr; padding: 12px; }
	[id^="mtgeu-trust-item-"] { padding: 16px; }
	[id^="mtgeu-trust-item-"] + [id^="mtgeu-trust-item-"] { border-left: 0; }
	[id^="mtgeu-trust-item-"]:nth-child(even) { border-left: 1px solid var(--mtgeu-border); }
	[id^="mtgeu-trust-item-"]:nth-child(n+3) { border-top: 1px solid var(--mtgeu-border); }
	#mtgeu-intro { padding: 30px 24px; }
	#mtgeu-intro-title { font-size: 26px; }
	#mtgeu-footer { padding-inline: 20px; }
	#mtgeu-footer-main { grid-template-columns: 1fr; gap: 30px; }
	#mtgeu-footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* Elementor atomic layout bindings for semantic MTGEU section IDs */
#mtgeu-home,
#mtgeu-popular-categories,
#mtgeu-best-sellers,
#mtgeu-new-releases,
#mtgeu-preorders,
#mtgeu-accessories,
#mtgeu-intro { display: flex; flex-direction: column; }
#mtgeu-hero-main,
#mtgeu-preorder-promo,
#mtgeu-protect-promo,
#mtgeu-collector-banner,
[id^="mtgeu-cat-"],
[id^="mtgeu-accessory-link-"],
[id^="mtgeu-trust-item-"] { display: flex; flex-direction: column; }
#mtgeu-popular-heading,
#mtgeu-best-heading,
#mtgeu-new-heading,
#mtgeu-preorders-heading,
#mtgeu-accessories-heading {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}
#mtgeu-popular-view,
#mtgeu-best-view,
#mtgeu-new-view,
#mtgeu-preorders-view,
#mtgeu-accessories-view {
	display: inline-flex;
	width: auto;
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--mtgeu-cobalt);
	font-size: 14px;
	font-weight: 650;
	white-space: nowrap;
	text-decoration: none;
}
#mtgeu-popular-view:hover,
#mtgeu-best-view:hover,
#mtgeu-new-view:hover,
#mtgeu-preorders-view:hover,
#mtgeu-accessories-view:hover { color: var(--mtgeu-navy); }
#mtgeu-popular-title,
#mtgeu-best-title,
#mtgeu-new-title,
#mtgeu-preorders-title,
#mtgeu-accessories-title { margin-bottom: 0; }
#mtgeu-popular-grid,
#mtgeu-accessory-links,
#mtgeu-trust { width: 100%; }
@media (max-width: 768px) {
	#mtgeu-popular-heading,
	#mtgeu-best-heading,
	#mtgeu-new-heading,
	#mtgeu-preorders-heading,
	#mtgeu-accessories-heading { align-items: flex-start; gap: 12px; }
}


/* Footer atomic bindings */
#mtgeu-footer-main > [id^="mtgeu-footer-"],
#mtgeu-footer-brand,
#mtgeu-footer-shop,
#mtgeu-footer-help,
#mtgeu-footer-company { display: flex; flex-direction: column; align-items: flex-start; }
#mtgeu-footer [id*="-link-"] {
	display: inline-flex;
	width: auto;
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(255,255,255,.78);
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	text-align: left;
	text-decoration: none;
}
#mtgeu-footer [id*="-link-"]:hover { background: transparent; color: #fff; }
#mtgeu-footer-description { margin: 0; }

/* MTGEU PRODUCT CARD QA OVERRIDES */
.whb-general-header .searchsubmit,
.wd-header-search-form .searchsubmit,
.searchform .searchsubmit {
  background: #1769ff !important;
  border-color: #1769ff !important;
  color: #ffffff !important;
}
#mtgeu-hero-main .mtgeu-primary-button,
#mtgeu-home .mtgeu-primary-button {
  background: #1769ff !important;
  border-color: #1769ff !important;
  color: #ffffff !important;
}
#mtgeu-hero-main .mtgeu-primary-button:hover,
#mtgeu-home .mtgeu-primary-button:hover {
  background: #0b55d4 !important;
  border-color: #0b55d4 !important;
  color: #ffffff !important;
}
#mtgeu-best-sellers .wd-products,
#mtgeu-new-releases .wd-products,
#mtgeu-preorders .wd-products,
#mtgeu-accessories-products .wd-products {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 16px !important;
}
#mtgeu-best-sellers .wd-products > .wd-col,
#mtgeu-new-releases .wd-products > .wd-col,
#mtgeu-preorders .wd-products > .wd-col,
#mtgeu-accessories-products .wd-products > .wd-col {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  margin: 0 !important;
}
#mtgeu-best-sellers .wd-product,
#mtgeu-new-releases .wd-product,
#mtgeu-preorders .wd-product,
#mtgeu-accessories-products .wd-product {
  min-width: 0;
}
#mtgeu-best-sellers .wd-product-wrapper,
#mtgeu-new-releases .wd-product-wrapper,
#mtgeu-preorders .wd-product-wrapper,
#mtgeu-accessories-products .wd-product-wrapper {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  padding: 12px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: 0 5px 18px rgba(11,31,58,.055);
  overflow: hidden;
}
#mtgeu-best-sellers .product-element-top,
#mtgeu-new-releases .product-element-top,
#mtgeu-preorders .product-element-top,
#mtgeu-accessories-products .product-element-top {
  height: 230px !important;
  min-height: 230px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 9px !important;
  background: #f6f8fb !important;
  overflow: hidden;
}
#mtgeu-best-sellers .product-image-link,
#mtgeu-new-releases .product-image-link,
#mtgeu-preorders .product-image-link,
#mtgeu-accessories-products .product-image-link {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
#mtgeu-best-sellers .product-element-top img,
#mtgeu-new-releases .product-element-top img,
#mtgeu-preorders .product-element-top img,
#mtgeu-accessories-products .product-element-top img {
  width: 100% !important;
  height: 100% !important;
  max-height: 214px !important;
  object-fit: contain !important;
}
#mtgeu-best-sellers .product-element-bottom,
#mtgeu-new-releases .product-element-bottom,
#mtgeu-preorders .product-element-bottom,
#mtgeu-accessories-products .product-element-bottom {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 13px 2px 2px !important;
}
#mtgeu-best-sellers .wd-entities-title,
#mtgeu-new-releases .wd-entities-title,
#mtgeu-preorders .wd-entities-title,
#mtgeu-accessories-products .wd-entities-title {
  min-height: 44px;
  margin: 0 0 8px !important;
  color: #111827 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}
#mtgeu-best-sellers .wrap-price,
#mtgeu-new-releases .wrap-price,
#mtgeu-preorders .wrap-price,
#mtgeu-accessories-products .wrap-price {
  margin-top: auto;
  color: #111827 !important;
}
#mtgeu-best-sellers .price,
#mtgeu-new-releases .price,
#mtgeu-preorders .price,
#mtgeu-accessories-products .price {
  color: #111827 !important;
  font-weight: 750 !important;
}
#mtgeu-best-sellers .wd-add-btn a,
#mtgeu-new-releases .wd-add-btn a,
#mtgeu-preorders .wd-add-btn a,
#mtgeu-accessories-products .wd-add-btn a {
  width: 100%;
  margin-top: 10px;
  border-radius: 7px !important;
  background: #1769ff !important;
  color: #ffffff !important;
}
@media (max-width: 1100px) {
  #mtgeu-best-sellers .wd-products,
  #mtgeu-new-releases .wd-products,
  #mtgeu-preorders .wd-products,
  #mtgeu-accessories-products .wd-products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 700px) {
  #mtgeu-best-sellers .wd-products,
  #mtgeu-new-releases .wd-products,
  #mtgeu-preorders .wd-products,
  #mtgeu-accessories-products .wd-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  #mtgeu-best-sellers .product-element-top,
  #mtgeu-new-releases .product-element-top,
  #mtgeu-preorders .product-element-top,
  #mtgeu-accessories-products .product-element-top {
    height: 180px !important;
    min-height: 180px !important;
  }
  #mtgeu-best-sellers .product-element-top img,
  #mtgeu-new-releases .product-element-top img,
  #mtgeu-preorders .product-element-top img,
  #mtgeu-accessories-products .product-element-top img {
    max-height: 164px !important;
  }
}
/* MTGEU RESPONSIVE QA OVERRIDES */
@media (max-width: 1100px) {
  .wd-toolbar,
  body .wd-toolbar {
    display: none !important;
  }
  .wd-header-search-form-mobile {
    padding: 8px 14px 10px !important;
    background: #ffffff !important;
    border-top: 1px solid #eef1f5;
    border-bottom: 1px solid #e5e7eb;
  }
  .wd-header-search-form-mobile .searchform {
    overflow: hidden;
    border: 1px solid #dfe4ec !important;
    border-radius: 8px !important;
    background: #f6f8fb !important;
  }
  .wd-header-search-form-mobile input.s {
    min-height: 44px;
    padding-inline: 15px !important;
    background: #f6f8fb !important;
    color: #111827 !important;
  }
  .wd-header-search-form-mobile input.s::placeholder {
    color: #6b7280 !important;
    opacity: 1;
  }
  .wd-header-search-form-mobile .searchsubmit {
    width: 48px !important;
    min-width: 48px !important;
    border-radius: 0 7px 7px 0 !important;
    background: #1769ff !important;
    color: #ffffff !important;
  }
  body {
    padding-bottom: 0 !important;
  }
}
/* MTGEU MOBILE QA OVERRIDES */
@media (max-width: 700px) {
  .whb-top-bar {
    display: none !important;
  }
  #mtgeu-popular-categories a.e-con {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    overflow: hidden;
  }
  #mtgeu-popular-categories a.e-con > img {
    width: 100% !important;
    height: 116px !important;
    min-height: 116px !important;
    object-fit: contain !important;
  }
  #mtgeu-popular-categories a.e-con > h3 {
    width: 100% !important;
    height: auto !important;
    min-height: 48px !important;
    padding: 9px 7px !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
}
/* MTGEU MEGAWERELD QA REFINEMENT */
.wd-search-cat .wd-sub-menu a[href*="/product-category/action/"],
.wd-search-cat .wd-sub-menu a[href*="/product-category/adventure/"],
.wd-search-cat .wd-sub-menu a[href*="/product-category/casual/"],
.wd-search-cat .wd-sub-menu a[href*="/product-category/rpg/"] {
  display: none !important;
}

/* Tighter commercial rhythm */
#mtgeu-hero-area {
  padding-top: 12px !important;
  padding-bottom: 0 !important;
  margin-bottom: 38px !important;
}
#mtgeu-popular-categories,
#mtgeu-best-sellers,
#mtgeu-new-releases,
#mtgeu-preorders,
#mtgeu-accessories {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  margin-bottom: 44px !important;
}
#mtgeu-collector-banner {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
  margin-bottom: 44px !important;
}

/* Popular categories: each image and label belongs to one tile */
#mtgeu-popular-grid {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  gap: 18px !important;
  height: auto !important;
  align-items: start !important;
}
#mtgeu-popular-grid > a.e-con {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
#mtgeu-popular-grid > a.e-con > img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  padding: 12px !important;
  object-fit: contain !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 11px !important;
  background: #f4f6f9 !important;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
#mtgeu-popular-grid > a.e-con > h3 {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 10px 4px 0 !important;
  align-items: flex-start !important;
  justify-content: center !important;
  color: #111827 !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  overflow-wrap: anywhere;
}
#mtgeu-popular-grid > a.e-con:hover > img,
#mtgeu-popular-grid > a.e-con:focus-visible > img {
  transform: translateY(-2px);
  border-color: #1769ff !important;
  box-shadow: 0 9px 22px rgba(11,31,58,.10);
}

/* Product cards: stable image, title, price and always-visible action */
#mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .wd-products {
  align-items: stretch !important;
}
#mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .wd-product {
  height: 100% !important;
}
#mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .wd-product-wrapper {
  height: 100% !important;
  min-height: 0 !important;
  overflow: visible !important;
}
#mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .product-element-top {
  height: 205px !important;
  min-height: 205px !important;
}
#mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .product-element-top img {
  max-height: 189px !important;
}
#mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .product-element-bottom {
  min-height: 154px !important;
}
#mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .wd-entities-title {
  min-height: 50px !important;
}
#mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .wrap-price,
#mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .swap-wrapp,
#mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .swap-elements,
#mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .wd-add-btn {
  width: 100% !important;
  max-width: none !important;
}
#mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .swap-wrapp {
  height: auto !important;
  min-height: 68px !important;
  overflow: visible !important;
  clip-path: none !important;
}
#mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .swap-elements {
  height: auto !important;
  transform: none !important;
}
#mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .wd-add-btn {
  display: block !important;
  margin-top: 10px !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
#mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .wd-add-btn a {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  background: #1769ff !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  white-space: normal !important;
}
#mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .wd-add-btn a:hover,
#mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .wd-add-btn a:focus-visible {
  background: #0b55d4 !important;
  color: #ffffff !important;
}

/* Accessories: generated live-text banner plus real catalogue imagery */
#mtgeu-accessories-heading {
  min-height: 250px !important;
  margin-bottom: 18px !important;
  padding: 30px 32px !important;
  align-items: center !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background:
    linear-gradient(90deg, rgba(4,16,32,.96) 0%, rgba(4,16,32,.82) 38%, rgba(4,16,32,.25) 72%, rgba(4,16,32,.12) 100%),
    url("https://mtgeu.com/wp-content/uploads/2026/08/mtgeu-accessories-banner-v1.webp") center 64% / cover no-repeat !important;
}
#mtgeu-accessories-title {
  max-width: 470px !important;
  color: #ffffff !important;
  font-size: clamp(30px,3vw,42px) !important;
  line-height: 1.08 !important;
}
#mtgeu-accessories-view {
  min-height: 44px !important;
  padding: 11px 16px !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #0b1f3a !important;
  font-weight: 750 !important;
}
#mtgeu-accessory-links {
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: 16px !important;
  height: auto !important;
}
#mtgeu-accessory-links > a.e-con {
  display: flex !important;
  min-height: 190px !important;
  padding: 24px 48% 24px 22px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 8px !important;
  overflow: hidden !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  background-color: #f4f6f9 !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 46% auto !important;
  box-shadow: 0 5px 18px rgba(11,31,58,.05);
}
#mtgeu-accessory-link-playmats {
  background-image: url("https://mtgeu.com/wp-content/uploads/2026/04/image1_1b68c5d5-bed1-4260-bf25-029050ebb8c3-430x430.png") !important;
}
#mtgeu-accessory-link-binders {
  background-image: url("https://mtgeu.com/wp-content/uploads/2026/04/image1_e4c28041-42ce-47dc-b787-ea1b2f82eac2-430x430.png") !important;
}
#mtgeu-accessory-link-storage {
  background-image: url("https://mtgeu.com/wp-content/uploads/2026/04/image1_995755d9-04e9-4f1f-a700-63c81373d1d4.png") !important;
}
#mtgeu-accessory-links > a.e-con > h3,
#mtgeu-accessory-links > a.e-con > p {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  text-align: left !important;
}
#mtgeu-accessory-links > a.e-con > h3 {
  color: #111827 !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
}
#mtgeu-accessory-links > a.e-con > p {
  color: #5b6472 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}
#mtgeu-accessory-links > a.e-con:hover,
#mtgeu-accessory-links > a.e-con:focus-visible {
  border-color: #1769ff !important;
  box-shadow: 0 10px 25px rgba(11,31,58,.10);
}

@media (max-width: 1100px) {
  #mtgeu-popular-grid {
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
    gap: 14px !important;
  }
  #mtgeu-accessory-links {
    grid-template-columns: 1fr !important;
  }
  #mtgeu-accessory-links > a.e-con {
    min-height: 175px !important;
    padding-right: 42% !important;
    background-size: 38% auto !important;
  }
}
@media (max-width: 700px) {
  #mtgeu-hero-area {
    padding-top: 8px !important;
    margin-bottom: 30px !important;
  }
  #mtgeu-popular-categories,
  #mtgeu-best-sellers,
  #mtgeu-new-releases,
  #mtgeu-preorders,
  #mtgeu-accessories,
  #mtgeu-collector-banner {
    margin-bottom: 34px !important;
  }
  #mtgeu-popular-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 12px !important;
  }
  #mtgeu-popular-grid > a.e-con > h3 {
    min-height: 48px !important;
    font-size: 14px !important;
  }
  #mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .product-element-top {
    height: 164px !important;
    min-height: 164px !important;
  }
  #mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .product-element-top img {
    max-height: 150px !important;
  }
  #mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .product-element-bottom {
    min-height: 166px !important;
  }
  #mtgeu-accessories-heading {
    min-height: 310px !important;
    padding: 24px !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    background:
      linear-gradient(180deg, rgba(4,16,32,.12) 0%, rgba(4,16,32,.38) 42%, rgba(4,16,32,.96) 100%),
      url("https://mtgeu.com/wp-content/uploads/2026/08/mtgeu-accessories-banner-v1.webp") center / cover no-repeat !important;
  }
  #mtgeu-accessories-title {
    font-size: 30px !important;
  }
  #mtgeu-accessory-links > a.e-con {
    min-height: 170px !important;
    padding: 20px 44% 20px 18px !important;
    background-size: 42% auto !important;
  }
}
/* MTGEU FINAL DENSITY PATCH */
body.home #main-content {
  padding-top: 16px !important;
}
#mtgeu-home {
  padding-top: 0 !important;
}
#mtgeu-hero-area {
  padding-top: 0 !important;
}
#mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .wd-entities-title {
  display: -webkit-box !important;
  min-height: 63px !important;
  max-height: 63px !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5 !important;
}
#mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .product-element-bottom {
  min-height: 170px !important;
}
@media (max-width: 700px) {
  body.home #main-content {
    padding-top: 10px !important;
  }
  #mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .wd-entities-title {
    min-height: 60px !important;
    max-height: 60px !important;
    -webkit-line-clamp: 3;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
  #mtgeu-home :is(#mtgeu-best-sellers,#mtgeu-new-releases,#mtgeu-preorders,#mtgeu-accessories-products) .product-element-bottom {
    min-height: 182px !important;
  }
}
/* MTGEU ACCESSORY PRODUCT CARD COMPLETION */
#mtgeu-accessories .wd-products {
  display: grid !important;
  grid-template-columns: repeat(5,minmax(0,1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
}
#mtgeu-accessories .wd-products > .wd-col {
  width: auto !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  flex: none !important;
}
#mtgeu-accessories .wd-products .wd-product-wrapper {
  display: flex !important;
  height: 100% !important;
  padding: 12px !important;
  flex-direction: column !important;
  overflow: visible !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: 0 5px 18px rgba(11,31,58,.055);
}
#mtgeu-accessories .wd-products .product-element-top {
  display: flex !important;
  height: 205px !important;
  min-height: 205px !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border-radius: 9px !important;
  background: #f6f8fb !important;
}
#mtgeu-accessories .wd-products .product-image-link {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  padding: 8px !important;
  align-items: center !important;
  justify-content: center !important;
}
#mtgeu-accessories .wd-products .product-element-top img {
  width: 100% !important;
  height: 100% !important;
  max-height: 189px !important;
  object-fit: contain !important;
}
#mtgeu-accessories .wd-products .product-element-bottom {
  display: flex !important;
  min-height: 170px !important;
  padding: 13px 2px 2px !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
}
#mtgeu-accessories .wd-products .wd-entities-title {
  display: -webkit-box !important;
  min-height: 63px !important;
  max-height: 63px !important;
  margin: 0 0 8px !important;
  overflow: hidden !important;
  color: #111827 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#mtgeu-accessories .wd-products .wrap-price,
#mtgeu-accessories .wd-products .swap-wrapp,
#mtgeu-accessories .wd-products .swap-elements,
#mtgeu-accessories .wd-products .wd-add-btn {
  width: 100% !important;
  max-width: none !important;
}
#mtgeu-accessories .wd-products .wrap-price {
  margin-top: auto !important;
}
#mtgeu-accessories .wd-products .price {
  color: #111827 !important;
  font-weight: 750 !important;
}
#mtgeu-accessories .wd-products .swap-wrapp {
  height: auto !important;
  min-height: 68px !important;
  overflow: visible !important;
}
#mtgeu-accessories .wd-products .swap-elements {
  height: auto !important;
  transform: none !important;
}
#mtgeu-accessories .wd-products .wd-add-btn {
  display: block !important;
  margin-top: 10px !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
#mtgeu-accessories .wd-products .wd-add-btn a {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  background: #1769ff !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 750 !important;
}
@media (max-width:1100px) {
  #mtgeu-accessories .wd-products {
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  }
}
@media (max-width:700px) {
  #mtgeu-accessories .wd-products {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 10px !important;
  }
  #mtgeu-accessories .wd-products .product-element-top {
    height: 164px !important;
    min-height: 164px !important;
  }
  #mtgeu-accessories .wd-products .product-element-top img {
    max-height: 150px !important;
  }
  #mtgeu-accessories .wd-products .product-element-bottom {
    min-height: 182px !important;
  }
  #mtgeu-accessories .wd-products .wd-entities-title {
    min-height: 60px !important;
    max-height: 60px !important;
    font-size: 13px !important;
  }
}

/* MTGEU PHASE ONE CLOSEOUT - single responsive source, 2026-08-30 */

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body.home #main-content,
body.home #mtgeu-home {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: 0;
}

body.home #main-content,
body.home #mtgeu-home,
body.home #mtgeu-hero-area {
  padding-top: 0 !important;
}

body.home #mtgeu-home {
  align-items: stretch;
}

body.home #mtgeu-home > section {
  box-sizing: border-box;
  width: calc(100% - 70px) !important;
  max-width: none !important;
  margin-inline: 35px !important;
  padding-inline: 0 !important;
}

body.home #mtgeu-hero-area,
body.home #mtgeu-best-sellers,
body.home #mtgeu-new-releases,
body.home #mtgeu-preorders,
body.home #mtgeu-accessories {
  align-self: stretch;
}

/* Header: WoodMart remains the only sticky-positioning authority. */
.whb-header_634138 {
  width: 100%;
  background: #ffffff;
}

/* Keep native sticky-header height clear when skip links, fragments, or restored
   browser positions bring the homepage content back into view. */
body.home #main-content,
body.home #mtgeu-home > section {
  scroll-margin-top: 118px;
}

@media (min-width: 1200px) {
  .whb-header_634138 .whb-row > .container {
    box-sizing: border-box;
    max-width: none !important;
    padding-inline: 35px !important;
  }

  .whb-header_634138 .whb-general-header .site-logo {
    margin-left: 10px;
  }
}

@media (max-width: 1199px) {
  body.home #mtgeu-home > section {
    width: calc(100% - 30px) !important;
    margin-inline: 15px !important;
  }

  .whb-header_634138 .whb-row > .container {
    box-sizing: border-box;
    max-width: none !important;
    padding-inline: 15px !important;
  }

  html body.home #mtgeu-home :is(#mtgeu-popular-heading, #mtgeu-best-heading, #mtgeu-new-heading, #mtgeu-preorders-heading, #mtgeu-accessories-heading) {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  html body.home #mtgeu-home :is(#mtgeu-popular-title, #mtgeu-best-title, #mtgeu-new-title, #mtgeu-preorders-title, #mtgeu-accessories-title) {
    display: block !important;
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin-top: 0 !important;
    color: #111827 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* WooCommerce merchandising cards. */
body.home #mtgeu-home .wd-products {
  align-items: stretch !important;
}

body.home #mtgeu-home .wd-products .wd-product {
  min-width: 0 !important;
  height: 100% !important;
  margin: 0 !important;
}

body.home #mtgeu-home .wd-products .wd-product-wrapper,
body.home #mtgeu-home .wd-products .product-wrapper {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body.home #mtgeu-home .wd-products .product-element-top {
  width: 100% !important;
  background: #f6f8fb !important;
}

body.home #mtgeu-home .wd-products .product-element-top img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}

body.home #mtgeu-home .wd-products .product-element-bottom {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  width: 100% !important;
}

body.home #mtgeu-home .wd-products .wd-entities-title {
  color: #111827 !important;
  font-weight: 650 !important;
}

body.home #mtgeu-home .wd-products .swap-wrapp {
  width: 100% !important;
  margin-top: auto !important;
}

body.home #mtgeu-home .wd-products .price {
  color: #111827 !important;
  font-weight: 750 !important;
}

body.home #mtgeu-home .wd-products .add_to_cart_button,
body.home #mtgeu-home .wd-products .product_type_simple,
body.home #mtgeu-home .wd-products .product_type_variable {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 44px !important;
  border: 1px solid #1769ff !important;
  border-radius: 999px !important;
  background: #1769ff !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
  text-align: center !important;
}

body.home #mtgeu-home .wd-products .add_to_cart_button:hover,
body.home #mtgeu-home .wd-products .product_type_simple:hover,
body.home #mtgeu-home .wd-products .product_type_variable:hover {
  border-color: #0b1f3a !important;
  background: #0b1f3a !important;
  color: #ffffff !important;
}

/* Cart panel follows the same light commerce surface. */
.cart-widget-side,
.cart-widget-side .widget_shopping_cart_content,
.cart-widget-side .shopping-cart-widget-body,
.cart-widget-side .shopping-cart-widget-footer,
.cart-widget-side .wd-heading {
  background: #ffffff !important;
  color: #111827 !important;
}

.cart-widget-side .wd-heading {
  border-bottom: 1px solid #e5e7eb !important;
}

.cart-widget-side .wd-heading .title,
.cart-widget-side .close-side-widget,
.cart-widget-side .close-side-widget a,
.cart-widget-side .wd-action-text,
.cart-widget-side .woocommerce-mini-cart-item a:not(.remove),
.cart-widget-side .woocommerce-mini-cart__total,
.cart-widget-side .woocommerce-mini-cart__total strong,
.cart-widget-side .cart-info .wd-entities-title {
  color: #111827 !important;
}

.cart-widget-side .woocommerce-mini-cart-item {
  border-bottom: 1px solid #e5e7eb !important;
}

.cart-widget-side .quantity,
.cart-widget-side .amount {
  color: #5b6472 !important;
}

.cart-widget-side .remove_from_cart_button {
  border-radius: 999px !important;
  background: #f6f8fb !important;
  color: #5b6472 !important;
}

.cart-widget-side .woocommerce-mini-cart__buttons .btn {
  min-height: 46px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}

.cart-widget-side .woocommerce-mini-cart__buttons .btn:not(.checkout) {
  border: 1px solid #1769ff !important;
  background: #ffffff !important;
  color: #1769ff !important;
}

.cart-widget-side .woocommerce-mini-cart__buttons .checkout {
  border: 1px solid #1769ff !important;
  background: #1769ff !important;
  color: #ffffff !important;
}

/* Footer: one full-width surface with deliberate desktop/tablet/mobile grids. */
html body #mtgeu-footer {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  background: #0b1f3a !important;
  color: rgba(255, 255, 255, 0.76) !important;
  overflow: visible !important;
}

html body #mtgeu-footer-main,
html body #mtgeu-footer-bottom {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
}

html body #mtgeu-footer-brand,
html body #mtgeu-footer-shop,
html body #mtgeu-footer-help,
html body #mtgeu-footer-company {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
}

html body #mtgeu-footer-logo {
  width: min(180px, 100%) !important;
  max-width: 100% !important;
  height: auto !important;
  filter: brightness(0) invert(1) !important;
  opacity: 0.96 !important;
}

html body #mtgeu-footer-description,
html body #mtgeu-footer h3,
html body #mtgeu-footer a,
html body #mtgeu-footer p {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

html body #mtgeu-footer-bottom p {
  margin: 0 !important;
}

@media (min-width: 1024px) {
  html body #mtgeu-footer {
    padding: 0 !important;
  }

  html body #mtgeu-footer-main {
    display: grid !important;
    grid-template-columns: minmax(300px, 1.6fr) repeat(3, minmax(150px, 1fr)) !important;
    align-items: start !important;
    width: calc(100% - 70px) !important;
    margin: 0 35px !important;
    padding: 54px 0 38px !important;
    gap: 48px !important;
  }

  html body #mtgeu-footer-bottom {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: calc(100% - 70px) !important;
    margin: 0 35px !important;
    padding: 18px 0 24px !important;
    gap: 24px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
  }

  html body #mtgeu-footer-note {
    text-align: right !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.home #main-content,
  body.home #mtgeu-home > section {
    scroll-margin-top: 148px;
  }

  .whb-header_634138 .whb-top-bar {
    display: block !important;
    min-height: 34px !important;
    background: #1769ff !important;
  }

  .whb-header_634138 .whb-top-bar > .container,
  .whb-header_634138 .whb-top-bar .whb-flex-row {
    min-height: 34px !important;
    height: 34px !important;
  }

  .whb-header_634138 .whb-top-bar .whb-col-mobile.whb-hidden-lg {
    display: flex !important;
    flex: 1 1 100% !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
  }

  .whb-header_634138 .whb-top-bar .mtgeu-service-note-mobile {
    display: block !important;
    width: 100% !important;
    color: #ffffff !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap;
  }

  #mtgeu-accessory-links {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  #mtgeu-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    height: auto !important;
  }

  html body #mtgeu-footer {
    padding-inline: 15px !important;
  }

  html body #mtgeu-footer-main {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 32px !important;
    padding: 42px 0 30px !important;
  }

  html body #mtgeu-footer-bottom {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    gap: 24px !important;
    padding: 18px 0 24px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
  }
}

@media (max-width: 767px) {
  body.home #main-content,
  body.home #mtgeu-home > section {
    scroll-margin-top: 148px;
  }

  .whb-header_634138 .whb-top-bar {
    display: block !important;
    min-height: 34px !important;
    background: #1769ff !important;
  }

  .whb-header_634138 .whb-top-bar > .container,
  .whb-header_634138 .whb-top-bar .whb-flex-row {
    min-height: 34px !important;
    height: 34px !important;
  }

  .whb-header_634138 .whb-top-bar .whb-col-mobile.whb-hidden-lg {
    display: flex !important;
    flex: 1 1 100% !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
  }

  .whb-header_634138 .whb-top-bar .mtgeu-service-note-mobile {
    display: block !important;
    width: 100% !important;
    color: #ffffff !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap;
  }

  .whb-header_634138 .whb-general-header > .container,
  .whb-header_634138 .whb-header-bottom > .container {
    padding-inline: 15px !important;
  }

  .whb-header_634138 .whb-header-bottom .wd-search-form,
  .whb-header_634138 .whb-header-bottom form {
    width: 100% !important;
    max-width: none !important;
  }

  body.home #main-content {
    padding-top: 0 !important;
  }

  body.home #mtgeu-home > section {
    width: calc(100% - 30px) !important;
    margin-inline: 15px !important;
  }

  /* Mobile shows the two requested promotional panels, not the desktop hero. */
  html body.home #mtgeu-home #mtgeu-hero-area {
    display: block !important;
    width: calc(100% - 30px) !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 15px 34px !important;
    padding: 0 !important;
  }

  html body.home #mtgeu-home #mtgeu-hero-main {
    display: none !important;
  }

  html body.home #mtgeu-home #mtgeu-promos {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.home #mtgeu-home #mtgeu-preorder-promo,
  html body.home #mtgeu-home #mtgeu-protect-promo {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    width: 100% !important;
    height: 246px !important;
    min-height: 246px !important;
    margin: 0 !important;
    padding: 26px 22px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    background-position: center !important;
    background-size: cover !important;
  }

  html body.home #mtgeu-home #mtgeu-preorder-promo h2,
  html body.home #mtgeu-home #mtgeu-protect-promo h2 {
    width: min(74%, 270px) !important;
    margin: 0 0 8px !important;
    font-size: clamp(25px, 7vw, 30px) !important;
    line-height: 1.08 !important;
  }

  html body.home #mtgeu-home #mtgeu-preorder-promo p,
  html body.home #mtgeu-home #mtgeu-protect-promo p {
    width: min(72%, 250px) !important;
    margin: 0 0 16px !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
  }

  html body.home #mtgeu-home #mtgeu-preorder-promo .mtgeu-primary-button,
  html body.home #mtgeu-home #mtgeu-protect-promo .mtgeu-primary-button {
    min-height: 44px !important;
    padding: 11px 18px !important;
    border-radius: 10px !important;
    font-size: 15px !important;
  }

  /* Mobile category rail: two named cards visible with horizontal continuation. */
  html body.home #mtgeu-home #mtgeu-popular-view {
    display: none !important;
  }

  html body.home #mtgeu-home #mtgeu-popular-title {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    color: #111827 !important;
    font-size: 26px !important;
    line-height: 1.2 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  html body.home #mtgeu-home #mtgeu-popular-heading {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  html body.home #mtgeu-home #mtgeu-popular-grid {
    display: grid !important;
    grid-template-columns: none !important;
    grid-auto-flow: column !important;
    grid-auto-columns: calc((100% - 10px) / 2) !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 0 8px !important;
    scroll-snap-type: inline mandatory;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  html body.home #mtgeu-home #mtgeu-popular-grid::-webkit-scrollbar {
    display: none;
  }

  html body.home #mtgeu-home #mtgeu-popular-grid > * {
    width: 100% !important;
    min-width: 0 !important;
    scroll-snap-align: start;
  }

  /* Exact two-column product-card proportions and action alignment. */
  html body.home #mtgeu-home .wd-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 10px !important;
    row-gap: 12px !important;
    --wd-row-gap: 12px !important;
    --wd-col-gap: 10px !important;
  }

  html body.home #mtgeu-home :is(#mtgeu-best-sellers, #mtgeu-new-releases, #mtgeu-preorders, #mtgeu-accessories) .wd-products .wd-product {
    min-width: 0 !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.home #mtgeu-home :is(#mtgeu-best-sellers, #mtgeu-new-releases, #mtgeu-preorders, #mtgeu-accessories) .wd-products .wd-product .wd-product-wrapper,
  html body.home #mtgeu-home :is(#mtgeu-best-sellers, #mtgeu-new-releases, #mtgeu-preorders, #mtgeu-accessories) .wd-products .wd-product .product-wrapper {
    height: 100% !important;
    min-height: 0 !important;
    gap: 8px !important;
    padding: 10px !important;
    border-radius: 12px !important;
  }

  html body.home #mtgeu-home :is(#mtgeu-best-sellers, #mtgeu-new-releases, #mtgeu-preorders, #mtgeu-accessories) .wd-products .wd-product .product-element-top {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 !important;
    padding: 4px !important;
    border-radius: 9px !important;
  }

  html body.home #mtgeu-home :is(#mtgeu-best-sellers, #mtgeu-new-releases, #mtgeu-preorders, #mtgeu-accessories) .wd-products .wd-product .product-element-bottom {
    height: auto !important;
    min-height: 0 !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.home #mtgeu-home :is(#mtgeu-best-sellers, #mtgeu-new-releases, #mtgeu-preorders, #mtgeu-accessories) .wd-products .wd-product .wd-entities-title {
    display: -webkit-box !important;
    width: 100% !important;
    height: 57px !important;
    min-height: 57px !important;
    max-height: 57px !important;
    margin: 0 !important;
    overflow: hidden !important;
    font-size: 14px !important;
    line-height: 19px !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
  }

  html body.home #mtgeu-home :is(#mtgeu-best-sellers, #mtgeu-new-releases, #mtgeu-preorders, #mtgeu-accessories) .wd-products .wd-product .swap-wrapp {
    width: 100% !important;
    height: 72px !important;
    min-height: 72px !important;
    margin: auto 0 0 !important;
    overflow: visible !important;
  }

  html body.home #mtgeu-home :is(#mtgeu-best-sellers, #mtgeu-new-releases, #mtgeu-preorders, #mtgeu-accessories) .wd-products .wd-product .price {
    min-height: 20px !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 20px !important;
  }

  html body.home #mtgeu-home :is(#mtgeu-best-sellers, #mtgeu-new-releases, #mtgeu-preorders, #mtgeu-accessories) .wd-products .wd-product .add_to_cart_button,
  html body.home #mtgeu-home :is(#mtgeu-best-sellers, #mtgeu-new-releases, #mtgeu-preorders, #mtgeu-accessories) .wd-products .wd-product .product_type_simple,
  html body.home #mtgeu-home :is(#mtgeu-best-sellers, #mtgeu-new-releases, #mtgeu-preorders, #mtgeu-accessories) .wd-products .wd-product .product_type_variable {
    width: 100% !important;
    min-width: 0 !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 10px 8px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    line-height: 1 !important;
  }

  body.home #mtgeu-accessory-links {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.home #mtgeu-accessory-links > a {
    width: 100% !important;
    min-height: 150px !important;
  }

  body.home #mtgeu-trust {
    grid-template-columns: 1fr !important;
    height: auto !important;
    padding: 0 !important;
  }

  body.home #mtgeu-trust > * {
    width: 100% !important;
    min-height: 76px !important;
    padding: 16px !important;
  }

  .cart-widget-side.wd-right {
    width: min(360px, calc(100vw - 30px)) !important;
    max-width: calc(100vw - 30px) !important;
  }

  html body #mtgeu-footer {
    padding: 0 15px !important;
  }

  html body #mtgeu-footer-main {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 32px 0 10px !important;
  }

  html body #mtgeu-footer-brand,
  html body #mtgeu-footer-shop,
  html body #mtgeu-footer-help,
  html body #mtgeu-footer-company {
    margin: 0 !important;
    padding: 18px 10px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  html body #mtgeu-footer-brand {
    padding-top: 0 !important;
  }

  html body #mtgeu-footer-description {
    width: 100% !important;
    max-width: 32rem !important;
    margin-top: 14px !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  html body #mtgeu-footer-main h3 {
    width: 100% !important;
    margin-bottom: 12px !important;
    font-size: 17px !important;
  }

  html body #mtgeu-footer-main a {
    display: block !important;
    width: 100% !important;
    min-height: 34px !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  html body #mtgeu-footer-bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 18px 10px 28px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
  }

  html body #mtgeu-footer-copyright,
  html body #mtgeu-footer-note {
    width: 100% !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    text-align: left !important;
  }
}

/* Phase One composition repair: keep promotional copy and actions together. */
body.home #mtgeu-hero-title {
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 0 18px !important;
  font-size: clamp(42px, 3.75vw, 54px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.035em !important;
  text-wrap: balance;
}

body.home #mtgeu-hero-copy {
  max-width: 620px !important;
  margin: 0 0 26px !important;
  line-height: 1.55 !important;
}

body.home #mtgeu-collector-banner {
  min-height: 280px !important;
  padding: 38px clamp(32px, 4vw, 64px) !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 0 !important;
  background-position: center !important;
}

body.home #mtgeu-banner-kicker {
  margin: 0 0 14px !important;
}

body.home #mtgeu-banner-title {
  width: min(100%, 560px) !important;
  max-width: 560px !important;
  margin: 0 0 12px !important;
  font-size: clamp(34px, 3vw, 44px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.025em !important;
  text-wrap: balance;
}

body.home #mtgeu-banner-copy {
  width: min(100%, 520px) !important;
  max-width: 520px !important;
  margin: 0 0 22px !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

body.home #mtgeu-banner-cta {
  margin: 0 !important;
}

body.home #mtgeu-accessories-heading {
  min-height: 280px !important;
  padding: 38px clamp(32px, 4vw, 64px) !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 20px !important;
}

body.home #mtgeu-accessories-title {
  width: min(100%, 520px) !important;
  max-width: 520px !important;
  margin: 0 !important;
  font-size: clamp(34px, 3vw, 44px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.025em !important;
  text-wrap: balance;
}

body.home #mtgeu-accessories-view {
  width: fit-content !important;
  margin: 0 !important;
}

@media (min-width: 1024px) {
  body.home #mtgeu-hero-main {
    padding: 44px clamp(36px, 3.35vw, 52px) !important;
  }

  body.home #mtgeu-preorder-promo,
  body.home #mtgeu-protect-promo {
    padding: 30px clamp(26px, 2.25vw, 34px) !important;
  }

  body.home #mtgeu-preorder-promo h2,
  body.home #mtgeu-protect-promo h2 {
    max-width: 330px !important;
    margin: 0 0 10px !important;
    font-size: clamp(27px, 2.25vw, 34px) !important;
    line-height: 1.08 !important;
    text-wrap: balance;
  }

  body.home #mtgeu-preorder-promo p,
  body.home #mtgeu-protect-promo p {
    max-width: 34ch !important;
    margin: 0 0 20px !important;
    line-height: 1.5 !important;
  }
}

/* Match the reference's compact tablet merchandising: promos lead, large hero waits for desktop. */
@media (min-width: 701px) and (max-width: 1023px) {
  html body.home #mtgeu-home #mtgeu-hero-area {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    margin-bottom: 38px !important;
    padding: 0 !important;
  }

  html body.home #mtgeu-home #mtgeu-hero-main {
    display: none !important;
  }

  html body.home #mtgeu-home #mtgeu-promos {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: none !important;
    gap: 16px !important;
    width: 100% !important;
    height: auto !important;
  }

  html body.home #mtgeu-home #mtgeu-preorder-promo,
  html body.home #mtgeu-home #mtgeu-protect-promo {
    width: 100% !important;
    min-height: 190px !important;
    padding: 28px 30px !important;
    align-items: flex-start !important;
    justify-content: center !important;
    background-position: center !important;
  }

  html body.home #mtgeu-home #mtgeu-preorder-promo h2,
  html body.home #mtgeu-home #mtgeu-protect-promo h2 {
    width: min(48%, 330px) !important;
    margin: 0 0 8px !important;
    font-size: 30px !important;
    line-height: 1.08 !important;
  }

  html body.home #mtgeu-home #mtgeu-preorder-promo p,
  html body.home #mtgeu-home #mtgeu-protect-promo p {
    width: min(48%, 330px) !important;
    margin: 0 0 16px !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
  }

  body.home #mtgeu-collector-banner,
  body.home #mtgeu-accessories-heading {
    min-height: 260px !important;
    padding: 34px 38px !important;
  }

  body.home #mtgeu-banner-title,
  body.home #mtgeu-accessories-title {
    max-width: 460px !important;
    font-size: 36px !important;
  }
}

@media (max-width: 700px) {
  html body.home #mtgeu-home > section#mtgeu-collector-banner {
    min-height: 330px !important;
    padding: 24px !important;
    justify-content: flex-end !important;
  }

  body.home #mtgeu-banner-title {
    max-width: 320px !important;
    font-size: 30px !important;
  }

  body.home #mtgeu-banner-copy {
    max-width: 320px !important;
    margin-bottom: 18px !important;
    font-size: 15px !important;
  }

  body.home #mtgeu-accessories-heading {
    min-height: 310px !important;
    padding: 24px !important;
    justify-content: flex-end !important;
    gap: 16px !important;
  }

  body.home #mtgeu-accessories-title {
    max-width: 300px !important;
    font-size: 30px !important;
  }
}

/* The collector banner is a direct homepage section, so its intentional inset must beat the global full-width reset. */
html body.home #mtgeu-home > section#mtgeu-collector-banner {
  padding: 38px clamp(32px, 4vw, 64px) !important;
}

@media (min-width: 701px) and (max-width: 1023px) {
  html body.home #mtgeu-home > section#mtgeu-collector-banner {
    padding: 34px 38px !important;
  }
}

@media (max-width: 700px) {
  html body.home #mtgeu-home > section#mtgeu-collector-banner {
    padding: 24px !important;
  }
}

/* Resolve the earlier responsive section-heading row rule inside the visual accessory banner. */
@media (max-width: 1023px) {
  html body.home #mtgeu-home #mtgeu-accessories-heading {
    display: flex !important;
    min-height: 310px !important;
    padding: 24px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    gap: 16px !important;
    overflow: hidden !important;
  }

  html body.home #mtgeu-home #mtgeu-accessories-title {
    display: block !important;
    flex: 0 0 auto !important;
    width: min(100%, 320px) !important;
    max-width: 320px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 30px !important;
    line-height: 1.08 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  html body.home #mtgeu-home #mtgeu-accessories-view {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    width: fit-content !important;
    max-width: 100% !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 11px 16px !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: normal !important;
  }
}

@media (min-width: 701px) and (max-width: 1023px) {
  html body.home #mtgeu-home #mtgeu-accessories-heading {
    min-height: 260px !important;
    padding: 34px 38px !important;
    justify-content: center !important;
  }

  html body.home #mtgeu-home #mtgeu-accessories-title {
    width: min(100%, 460px) !important;
    max-width: 460px !important;
    font-size: 36px !important;
  }
}

/* Keep the first mobile/tablet promotion below WoodMart's 142px sticky header. */
@media (max-width: 1199px) {
  html {
    scroll-padding-top: calc(var(--wd-header-sm-h, 142px) + 16px);
  }

  html body.home #mtgeu-home #mtgeu-hero-area,
  html body.home #mtgeu-home #mtgeu-promos,
  html body.home #mtgeu-home #mtgeu-preorder-promo,
  html body.home #mtgeu-home #mtgeu-protect-promo {
    scroll-margin-top: calc(var(--wd-header-sm-h, 142px) + 16px) !important;
  }

  html body.home #mtgeu-home #mtgeu-hero-area {
    margin-top: 14px !important;
  }
}

/* MTGEU PHASE THREE SHOP ARCHIVES - 2026-08-31 */
body.woodmart-archive-shop {
  --mtgeu-shop-bg: #f6f8fb;
  --mtgeu-shop-surface: #ffffff;
  --mtgeu-shop-ink: #111827;
  --mtgeu-shop-muted: #5b6472;
  --mtgeu-shop-border: #e5e7eb;
  --mtgeu-shop-accent: #1769ff;
  --mtgeu-shop-navy: #0b1f3a;
  background: var(--mtgeu-shop-bg) !important;
  color: var(--mtgeu-shop-ink);
}

body.woodmart-archive-shop .main-page-wrapper,
body.woodmart-archive-shop .site-content,
body.woodmart-archive-shop .wd-content-layout {
  background: var(--mtgeu-shop-bg) !important;
}

body.woodmart-archive-shop .main-page-wrapper {
  padding-top: 0 !important;
}

body.woodmart-archive-shop .wd-content-layout {
  padding-top: 0 !important;
}

body.woodmart-archive-shop .wd-content-layout.container {
  width: min(100% - 32px, 1320px) !important;
  max-width: 1320px !important;
  margin-inline: auto !important;
}

body.woodmart-archive-shop .elementor-1830,
body.woodmart-archive-shop .elementor-1830 :is(h1, h2, h3, h4, h5, p, a, span, label, select, input, button) {
  font-family: Inter, Arial, sans-serif;
}

body.woodmart-archive-shop .elementor-element-a96b8b5 {
  margin: 0 0 24px !important;
  border-bottom: 1px solid var(--mtgeu-shop-border);
  background: var(--mtgeu-shop-surface) !important;
}

body.woodmart-archive-shop .elementor-element-a96b8b5 > .e-con-inner {
  width: min(100% - 30px, 1290px) !important;
  max-width: 1290px !important;
  margin-inline: auto !important;
}

body.woodmart-archive-shop .elementor-element-44caf5c {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

body.woodmart-archive-shop .elementor-element-3d9012e,
body.woodmart-archive-shop .elementor-element-56b0d45 {
  width: auto !important;
}

body.woodmart-archive-shop .woocommerce-breadcrumb,
body.woodmart-archive-shop .wd-breadcrumbs,
body.woodmart-archive-shop .woocommerce-result-count {
  margin: 0 !important;
  color: var(--mtgeu-shop-muted) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

body.woodmart-archive-shop .woocommerce-breadcrumb a,
body.woodmart-archive-shop .wd-breadcrumbs a {
  color: var(--mtgeu-shop-muted) !important;
}

body.woodmart-archive-shop .woocommerce-breadcrumb a:hover,
body.woodmart-archive-shop .wd-breadcrumbs a:hover {
  color: var(--mtgeu-shop-accent) !important;
}

body.woodmart-archive-shop .elementor-element-5c054a8 {
  color: var(--mtgeu-shop-ink);
}

body.woodmart-archive-shop .elementor-element-5c054a8 > .e-con-inner {
  align-items: flex-start !important;
}

body.woodmart-archive-shop .elementor-element-482455c {
  overflow: hidden;
  border: 1px solid var(--mtgeu-shop-border) !important;
  border-radius: 12px !important;
  background: var(--mtgeu-shop-surface) !important;
  box-shadow: none !important;
}

body.woodmart-archive-shop .elementor-element-482455c > .elementor-widget-container {
  width: 100%;
}

body.woodmart-archive-shop .elementor-element-482455c .sidebar-widget {
  margin: 0 !important;
  padding: 22px 0 0 !important;
  border-top: 1px solid var(--mtgeu-shop-border);
}

body.woodmart-archive-shop .elementor-element-482455c .sidebar-widget:first-of-type {
  padding-top: 0 !important;
  border-top: 0;
}

body.woodmart-archive-shop .elementor-element-482455c .sidebar-widget:not(:last-child) {
  padding-bottom: 22px !important;
}

body.woodmart-archive-shop .elementor-element-482455c .widget-title {
  margin: 0 0 14px !important;
  color: var(--mtgeu-shop-ink) !important;
  font-size: 17px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.01em;
  text-transform: none !important;
}

body.woodmart-archive-shop .widget_nav_menu .menu,
body.woodmart-archive-shop .wd-widget-stock-status ul,
body.woodmart-archive-shop .wd-filter-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.woodmart-archive-shop .widget_nav_menu .menu {
  display: grid;
  gap: 4px;
}

body.woodmart-archive-shop .widget_nav_menu .menu li {
  margin: 0 !important;
}

body.woodmart-archive-shop .widget_nav_menu .menu a {
  display: flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 10px !important;
  border-radius: 8px;
  color: var(--mtgeu-shop-ink) !important;
  font-size: 14px !important;
  font-weight: 550 !important;
  line-height: 1.35 !important;
}

body.woodmart-archive-shop .widget_nav_menu .menu a:hover {
  background: rgba(23, 105, 255, 0.06);
  color: var(--mtgeu-shop-accent) !important;
}

body.woodmart-archive-shop .widget_nav_menu .current-menu-item > a,
body.woodmart-archive-shop .widget_nav_menu a[aria-current="page"] {
  background: rgba(23, 105, 255, 0.09) !important;
  color: var(--mtgeu-shop-accent) !important;
  font-weight: 700 !important;
}

body.woodmart-archive-shop .wd-widget-stock-status li,
body.woodmart-archive-shop .wd-filter-list li {
  min-height: 34px;
  margin: 0 !important;
  color: var(--mtgeu-shop-ink);
}

body.woodmart-archive-shop .wd-widget-stock-status li > a,
body.woodmart-archive-shop .wd-filter-list li > a {
  color: var(--mtgeu-shop-ink) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

body.woodmart-archive-shop .wd-widget-stock-status li > a:hover,
body.woodmart-archive-shop .wd-filter-list li > a:hover,
body.woodmart-archive-shop .wd-filter-list .wd-active > a {
  color: var(--mtgeu-shop-accent) !important;
}

body.woodmart-archive-shop .wd-filter-list .count {
  margin-inline-start: auto;
  color: var(--mtgeu-shop-muted) !important;
  font-size: 12px !important;
}

body.woodmart-archive-shop .wd-checkboxes-on li > a::before {
  border-color: var(--mtgeu-shop-border) !important;
  border-radius: 4px !important;
  background-color: #fff !important;
}

body.woodmart-archive-shop .wd-checkboxes-on li.wd-active > a::before,
body.woodmart-archive-shop .wd-checkboxes-on li.chosen > a::before {
  border-color: var(--mtgeu-shop-accent) !important;
  background-color: var(--mtgeu-shop-accent) !important;
}

body.woodmart-archive-shop #woodmart-woocommerce-layered-nav-7 .wd-scroll {
  max-height: 280px !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #5b6472 transparent;
}

body.woodmart-archive-shop .wd-filter-search {
  margin: 0 0 12px !important;
}

body.woodmart-archive-shop .wd-filter-search input,
body.woodmart-archive-shop .widget_price_filter input[type="text"] {
  min-height: 42px !important;
  border: 1px solid var(--mtgeu-shop-border) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--mtgeu-shop-ink) !important;
  box-shadow: none !important;
}

body.woodmart-archive-shop .wd-filter-search input:focus,
body.woodmart-archive-shop .widget_price_filter input[type="text"]:focus,
body.woodmart-archive-shop .woocommerce-ordering select:focus {
  outline: 2px solid rgba(23, 105, 255, 0.22) !important;
  outline-offset: 1px;
  border-color: var(--mtgeu-shop-accent) !important;
}

body.woodmart-archive-shop .widget_price_filter .price_slider_wrapper {
  color: var(--mtgeu-shop-ink);
}

body.woodmart-archive-shop .widget_price_filter .ui-slider {
  background: var(--mtgeu-shop-border) !important;
}

body.woodmart-archive-shop .widget_price_filter .ui-slider-range,
body.woodmart-archive-shop .widget_price_filter .ui-slider-handle {
  background: var(--mtgeu-shop-accent) !important;
}

body.woodmart-archive-shop .widget_price_filter .price_label {
  color: var(--mtgeu-shop-muted) !important;
  font-size: 13px !important;
}

body.woodmart-archive-shop .widget_price_filter .price_label :is(.from, .to) {
  color: var(--mtgeu-shop-ink) !important;
}

body.woodmart-archive-shop .widget_price_filter .button {
  min-height: 40px !important;
  padding: 9px 16px !important;
  border: 1px solid var(--mtgeu-shop-accent) !important;
  border-radius: 8px !important;
  background: var(--mtgeu-shop-accent) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

body.woodmart-archive-shop .elementor-element-906c36a {
  margin-bottom: 22px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid var(--mtgeu-shop-border);
}

body.woodmart-archive-shop .elementor-element-39ba71f .entry-title {
  margin: 0 !important;
  color: var(--mtgeu-shop-ink) !important;
  font-size: clamp(26px, 2.4vw, 34px) !important;
  font-weight: 750 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.025em;
}

body.woodmart-archive-shop .elementor-element-archive-description .term-description,
body.woodmart-archive-shop .elementor-element-archive-description p {
  max-width: 760px;
  margin: 0 !important;
  color: var(--mtgeu-shop-muted) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

body.woodmart-archive-shop .elementor-element-1749c8f {
  align-items: center !important;
}

body.woodmart-archive-shop .elementor-element-800f215 .wd-off-canvas-btn a {
  display: inline-flex !important;
  min-height: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  padding: 10px 14px !important;
  border: 1px solid var(--mtgeu-shop-accent) !important;
  border-radius: 10px !important;
  background: var(--mtgeu-shop-accent) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

body.woodmart-archive-shop .woocommerce-ordering {
  margin: 0 !important;
}

body.woodmart-archive-shop .woocommerce-ordering select {
  min-width: 208px;
  min-height: 44px !important;
  padding: 0 42px 0 14px !important;
  border: 1px solid var(--mtgeu-shop-border) !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  color: var(--mtgeu-shop-ink) !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

body.woodmart-archive-shop .wd-active-filters {
  margin: 0 0 18px !important;
}

body.woodmart-archive-shop .wd-active-filters a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 11px !important;
  border: 1px solid var(--mtgeu-shop-border);
  border-radius: 999px;
  background: rgba(23, 105, 255, 0.06);
  color: var(--mtgeu-shop-navy) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
}

body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products {



  --wd-gap-lg: 20px !important;
  --wd-gap-sm: 10px !important;
  align-items: stretch !important;
}

body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-product {
  min-width: 0 !important;
  height: 100% !important;
  margin: 0 !important;
}

body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .wd-product-wrapper,
body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .product-wrapper {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid var(--mtgeu-shop-border) !important;
  border-radius: 12px !important;
  background: var(--mtgeu-shop-surface) !important;
  box-shadow: none !important;
}

body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .product-element-top {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  background: var(--mtgeu-shop-bg) !important;
}

body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .product-image-link {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px !important;
}

body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .product-element-top img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}

body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .product-element-bottom {
  display: flex !important;
  min-height: 176px !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 9px !important;
  padding: 14px !important;
  background: #fff !important;
}

body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .wd-entities-title {
  display: -webkit-box !important;
  width: 100% !important;
  min-height: 60px !important;
  max-height: 60px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: var(--mtgeu-shop-ink) !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 20px !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .wd-entities-title a {
  color: var(--mtgeu-shop-ink) !important;
}

body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .wd-entities-title a:hover {
  color: var(--mtgeu-shop-accent) !important;
}

body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .wrap-price,
body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .swap-wrapp,
body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .swap-elements,
body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .wd-add-btn {
  width: 100% !important;
  max-width: none !important;
}

body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .wrap-price {
  margin-top: auto !important;
}

body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .swap-wrapp {
  height: auto !important;
  min-height: 72px !important;
  overflow: visible !important;
}

body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .swap-elements {
  display: flex !important;
  height: auto !important;
  min-height: 72px !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  transform: none !important;
}

body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .price {
  min-height: 22px !important;
  margin: 0 !important;
  color: var(--mtgeu-shop-ink) !important;
  font-size: 16px !important;
  font-weight: 750 !important;
  line-height: 22px !important;
}

body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .wd-add-btn {
  display: block !important;
  margin: 10px 0 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) :is(.add_to_cart_button, .product_type_simple, .product_type_variable, .product_type_grouped, .product_type_external) {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  border: 1px solid var(--mtgeu-shop-accent) !important;
  border-radius: 999px !important;
  background: var(--mtgeu-shop-accent) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: none !important;
}

body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) :is(.add_to_cart_button, .product_type_simple, .product_type_variable, .product_type_grouped, .product_type_external):hover {
  border-color: var(--mtgeu-shop-navy) !important;
  background: var(--mtgeu-shop-navy) !important;
  color: #fff !important;
}

body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .wd-buttons .wd-action-btn > a {
  border: 1px solid rgba(11, 31, 58, 0.12) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--mtgeu-shop-navy) !important;
  box-shadow: none !important;
}

body.woodmart-archive-shop .product-labels .product-label {
  border-radius: 999px !important;
  background: var(--mtgeu-shop-navy) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  text-transform: none !important;
}

body.woodmart-archive-shop .woocommerce-pagination {
  margin-top: 36px !important;
}

body.woodmart-archive-shop .woocommerce-pagination .page-numbers {
  gap: 7px;
}

body.woodmart-archive-shop .woocommerce-pagination .page-numbers li > :is(a, span) {
  display: inline-flex !important;
  min-width: 40px !important;
  min-height: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--mtgeu-shop-border) !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: var(--mtgeu-shop-ink) !important;
  box-shadow: none !important;
}

body.woodmart-archive-shop .woocommerce-pagination .page-numbers li > .current,
body.woodmart-archive-shop .woocommerce-pagination .page-numbers li > a:hover {
  border-color: var(--mtgeu-shop-accent) !important;
  background: var(--mtgeu-shop-accent) !important;
  color: #fff !important;
}

body.woodmart-archive-shop :is(.woocommerce-info, .woocommerce-no-products-found, .wd-empty-page) {
  width: 100%;
  padding: 28px !important;
  border: 1px solid var(--mtgeu-shop-border) !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: var(--mtgeu-shop-ink) !important;
  text-align: center;
  box-shadow: none !important;
}

body.woodmart-archive-shop .no-products-footer {
  margin-top: 18px !important;
}

body.woodmart-archive-shop .no-products-footer .searchform {
  min-height: 48px !important;
  overflow: hidden !important;
  border: 1px solid var(--mtgeu-shop-border) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.woodmart-archive-shop .no-products-footer .searchform .s {
  min-height: 46px !important;
  background: #fff !important;
  color: var(--mtgeu-shop-ink) !important;
}

body.woodmart-archive-shop .no-products-footer .searchform .s::placeholder {
  color: var(--mtgeu-shop-muted) !important;
  opacity: 1 !important;
}

body.woodmart-archive-shop .no-products-footer .searchsubmit {
  width: 52px !important;
  min-height: 46px !important;
  border: 0 !important;
  background: var(--mtgeu-shop-accent) !important;
  color: #fff !important;
}

@media (max-width: 1024px) {
  body.woodmart-archive-shop .wd-content-layout.container {
    width: min(100% - 28px, 100%) !important;
  }

  body.woodmart-archive-shop .elementor-element-a96b8b5 {
    margin-bottom: 20px !important;
  }

  body.woodmart-archive-shop .elementor-element-5c054a8 > .e-con-inner {
    gap: 0 !important;
  }

  body.woodmart-archive-shop .elementor-element-8bc8e66 {
    width: 100% !important;
  }

  body.woodmart-archive-shop .elementor-element-906c36a {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
  }

  body.woodmart-archive-shop .elementor-element-5406d49,
  body.woodmart-archive-shop .elementor-element-1749c8f {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    --width: 100% !important;
  }

  body.woodmart-archive-shop .elementor-element-1749c8f {
    width: 100% !important;
    max-width: calc(100vw - 56px) !important;
    box-sizing: border-box !important;
    justify-content: flex-start !important;
  }

  body.woodmart-archive-shop .elementor-element-800f215 {
    display: block !important;
  }

  body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products {

    --wd-gap-lg: 16px !important;
  }

  body.woodmart-archive-shop .wd-col-offcanvas-md-sm {
    background: #fff !important;
  }

  body.woodmart-archive-shop .wd-col-offcanvas-md-sm .elementor-element-482455c {
    border: 0 !important;
    border-radius: 0 !important;
  }
}

@media (min-width: 600px) and (max-width: 1024px) {
  body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products {


  }
}

@media (max-width: 767px) {
  body.woodmart-archive-shop .wd-content-layout.container {
    width: calc(100% - 20px) !important;
  }

  body.woodmart-archive-shop .elementor-element-a96b8b5 {
    margin-bottom: 16px !important;
  }

  body.woodmart-archive-shop .elementor-element-44caf5c {
    align-items: flex-start !important;
  }

  body.woodmart-archive-shop .woocommerce-breadcrumb,
  body.woodmart-archive-shop .wd-breadcrumbs,
  body.woodmart-archive-shop .woocommerce-result-count {
    font-size: 12px !important;
  }

  body.woodmart-archive-shop .elementor-element-906c36a {
    margin-bottom: 16px !important;
    padding-bottom: 14px !important;
  }

  body.woodmart-archive-shop .elementor-element-39ba71f .entry-title {
    font-size: 26px !important;
  }

  body.woodmart-archive-shop .elementor-element-archive-description p {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  body.woodmart-archive-shop .elementor-element-1749c8f {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  body.woodmart-archive-shop .elementor-element-800f215,
  body.woodmart-archive-shop .elementor-element-1c0eace,
  body.woodmart-archive-shop .woocommerce-ordering,
  body.woodmart-archive-shop .woocommerce-ordering select,
  body.woodmart-archive-shop .elementor-element-800f215 .wd-off-canvas-btn,
  body.woodmart-archive-shop .elementor-element-800f215 .wd-off-canvas-btn a {
    width: 100% !important;
    min-width: 0 !important;
    padding-inline: 10px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
  }

  body.woodmart-archive-shop .woocommerce-ordering select {
    padding-right: 32px !important;
    font-size: 13px !important;
  }

  body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products {

    --wd-gap-sm: 10px !important;
  }

  body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .wd-product-wrapper,
  body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .product-wrapper {
    border-radius: 10px !important;
  }

  body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .product-image-link {
    padding: 8px !important;
  }

  body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .product-element-bottom {
    min-height: 172px !important;
    gap: 7px !important;
    padding: 10px !important;
  }

  body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .wd-entities-title {
    min-height: 57px !important;
    max-height: 57px !important;
    font-size: 13px !important;
    line-height: 19px !important;
  }

  body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .price {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) :is(.add_to_cart_button, .product_type_simple, .product_type_variable, .product_type_grouped, .product_type_external) {
    min-height: 44px !important;
    padding-inline: 8px !important;
    font-size: 13px !important;
  }

  body.woodmart-archive-shop .woocommerce-pagination {
    margin-top: 28px !important;
  }
}

@media (max-width: 380px) {
  body.woodmart-archive-shop .elementor-element-1749c8f {
    gap: 8px !important;
  }

  body.woodmart-archive-shop .elementor-element-800f215 .wd-off-canvas-btn a {
    gap: 4px !important;
    padding-inline: 5px !important;
    font-size: 12px !important;
  }

  body.woodmart-archive-shop .woocommerce-ordering select {
    padding: 0 20px 0 8px !important;
    font-size: 12px !important;
  }

  body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products {
    --wd-gap-sm: 8px !important;
  }

  body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .product-element-bottom {
    padding: 9px !important;
  }

  body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) .wd-entities-title {
    font-size: 12.5px !important;
  }

  body.woodmart-archive-shop .elementor-element-a7b2b62 .wd-products:not(.elements-list) :is(.add_to_cart_button, .product_type_simple, .product_type_variable, .product_type_grouped, .product_type_external) {
    font-size: 12.5px !important;
  }
}

/* MTGEU PHASE THREE REFERENCE ALIGNMENT - 2026-08-31 */
body.woodmart-archive-shop .woocommerce-breadcrumb :is(span, div),
body.woodmart-archive-shop .wd-breadcrumbs :is(span, div) {
  color: var(--mtgeu-shop-muted) !important;
}
body.woodmart-archive-shop .elementor-element-archive-per-page,
body.woodmart-archive-shop .elementor-element-archive-product-view,
body.woodmart-archive-shop .elementor-element-1c0eace {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
}
body.woodmart-archive-shop .elementor-element-archive-per-page {
  color: var(--mtgeu-shop-muted) !important;
}
body.woodmart-archive-shop .wd-products-per-page .wd-label {
  color: var(--mtgeu-shop-ink) !important;
}
body.woodmart-archive-shop .elementor-element-archive-per-page .elementor-widget-container,
body.woodmart-archive-shop .elementor-element-archive-product-view .elementor-widget-container {
  display: flex;
  align-items: center;
  min-height: 44px;
}
body.woodmart-archive-shop .elementor-element-archive-per-page :is(a, span),
body.woodmart-archive-shop .elementor-element-archive-product-view :is(a, span) {
  font-size: 14px;
  line-height: 1;
}
body.woodmart-archive-shop .elementor-element-archive-per-page a,
body.woodmart-archive-shop .elementor-element-archive-product-view a {
  color: var(--mtgeu-shop-muted) !important;
}
body.woodmart-archive-shop .elementor-element-archive-per-page a:hover,
body.woodmart-archive-shop .elementor-element-archive-product-view a:hover,
body.woodmart-archive-shop .elementor-element-archive-per-page .current,
body.woodmart-archive-shop .elementor-element-archive-product-view .current,
body.woodmart-archive-shop .elementor-element-archive-product-view .wd-active {
  color: var(--mtgeu-shop-ink) !important;
}
body.woodmart-archive-shop .elementor-element-1749c8f {
  flex-wrap: nowrap !important;
  justify-content: flex-end !important;
}
@media (min-width: 1025px) {
  body.woodmart-archive-shop .elementor-element-906c36a {
    display: grid !important;
    grid-template-columns: minmax(280px, 1fr) auto !important;
    grid-template-areas: "archive-title archive-tools" "archive-description archive-description" !important;
    align-items: center !important;
    column-gap: 24px !important;
    row-gap: 18px !important;
  }
  body.woodmart-archive-shop .elementor-element-5406d49 { display: contents !important; }
  body.woodmart-archive-shop .elementor-element-39ba71f { grid-area: archive-title; min-width: 0; }
  body.woodmart-archive-shop .elementor-element-archive-description {
    grid-area: archive-description;
    width: 100% !important;
    max-width: none !important;
  }
  body.woodmart-archive-shop .elementor-element-archive-description .term-description,
  body.woodmart-archive-shop .elementor-element-archive-description p { max-width: none !important; }
  body.woodmart-archive-shop .elementor-element-1749c8f {
    grid-area: archive-tools;
    width: auto !important;
    max-width: none !important;
    --width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.woodmart-archive-shop .elementor-element-1749c8f {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: max-content minmax(150px, 1fr) max-content minmax(190px, 220px) !important;
    align-items: center !important;
    justify-content: stretch !important;
    gap: 10px !important;
  }
  body.woodmart-archive-shop .elementor-element-1c0eace,
  body.woodmart-archive-shop .elementor-element-1c0eace .woocommerce-ordering,
  body.woodmart-archive-shop .elementor-element-1c0eace .woocommerce-ordering select {
    width: 100% !important;
    min-width: 0 !important;
  }
}
@media (max-width: 1024px) {
  body.woodmart-archive-shop .elementor-element-a96b8b5 > .e-con-inner {
    width: calc(100% - 28px) !important;
    max-width: none !important;
  }
  body.woodmart-archive-shop .elementor-element-1749c8f {
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  body.woodmart-archive-shop .elementor-element-a96b8b5 > .e-con-inner { width: calc(100% - 20px) !important; }
  body.woodmart-archive-shop .elementor-element-1749c8f {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    justify-content: stretch !important;
  }
  body.woodmart-archive-shop .elementor-element-archive-per-page,
  body.woodmart-archive-shop .elementor-element-archive-product-view { display: none !important; }
}

/* MTGEU NATIVE WOODMART VIEW STATES - 2026-08-31 */
body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list{
  --wd-col-lg:1 !important;
  --wd-col-md:1 !important;
  --wd-col-sm:1 !important;
  --wd-gap-lg:18px;
  --wd-gap-md:18px;
  --wd-gap-sm:16px;
}
body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .wd-product-wrapper,
body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .product-wrapper{
  display:grid !important;
  grid-template-columns:minmax(220px,30%) minmax(0,1fr) !important;
  align-items:stretch !important;
  overflow:hidden !important;
  border:1px solid var(--mtgeu-shop-border,#dfe3ea) !important;
  border-radius:14px !important;
  background:#fff !important;
  box-shadow:0 8px 24px rgba(15,34,58,.05) !important;
}
body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .product-element-top{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:260px !important;
  height:100% !important;
  background:var(--mtgeu-shop-bg,#f7f8fa) !important;
}
body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .product-image-link{
  display:flex !important;
  width:100% !important;
  height:100% !important;
  align-items:center !important;
  justify-content:center !important;
  padding:22px !important;
}
body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .product-element-top img{
  width:100% !important;
  height:100% !important;
  max-height:260px !important;
  object-fit:contain !important;
}
body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .product-element-bottom{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:flex-start !important;
  gap:12px !important;
  min-width:0 !important;
  padding:28px 30px !important;
  background:#fff !important;
}
body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .wd-entities-title,
body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .wd-entities-title a,
body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .product-title,
body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .product-title a{
  color:var(--mtgeu-shop-ink,#0f223a) !important;
  font-size:20px !important;
  font-weight:750 !important;
  line-height:1.35 !important;
  text-align:left !important;
}
body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .wd-product-excerpt,
body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .wd-product-excerpt p,
body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .product-list-content{
  color:var(--mtgeu-shop-muted,#647084) !important;
  line-height:1.65 !important;
}
body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .price{
  color:var(--mtgeu-shop-ink,#0f223a) !important;
  font-size:18px !important;
  font-weight:800 !important;
  text-align:left !important;
}
body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .wd-add-btn,
body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .wd-add-btn-wrap{
  width:auto !important;
  min-width:180px !important;
  align-self:flex-start !important;
}
body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .wd-add-btn a,
body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .wd-add-btn .button{
  display:inline-flex !important;
  min-height:46px !important;
  padding:0 26px !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  background:var(--mtgeu-shop-blue,#1f6dff) !important;
  color:#fff !important;
  font-weight:750 !important;
  box-shadow:none !important;
}
@media (max-width:767px){
  body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .wd-product-wrapper,
  body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .product-wrapper{
    grid-template-columns:1fr !important;
  }
  body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .product-element-top{
    min-height:230px !important;
  }
  body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .product-element-top img{
    max-height:230px !important;
  }
  body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .product-element-bottom{
    padding:20px !important;
  }
  body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .wd-add-btn,
  body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .wd-add-btn-wrap,
  body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .wd-add-btn a,
  body.archive.woocommerce .elementor-element-a7b2b62 .wd-products.elements-list .wd-add-btn .button{
    width:100% !important;
  }
}
@media (max-width:1024px){
  body.woodmart-archive-shop .elementor-element-archive-per-page,
  body.woodmart-archive-shop .elementor-element-archive-product-view{display:none !important;}
}

/* MTGEU PHASE THREE CATEGORY GUIDE - 2026-08-31 */
body.tax-product_cat .elementor-element-category-guide-shell {
  width: 100% !important;
  max-width: none !important;
  margin: 30px 0 0 !important;
}

body.tax-product_cat .elementor-element-category-guide-shell > .e-con-inner {
  width: 100% !important;
  max-width: 1305px !important;
  margin-inline: 0 !important;
}

body.tax-product_cat .elementor-element-category-guide-shortcode,
body.tax-product_cat .elementor-element-category-guide-shortcode > .elementor-widget-container {
  width: 100% !important;
}

.mtgeu-category-guide {
  --mtgeu-guide-ink: #111827;
  --mtgeu-guide-muted: #5b6472;
  --mtgeu-guide-blue: #1769ff;
  --mtgeu-guide-navy: #0b1f3a;
  --mtgeu-guide-line: #dfe3ea;
  --mtgeu-guide-soft: #f6f8fb;
  display: grid;
  gap: 24px;
  width: 100%;
  margin: 0 0 56px;
  color: var(--mtgeu-guide-ink);
}

.mtgeu-category-guide__intro,
.mtgeu-category-faq {
  overflow: hidden;
  border: 1px solid var(--mtgeu-guide-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 34, 58, 0.055);
}

.mtgeu-category-guide__intro {
  padding: clamp(30px, 4vw, 50px);
}

.mtgeu-category-guide__eyebrow {
  margin: 0 0 10px !important;
  color: var(--mtgeu-guide-blue) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.mtgeu-category-guide h2 {
  margin: 0 !important;
  color: var(--mtgeu-guide-ink) !important;
  font-size: clamp(28px, 3vw, 38px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.16 !important;
}

.mtgeu-category-guide__lead {
  max-width: 1080px;
  margin: 20px 0 0 !important;
  color: var(--mtgeu-guide-muted) !important;
  font-size: 18px !important;
  line-height: 1.72 !important;
}

.mtgeu-category-guide details > summary {
  list-style: none;
  cursor: pointer;
}

.mtgeu-category-guide details > summary::-webkit-details-marker {
  display: none;
}

.mtgeu-category-guide__more {
  margin-top: 28px;
}

.mtgeu-category-guide__more > summary {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--mtgeu-guide-soft);
  color: var(--mtgeu-guide-ink);
  font-size: 15px;
  font-weight: 750;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.mtgeu-category-guide__more > summary::after {
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.mtgeu-category-guide__more[open] > summary::after {
  transform: translateY(2px) rotate(225deg);
}

.mtgeu-category-guide__more > summary:hover {
  border-color: #cbd7ee;
  background: #edf3ff;
  color: var(--mtgeu-guide-blue);
}

.mtgeu-category-guide__more-content {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--mtgeu-guide-line);
}

.mtgeu-category-guide__more-content h3 {
  margin: 26px 0 10px !important;
  color: var(--mtgeu-guide-navy) !important;
  font-size: 21px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

.mtgeu-category-guide__more-content h3:first-child {
  margin-top: 0 !important;
}

.mtgeu-category-guide__more-content p,
.mtgeu-category-guide__more-content li {
  color: var(--mtgeu-guide-muted) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.mtgeu-category-guide__more-content p {
  margin: 0 !important;
}

.mtgeu-category-guide__more-content ul {
  display: grid;
  gap: 8px;
  margin: 10px 0 0 !important;
  padding-left: 22px !important;
}

.mtgeu-category-guide__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.mtgeu-category-guide__links a {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid var(--mtgeu-guide-line);
  border-radius: 12px;
  background: #fff;
  color: var(--mtgeu-guide-navy);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.mtgeu-category-guide__links a:hover {
  border-color: #9dbbfb;
  color: var(--mtgeu-guide-blue);
  box-shadow: 0 9px 22px rgba(23, 105, 255, 0.09);
  transform: translateY(-1px);
}

.mtgeu-category-guide__links a span:last-child {
  color: var(--mtgeu-guide-blue);
  font-size: 19px;
}

.mtgeu-category-faq {
  padding: clamp(30px, 4vw, 44px) clamp(24px, 4vw, 44px) 8px;
}

.mtgeu-category-faq h2 {
  font-size: clamp(26px, 2.6vw, 34px) !important;
}

.mtgeu-category-faq__items {
  margin-top: 24px;
  border-top: 1px solid var(--mtgeu-guide-line);
}

.mtgeu-category-faq__item {
  border-bottom: 1px solid var(--mtgeu-guide-line);
}

.mtgeu-category-faq__item > summary {
  position: relative;
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 52px 18px 0;
  color: var(--mtgeu-guide-ink);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.4;
}

.mtgeu-category-faq__item > summary::before,
.mtgeu-category-faq__item > summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: var(--mtgeu-guide-blue);
  content: "";
  transform: translateY(-50%);
  transition: transform 160ms ease;
}

.mtgeu-category-faq__item > summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.mtgeu-category-faq__item[open] > summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.mtgeu-category-faq__answer {
  max-width: 1040px;
  padding: 0 52px 24px 0;
}

.mtgeu-category-faq__answer p {
  margin: 0 !important;
  color: var(--mtgeu-guide-muted) !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
}

.mtgeu-category-guide summary:focus-visible,
.mtgeu-category-guide__links a:focus-visible {
  outline: 3px solid rgba(23, 105, 255, 0.38);
  outline-offset: 4px;
}

@media (max-width: 1024px) {
  body.tax-product_cat .elementor-element-category-guide-shell > .e-con-inner {
    width: 100% !important;
  }

  .mtgeu-category-guide__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.tax-product_cat .elementor-element-category-guide-shell {
    margin-top: 22px !important;
  }

  body.tax-product_cat .elementor-element-category-guide-shell > .e-con-inner {
    width: 100% !important;
  }

  .mtgeu-category-guide {
    gap: 16px;
    margin-bottom: 36px;
  }

  .mtgeu-category-guide__intro,
  .mtgeu-category-faq {
    border-radius: 14px;
  }

  .mtgeu-category-guide__intro {
    padding: 26px 20px;
  }

  .mtgeu-category-guide h2,
  .mtgeu-category-faq h2 {
    font-size: 25px !important;
    line-height: 1.2 !important;
  }

  .mtgeu-category-guide__lead {
    margin-top: 16px !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  .mtgeu-category-guide__more {
    margin-top: 22px;
  }

  .mtgeu-category-guide__more > summary {
    width: 100%;
    justify-content: center;
  }

  .mtgeu-category-guide__links {
    grid-template-columns: 1fr;
  }

  .mtgeu-category-faq {
    padding: 26px 20px 4px;
  }

  .mtgeu-category-faq__items {
    margin-top: 18px;
  }

  .mtgeu-category-faq__item > summary {
    min-height: 68px;
    gap: 16px;
    padding: 16px 38px 16px 0;
    font-size: 16px;
  }

  .mtgeu-category-faq__item > summary::before,
  .mtgeu-category-faq__item > summary::after {
    right: 4px;
  }

  .mtgeu-category-faq__answer {
    padding: 0 38px 20px 0;
  }

  .mtgeu-category-faq__answer p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mtgeu-category-guide *,
  .mtgeu-category-guide *::before,
  .mtgeu-category-guide *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* MTGEU PHASE FOUR PRODUCT TEMPLATE - 2026-08-31 */
/*
 * Shared WooCommerce product-page presentation.
 * Scope: the approved Elementor single-product template (post 1818) only.
 */

body.single-product {
  --mtgeu-blue: #1d6fff;
  --mtgeu-blue-hover: #1257d6;
  --mtgeu-ink: #111827;
  --mtgeu-copy: #4b5563;
  --mtgeu-muted: #6b7280;
  --mtgeu-line: #e5e7eb;
  --mtgeu-soft: #f8fafc;
  --mtgeu-success: #15803d;
  background: #fff;
  color: var(--mtgeu-ink);
}

body.single-product .website-wrapper,
body.single-product .main-page-wrapper {
  background: #fff;
}

body.single-product #main-content {
  padding-top: 0;
  padding-bottom: 0;
}

body.single-product .elementor-1818 {
  background: #fff;
  color: var(--mtgeu-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.single-product .elementor-1818 a {
  text-underline-offset: 3px;
}

body.single-product .elementor-1818 :where(a, button, input, select, [tabindex]):focus-visible {
  outline: 3px solid rgba(29, 111, 255, .3);
  outline-offset: 3px;
}

body.single-product .elementor-1818 > .elementor-element {
  background: #fff;
}

body.single-product .elementor-element-4f40001 > .e-con-inner,
body.single-product .elementor-element-4f40014 > .e-con-inner,
body.single-product .elementor-element-4f40016 > .e-con-inner,
body.single-product .elementor-element-4f40018 > .e-con-inner {
  width: min(100% - 48px, 1360px);
  max-width: 1360px;
  margin-inline: auto;
}

body.single-product .elementor-element-4f40001 > .e-con-inner {
  display: block;
  padding: 26px 0 42px;
}

body.single-product .elementor-element-4f40002:empty,
body.single-product .elementor-element-4f40002:has(.woocommerce-notices-wrapper:empty) {
  display: none;
}

body.single-product .elementor-element-4f40003 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 0;
  margin: 0 0 24px;
}

body.single-product .elementor-element-4f40004 {
  min-width: 0;
  flex: 1 1 auto;
}

body.single-product .elementor-element-4f40004 .wd-breadcrumbs {
  color: var(--mtgeu-muted) !important;
  font-size: 14px;
  line-height: 1.5;
  max-width: 100%;
  opacity: 1;
  overflow: visible;
  text-shadow: none;
  white-space: normal;
}

@media (min-width: 768px) {
  body.single-product .elementor-element-4f40004 .wd-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 4px;
  }

  body.single-product .elementor-element-4f40004 .wd-breadcrumbs :where(a, span) {
    min-width: 0;
    white-space: normal;
  }

  body.single-product .elementor-element-4f40004 .wd-last {
    display: block !important;
    max-width: 100%;
    overflow: visible;
    overflow-wrap: anywhere;
    text-overflow: clip;
  }
}

body.single-product .elementor-element-4f40004 .wd-breadcrumbs a {
  color: var(--mtgeu-muted) !important;
  opacity: 1;
  text-decoration: none;
  text-shadow: none;
}

body.single-product .elementor-element-4f40004 .wd-breadcrumbs a:visited {
  color: var(--mtgeu-muted) !important;
}

body.single-product .elementor-element-4f40004 .wd-breadcrumbs a:hover,
body.single-product .elementor-element-4f40004 .wd-breadcrumbs a:focus-visible {
  color: var(--mtgeu-blue) !important;
}

body.single-product .elementor-element-4f40004 .wd-breadcrumbs .wd-last {
  color: var(--mtgeu-ink) !important;
  font-weight: 700;
  opacity: 1;
  text-shadow: none;
}

body.single-product .elementor-element-4f40004 .wd-breadcrumbs :where(a, .wd-last)::selection {
  background: var(--mtgeu-blue);
  color: #fff;
}

body.single-product .elementor-element-4f40005 {
  flex: 0 0 auto;
}

body.single-product .elementor-element-4f40006 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
  align-items: start;
  gap: clamp(36px, 5vw, 76px);
  min-width: 0;
}

body.single-product .elementor-element-4f40007,
body.single-product .elementor-element-4f40009 {
  display: block;
  width: 100%;
  max-width: none;
  min-width: 0;
}

body.single-product .elementor-element-4f40008 .woocommerce-product-gallery {
  width: 100%;
  margin: 0;
  padding: clamp(18px, 2.2vw, 30px);
  overflow: hidden;
  border: 1px solid var(--mtgeu-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 34px rgba(15, 23, 42, .06);
}

body.single-product .elementor-element-4f40008 .woocommerce-product-gallery__image a {
  display: grid;
  place-items: center;
  min-height: 420px;
  background: var(--mtgeu-soft);
  border-radius: 12px;
}

body.single-product .elementor-element-4f40008 .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

body.single-product .elementor-element-4f40008 .product-labels {
  top: 16px;
  left: 16px;
  z-index: 4;
}

body.single-product .elementor-element-4f40008 .product-label {
  min-width: 54px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

body.single-product .elementor-element-4f40008 .wd-gallery-thumb {
  margin-top: 14px;
}

body.single-product .elementor-element-4f40008 .wd-gallery-thumb .wd-carousel-item {
  padding: 3px;
  border: 1px solid var(--mtgeu-line);
  border-radius: 10px;
  background: #fff;
}

body.single-product .elementor-element-4f40009 {
  padding-top: 4px;
}

body.single-product .elementor-element-4f4000a .product_title {
  max-width: 760px;
  margin: 0;
  color: var(--mtgeu-ink);
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.12;
  text-wrap: balance;
}

body.single-product .elementor-element-4f4000b {
  margin-top: 14px;
}

body.single-product .elementor-element-4f4000c {
  margin-top: 18px;
}

body.single-product .elementor-element-4f4000c .mtgeu-product-summary p {
  margin: 0;
  color: var(--mtgeu-copy);
  font-size: 17px;
  line-height: 1.68;
}

body.single-product .elementor-element-4f4000d {
  margin-top: 22px;
}

body.single-product .elementor-element-4f4000d .shop_attributes {
  width: 100%;
  margin: 0;
  border: 1px solid var(--mtgeu-line);
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: #fff;
}

body.single-product .elementor-element-4f4000d .shop_attributes tr:not(:last-child) > * {
  border-bottom: 1px solid var(--mtgeu-line);
}

body.single-product .elementor-element-4f4000d .shop_attributes th,
body.single-product .elementor-element-4f4000d .shop_attributes td {
  padding: 12px 14px;
  border: 0;
  color: var(--mtgeu-copy);
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}

body.single-product .elementor-element-4f4000d .shop_attributes th {
  width: 32%;
  background: var(--mtgeu-soft);
  color: var(--mtgeu-ink);
  font-weight: 750;
}

body.single-product .elementor-element-4f4000d .shop_attributes a {
  color: var(--mtgeu-blue);
}

body.single-product .elementor-element-4f4000e {
  display: block;
  margin-top: 24px;
  padding: 22px;
  border: 1px solid var(--mtgeu-line);
  border-radius: 16px;
  background: var(--mtgeu-soft);
  box-shadow: 0 10px 30px rgba(15, 23, 42, .045);
}

body.single-product .elementor-element-4f4000f .price {
  margin: 0 0 15px;
  color: var(--mtgeu-ink);
  font-size: clamp(28px, 2.4vw, 36px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.15;
}

body.single-product .elementor-element-4f4000f .price del {
  color: var(--mtgeu-muted);
  font-size: .62em;
  font-weight: 600;
  opacity: 1;
}

body.single-product .elementor-element-4f4000f .price ins {
  color: var(--mtgeu-blue);
  text-decoration: none;
}

body.single-product .elementor-element-4f40010 .stock {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #ecfdf3;
  color: var(--mtgeu-success);
  font-size: 13px;
  font-weight: 750;
}

body.single-product .elementor-element-4f40010 .stock::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

body.single-product .elementor-element-4f40011 form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 12px;
  margin: 0;
}

body.single-product .elementor-element-4f40011 form.variations_form {
  display: block;
}

body.single-product .elementor-element-4f40011 .variations {
  width: 100%;
  margin: 0 0 14px;
}

body.single-product .elementor-element-4f40011 .variations tr {
  display: grid;
  grid-template-columns: minmax(110px, .34fr) minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

body.single-product .elementor-element-4f40011 .variations th,
body.single-product .elementor-element-4f40011 .variations td {
  display: block;
  width: auto;
  padding: 0;
  border: 0;
}

body.single-product .elementor-element-4f40011 .variations label {
  color: var(--mtgeu-ink);
  font-size: 14px;
  font-weight: 750;
}

body.single-product .elementor-element-4f40011 .variations select {
  width: 100%;
  min-height: 48px;
  padding: 0 44px 0 14px;
  border: 1px solid #cfd5df;
  border-radius: 9px;
  background-color: #fff;
  color: var(--mtgeu-ink);
  font-size: 15px;
}

body.single-product .elementor-element-4f40011 .reset_variations {
  display: inline-block;
  margin-top: 7px;
  color: var(--mtgeu-muted);
  font-size: 12px;
}

body.single-product .elementor-element-4f40011 .single_variation_wrap,
body.single-product .elementor-element-4f40011 .woocommerce-variation-add-to-cart {
  width: 100%;
}

body.single-product .elementor-element-4f40011 .woocommerce-variation-price {
  margin: 0 0 12px;
}

body.single-product .elementor-element-4f40011 .woocommerce-variation-price .price {
  color: var(--mtgeu-blue);
  font-size: 23px;
  font-weight: 800;
}

body.single-product .elementor-element-4f40011 .woocommerce-variation-add-to-cart,
body.single-product .elementor-element-4f40011 form.cart:not(.variations_form) {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  align-items: stretch;
  gap: 12px;
}

body.single-product .elementor-element-4f40011 .quantity {
  display: grid;
  grid-template-columns: 36px minmax(42px, 1fr) 36px;
  width: 118px;
  height: 50px;
  overflow: hidden;
  border: 1px solid #cfd5df;
  border-radius: 9px;
  background: #fff;
}

body.single-product .elementor-element-4f40011 .quantity :where(.minus, .plus, input.qty) {
  width: 100%;
  min-width: 0;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--mtgeu-ink);
  box-shadow: none;
  font-size: 16px;
  text-align: center;
}

body.single-product .elementor-element-4f40011 .quantity :where(.minus, .plus):hover {
  background: #eef2f7;
}

body.single-product .elementor-element-4f40011 .single_add_to_cart_button {
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 0 24px;
  border: 0;
  border-radius: 9px;
  background: var(--mtgeu-blue);
  color: #fff;
  box-shadow: 0 9px 20px rgba(29, 111, 255, .22);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

body.single-product .elementor-element-4f40011 .single_add_to_cart_button:hover {
  background: var(--mtgeu-blue-hover);
}

body.single-product .elementor-element-4f40011 .single_add_to_cart_button.disabled {
  background: #aeb8c7;
  box-shadow: none;
  cursor: not-allowed;
}

body.single-product .elementor-element-4f40011 .wd-buy-now-btn,
body.single-product .elementor-element-4f40011 .buy-now-btn {
  display: none;
}

body.single-product .elementor-element-4f40012 {
  margin-top: 14px;
}

body.single-product .elementor-element-4f40012 .wd-wishlist-btn a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: var(--mtgeu-ink);
  font-size: 14px;
  font-weight: 700;
}

body.single-product .elementor-element-4f40013 {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--mtgeu-line);
}

body.single-product .elementor-element-4f40013 .product_meta {
  display: grid;
  gap: 7px;
  color: var(--mtgeu-muted);
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

body.single-product .elementor-element-4f40013 .product_meta a {
  color: var(--mtgeu-copy);
  font-weight: 650;
}

body.single-product .elementor-element-4f40014,
body.single-product .elementor-element-4f40016,
body.single-product .elementor-element-4f40018 {
  background: #fff;
}

body.single-product .elementor-element-4f40014 > .e-con-inner {
  padding: 24px 0 28px;
}

body.single-product .elementor-element-4f40015 .wd-accordion {
  overflow: hidden;
  border: 1px solid var(--mtgeu-line);
  border-radius: 16px;
  background: #fff;
}

body.single-product .elementor-element-4f40015 .wd-accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--mtgeu-line);
}

body.single-product .elementor-element-4f40015 .wd-accordion-title {
  min-height: 62px;
  padding: 18px 22px;
  color: var(--mtgeu-ink);
  font-size: 17px;
  font-weight: 800;
}

body.single-product .elementor-element-4f40015 .wd-accordion-content {
  max-height: none;
  padding: 0 22px 24px;
  color: var(--mtgeu-copy);
  font-size: 16px;
  line-height: 1.72;
}

body.single-product .elementor-element-4f40015 .wd-accordion-content :where(p, ul, ol):last-child {
  margin-bottom: 0;
}

body.single-product .elementor-element-4f40016 > .e-con-inner,
body.single-product .elementor-element-4f40018 > .e-con-inner {
  padding: 24px 0 34px;
}

body.single-product .elementor-element-4f40017 .wd-el-title,
body.single-product .elementor-element-4f40019 .wd-el-title {
  margin-bottom: 22px;
  color: var(--mtgeu-ink);
  font-size: clamp(25px, 2.2vw, 32px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.2;
}

body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-product {
  height: 100%;
}

body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-product-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--mtgeu-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .045);
}

body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-product-thumb {
  min-height: 230px;
  padding: 16px;
  background: var(--mtgeu-soft);
}

body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-product-thumb img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-product :where(.wd-product-cats, .wd-product-brands) {
  display: none;
}

body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-product .product-element-bottom {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: visible;
  padding: 15px;
}

body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-product .wd-entities-title {
  min-height: 3.9em;
  max-height: none !important;
  margin: 0 0 10px;
  overflow: visible !important;
  color: var(--mtgeu-ink);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.3;
  white-space: normal !important;
  -webkit-line-clamp: unset !important;
}

body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-product .price {
  margin-top: auto;
  margin-bottom: 10px;
  color: var(--mtgeu-ink);
  font-size: 16px;
  font-weight: 800;
}

body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-product :where(.wrap-price, .swap-wrapp, .swap-elements, .wd-add-btn) {
  width: 100%;
}

body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-product .swap-wrapp {
  min-height: 77px;
  margin-block: 0;
  overflow: visible;
}

body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-product .swap-elements {
  display: flex;
  flex-direction: column;
  transform: none !important;
}

body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-product :where(.wrap-price, .wd-add-btn) {
  position: static;
  display: block;
  height: auto;
  opacity: 1;
  visibility: visible;
  transform: none !important;
}

body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-product .wd-add-btn a,
body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-product .wd-add-btn button {
  width: 100%;
  min-height: 42px;
  margin-top: 12px;
  border-radius: 9px;
  background: var(--mtgeu-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  text-transform: none;
}

body.single-product .wd-sticky-btn {
  border-top: 1px solid var(--mtgeu-line);
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 -10px 30px rgba(15, 23, 42, .1);
  backdrop-filter: blur(12px);
}

body.single-product .wd-sticky-btn .wd-sticky-btn-cart > a,
body.single-product .wd-sticky-btn .single_add_to_cart_button {
  min-height: 48px;
  border-radius: 9px;
  background: var(--mtgeu-blue);
  color: #fff;
  font-weight: 800;
  text-transform: none;
}

@media (min-width: 768px) {
  body.single-product .wd-sticky-btn {
    display: none;
  }
}

@media (max-width: 1024px) {
  body.single-product .elementor-element-4f40001 > .e-con-inner,
  body.single-product .elementor-element-4f40014 > .e-con-inner,
  body.single-product .elementor-element-4f40016 > .e-con-inner,
  body.single-product .elementor-element-4f40018 > .e-con-inner {
    width: min(100% - 36px, 960px);
  }

  body.single-product .elementor-element-4f40006 {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
    gap: 34px;
  }

  body.single-product .elementor-element-4f40008 .woocommerce-product-gallery__image a {
    min-height: 360px;
  }

  body.single-product .elementor-element-4f4000a .product_title {
    font-size: 31px;
  }
}

@media (max-width: 767px) {
  body.single-product.wd-sticky-btn-on-mb {
    padding-bottom: calc(70px + var(--wd-toolbar-height, 55px));
  }

  body.single-product .wd-sticky-btn {
    position: fixed;
    right: 0;
    bottom: var(--wd-toolbar-height, 55px);
    left: 0;
    z-index: 340;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 70px;
    padding: 10px 14px max(10px, env(safe-area-inset-bottom));
    transform: translate3d(0, calc(100% + var(--wd-toolbar-height, 55px)), 0);
    transition: transform .28s ease;
  }

  body.single-product .wd-sticky-btn.wd-sticky-btn-shown {
    transform: translate3d(0, 0, 0);
  }

  body.single-product .wd-sticky-btn .wd-sticky-btn-container {
    display: block;
    width: 100%;
    max-width: none;
    padding: 0;
  }

  body.single-product .wd-sticky-btn :where(.wd-sticky-btn-content, .price, .stock, .wd-action-btn, .wd-buy-now-btn) {
    display: none;
  }

  body.single-product .wd-sticky-btn .wd-sticky-btn-cart,
  body.single-product .wd-sticky-btn form.cart {
    display: block;
    width: 100%;
    margin: 0;
  }

  body.single-product .wd-sticky-btn .wd-sticky-add-to-cart,
  body.single-product .wd-sticky-btn .single_add_to_cart_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    margin: 0;
  }

  body.single-product .elementor-element-4f40001 > .e-con-inner,
  body.single-product .elementor-element-4f40014 > .e-con-inner,
  body.single-product .elementor-element-4f40016 > .e-con-inner,
  body.single-product .elementor-element-4f40018 > .e-con-inner {
    width: calc(100% - 28px);
  }

  body.single-product .elementor-element-4f40001 > .e-con-inner {
    padding: 16px 0 26px;
  }

  body.single-product .elementor-element-4f40003 {
    display: block;
    margin-bottom: 16px;
  }

  body.single-product .elementor-element-4f40004 .wd-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3px 0;
    overflow: visible;
    font-size: 12px;
    text-overflow: clip;
    white-space: normal;
  }

  body.single-product .elementor-element-4f40004 .wd-last {
    display: block !important;
    flex: 0 0 100%;
    margin-top: 3px;
  }

  body.single-product .elementor-element-4f40005 {
    display: none;
  }

  body.single-product .elementor-element-4f40006 {
    display: block;
  }

  body.single-product .elementor-element-4f40008 .woocommerce-product-gallery {
    padding: 12px;
    border-radius: 13px;
  }

  body.single-product .elementor-element-4f40008 .woocommerce-product-gallery__image a {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  body.single-product .elementor-element-4f40008 .woocommerce-product-gallery__image img {
    max-height: none;
  }

  body.single-product .elementor-element-4f40009 {
    padding-top: 26px;
  }

  body.single-product .elementor-element-4f4000a .product_title {
    font-size: clamp(25px, 7.5vw, 30px);
    line-height: 1.16;
  }

  body.single-product .elementor-element-4f4000c {
    margin-top: 14px;
  }

  body.single-product .elementor-element-4f4000c .mtgeu-product-summary p {
    font-size: 15px;
    line-height: 1.62;
  }

  body.single-product .elementor-element-4f4000d {
    margin-top: 18px;
  }

  body.single-product .elementor-element-4f4000d .shop_attributes th,
  body.single-product .elementor-element-4f4000d .shop_attributes td {
    padding: 10px;
    font-size: 12px;
  }

  body.single-product .elementor-element-4f4000e {
    margin-top: 20px;
    padding: 16px;
    border-radius: 13px;
  }

  body.single-product .elementor-element-4f4000f .price {
    font-size: 28px;
  }

  body.single-product .elementor-element-4f40011 .variations tr {
    display: block;
  }

  body.single-product .elementor-element-4f40011 .variations th {
    margin-bottom: 7px;
  }

  body.single-product .elementor-element-4f40011 .woocommerce-variation-add-to-cart,
  body.single-product .elementor-element-4f40011 form.cart:not(.variations_form) {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 9px;
  }

  body.single-product .elementor-element-4f40011 .quantity {
    grid-template-columns: 31px minmax(40px, 1fr) 31px;
    width: 104px;
  }

  body.single-product .elementor-element-4f40011 .single_add_to_cart_button {
    padding-inline: 14px;
    font-size: 15px;
  }

  body.single-product .elementor-element-4f40014 > .e-con-inner,
  body.single-product .elementor-element-4f40016 > .e-con-inner,
  body.single-product .elementor-element-4f40018 > .e-con-inner {
    padding: 16px 0 26px;
  }

  body.single-product .elementor-element-4f40015 .wd-accordion-title {
    min-height: 56px;
    padding: 15px 16px;
    font-size: 15px;
  }

  body.single-product .elementor-element-4f40015 .wd-accordion-content {
    padding: 0 16px 19px;
    font-size: 14px;
    line-height: 1.65;
  }

  body.single-product .elementor-element-4f40017 .wd-el-title,
  body.single-product .elementor-element-4f40019 .wd-el-title {
    margin-bottom: 16px;
    font-size: 24px;
  }

  body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-carousel,
  body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-products {
    --wd-gap-sm: 10px;
  }

  body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-product-thumb {
    min-height: 170px;
    padding: 10px;
  }

  body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-product-thumb img {
    height: 160px;
  }

  body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-product .product-element-bottom {
    padding: 11px;
  }

  body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-product .wd-entities-title {
    min-height: 4.05em;
    font-size: 13px;
  }

  body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-product .price {
    font-size: 14px;
  }

  body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-product .wd-add-btn a,
  body.single-product .elementor-1818 :where(.elementor-element-4f40017, .elementor-element-4f40019) .wd-product .wd-add-btn button {
    padding-inline: 6px;
    font-size: 12px;
  }

}

@media (max-width: 390px) {
  body.single-product .elementor-element-4f40011 .woocommerce-variation-add-to-cart,
  body.single-product .elementor-element-4f40011 form.cart:not(.variations_form) {
    grid-template-columns: 1fr;
  }

  body.single-product .elementor-element-4f40011 .quantity {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.single-product .elementor-1818 *,
  body.single-product .wd-sticky-btn {
    scroll-behavior: auto;
    transition-duration: .01ms;
    animation-duration: .01ms;
    animation-iteration-count: 1;
  }
}

/* MTGEU PHASE FIVE COMMERCE - 2026-08-31 */

:where(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) {
  --mtgeu-c-ink: #111827;
  --mtgeu-c-copy: #334155;
  --mtgeu-c-muted: #6b7280;
  --mtgeu-c-line: #dfe4ec;
  --mtgeu-c-soft: #f5f7fb;
  --mtgeu-c-blue: #1d6fff;
  --mtgeu-c-blue-dark: #0f55d8;
  --mtgeu-c-danger: #c2414b;
  --mtgeu-c-success: #18864b;
  background: #fff;
  color: var(--mtgeu-c-copy);
}

:where(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account)
  :where(.main-page-wrapper, .wd-content-area, .site-content, .entry-content, .woocommerce) {
  background: #fff;
  color: var(--mtgeu-c-copy);
}

body.woocommerce-cart .website-wrapper,
body.woocommerce-cart .main-page-wrapper,
body.woocommerce-checkout .website-wrapper,
body.woocommerce-checkout .main-page-wrapper,
body.woocommerce-account .website-wrapper,
body.woocommerce-account .main-page-wrapper {
  background: #fff !important;
}

body.woocommerce-cart .footer-container,
body.woocommerce-checkout .footer-container,
body.woocommerce-account .footer-container {
  background: #0b1f3a !important;
}

/* Keep every commerce header row inside the real viewport. The theme's
   desktop container can otherwise retain its 1500px design width and clip
   the service note or cart total on narrower desktop screens. */
@media (min-width: 1025px) {
  :where(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account)
    :where(.whb-top-bar, .whb-general-header, .whb-header-bottom) > .container {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
  }
}

:where(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account)
  :where(h1, h2, h3, h4, h5, h6) {
  color: var(--mtgeu-c-ink);
}

:where(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account)
  :where(a:not(.button):not(.btn)) {
  color: var(--mtgeu-c-blue);
}

:where(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account)
  :where(a:not(.button):not(.btn)):hover {
  color: var(--mtgeu-c-blue-dark);
}

:where(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account)
  :where(a, button, input, select, textarea, [tabindex]):focus-visible,
.cart-widget-side :where(a, button, input, [tabindex]):focus-visible {
  outline: 3px solid rgba(29, 111, 255, .28);
  outline-offset: 3px;
}

:where(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account)
  :where(.button, .btn, button[type="submit"], input[type="submit"]),
.cart-widget-side :where(.button, .btn) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0 !important;
  border-radius: 10px;
  background: var(--mtgeu-c-blue, #1d6fff) !important;
  color: #fff !important;
  font-weight: 750;
  line-height: 1.2;
  text-transform: none;
  box-shadow: none;
}

:where(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account)
  :where(.button, .btn, button[type="submit"], input[type="submit"]):hover,
.cart-widget-side :where(.button, .btn):hover {
  background: var(--mtgeu-c-blue-dark, #0f55d8) !important;
  color: #fff !important;
}

:where(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account)
  :where(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]), select, textarea, .select2-selection) {
  min-height: 46px;
  border: 1px solid var(--mtgeu-c-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--mtgeu-c-ink) !important;
  box-shadow: none !important;
}

:where(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account)
  :where(input, textarea)::placeholder {
  color: #8b95a6;
  opacity: 1;
}

:where(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account)
  :where(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]), select, textarea, .select2-selection):focus {
  border-color: var(--mtgeu-c-blue) !important;
  box-shadow: 0 0 0 3px rgba(29, 111, 255, .12) !important;
}

:where(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account)
  :where(.woocommerce-error, .woocommerce-message, .woocommerce-info) {
  margin: 0 0 22px;
  border: 1px solid #cfe0ff;
  border-radius: 12px;
  background: #f3f7ff;
  color: var(--mtgeu-c-copy);
  box-shadow: none;
}

:where(body.woocommerce-cart, body.woocommerce-checkout) .wd-page-title {
  min-height: 0;
  padding: 24px 0;
  border-bottom: 0;
  background: linear-gradient(115deg, #0b1f3a 0%, #123f78 62%, #1d6fff 100%) !important;
  color: #fff !important;
}

:where(body.woocommerce-cart, body.woocommerce-checkout) .wd-page-title-bg {
  display: none;
}

:where(body.woocommerce-cart, body.woocommerce-checkout) .wd-checkout-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 32px;
  color: rgba(255, 255, 255, .7);
}

:where(body.woocommerce-cart, body.woocommerce-checkout) .wd-checkout-steps li {
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
  font-weight: 700;
}

:where(body.woocommerce-cart, body.woocommerce-checkout) .wd-checkout-steps li::after {
  color: rgba(255, 255, 255, .45);
}

:where(body.woocommerce-cart, body.woocommerce-checkout) .wd-checkout-steps .step-active,
:where(body.woocommerce-cart, body.woocommerce-checkout) .wd-checkout-steps .step-active a {
  color: #fff !important;
}

:where(body.woocommerce-cart, body.woocommerce-checkout) .wd-checkout-steps .step-active span {
  border-bottom: 3px solid #7fb2ff;
  padding-bottom: 5px;
}

/* Mini-cart */
.cart-widget-side {
  --mtgeu-c-ink: #111827;
  --mtgeu-c-copy: #334155;
  --mtgeu-c-muted: #6b7280;
  --mtgeu-c-line: #dfe4ec;
  --mtgeu-c-soft: #f5f7fb;
  --mtgeu-c-blue: #1d6fff;
  --mtgeu-c-blue-dark: #0f55d8;
  width: min(420px, 100vw);
  background: #fff !important;
  color: var(--mtgeu-c-copy) !important;
  box-shadow: -18px 0 50px rgba(15, 23, 42, .16);
}

.cart-widget-side .wd-heading {
  min-height: 72px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--mtgeu-c-line);
  background: #fff;
  color: var(--mtgeu-c-ink);
}

.cart-widget-side .title {
  color: var(--mtgeu-c-ink) !important;
  font-size: 20px;
  font-weight: 800;
}

.cart-widget-side .close-side-widget {
  color: var(--mtgeu-c-muted) !important;
}

.cart-widget-side .woocommerce-mini-cart {
  padding: 4px 20px;
}

.cart-widget-side .mini_cart_item {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  min-height: 110px;
  padding: 16px 32px 16px 0;
  border-bottom: 1px solid var(--mtgeu-c-line);
}

.cart-widget-side .cart-item-image {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 84px;
  padding: 6px;
  border-radius: 10px;
  background: var(--mtgeu-c-soft);
}

.cart-widget-side .cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-widget-side .cart-info {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  min-width: 0;
}

.cart-widget-side .wd-entities-title {
  display: block;
  margin-bottom: 8px;
  color: var(--mtgeu-c-ink) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.cart-widget-side .quantity {
  color: var(--mtgeu-c-muted);
  font-size: 13px;
  font-weight: 650;
}

.cart-widget-side .remove_from_cart_button {
  position: absolute;
  top: 16px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid #f0c7cb;
  border-radius: 50%;
  background: #fff5f5;
  color: #b4232e !important;
  font-size: 0;
}

.cart-widget-side .remove_from_cart_button::before {
  font-size: 13px;
}

.cart-widget-side .shopping-cart-widget-footer {
  padding: 18px 20px 22px;
  border-top: 1px solid var(--mtgeu-c-line);
  background: #fff;
}

.cart-widget-side .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  margin: 0 0 16px;
  color: var(--mtgeu-c-ink);
  font-size: 16px;
}

.cart-widget-side .woocommerce-mini-cart__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0;
}

.cart-widget-side .woocommerce-mini-cart__buttons .btn-cart {
  border: 1px solid #b8cffb !important;
  background: #eef4ff !important;
  color: var(--mtgeu-c-blue) !important;
}

/* Cart */
body.woocommerce-cart .elementor-2079,
body.woocommerce-cart .elementor-2079 > .elementor-element {
  background: #fff;
  color: var(--mtgeu-c-copy);
}

body.woocommerce-cart .elementor-2079 > .elementor-element:not(:first-child) > .e-con-inner {
  width: min(100% - 48px, 1360px);
  max-width: 1360px;
  margin-inline: auto;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals {
  color: var(--mtgeu-c-copy);
}

body.woocommerce-cart .woocommerce-cart-form table.cart {
  border-collapse: separate;
  border-spacing: 0;
  color: var(--mtgeu-c-copy);
}

body.woocommerce-cart .woocommerce-cart-form table.cart thead th {
  padding: 15px 12px;
  border-bottom: 1px solid var(--mtgeu-c-line);
  background: var(--mtgeu-c-soft);
  color: var(--mtgeu-c-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
}

body.woocommerce-cart .woocommerce-cart-form table.cart thead th:first-child {
  border-radius: 12px 0 0 12px;
}

body.woocommerce-cart .woocommerce-cart-form table.cart thead th:last-child {
  border-radius: 0 12px 12px 0;
}

body.woocommerce-cart .woocommerce-cart-form table.cart tr.cart_item td {
  padding: 18px 12px;
  border-bottom: 1px solid var(--mtgeu-c-line);
  background: #fff;
  color: var(--mtgeu-c-copy);
}

body.woocommerce-cart .woocommerce-cart-form .product-thumbnail img {
  width: 76px;
  height: 84px;
  padding: 6px;
  border-radius: 10px;
  background: var(--mtgeu-c-soft);
  object-fit: contain;
}

body.woocommerce-cart .woocommerce-cart-form .product-name a {
  color: var(--mtgeu-c-ink) !important;
  font-weight: 750;
  line-height: 1.4;
}

body.woocommerce-cart .woocommerce-cart-form :where(.product-price, .product-subtotal) {
  color: var(--mtgeu-c-ink);
  font-weight: 750;
}

body.woocommerce-cart .woocommerce-cart-form .product-subtotal {
  color: var(--mtgeu-c-blue);
}

body.woocommerce-cart .woocommerce-cart-form .product-remove .remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #f0c7cb;
  border-radius: 50%;
  background: #fff5f5;
  color: var(--mtgeu-c-danger) !important;
  font-size: 0;
}

body.woocommerce-cart .woocommerce-cart-form .product-remove .remove::before {
  font-size: 14px;
}

body.woocommerce-cart .quantity {
  display: grid;
  grid-template-columns: 34px minmax(34px, 1fr) 34px;
  width: 110px;
  min-height: 42px;
  overflow: hidden;
  border: 1px solid var(--mtgeu-c-line);
  border-radius: 9px;
  background: #fff;
}

body.woocommerce-cart .quantity :where(.minus, .plus, .qty) {
  min-width: 0;
  min-height: 40px;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--mtgeu-c-ink) !important;
  box-shadow: none !important;
}

body.woocommerce-cart .quantity :where(.minus, .plus) {
  font-weight: 800;
}

body.woocommerce-cart .quantity :where(.minus, .plus):hover {
  background: var(--mtgeu-c-soft) !important;
  color: var(--mtgeu-c-blue) !important;
}

body.woocommerce-cart .wd-cart-action-row td.actions {
  padding: 20px 0 8px;
  border: 0;
  background: #fff;
}

body.woocommerce-cart .wd-coupon-form {
  display: grid;
  grid-template-columns: minmax(180px, 260px) auto;
  gap: 10px;
}

body.woocommerce-cart .wd-coupon-form :where(input, button) {
  margin: 0;
}

body.woocommerce-cart .cart-totals-inner {
  padding: 28px;
  border: 1px solid var(--mtgeu-c-line);
  border-radius: 14px;
  background: var(--mtgeu-c-soft);
  color: var(--mtgeu-c-copy);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}

body.woocommerce-cart .cart-totals-inner h2 {
  margin-bottom: 20px;
  color: var(--mtgeu-c-ink);
  font-size: 24px;
}

body.woocommerce-cart .woodmart-title-container {
  color: var(--mtgeu-c-ink) !important;
}

body.woocommerce-cart .cart-totals-inner .cart-subtotal .amount {
  color: var(--mtgeu-c-copy) !important;
}

body.woocommerce-cart .cart-totals-inner table :where(th, td) {
  padding: 15px 0;
  border-color: var(--mtgeu-c-line);
  color: var(--mtgeu-c-copy);
}

body.woocommerce-cart .cart-totals-inner table td {
  text-align: right;
}

body.woocommerce-cart .cart-totals-inner .order-total :where(th, td) {
  color: var(--mtgeu-c-ink);
  font-size: 18px;
}

body.woocommerce-cart .cart-totals-inner .order-total .amount {
  color: var(--mtgeu-c-blue);
  font-size: 22px;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  min-height: 50px;
  margin: 14px 0 0;
}

body.woocommerce-cart .cross-sells,
body.woocommerce-cart .cart-empty,
body.woocommerce-cart .return-to-shop {
  color: var(--mtgeu-c-copy);
}

body.woocommerce-cart .cross-sells > h2 {
  margin-top: 34px;
  color: var(--mtgeu-c-ink);
  font-size: 26px;
}

/* Cart recommendations: keep product details and actions permanently visible. */
body.woocommerce-cart .elementor-widget-wd_products {
  margin-top: 28px;
  padding-bottom: 26px;
}

body.woocommerce-cart .elementor-widget-wd_products .wd-carousel-container {
  min-height: 420px;
}

body.woocommerce-cart .elementor-widget-wd_products .wd-carousel {
  min-height: 390px;
  overflow-y: visible;
}

body.woocommerce-cart .elementor-widget-wd_products .wd-product {
  min-height: 372px;
  height: auto !important;
}

body.woocommerce-cart .elementor-widget-wd_products .wd-product-wrapper {
  min-height: 372px;
  height: 100%;
  padding: 10px;
  overflow: hidden;
  border: 1px solid var(--mtgeu-c-line);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .055);
}

body.woocommerce-cart .elementor-widget-wd_products .wd-product-thumb {
  flex: 0 0 175px;
  height: 175px;
  border-radius: 10px;
  background: var(--mtgeu-c-soft);
}

body.woocommerce-cart .elementor-widget-wd_products .wd-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.woocommerce-cart .elementor-widget-wd_products .product-element-bottom {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 167px;
  padding: 12px 2px 2px;
}

body.woocommerce-cart .elementor-widget-wd_products .wd-entities-title {
  display: -webkit-box;
  min-height: 59px;
  margin: 0 0 10px;
  overflow: hidden;
  color: var(--mtgeu-c-ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.woocommerce-cart .elementor-widget-wd_products .wrap-price {
  display: block !important;
  width: 100%;
  height: auto !important;
  margin-top: auto;
}

body.woocommerce-cart .elementor-widget-wd_products :where(.swap-wrapp, .swap-elements) {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
  transform: none !important;
}

body.woocommerce-cart .elementor-widget-wd_products .swap-elements {
  display: flex !important;
  flex-direction: column;
  gap: 9px;
}

body.woocommerce-cart .elementor-widget-wd_products .price {
  position: static !important;
  display: block !important;
  min-height: 24px;
  color: var(--mtgeu-c-ink) !important;
  font-size: 16px;
  font-weight: 800;
  transform: none !important;
}

body.woocommerce-cart .elementor-widget-wd_products .wd-add-btn {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  transform: none !important;
}

body.woocommerce-cart .elementor-widget-wd_products .add_to_cart_button {
  display: inline-flex !important;
  width: 100%;
  min-height: 42px;
  padding: 9px 10px;
  border-radius: 9px;
  background: var(--mtgeu-c-blue) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 750;
}

body.woocommerce-cart .elementor-widget-wd_products .add_to_cart_button:hover {
  background: var(--mtgeu-c-blue-dark) !important;
}

/* Checkout */
body.woocommerce-checkout .elementor-2092,
body.woocommerce-checkout .elementor-2115,
body.woocommerce-checkout .elementor-2092 > .elementor-element,
body.woocommerce-checkout .elementor-2115 > .elementor-element {
  background: #fff;
  color: var(--mtgeu-c-copy);
}

body.woocommerce-checkout form.checkout {
  color: var(--mtgeu-c-copy);
}

body.woocommerce-checkout .elementor-2115 > .elementor-element > .e-con-inner {
  width: min(100% - 48px, 1360px);
  max-width: 1360px;
  margin-inline: auto;
}

body.woocommerce-checkout :where(.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields) {
  color: var(--mtgeu-c-copy);
}

body.woocommerce-checkout :where(.woocommerce-billing-fields > h3, .woocommerce-shipping-fields > h3, .woocommerce-additional-fields > h3) {
  margin-bottom: 24px;
  color: var(--mtgeu-c-ink);
  font-size: 25px;
  font-weight: 800;
}

body.woocommerce-checkout .form-row {
  margin-bottom: 17px;
}

body.woocommerce-checkout .form-row label {
  margin-bottom: 7px;
  color: var(--mtgeu-c-copy);
  font-size: 14px;
  font-weight: 700;
}

body.woocommerce-checkout .form-row .required {
  color: var(--mtgeu-c-danger);
}

body.woocommerce-checkout .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  padding-inline: 14px 40px;
}

body.woocommerce-checkout .select2-selection__rendered {
  color: var(--mtgeu-c-ink) !important;
}

body.woocommerce-checkout .elementor-2115 .elementor-element-9b543a6,
body.woocommerce-checkout .wd-order-table,
body.woocommerce-checkout .wd-payment-methods > .elementor-widget-container {
  border: 1px solid var(--mtgeu-c-line);
  border-radius: 14px;
  background: var(--mtgeu-c-soft) !important;
  color: var(--mtgeu-c-copy);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .055);
}

body.woocommerce-checkout .elementor-2115 .elementor-element-9b543a6 {
  padding: 28px 30px;
}

body.woocommerce-checkout .wd-order-table {
  border: 0;
  background: transparent !important;
  box-shadow: none;
}

body.woocommerce-checkout .wd-order-table :where(h3, .title) {
  color: var(--mtgeu-c-ink);
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table {
  color: var(--mtgeu-c-copy);
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table :where(th, td) {
  padding-block: 14px;
  border-color: var(--mtgeu-c-line);
  color: var(--mtgeu-c-copy);
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  color: var(--mtgeu-c-ink);
  font-weight: 650;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total .amount {
  color: var(--mtgeu-c-blue);
  font-size: 21px;
}

body.woocommerce-checkout .wd-payment-methods > .elementor-widget-container {
  padding: 26px 30px;
}

body.woocommerce-checkout #payment {
  background: transparent;
  color: var(--mtgeu-c-copy);
}

body.woocommerce-checkout #payment .woocommerce-info,
body.woocommerce-checkout #payment .woocommerce-error {
  margin-bottom: 16px;
  border-color: #f0d49d;
  background: #fff9ec;
  color: #784f12;
}

body.woocommerce-checkout #place_order {
  width: 100%;
  min-height: 52px;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  color: var(--mtgeu-c-muted);
  font-size: 13px;
  line-height: 1.6;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  display: flex !important;
  width: 100%;
  margin-bottom: 24px;
  padding: 14px 16px;
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  background: #eff6ff;
  color: var(--mtgeu-c-copy) !important;
  gap: 5px;
}

body.woocommerce-checkout .woodmart-title-container {
  color: var(--mtgeu-c-ink) !important;
}

body.woocommerce-checkout .woodmart-title-container u {
  color: var(--mtgeu-c-blue) !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total .amount {
  color: var(--mtgeu-c-copy) !important;
}

/* Account, login, registration and password reset */
body.woocommerce-account .page-title {
  padding: 26px 0;
  border-bottom: 0;
  background: linear-gradient(115deg, #0b1f3a 0%, #123f78 62%, #1d6fff 100%) !important;
  color: #fff !important;
}

body.woocommerce-account .page-title .entry-title {
  color: #fff !important;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 850;
}

body.woocommerce-account .site-content > .woocommerce {
  width: min(100% - 48px, 1180px);
  max-width: 1180px;
  margin-inline: auto;
  padding: 42px 0;
}

body.woocommerce-account #customer_login {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  max-width: 1060px;
  margin-inline: auto;
}

body.woocommerce-account #customer_login > :where(.wd-col, .col-login, .col-register, .col-register-text) {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--mtgeu-c-line);
  border-radius: 14px;
  background: #fff;
  color: var(--mtgeu-c-copy);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .055);
}

body.woocommerce-account #customer_login .wd-login-title {
  margin-bottom: 22px;
  color: var(--mtgeu-c-ink);
  font-size: 25px;
}

body.woocommerce-account #customer_login label {
  color: var(--mtgeu-c-copy);
  font-size: 14px;
  font-weight: 700;
}

body.woocommerce-account #customer_login .form-row {
  margin-bottom: 18px;
}

body.woocommerce-account #customer_login .form-row-btn .button,
body.woocommerce-account #customer_login .wd-switch-to-register {
  width: 100%;
}

body.woocommerce-account #customer_login .login-form-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--mtgeu-c-muted);
}

body.woocommerce-account #customer_login .registration-info,
body.woocommerce-account #customer_login .woocommerce-privacy-policy-text,
body.woocommerce-account #customer_login .woocommerce-form-register > p {
  color: var(--mtgeu-c-muted);
  line-height: 1.65;
}

body.woocommerce-account #customer_login a:not(.button),
body.woocommerce-checkout .woocommerce-privacy-policy-text a,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
  color: var(--mtgeu-c-blue) !important;
}

body.woocommerce-account .woocommerce-ResetPassword,
body.woocommerce-account .woocommerce-form-login:not(#customer_login form) {
  max-width: 620px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid var(--mtgeu-c-line);
  border-radius: 14px;
  background: #fff;
  color: var(--mtgeu-c-copy);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .055);
}

body.woocommerce-account .woocommerce-ResetPassword > p:first-child {
  margin-bottom: 22px;
  color: var(--mtgeu-c-copy);
  font-size: 16px;
  line-height: 1.65;
}

body.woocommerce-account .woocommerce-ResetPassword label {
  color: var(--mtgeu-c-copy);
  font-weight: 700;
}

body.woocommerce-account .woocommerce-ResetPassword .button {
  min-width: 180px;
}

/* Logged-in account and order confirmation */
body.woocommerce-account :where(.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content),
body.woocommerce-checkout .woocommerce-order {
  color: var(--mtgeu-c-copy);
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  overflow: hidden;
  border: 1px solid var(--mtgeu-c-line);
  border-radius: 14px;
  background: var(--mtgeu-c-soft);
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 13px 16px;
  border-bottom: 1px solid var(--mtgeu-c-line);
  color: var(--mtgeu-c-copy) !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  background: #eaf2ff;
  color: var(--mtgeu-c-blue) !important;
  font-weight: 800;
}

body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-checkout .woocommerce-order {
  padding: 28px;
  border: 1px solid var(--mtgeu-c-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
}

body.woocommerce-checkout .woocommerce-thankyou-order-received {
  padding: 18px 20px;
  border: 1px solid #bfe2cf;
  border-radius: 12px;
  background: #effaf4;
  color: var(--mtgeu-c-success);
  font-size: 18px;
  font-weight: 800;
}

body.woocommerce-checkout .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

body.woocommerce-checkout .woocommerce-order-overview li {
  padding: 16px;
  border: 1px solid var(--mtgeu-c-line);
  border-radius: 10px;
  background: var(--mtgeu-c-soft);
  color: var(--mtgeu-c-muted);
}

body.woocommerce-checkout :where(.woocommerce-order-details, .woocommerce-customer-details) {
  margin-top: 26px;
  color: var(--mtgeu-c-copy);
}

body.woocommerce-checkout :where(.woocommerce-order-details, .woocommerce-customer-details) table {
  overflow: hidden;
  border: 1px solid var(--mtgeu-c-line);
  border-radius: 12px;
  color: var(--mtgeu-c-copy);
}

@media (max-width: 1024px) {
  body.woocommerce-cart .elementor-2079 > .elementor-element:not(:first-child) > .e-con-inner,
  body.woocommerce-checkout .elementor-2115 > .elementor-element > .e-con-inner {
    width: calc(100% - 36px);
  }

  body.woocommerce-checkout .elementor-2115 .elementor-element-9b543a6 {
    padding: 24px;
  }

  body.woocommerce-checkout .woocommerce-order-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  :where(body.woocommerce-cart, body.woocommerce-checkout) .wd-page-title {
    padding: 18px 0;
  }

  :where(body.woocommerce-cart, body.woocommerce-checkout) .wd-checkout-steps {
    gap: 8px 18px;
  }

  :where(body.woocommerce-cart, body.woocommerce-checkout) .wd-checkout-steps li {
    font-size: 13px;
  }

  body.woocommerce-account .site-content > .woocommerce {
    width: calc(100% - 28px);
  }

  body.woocommerce-cart .elementor-2079 .elementor-element-484857c > .e-con-inner,
  body.woocommerce-checkout .elementor-2115 .elementor-element-f3acc1a > .e-con-inner {
    width: 100% !important;
    margin-inline: 0 !important;
  }

  body.woocommerce-checkout .elementor-2115 .elementor-element-f3acc1a > .e-con-inner {
    padding-inline: 14px;
  }

  body.woocommerce-cart .elementor-2079 .elementor-element-3e57e74 {
    padding-inline: 0 !important;
  }

  body.woocommerce-cart .woocommerce-cart-form table.cart tr.cart_item {
    margin-bottom: 14px;
    padding: 14px;
    border: 1px solid var(--mtgeu-c-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(15, 23, 42, .04);
  }

  body.woocommerce-cart .woocommerce-cart-form table.cart tr.cart_item td {
    border: 0;
    background: transparent;
  }

  body.woocommerce-cart .woocommerce-cart-form table.cart .product-thumbnail {
    width: 88px;
  }

  body.woocommerce-cart .woocommerce-cart-form .product-thumbnail img {
    width: 82px;
    height: 94px;
  }

  body.woocommerce-cart .woocommerce-cart-form table.cart .product-name {
    width: calc(100% - 74px);
    margin-left: 74px;
  }

  body.woocommerce-cart .woocommerce-cart-form table.cart .product-price .amount {
    color: var(--mtgeu-c-copy) !important;
  }

  body.woocommerce-cart .wd-coupon-form {
    grid-template-columns: 1fr;
  }

  body.woocommerce-cart .wd-coupon-form button,
  body.woocommerce-cart .cart-totals-inner {
    width: 100%;
  }

  body.woocommerce-cart .cart-totals-inner {
    padding: 22px 18px;
  }

  /* WooCommerce prints the row labels with td::before on compact tables.
     Keep those generated labels readable on the light cart summary card. */
  body.woocommerce-cart .cart_totals td::before {
    color: var(--mtgeu-c-ink) !important;
    font-weight: 700;
  }

  body.woocommerce-checkout .elementor-2115 .elementor-element-9b543a6,
  body.woocommerce-checkout .wd-payment-methods > .elementor-widget-container {
    padding: 20px 16px;
  }

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

  body.woocommerce-account .page-title {
    padding: 18px 0;
  }

  body.woocommerce-account .site-content > .woocommerce {
    padding: 24px 0;
  }

  body.woocommerce-account #customer_login {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.woocommerce-account #customer_login > .wd-col,
  body.woocommerce-account .woocommerce-ResetPassword,
  body.woocommerce-account .woocommerce-form-login:not(#customer_login form),
  body.woocommerce-account .woocommerce-MyAccount-content,
  body.woocommerce-checkout .woocommerce-order {
    padding: 22px 18px;
  }

  body.woocommerce-account #customer_login .login-form-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  body.woocommerce-checkout .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }

  .cart-widget-side .woocommerce-mini-cart__buttons {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  :where(body.woocommerce-cart, body.woocommerce-checkout) .wd-checkout-steps {
    justify-content: space-between;
    gap: 8px;
  }

  :where(body.woocommerce-cart, body.woocommerce-checkout) .wd-checkout-steps li {
    font-size: 12px;
  }

  body.woocommerce-cart .quantity {
    width: 102px;
  }
}

/* MTGEU focused hosted checkout — simplified against the approved reference. */
body.woocommerce-checkout {
  background: #fff !important;
}

body.woocommerce-checkout :where(.whb-top-bar, .whb-header-bottom, .wd-page-title, .footer-container),
body.woocommerce-checkout .whb-header .whb-top-bar,
body.woocommerce-checkout .elementor-2092 {
  display: none !important;
}

body.woocommerce-checkout .whb-general-header {
  position: relative !important;
  inset: auto !important;
  min-height: 104px;
  border: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}

body.woocommerce-checkout .whb-general-header > .container {
  width: 100% !important;
  max-width: 1248px !important;
  margin-inline: auto !important;
  padding-inline: 24px !important;
}

body.woocommerce-checkout .whb-general-header-inner {
  min-height: 104px;
}

body.woocommerce-checkout .whb-general-header :where(.whb-col-center, .whb-col-right) {
  display: none !important;
}

body.woocommerce-checkout .whb-general-header .whb-col-left {
  flex: 0 0 auto !important;
}

body.woocommerce-checkout .whb-general-header .wd-logo img {
  width: auto;
  max-width: 172px !important;
  max-height: 54px !important;
}

body.woocommerce-checkout .main-page-wrapper {
  min-height: calc(100vh - 104px);
  padding: 0 0 72px !important;
  background: #fff !important;
}

body.woocommerce-checkout .site-content {
  padding-bottom: 0 !important;
}

body.woocommerce-checkout form.checkout > .elementor-2115 {
  padding-top: 36px;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout form.checkout_coupon {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto 22px !important;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--mtgeu-c-muted);
  font-size: 13px;
}

body.woocommerce-checkout form.checkout_coupon {
  max-width: 520px;
  margin-left: max(24px, calc((100% - 1200px) / 2)) !important;
  padding: 18px;
  border: 1px solid var(--mtgeu-c-line);
  border-radius: 8px;
  background: #fff;
}

body.woocommerce-checkout .elementor-2115 .elementor-element-f3acc1a {
  width: 100%;
  margin: 0 !important;
  background: transparent !important;
}

body.woocommerce-checkout .elementor-2115 .elementor-element-f3acc1a > .e-con-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  align-items: start;
  gap: 56px;
  width: calc(100% - 48px) !important;
  max-width: 1200px !important;
  margin-inline: auto !important;
}

body.woocommerce-checkout .elementor-2115 :where(.elementor-element-ef87dfb, .elementor-element-0b7fbb8) {
  width: 100% !important;
  max-width: none !important;
}

body.woocommerce-checkout .elementor-2115 .elementor-element-ef87dfb {
  gap: 0 !important;
}

body.woocommerce-checkout .elementor-2115 .elementor-element-0b7fbb8 {
  position: sticky !important;
  top: 24px !important;
  gap: 0 !important;
}

body.woocommerce-checkout .elementor-2115 .elementor-element-9b543a6 {
  gap: 18px !important;
  padding: 30px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f5f7fa !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .elementor-2115 :where(.elementor-element-335eb65, .elementor-element-6f15ac9, .elementor-element-dae01c9) {
  margin: 0 0 22px !important;
}

body.woocommerce-checkout .elementor-2115 :where(.elementor-element-335eb65, .elementor-element-6f15ac9, .elementor-element-dae01c9) :where(.title, .wd-title, h1, h2, h3) {
  color: var(--mtgeu-c-ink) !important;
  font-size: 22px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
}

body.woocommerce-checkout .elementor-2115 :where(.elementor-element-335eb65, .elementor-element-6f15ac9) u {
  color: var(--mtgeu-c-blue);
  text-decoration: none;
}

body.woocommerce-checkout :where(.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.woocommerce-checkout :where(.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper) .form-row {
  float: none;
  width: 100%;
  margin: 0 !important;
}

body.woocommerce-checkout :where(#billing_first_name_field, #billing_last_name_field, #billing_postcode_field, #billing_city_field, #shipping_first_name_field, #shipping_last_name_field, #shipping_postcode_field, #shipping_city_field) {
  grid-column: auto !important;
}

body.woocommerce-checkout :where(.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper) :where(.form-row-wide, #billing_company_field, #billing_country_field, #billing_address_1_field, #billing_address_2_field, #shipping_company_field, #shipping_country_field, #shipping_address_1_field, #shipping_address_2_field) {
  grid-column: 1 / -1;
}

body.woocommerce-checkout :where(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]), select, textarea, .select2-selection) {
  min-height: 50px;
  border-radius: 6px !important;
  background: #fff !important;
}

body.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 26px;
}

body.woocommerce-checkout .woocommerce-additional-fields > h3 {
  margin-bottom: 14px;
  color: var(--mtgeu-c-ink);
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
}

body.woocommerce-checkout .elementor-2115 .elementor-element-a4bfafb {
  margin-top: 0;
  padding: 0 !important;
}

body.woocommerce-checkout .wd-payment-methods > .elementor-widget-container,
body.woocommerce-checkout .woocommerce-checkout-payment {
  border-radius: 0 !important;
  background: #f5f7fa !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table {
  margin-bottom: 8px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table :where(th, td) {
  padding-inline: 0 !important;
}

.mtgeu-checkout-summary-toggle,
.mtgeu-checkout-summary-state {
  display: none;
}

@media (max-width: 900px) {
  body.woocommerce-checkout .whb-general-header {
    min-height: 88px;
  }

  body.woocommerce-checkout .whb-general-header-inner {
    min-height: 88px;
  }

  body.woocommerce-checkout .whb-general-header > .container {
    padding-inline: 18px !important;
  }

  body.woocommerce-checkout .whb-general-header :where(.whb-mobile-left, .whb-mobile-right) {
    display: none !important;
  }

  body.woocommerce-checkout .whb-general-header .whb-mobile-center {
    display: flex !important;
    flex: 1 1 auto !important;
    justify-content: flex-start !important;
  }

  body.woocommerce-checkout .whb-general-header .wd-logo img {
    max-width: 142px !important;
    max-height: 44px !important;
  }

  body.woocommerce-checkout .main-page-wrapper {
    min-height: calc(100vh - 88px);
    padding-bottom: 42px !important;
  }

  body.woocommerce-checkout form.checkout > .elementor-2115 {
    padding-top: 14px;
  }

  body.woocommerce-checkout .woocommerce-form-coupon-toggle,
  body.woocommerce-checkout form.checkout_coupon {
    width: calc(100% - 28px);
    margin: 0 auto 16px !important;
  }

  body.woocommerce-checkout .elementor-2115 .elementor-element-f3acc1a > .e-con-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    width: 100% !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
  }

  body.woocommerce-checkout .elementor-2115 .elementor-element-0b7fbb8 {
    order: -1;
    position: static !important;
    top: auto !important;
  }

  body.woocommerce-checkout .elementor-2115 .elementor-element-9b543a6 {
    gap: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--mtgeu-c-line) !important;
    border-radius: 6px !important;
    background: #f7f8fa !important;
    overflow: hidden;
  }

  body.woocommerce-checkout .elementor-2115 .elementor-element-dae01c9 {
    display: none !important;
  }

  body.woocommerce-checkout .elementor-2115 .elementor-element-9b543a6:not(:has(.mtgeu-checkout-summary-state:checked)) > :not(.elementor-element-1d132ac) {
    display: none !important;
  }

  .mtgeu-checkout-summary-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  body.woocommerce-checkout .elementor-2115 .elementor-element-f973ed7 {
    padding: 0 16px 16px;
  }

  .mtgeu-checkout-summary-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-height: 54px;
    padding: 13px 16px;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    color: var(--mtgeu-c-ink) !important;
    font-size: 14px;
    font-weight: 700;
    box-shadow: none;
  }

  .mtgeu-checkout-summary-toggle:hover {
    background: transparent !important;
    color: var(--mtgeu-c-blue) !important;
  }

  .mtgeu-checkout-summary-toggle__label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
  }

  .mtgeu-checkout-summary-toggle__label::before {
    content: "";
    width: 18px;
    height: 18px;
    background: currentColor;
    clip-path: polygon(0 14%, 18% 14%, 24% 28%, 100% 28%, 88% 72%, 30% 72%, 24% 58%, 82% 58%, 88% 42%, 27% 42%, 38% 86%, 88% 86%, 88% 100%, 27% 100%, 12% 28%, 0 28%);
  }

  .mtgeu-checkout-summary-toggle__chevron {
    display: inline-block;
    margin-left: 6px;
    transition: transform .2s ease;
  }

  body.woocommerce-checkout .elementor-element-9b543a6:has(.mtgeu-checkout-summary-state:checked) .mtgeu-checkout-summary-toggle__chevron {
    transform: rotate(180deg);
  }

  body.woocommerce-checkout :where(.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper) {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  body.woocommerce-checkout :where(.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper) .form-row {
    grid-column: 1 / -1;
  }

  body.woocommerce-checkout .elementor-2115 :where(.elementor-element-335eb65, .elementor-element-6f15ac9) {
    margin-bottom: 16px !important;
  }

  body.woocommerce-checkout .elementor-2115 :where(.elementor-element-335eb65, .elementor-element-6f15ac9) :where(.title, .wd-title, h1, h2, h3) {
    font-size: 20px !important;
  }
}

/* MTGEU PHASE SIX SUPPORTING PAGES - 2026-08-31 */

:where(body.mtgeu-support-page, body.mtgeu-support-search, body.mtgeu-support-404) {
  --mtgeu-c-navy: #0b1f3a;
  --mtgeu-c-blue: #1d6fff;
  --mtgeu-c-blue-dark: #0f55d8;
  --mtgeu-c-ink: #111827;
  --mtgeu-c-copy: #334155;
  --mtgeu-c-muted: #6b7280;
  --mtgeu-c-soft: #f5f7fb;
  --mtgeu-c-line: #dfe4ec;
  background: #fff;
  color: var(--mtgeu-c-copy);
}

body.mtgeu-support-page :where(.main-page-wrapper, .site-content, .entry-content),
body.mtgeu-support-search :where(.main-page-wrapper, .site-content),
body.mtgeu-support-404 :where(.main-page-wrapper, .site-content) {
  background: #fff;
  color: var(--mtgeu-c-copy);
}

body.mtgeu-support-page .main-page-wrapper {
  padding-top: 0;
}

body.mtgeu-support-page .wd-page-title {
  display: none;
}

body.mtgeu-support-page .site-content,
body.mtgeu-support-page .entry-content,
body.mtgeu-support-page .elementor,
body.mtgeu-support-page .elementor-section-wrap {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

:where(body.mtgeu-support-page, body.mtgeu-support-search, body.mtgeu-support-404)
  :where(a, button, input, textarea, select, [tabindex]):focus-visible {
  outline: 3px solid rgba(29, 111, 255, .3);
  outline-offset: 3px;
}

.mtgeu-support-page__content {
  background: #fff;
  color: var(--mtgeu-c-copy);
  font-size: 16px;
  line-height: 1.65;
}

.mtgeu-support-page__content :where(h1, h2, h3) {
  margin-top: 0;
  color: var(--mtgeu-c-ink);
  line-height: 1.12;
  letter-spacing: -.025em;
}

.mtgeu-support-page__content p {
  margin-top: 0;
}

.mtgeu-support-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 18%, rgba(89, 120, 255, .4), transparent 32%),
    linear-gradient(120deg, #07172c 0%, #0b2a52 58%, #155edb 100%);
  color: #fff;
}

.mtgeu-support-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to left, #000, transparent 78%);
}

.mtgeu-support-hero__inner,
.mtgeu-support-shell {
  width: min(100% - 40px, 1360px);
  margin-inline: auto;
}

.mtgeu-support-hero__inner {
  padding: clamp(64px, 8vw, 112px) 0;
}

.mtgeu-support-hero h1 {
  width: min(820px, 100%);
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 750;
}

.mtgeu-support-lead {
  width: min(760px, 100%);
  margin-bottom: 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.mtgeu-support-eyebrow {
  margin-bottom: 14px;
  color: var(--mtgeu-c-blue);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mtgeu-support-hero .mtgeu-support-eyebrow {
  color: #85b5ff;
}

.mtgeu-support-shell {
  padding-block: clamp(48px, 7vw, 96px);
}

.mtgeu-support-section + .mtgeu-support-section,
.mtgeu-support-section + .mtgeu-support-split,
.mtgeu-support-status + .mtgeu-support-section,
.mtgeu-support-split + .mtgeu-support-action,
.mtgeu-support-section + .mtgeu-support-action,
.mtgeu-support-status + .mtgeu-support-split {
  margin-top: clamp(48px, 7vw, 88px);
}

.mtgeu-support-section__intro {
  width: min(760px, 100%);
  margin-bottom: 30px;
}

.mtgeu-support-section__intro h2,
.mtgeu-support-split h2,
.mtgeu-contact-layout h2,
.mtgeu-support-action h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 3vw, 42px);
}

.mtgeu-support-grid {
  display: grid;
  gap: 18px;
}

.mtgeu-support-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mtgeu-support-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mtgeu-support-card {
  display: flex;
  min-width: 0;
  min-height: 250px;
  flex-direction: column;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--mtgeu-c-line);
  border-radius: 12px;
  background: #fff;
  color: var(--mtgeu-c-copy);
  box-shadow: 0 12px 34px rgba(15, 23, 42, .055);
}

a.mtgeu-support-card {
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

a.mtgeu-support-card:hover {
  transform: translateY(-3px);
  border-color: #afc9ff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, .1);
  color: var(--mtgeu-c-copy);
}

.mtgeu-support-card__index {
  margin-bottom: 34px;
  color: var(--mtgeu-c-blue);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .12em;
}

.mtgeu-support-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.mtgeu-support-card p {
  margin-bottom: 18px;
  color: var(--mtgeu-c-copy);
}

.mtgeu-support-card__link {
  margin-top: auto;
  color: var(--mtgeu-c-blue);
  font-weight: 700;
}

.mtgeu-support-split {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 7vw, 100px);
  align-items: start;
  padding-block: clamp(34px, 5vw, 64px);
  border-block: 1px solid var(--mtgeu-c-line);
}

.mtgeu-support-prose {
  max-width: 760px;
  font-size: 17px;
}

.mtgeu-support-prose > :last-child {
  margin-bottom: 0;
}

.mtgeu-support-status {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  align-items: start;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid #cbdcff;
  border-radius: 12px;
  background: #f3f7ff;
  color: var(--mtgeu-c-copy);
}

.mtgeu-support-status__icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--mtgeu-c-blue);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  font-family: Georgia, serif;
}

.mtgeu-support-status h2 {
  margin-bottom: 8px;
  font-size: 22px;
}

.mtgeu-support-status p {
  margin-bottom: 0;
}

.mtgeu-support-action {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(28px, 5vw, 52px);
  border-radius: 14px;
  background: var(--mtgeu-c-navy);
  color: rgba(255, 255, 255, .76);
}

.mtgeu-support-action h2 {
  margin-bottom: 8px;
  color: #fff;
}

.mtgeu-support-action p {
  margin-bottom: 0;
}

.mtgeu-support-button,
.mtgeu-contact-layout input[type="submit"],
.mtgeu-order-tracking-form button[type="submit"] {
  display: inline-flex;
  min-height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 0;
  border-radius: 10px;
  background: var(--mtgeu-c-blue);
  color: #fff !important;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 160ms ease, transform 160ms ease;
}

.mtgeu-support-button:hover,
.mtgeu-contact-layout input[type="submit"]:hover,
.mtgeu-order-tracking-form button[type="submit"]:hover {
  transform: translateY(-1px);
  background: var(--mtgeu-c-blue-dark);
  color: #fff !important;
}

.mtgeu-support-checklist {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mtgeu-support-checklist li {
  position: relative;
  padding-left: 30px;
}

.mtgeu-support-checklist li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #18864b;
  font-weight: 800;
}

.mtgeu-support-steps {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  border: 1px solid var(--mtgeu-c-line);
  border-radius: 12px;
  list-style: none;
}

.mtgeu-support-steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  align-items: start;
  padding: 26px;
}

.mtgeu-support-steps li + li {
  border-top: 1px solid var(--mtgeu-c-line);
}

.mtgeu-support-steps li > span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #eaf1ff;
  color: var(--mtgeu-c-blue);
  font-weight: 800;
}

.mtgeu-support-steps h3 {
  margin-bottom: 6px;
  font-size: 20px;
}

.mtgeu-support-steps p {
  margin-bottom: 0;
}

.mtgeu-contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: start;
}

.mtgeu-contact-layout__aside {
  padding: clamp(26px, 4vw, 42px);
  border-radius: 12px;
  background: var(--mtgeu-c-soft);
}

.mtgeu-contact-layout__aside h2 {
  font-size: clamp(28px, 3vw, 38px);
}

.mtgeu-contact-layout__aside .mtgeu-support-checklist {
  margin-block: 26px;
}

.mtgeu-support-muted {
  color: var(--mtgeu-c-muted);
  font-size: 14px;
}

.mtgeu-contact-layout__form {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--mtgeu-c-line);
  border-radius: 12px;
  background: #fff;
}

.mtgeu-contact-layout__form > h2 {
  margin-bottom: 26px;
}

.mtgeu-contact-layout .wpcf7-form {
  display: grid;
  gap: 18px;
}

.mtgeu-contact-layout .wpcf7-form > p {
  margin: 0;
}

.mtgeu-contact-layout .wpcf7-form label {
  display: grid;
  gap: 8px;
  color: var(--mtgeu-c-ink);
  font-weight: 650;
}

.mtgeu-contact-layout :where(input:not([type="submit"]), textarea) {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid var(--mtgeu-c-line);
  border-radius: 10px;
  background: #fff;
  color: var(--mtgeu-c-ink);
  box-shadow: none;
}

.mtgeu-contact-layout textarea {
  min-height: 180px;
  resize: none;
}

.mtgeu-contact-layout :where(input:not([type="submit"]), textarea):focus {
  border-color: var(--mtgeu-c-blue);
  box-shadow: 0 0 0 3px rgba(29, 111, 255, .12);
  outline: 0;
}

.mtgeu-contact-layout input[type="submit"] {
  cursor: pointer;
}

.mtgeu-contact-layout .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #c2414b;
  font-size: 14px;
  font-weight: 600;
}

.mtgeu-contact-layout .wpcf7-response-output {
  padding: 14px 16px;
  margin: 0;
  border: 1px solid #cbdcff;
  border-radius: 10px;
  background: #f3f7ff;
  color: var(--mtgeu-c-copy);
}

.mtgeu-support-faq {
  border: 1px solid var(--mtgeu-c-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .045);
}

.mtgeu-support-faq__item + .mtgeu-support-faq__item {
  border-top: 1px solid var(--mtgeu-c-line);
}

.mtgeu-support-faq__item summary {
  display: grid;
  min-height: 72px;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 20px;
  align-items: center;
  padding: 18px 24px;
  color: var(--mtgeu-c-ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

.mtgeu-support-faq__item summary::-webkit-details-marker {
  display: none;
}

.mtgeu-support-faq__item summary > span {
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #eaf1ff;
}

.mtgeu-support-faq__item summary > span::before,
.mtgeu-support-faq__item summary > span::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: var(--mtgeu-c-blue);
  transition: transform 160ms ease;
}

.mtgeu-support-faq__item summary > span::after {
  transform: rotate(90deg);
}

.mtgeu-support-faq__item[open] summary > span::after {
  transform: rotate(0deg);
}

.mtgeu-support-faq__item > div {
  padding: 0 72px 24px 24px;
}

.mtgeu-support-faq__item > div p {
  max-width: 900px;
  margin-bottom: 0;
}

.mtgeu-order-tracking-layout {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: start;
}

.mtgeu-order-tracking-layout__aside {
  padding: clamp(26px, 4vw, 42px);
  border-radius: 12px;
  background: var(--mtgeu-c-soft);
}

.mtgeu-order-tracking-layout__aside h2,
.mtgeu-order-tracking-layout__form > h2 {
  margin-bottom: 22px;
  font-size: clamp(28px, 3vw, 38px);
}

.mtgeu-order-tracking-layout__aside .mtgeu-support-checklist {
  margin-block: 26px;
}

.mtgeu-order-tracking-layout__aside a {
  color: var(--mtgeu-c-blue);
  font-weight: 700;
}

.mtgeu-order-tracking-layout__form {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--mtgeu-c-line);
  border-radius: 12px;
  background: #fff;
}

.mtgeu-order-tracking-form .track_order {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mtgeu-order-tracking-form .track_order > p:first-child,
.mtgeu-order-tracking-form .track_order > .clear,
.mtgeu-order-tracking-form .track_order > p:last-of-type {
  grid-column: 1 / -1;
}

.mtgeu-order-tracking-form .track_order > p {
  width: 100%;
  margin: 0;
}

.mtgeu-order-tracking-form .form-row-first,
.mtgeu-order-tracking-form .form-row-last {
  float: none;
}

.mtgeu-order-tracking-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--mtgeu-c-ink);
  font-weight: 650;
}

.mtgeu-order-tracking-form input[type="text"],
.mtgeu-order-tracking-form input[type="email"] {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid var(--mtgeu-c-line);
  border-radius: 10px;
  background: #fff;
  color: var(--mtgeu-c-ink);
  box-shadow: none;
}

.mtgeu-order-tracking-form :where(input[type="text"], input[type="email"]):focus {
  border-color: var(--mtgeu-c-blue);
  box-shadow: 0 0 0 3px rgba(29, 111, 255, .12);
  outline: 0;
}

body.mtgeu-support-page--order-tracking
  .mtgeu-order-tracking-form :is(input[type="text"], input[type="email"]):focus {
  border-color: var(--mtgeu-c-blue);
  box-shadow: 0 0 0 3px rgba(29, 111, 255, .16);
  outline: 0;
}

body.mtgeu-support-page--faq .mtgeu-support-faq__item summary:focus-visible,
body.mtgeu-support-page--order-tracking .track_order button[type="submit"]:focus-visible {
  outline: 3px solid rgba(29, 111, 255, .34);
  outline-offset: 3px;
}

.mtgeu-order-tracking-form button[type="submit"] {
  cursor: pointer;
}

/* Existing wishlist and account utilities stay dynamic; this block only
   aligns their surfaces with the accepted MTGEU commerce system. */
body.mtgeu-support-page--wishlist :where(.wd-wishlist-content, .wd-wishlist-head, .wd-products-element) {
  color: #334155;
}

body.mtgeu-support-page--wishlist .wd-wishlist-head {
  padding: 28px;
  border: 1px solid #dfe4ec;
  border-radius: 12px;
  background: #f5f7fb;
}

body.mtgeu-support-page--wishlist .wd-empty-block {
  padding: clamp(44px, 8vw, 84px) 20px;
}

body.mtgeu-support-page--wishlist .wd-empty-block-title {
  color: #111827;
  font-size: clamp(28px, 4vw, 40px);
}

body.mtgeu-support-page--wishlist .wd-empty-block-btn {
  min-height: 46px;
  border: 0 !important;
  border-radius: 10px;
  background: #1d6fff !important;
  color: #fff !important;
  font-weight: 750;
  text-transform: none;
  box-shadow: none;
}

body.mtgeu-support-page--wishlist .wd-empty-block-btn:hover {
  background: #0f55d8 !important;
  color: #fff !important;
}

/* Search and 404 are theme-owned dynamic routes. Keep their interaction
   behavior and make the information hierarchy consistent with the store. */
body.mtgeu-support-search .wd-page-title,
body.mtgeu-support-404 .wd-page-title {
  background: linear-gradient(115deg, #0b1f3a 0%, #123f78 62%, #1d6fff 100%);
  color: #fff;
}

body.mtgeu-support-search .wd-page-title :where(h1, .title),
body.mtgeu-support-404 .wd-page-title :where(h1, .title) {
  color: #fff;
}

body.mtgeu-support-search .main-page-wrapper,
body.mtgeu-support-404 .main-page-wrapper {
  padding-block: 42px 72px;
}

body.mtgeu-support-404 :where(.page-404, .error-404, .mtgeu-not-found) {
  width: min(100% - 30px, 780px);
  margin-inline: auto;
  padding: clamp(42px, 7vw, 78px);
  border: 1px solid #dfe4ec;
  border-radius: 14px;
  background: #fff;
  text-align: center;
  box-shadow: 0 14px 40px rgba(15, 23, 42, .06);
}

body.mtgeu-support-404 :where(.page-404, .error-404, .mtgeu-not-found) :where(h1, h2, h3) {
  color: #111827;
}

.mtgeu-not-found h1 {
  margin-bottom: 18px;
  font-size: clamp(40px, 7vw, 68px);
  line-height: 1.05;
}

.mtgeu-not-found > p:not(.mtgeu-support-eyebrow) {
  max-width: 590px;
  margin: 0 auto 30px;
  color: #526071;
  font-size: 17px;
  line-height: 1.65;
}

.mtgeu-not-found__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.mtgeu-not-found__secondary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  color: #0b1f3a !important;
  font-weight: 750;
  text-decoration: none;
}

.mtgeu-not-found__secondary:hover {
  border-color: #1d6fff;
  color: #0f55d8 !important;
}

@media (max-width: 900px) {
  .mtgeu-support-grid--three,
  .mtgeu-support-grid--two,
  .mtgeu-support-split,
  .mtgeu-contact-layout,
  .mtgeu-order-tracking-layout {
    grid-template-columns: 1fr;
  }

  .mtgeu-support-card {
    min-height: 0;
  }

  .mtgeu-support-card__index {
    margin-bottom: 24px;
  }

  .mtgeu-support-action {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .mtgeu-support-hero__inner,
  .mtgeu-support-shell {
    width: calc(100% - 30px);
  }

  .mtgeu-support-hero__inner {
    padding-block: 54px;
  }

  .mtgeu-support-hero h1 {
    font-size: 36px;
  }

  .mtgeu-support-lead {
    font-size: 17px;
  }

  .mtgeu-support-shell {
    padding-block: 42px 56px;
  }

  .mtgeu-support-status {
    grid-template-columns: 36px 1fr;
    gap: 14px;
  }

  .mtgeu-support-status__icon {
    width: 36px;
    height: 36px;
  }

  .mtgeu-support-card,
  .mtgeu-contact-layout__aside,
  .mtgeu-contact-layout__form,
  .mtgeu-order-tracking-layout__aside,
  .mtgeu-order-tracking-layout__form,
  .mtgeu-support-action {
    padding: 22px;
  }

  .mtgeu-support-steps li {
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 20px;
  }

  .mtgeu-support-steps li > span {
    width: 40px;
    height: 40px;
  }

  .mtgeu-support-button,
  .mtgeu-contact-layout input[type="submit"],
  .mtgeu-order-tracking-form button[type="submit"] {
    width: 100%;
  }

  .mtgeu-support-faq__item summary {
    min-height: 68px;
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 14px;
    padding: 16px 18px;
    font-size: 16px;
  }

  .mtgeu-support-faq__item summary > span {
    width: 32px;
    height: 32px;
  }

  .mtgeu-support-faq__item > div {
    padding: 0 18px 20px;
  }

  .mtgeu-order-tracking-form .track_order {
    grid-template-columns: 1fr;
  }

  .mtgeu-order-tracking-form .track_order > * {
    grid-column: 1;
  }

  .mtgeu-not-found__actions,
  .mtgeu-not-found__secondary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mtgeu-support-page__content *,
  .mtgeu-support-page__content *::before,
  .mtgeu-support-page__content *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* MTGEU PHASE SEVEN FORMS - 2026-09-01 */
.mtgeu-contact-form {
  display: grid;
  gap: 20px;
}

.mtgeu-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mtgeu-contact-form__field {
  display: grid;
  min-width: 0;
  gap: 8px;
  margin: 0;
  color: var(--mtgeu-c-ink);
  font-weight: 650;
}

.mtgeu-contact-form__field--full {
  grid-column: 1 / -1;
}

.mtgeu-contact-form__optional {
  color: var(--mtgeu-c-muted);
  font-size: 13px;
  font-weight: 500;
}

.mtgeu-contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

body.mtgeu-support-page--contact
  .mtgeu-contact-layout
  .wpcf7-form-control:not([type="submit"]):not([type="checkbox"]) {
  border-color: var(--mtgeu-c-line) !important;
  background: #fff !important;
  color: var(--mtgeu-c-ink) !important;
}

body.mtgeu-support-page--contact
  .mtgeu-contact-layout
  .wpcf7-form-control::placeholder {
  color: #64748b !important;
  opacity: 1;
}

.mtgeu-contact-form textarea {
  resize: vertical;
}

.mtgeu-contact-form__consent {
  padding: 16px;
  border: 1px solid var(--mtgeu-c-line);
  border-radius: 10px;
  background: var(--mtgeu-c-soft);
}

.mtgeu-contact-form__consent .wpcf7-list-item {
  margin: 0;
}

.mtgeu-contact-form__consent label {
  display: grid;
  min-height: 44px;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.55;
}

.mtgeu-contact-layout .mtgeu-contact-form__consent input[type="checkbox"] {
  width: 20px;
  min-height: 20px;
  height: 20px;
  padding: 0;
  margin: 2px 0 0;
  accent-color: var(--mtgeu-c-blue);
}

.mtgeu-contact-form__consent a {
  color: var(--mtgeu-c-blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mtgeu-contact-form__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
}

.mtgeu-contact-layout .mtgeu-contact-form input[type="submit"] {
  min-width: 170px;
  border: 0 !important;
  background: var(--mtgeu-c-blue) !important;
  color: #fff !important;
  text-transform: none !important;
}

.mtgeu-contact-layout .mtgeu-contact-form input[type="submit"]:focus-visible {
  outline: 3px solid rgba(29, 111, 255, .5) !important;
  outline-offset: 3px !important;
}

.mtgeu-contact-layout .mtgeu-contact-form input[type="submit"]:disabled {
  cursor: not-allowed;
  background: var(--mtgeu-c-blue) !important;
  color: #fff !important;
  opacity: .58;
  transform: none;
}

.mtgeu-contact-form .wpcf7-spinner {
  margin: 0;
}

.mtgeu-contact-form .mtgeu-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.mtgeu-contact-layout .wpcf7 form.sent .wpcf7-response-output {
  border-color: #9bd3ae;
  background: #effaf3;
  color: #0f5b2f;
}

.mtgeu-contact-layout .wpcf7 form.invalid .wpcf7-response-output,
.mtgeu-contact-layout .wpcf7 form.failed .wpcf7-response-output,
.mtgeu-contact-layout .wpcf7 form.spam .wpcf7-response-output,
.mtgeu-contact-layout .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #efb2b2;
  background: #fff5f5;
  color: #8f1d1d;
}

@media (max-width: 600px) {
  .mtgeu-contact-form__grid {
    grid-template-columns: 1fr;
  }

  .mtgeu-contact-layout .mtgeu-contact-form input[type="submit"] {
    width: 100%;
    min-width: 0;
  }
}

/* MTGEU PHASE EIGHT MOBILE EXPERIENCE - 2026-09-01 */

/* Keep the full-width WoodMart header inside the real browser canvas. */
@media (min-width: 1200px) {
  .whb-header_634138 .whb-row > .container {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    padding-inline: clamp(20px, 2.4vw, 35px) !important;
  }

  .whb-header_634138 .whb-flex-row,
  .whb-header_634138 .whb-column,
  .whb-header_634138 .wd-header-nav {
    min-width: 0;
    max-width: 100%;
  }
}

/* Header and search controls: reliable 44px touch areas at every breakpoint. */
.whb-header_634138 .wd-logo {
  display: inline-flex !important;
  min-height: 44px !important;
  align-items: center;
  justify-content: center;
}

.whb-header_634138 .searchsubmit {
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
}

.whb-header_634138 :is(
  .wd-header-mobile-nav,
  .wd-header-my-account,
  .wd-header-wishlist,
  .wd-header-cart
) > a {
  min-width: 44px !important;
  min-height: 44px !important;
}

/* Breadcrumbs remain compact visually while providing a usable tap height. */
:is(.woocommerce-breadcrumb, .wd-breadcrumbs) a {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}

/* Shop archive controls and product-card actions. */
body.woodmart-archive-shop :is(
  .wd-off-canvas-btn,
  .wd-shop-view,
  .wd-products-per-page
) a,
body.woodmart-archive-shop #menu-mtgeu-shop-categories a,
body.woodmart-archive-shop .widget_product_categories a,
body.woodmart-archive-shop .wd-filter-list a,
body.woodmart-archive-shop .wd-wishlist-btn > a {
  display: inline-flex !important;
  min-width: 44px;
  min-height: 44px !important;
  align-items: center;
}

body.woodmart-archive-shop .wd-products-per-page a,
body.woodmart-archive-shop .wd-shop-view a {
  justify-content: center;
}

body.woodmart-archive-shop :is(.orderby, .price_slider_amount .button) {
  min-height: 44px !important;
}

/* Product galleries, product navigation, attributes, and quantity controls. */
body.single-product :is(
  .wd-product-nav-btn,
  .wd-btn-arrow,
  .wd-wishlist-btn > a
) {
  display: inline-flex !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  align-items: center;
  justify-content: center;
}

body.single-product .wd-single-attrs .wd-term {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

:is(body.single-product, body.woocommerce-cart, body.woocommerce-checkout)
  .quantity :is(.minus, .plus, .qty) {
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
}

/* Cart and checkout controls. */
body.woocommerce-cart .remove,
body.woocommerce-checkout .wd-checkout-remove-btn {
  display: inline-flex !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  align-items: center;
  justify-content: center;
}

body.woocommerce-cart :is(
  .coupon input,
  .coupon button,
  .cart-actions button,
  .checkout-button
),
body.woocommerce-checkout :is(
  input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
  select,
  textarea,
  button,
  .button,
  .select2-selection
) {
  min-height: 44px !important;
}

/* Account navigation and shared carousel arrows. */
.woocommerce-MyAccount-navigation a,
.wd-carousel :is(.wd-btn-arrow, .wd-nav-pagin-wrap > span) {
  min-height: 44px !important;
}

.woocommerce-MyAccount-navigation a {
  display: flex !important;
  align-items: center;
}

.wd-carousel .wd-btn-arrow {
  width: 44px !important;
  min-width: 44px !important;
}

.wd-product .wd-wishlist-btn > a,
.wd-btn-arrow {
  display: inline-flex !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  align-items: center;
  justify-content: center;
}

/* Footer links need the same comfortable tap rhythm on narrow screens. */
@media (max-width: 767px) {
  html body #mtgeu-footer-main a,
  html body :is(.footer-container, #mtgeu-footer) a {
    display: flex !important;
    min-height: 44px !important;
    align-items: center !important;
  }
}

/* Consistent keyboard evidence for all interactive storefront controls. */
:is(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid rgba(29, 111, 255, .55) !important;
  outline-offset: 3px !important;
}

/* END MTGEU PHASE EIGHT MOBILE EXPERIENCE */

/* MTGEU PHASE NINE ACCESSIBILITY - 2026-09-01 */
html body.home #mtgeu-home :is(#mtgeu-best-sellers, #mtgeu-new-releases, #mtgeu-preorders, #mtgeu-accessories) .wd-products .wd-product .wd-add-btn .add_to_cart_button,
#mtgeu-home ul.products li.product :is(.button, .add_to_cart_button),
.wd-product .add_to_cart_button,
.widget_shopping_cart_content .buttons .button,
body.woodmart-archive-shop .wd-filter-search input {
  min-height: 44px !important;
}

.wd-product .add_to_cart_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.widget_shopping_cart_content .buttons .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.widget_shopping_cart_content .remove_from_cart_button {
  display: inline-flex !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  align-items: center;
  justify-content: center;
}
/* END MTGEU PHASE NINE ACCESSIBILITY */
