:root {
	--mvc-black: #050505;
	--mvc-ink: #111111;
	--mvc-paper: #fbfaf4;
	--mvc-white: #ffffff;
	--mvc-soft: #f3f1ea;
	--mvc-line: rgba(17, 17, 17, 0.12);
	--mvc-line-strong: rgba(17, 17, 17, 0.22);
	--mvc-gold: #c89b2c;
	--mvc-gold-dark: #9c7418;
	--mvc-gold-light: #f4c647;
	--mvc-red: #d92f2f;
	--mvc-muted: #696969;
	--mvc-radius: 8px;
	--mvc-shadow: 0 18px 44px rgba(0, 0, 0, 0.1);
	--mvc-max: 1360px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.mvc-theme {
	margin: 0;
	background: var(--mvc-paper);
	color: var(--mvc-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.45;
	letter-spacing: 0;
}

body.mvc-theme a {
	color: inherit;
	text-decoration: none;
}

body.mvc-theme img {
	max-width: 100%;
	height: auto;
}

.mvc-icon {
	width: 19px;
	height: 19px;
	flex: 0 0 auto;
	color: currentColor;
	vertical-align: -0.18em;
}

.mvc-icon-star {
	color: #f6b400;
}

.screen-reader-text {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.mvc-promo-strip {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 34px;
	padding: 7px 18px;
	background: #060606;
	color: var(--mvc-gold-light);
	font-size: 12px;
	font-weight: 950;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.mvc-service-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-bottom: 1px solid var(--mvc-line);
	background: #fff;
	color: #222;
}

.mvc-service-strip span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 8px 12px;
	border-right: 1px solid var(--mvc-line);
	font-size: 11px;
	font-weight: 850;
	text-transform: uppercase;
}

.mvc-service-strip span:last-child {
	border-right: 0;
}

.mvc-service-strip .mvc-icon {
	width: 18px;
	height: 18px;
	color: var(--mvc-gold);
}

.mvc-header {
	position: sticky;
	top: 0;
	z-index: 60;
	background: rgba(251, 250, 246, 0.96);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--mvc-line);
}

.mvc-header-main {
	display: grid;
	grid-template-columns: 250px minmax(420px, 1fr) 270px;
	gap: 24px;
	align-items: center;
	width: min(var(--mvc-max), calc(100% - 48px));
	margin: 0 auto;
	padding: 24px 0 18px;
}

.mvc-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	width: max-content;
}

.mvc-brand-mark {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border: 4px solid #111;
	color: #111;
	background: transparent;
	font-size: 30px;
	font-weight: 950;
	letter-spacing: -0.06em;
}

.mvc-brand-text {
	color: #111;
	font-size: 13px;
	font-weight: 950;
	line-height: 0.98;
	text-transform: uppercase;
	letter-spacing: -0.03em;
}

.mvc-search {
	display: grid;
	grid-template-columns: 1fr 58px;
	min-height: 58px;
	border: 1px solid var(--mvc-line-strong);
	border-radius: var(--mvc-radius);
	overflow: hidden;
	background: #fff;
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.04);
}

.mvc-search.is-focused {
	border-color: var(--mvc-gold);
	box-shadow: 0 0 0 4px rgba(200, 155, 44, 0.14);
}

.mvc-search input {
	width: 100%;
	min-height: 56px;
	padding: 0 22px;
	border: 0;
	outline: 0;
	background: #fff;
	color: #111;
	font-size: 15px;
	font-weight: 650;
}

.mvc-search input::placeholder {
	color: #7d7d7d;
}

.mvc-search button {
	display: grid;
	place-items: center;
	border: 0;
	border-left: 1px solid var(--mvc-line);
	background: #fff;
	color: #050505;
	font-size: 30px;
	font-weight: 900;
	cursor: pointer;
}

.mvc-search button .mvc-icon {
	width: 23px;
	height: 23px;
}

.mvc-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 17px;
}

.mvc-actions a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 38px;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.mvc-actions a .mvc-icon {
	width: 19px;
	height: 19px;
	transition: transform 160ms ease, color 160ms ease;
}

.mvc-actions a:hover .mvc-icon {
	color: var(--mvc-gold);
	transform: translateY(-1px);
}

.mvc-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 4vw, 64px);
	width: min(var(--mvc-max), calc(100% - 48px));
	margin: 0 auto;
	padding: 13px 0 16px;
	overflow-x: auto;
	scrollbar-width: none;
	border-top: 1px solid var(--mvc-line);
}

.mvc-nav a {
	flex: 0 0 auto;
	color: #111;
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
	white-space: nowrap;
}

.mvc-nav a.is-deal {
	color: var(--mvc-red);
}

.mvc-main {
	min-height: 60vh;
}

.mvc-home-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(320px, 0.72fr) minmax(520px, 1fr);
	align-items: center;
	gap: 24px;
	min-height: 540px;
	padding: 58px max(28px, calc((100vw - var(--mvc-max)) / 2));
	background:
		radial-gradient(circle at 16% 30%, rgba(200, 155, 44, 0.08), transparent 24%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(251, 250, 246, 0.74)),
		repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.025) 0 1px, transparent 1px 42px),
		var(--mvc-paper);
	border-bottom: 1px solid var(--mvc-line);
	overflow: hidden;
}

.mvc-hero-text {
	position: relative;
	z-index: 2;
}

.mvc-mini-label {
	margin: 0 0 12px;
	color: var(--mvc-gold);
	font-size: 15px;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.mvc-home-hero h1 {
	margin: 0;
	font-size: clamp(52px, 7.2vw, 96px);
	line-height: 0.9;
	font-weight: 950;
	letter-spacing: -0.045em;
	text-transform: uppercase;
}

.mvc-home-hero h1 span {
	display: block;
}

.mvc-hero-subtitle {
	max-width: 480px;
	margin: 22px 0 0;
	color: #222;
	font-size: 19px;
	font-weight: 650;
	line-height: 1.35;
}

.mvc-hero-cta,
.mvc-world-cup-banner a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 54px;
	margin-top: 28px;
	padding: 0 28px;
	border-radius: 4px;
	background: #080808;
	color: #fff;
	font-size: 13px;
	font-weight: 950;
	text-transform: uppercase;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

body.mvc-theme .mvc-hero-cta,
body.mvc-theme .mvc-hero-cta:visited,
body.mvc-theme .mvc-hero-cta:hover,
body.mvc-theme .mvc-hero-cta:focus-visible,
body.mvc-theme .mvc-world-cup-banner a,
body.mvc-theme .mvc-world-cup-banner a:visited,
body.mvc-theme .mvc-world-cup-banner a:hover,
body.mvc-theme .mvc-world-cup-banner a:focus-visible,
body.mvc-theme .mvc-card-button,
body.mvc-theme .mvc-card-button:visited,
body.mvc-theme .mvc-card-button:hover,
body.mvc-theme .button,
body.mvc-theme button.button,
body.mvc-theme input.button,
body.mvc-theme .single_add_to_cart_button {
	color: #fff !important;
	text-decoration: none;
}

body.mvc-theme .mvc-hero-cta span,
body.mvc-theme .mvc-world-cup-banner a span {
	color: currentColor;
}

body.mvc-theme .mvc-hero-cta:hover,
body.mvc-theme .mvc-world-cup-banner a:hover,
body.mvc-theme .mvc-card-button:hover,
body.mvc-theme .button:hover,
body.mvc-theme button.button:hover,
body.mvc-theme input.button:hover,
body.mvc-theme .single_add_to_cart_button:hover {
	background: #1b1b1b;
}

body.mvc-theme .mvc-hero-cta:focus-visible,
body.mvc-theme .mvc-world-cup-banner a:focus-visible,
body.mvc-theme .mvc-card-button:focus-visible,
body.mvc-theme .button:focus-visible,
body.mvc-theme button.button:focus-visible,
body.mvc-theme input.button:focus-visible,
body.mvc-theme .single_add_to_cart_button:focus-visible {
	outline: 3px solid var(--mvc-gold);
	outline-offset: 3px;
}

.mvc-shirt-gallery {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(120px, 1fr));
	align-items: end;
	gap: clamp(12px, 2vw, 26px);
	min-height: 440px;
	padding-top: 12px;
}

.mvc-shirt-gallery::before {
	content: "";
	position: absolute;
	top: 0;
	left: 4%;
	right: 4%;
	height: 2px;
	background: rgba(17, 17, 17, 0.16);
}

.mvc-hanging-shirt {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 345px;
	padding: 42px 18px 24px;
	border-radius: 4px 4px 18px 18px;
	background:
		linear-gradient(90deg, transparent 0 20%, rgba(255, 255, 255, 0.16) 21% 28%, transparent 29% 70%, rgba(255, 255, 255, 0.16) 71% 78%, transparent 79%),
		linear-gradient(135deg, var(--shirt-a), var(--shirt-b));
	color: #fff;
	box-shadow: 0 26px 48px rgba(0, 0, 0, 0.18);
	text-align: center;
	transform: translateY(var(--shirt-y, 0));
}

.mvc-hanging-shirt::before {
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	width: 74px;
	height: 34px;
	border: 7px solid #b8782e;
	border-bottom: 0;
	border-radius: 70px 70px 0 0;
	transform: translateX(-50%);
}

.mvc-hanging-shirt span {
	align-self: start;
	font-size: clamp(20px, 2.2vw, 32px);
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-shadow: 0 3px 12px rgba(0, 0, 0, 0.28);
}

.mvc-hanging-shirt strong {
	align-self: end;
	font-size: clamp(68px, 8vw, 120px);
	line-height: 0.8;
	font-weight: 950;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 0 4px 18px rgba(0, 0, 0, 0.24);
}

.mvc-hanging-shirt.mvc-real-shirt {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	min-height: 390px;
	padding: 32px 8px 0;
	background: transparent;
	color: #111;
	box-shadow: none;
	text-decoration: none;
}

.mvc-hanging-shirt.mvc-real-shirt::before {
	top: -16px;
	border-color: #b8782e;
}

.mvc-hanging-shirt.mvc-real-shirt::after {
	content: "";
	position: absolute;
	top: 12px;
	left: 50%;
	width: 1px;
	height: 28px;
	background: rgba(17, 17, 17, 0.18);
}

.mvc-hanging-shirt.mvc-real-shirt img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 330px;
	object-fit: contain;
	filter: drop-shadow(0 28px 28px rgba(0, 0, 0, 0.2));
	transform: rotate(var(--shirt-tilt, 0deg));
}

.mvc-hanging-shirt.mvc-real-shirt:nth-child(1) { --shirt-tilt: -2deg; }
.mvc-hanging-shirt.mvc-real-shirt:nth-child(2) { --shirt-tilt: 1deg; }
.mvc-hanging-shirt.mvc-real-shirt:nth-child(3) { --shirt-tilt: -1deg; }
.mvc-hanging-shirt.mvc-real-shirt:nth-child(4) { --shirt-tilt: 2deg; }

.mvc-hanging-shirt.mvc-real-shirt span {
	position: relative;
	z-index: 2;
	align-self: center;
	margin-top: -8px;
	padding: 7px 10px;
	border: 1px solid var(--mvc-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	color: #111;
	font-size: 11px;
	line-height: 1;
	text-shadow: none;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.mvc-hanging-shirt.mvc-real-shirt strong {
	display: none;
}

.shirt-france { --shirt-a: #072c74; --shirt-b: #1e62b8; --shirt-y: 0; }
.shirt-brazil { --shirt-a: #ffd31f; --shirt-b: #0a8d4c; --shirt-y: 18px; color: #103f22; }
.shirt-milan { --shirt-a: #0b0b0b; --shirt-b: #b51823; --shirt-y: 6px; }
.shirt-argentina { --shirt-a: #d9f1ff; --shirt-b: #77bde8; --shirt-y: 24px; color: #111; }

.mvc-home-section,
.mvc-world-cup-banner,
.mvc-final-trust {
	width: min(var(--mvc-max), calc(100% - 48px));
	margin: 0 auto;
}

.mvc-home-section {
	padding: 34px 0 18px;
}

.mvc-section-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 16px;
}

.mvc-section-title h2 {
	margin: 0;
	font-size: 22px;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: -0.02em;
}

.mvc-section-title a {
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
}

.mvc-nation-grid {
	display: grid;
	grid-template-columns: repeat(10, minmax(0, 1fr));
	gap: 10px;
}

.mvc-nation-card,
.mvc-league-card,
.mvc-legend-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 0;
	border: 1px solid var(--mvc-line);
	border-radius: var(--mvc-radius);
	background: #fff;
	overflow: hidden;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.mvc-nation-card:hover,
.mvc-league-card:hover,
.mvc-legend-card:hover,
.mvc-product-card:hover {
	transform: translateY(-3px);
	border-color: rgba(200, 155, 44, 0.45);
	box-shadow: var(--mvc-shadow);
}

.mvc-nation-card {
	min-height: 145px;
	padding: 12px;
}

.mvc-nation-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent),
		linear-gradient(135deg, var(--nation-a, #ddd), var(--nation-b, #fff));
	opacity: 0.96;
}

.mvc-nation-card.has-image::before {
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.44)),
		var(--nation-image);
	background-position: center;
	background-size: cover;
}

.mvc-nation-card.has-image .mvc-crest {
	opacity: 0;
	transform: translateY(-8px);
	pointer-events: none;
}

.mvc-crest {
	position: relative;
	display: grid;
	place-items: center;
	width: 74px;
	height: 74px;
	border: 2px solid rgba(255, 255, 255, 0.68);
	border-radius: 14px;
	background: rgba(0, 0, 0, 0.12);
	color: #fff;
	font-size: 22px;
	font-weight: 950;
}

.mvc-nation-card strong {
	position: relative;
	margin-top: 12px;
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
	text-align: center;
}

.mvc-nation-card.has-image strong {
	color: #fff;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

.is-france { --nation-a: #153c86; --nation-b: #ffffff; }
.is-brazil { --nation-a: #f8d84c; --nation-b: #14924a; }
.is-argentina { --nation-a: #8ed1f4; --nation-b: #ffffff; }
.is-germany { --nation-a: #0d0d0d; --nation-b: #eeeeee; }
.is-italy { --nation-a: #2358a8; --nation-b: #f2f2f2; }
.is-england { --nation-a: #ffffff; --nation-b: #c42030; }
.is-spain { --nation-a: #a4141a; --nation-b: #f2c53d; }
.is-portugal { --nation-a: #065f3b; --nation-b: #b11128; }
.is-netherlands { --nation-a: #f07d2d; --nation-b: #ffffff; }
.is-belgium { --nation-a: #0f0f0f; --nation-b: #d6a925; }

.mvc-league-grid {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 10px;
}

.mvc-league-card {
	min-height: 118px;
	padding: 14px 10px;
	background: #fff;
}

.mvc-league-card span {
	width: 48px;
	height: 48px;
	margin-bottom: 12px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--league-a, #111), var(--league-b, #d9d9d9));
}

.mvc-league-card.has-image span {
	width: 60px;
	height: 60px;
	border: 1px solid var(--mvc-line);
	background: var(--league-image) center / contain no-repeat #fff;
}

.mvc-league-card strong {
	font-size: 11px;
	font-weight: 950;
	text-align: center;
	text-transform: uppercase;
}

.is-pl { --league-a: #25004d; --league-b: #7d4cff; }
.is-liga { --league-a: #f54242; --league-b: #ffcf32; }
.is-seriea { --league-a: #006fd6; --league-b: #56b8ff; }
.is-bundes { --league-a: #d50000; --league-b: #ff8080; }
.is-ligue1 { --league-a: #0a233f; --league-b: #d5b15b; }
.is-eredivisie { --league-a: #14396b; --league-b: #b4e7ff; }
.is-ucl { --league-a: #092176; --league-b: #d8e4ff; }
.is-worldcup { --league-a: #c89b2c; --league-b: #f5ddb0; }

.products.mvc-product-rail,
.woocommerce ul.products {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(178px, 1fr);
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 12px;
	padding: 0 2px 12px;
	margin: 0;
	list-style: none;
	overflow-x: auto;
	scroll-snap-type: x proximity;
	scrollbar-width: thin;
}

.woocommerce ul.products {
	grid-auto-flow: initial;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: visible;
}

.mvc-product-card,
.woocommerce ul.products li.product {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	border: 1px solid var(--mvc-line);
	border-radius: var(--mvc-radius);
	background: #fff;
	overflow: hidden;
	scroll-snap-align: start;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.mvc-card-media {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1.08;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.025)),
		#f7f6f1;
}

.mvc-card-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 10px;
	mix-blend-mode: multiply;
}

.mvc-entity-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	color: #111;
	font-weight: 900;
}

.mvc-entity-badge img,
.mvc-entity-badge strong {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(200, 155, 44, 0.52);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.94);
	object-fit: contain;
	padding: 5px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.mvc-entity-badge strong {
	background: #050505;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}

.mvc-entity-badge em {
	overflow: hidden;
	font-style: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mvc-entity-card {
	position: absolute;
	left: 9px;
	bottom: 9px;
	z-index: 3;
	max-width: calc(100% - 48px);
	padding: 5px 8px 5px 5px;
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(10px);
	font-size: 11px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.mvc-entity-card img,
.mvc-entity-card strong {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	box-shadow: none;
}

.mvc-sale-badge,
.mvc-wishlist-dot {
	position: absolute;
	z-index: 3;
	display: grid;
	place-items: center;
}

.mvc-sale-badge {
	top: 9px;
	left: 9px;
	padding: 5px 7px;
	border-radius: 999px;
	background: var(--mvc-red);
	color: #fff;
	font-size: 10px;
	font-weight: 950;
	text-transform: uppercase;
}

.mvc-wishlist-dot {
	top: 9px;
	right: 9px;
	width: 28px;
	height: 28px;
	border: 1px solid var(--mvc-line);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	font-weight: 900;
}

.mvc-card-link {
	display: block;
}

.mvc-card-copy {
	display: grid;
	gap: 7px;
	padding: 12px 12px 8px;
}

.mvc-card-title {
	min-height: 38px;
	margin: 0;
	font-size: 13px;
	line-height: 1.18;
	font-weight: 850;
}

.mvc-card-rating {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #f6b400;
	font-size: 12px;
	line-height: 1;
}

.mvc-card-rating small {
	color: #606060;
	font-size: 11px;
	font-weight: 700;
}

.mvc-card-meta {
	display: none;
}

.mvc-card-price {
	color: #111;
	font-size: 14px;
	font-weight: 950;
}

.mvc-card-price ins {
	color: var(--mvc-red);
	text-decoration: none;
}

.mvc-card-button,
.mvc-quick-view {
	margin: auto 10px 10px;
	min-height: 38px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
}

.mvc-quick-view {
	display: none;
	align-items: center;
	justify-content: center;
	border: 1px solid #111;
	background: #fff;
	color: #111;
}

.mvc-card-button,
.button,
button.button,
input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: #050505;
	color: #fff;
	cursor: pointer;
}

.mvc-product-card:hover .mvc-quick-view {
	display: inline-flex;
}

.mvc-legend-grid {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 12px;
}

.mvc-legend-card {
	justify-content: flex-end;
	min-height: 170px;
	padding: 14px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.72)),
		radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.24), transparent 24%),
		linear-gradient(135deg, #343434, #060606);
	color: #fff;
	filter: grayscale(1);
}

.mvc-legend-card.has-image {
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.86)),
		var(--legend-image) center 18% / cover no-repeat;
}

.mvc-legend-card span {
	position: relative;
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.mvc-world-cup-banner {
	display: grid;
	grid-template-columns: 0.42fr 1fr;
	gap: 18px;
	align-items: stretch;
	min-height: 300px;
	margin-top: 44px;
	border-radius: var(--mvc-radius);
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.76)),
		#090909;
	color: #fff;
	box-shadow: var(--mvc-shadow);
}

.mvc-world-cup-banner > div:first-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 34px;
}

.mvc-world-cup-banner p {
	margin: 0 0 12px;
	color: var(--mvc-gold-light);
	font-size: 26px;
	font-weight: 950;
	text-transform: uppercase;
}

.mvc-world-cup-banner h2 {
	margin: 0;
	max-width: 380px;
	font-size: 16px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.78);
}

.mvc-cup-shirts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2px;
	padding: 28px 28px 0 0;
}

.mvc-cup-shirts a {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: end;
	justify-content: center;
	min-height: 250px;
	padding: 18px 10px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.5)),
		linear-gradient(135deg, #173f95, #0b0b0b);
	color: #fff;
	text-decoration: none;
}

.mvc-cup-shirts a::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 0, rgba(244, 198, 71, 0.2), transparent 44%);
}

.mvc-cup-shirts img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 195px;
	object-fit: contain;
	filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.38));
}

.mvc-cup-shirts a span {
	position: relative;
	z-index: 2;
	display: block;
	margin-top: 8px;
	font-size: 12px;
	font-weight: 950;
	text-align: center;
	text-transform: uppercase;
}

.mvc-trending-list {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	padding-bottom: 8px;
	scrollbar-width: thin;
}

.mvc-trending-list a {
	flex: 0 0 auto;
	padding: 12px 16px;
	border: 1px solid var(--mvc-line);
	border-radius: var(--mvc-radius);
	background: #fff;
	font-size: 12px;
	font-weight: 850;
}

.mvc-final-trust {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	margin-top: 28px;
	padding: 22px 0;
	border-top: 1px solid var(--mvc-line);
	border-bottom: 1px solid var(--mvc-line);
	background: #fff;
}

.mvc-final-trust div {
	display: grid;
	grid-template-columns: 42px 1fr;
	align-items: center;
	column-gap: 12px;
	row-gap: 3px;
	padding: 12px 18px;
	border-right: 1px solid var(--mvc-line);
}

.mvc-final-trust div:last-child {
	border-right: 0;
}

.mvc-final-trust strong,
.mvc-final-trust span,
.mvc-final-trust small {
	display: block;
}

.mvc-final-trust .mvc-icon {
	grid-row: 1 / span 3;
	width: 42px;
	height: 42px;
	padding: 10px;
	border: 1px solid rgba(200, 155, 44, 0.35);
	border-radius: 50%;
	background: #fff8dc;
	color: #111;
}

.mvc-final-trust .mvc-trust-rating .mvc-icon {
	color: #f6b400;
}

.mvc-final-trust strong {
	font-size: 13px;
	font-weight: 950;
	text-transform: uppercase;
}

.mvc-final-trust span {
	color: #f6b400;
	font-size: 18px;
	line-height: 1.1;
}

.mvc-final-trust small {
	margin-top: 4px;
	color: #4a4a4a;
	font-size: 12px;
	font-weight: 650;
}

.mvc-shop-shell,
.mvc-page-shell,
.mvc-product-shell,
.mvc-collections,
.mvc-section,
.mvc-editorial {
	width: min(var(--mvc-max), calc(100% - 48px));
	margin: 0 auto;
}

.mvc-page-shell {
	padding: 52px 0;
}

.mvc-page-content {
	max-width: 980px;
}

.mvc-page-head {
	margin-bottom: 26px;
}

.mvc-page-head h1,
.mvc-section-head h2,
.mvc-editorial h2 {
	margin: 0;
	font-size: clamp(34px, 4.4vw, 62px);
	line-height: 0.95;
	text-transform: uppercase;
}

.mvc-content {
	color: #232323;
	font-size: 18px;
}

.mvc-content a {
	color: var(--mvc-red);
	font-weight: 850;
}

.mvc-shop-shell {
	padding: 38px 0 64px;
}

.mvc-shop-hero,
.mvc-commerce-hero {
	width: min(var(--mvc-max), calc(100% - 48px));
	margin: 30px auto;
	padding: 34px;
	border-radius: var(--mvc-radius);
	background: #050505;
	color: #fff;
	box-shadow: var(--mvc-shadow);
}

.mvc-shop-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 230px;
	gap: 22px;
	align-items: end;
}

.mvc-shop-hero h1,
.mvc-commerce-hero h1 {
	margin: 0;
	font-size: clamp(38px, 5vw, 76px);
	line-height: 0.95;
	text-transform: uppercase;
}

.mvc-shop-hero p,
.mvc-commerce-hero p {
	max-width: 720px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 18px;
	font-weight: 650;
}

.mvc-eyebrow {
	display: inline-flex;
	align-items: center;
	width: max-content;
	margin: 0 0 14px;
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--mvc-gold-light);
	color: #111;
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.mvc-shop-hero-proof {
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--mvc-radius);
	background: rgba(255, 255, 255, 0.08);
}

.mvc-shop-hero-proof strong {
	display: block;
	color: var(--mvc-gold-light);
	font-size: 38px;
	line-height: 1;
}

.woocommerce-result-count,
.woocommerce-ordering {
	margin: 0 0 18px;
}

.woocommerce-ordering select,
.mvc-content input,
.mvc-content textarea,
.mvc-content select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	width: 100%;
	min-height: 48px;
	border: 1px solid var(--mvc-line);
	border-radius: var(--mvc-radius);
	padding: 0 14px;
	background: #fff;
	color: #111;
	font: inherit;
}

.mvc-product-shell {
	padding: 34px 0 70px;
}

.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.65fr);
	gap: 40px;
	align-items: start;
}

.mvc-product-ribbon {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
}

.mvc-product-ribbon span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border: 1px solid rgba(200, 155, 44, 0.45);
	border-radius: 999px;
	background: #fff8dc;
	font-size: 13px;
	font-weight: 900;
}

.mvc-product-ribbon .mvc-icon {
	width: 17px;
	height: 17px;
	color: var(--mvc-gold);
}

.single-product div.product .summary {
	position: sticky;
	top: 172px;
	padding: 24px;
	border: 1px solid var(--mvc-line);
	border-radius: var(--mvc-radius);
	background: #fff;
	box-shadow: var(--mvc-shadow);
}

.mvc-product-identity {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px;
	align-items: center;
	margin-bottom: 18px;
	padding: 12px;
	border: 1px solid rgba(200, 155, 44, 0.36);
	border-radius: 16px;
	background: linear-gradient(135deg, #fffaf0, #fff);
}

.mvc-product-identity .mvc-entity-large img,
.mvc-product-identity .mvc-entity-large strong {
	width: 54px;
	height: 54px;
	border-radius: 14px;
}

.mvc-product-identity .mvc-entity-large em {
	display: none;
}

.mvc-product-identity span,
.mvc-squad-head span {
	display: block;
	color: var(--mvc-gold-dark);
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mvc-product-identity strong {
	display: block;
	font-size: 18px;
	line-height: 1.05;
}

.mvc-product-identity small {
	display: block;
	margin-top: 4px;
	color: var(--mvc-muted);
	font-size: 12px;
	font-weight: 720;
}

.single-product .product_title {
	margin: 0 0 12px;
	font-size: clamp(34px, 4vw, 54px);
	line-height: 0.95;
	text-transform: uppercase;
}

.single-product .price {
	color: var(--mvc-red);
	font-size: 30px;
	font-weight: 950;
}

.single-product .cart {
	margin-top: 18px;
}

.single-product .single_add_to_cart_button {
	width: 100%;
	min-height: 58px;
	background: #050505;
	color: #fff;
}

.mvc-product-trust,
.mvc-payment-note {
	margin: 18px 0 0;
	padding: 16px;
	border: 1px solid rgba(200, 155, 44, 0.42);
	border-radius: var(--mvc-radius);
	background: #fff8dc;
}

.mvc-product-trust strong,
.mvc-payment-note strong {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 950;
	text-transform: uppercase;
}

.mvc-product-trust ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mvc-product-trust li {
	display: grid;
	grid-template-columns: 20px 1fr;
	align-items: start;
	gap: 8px;
	font-weight: 720;
}

.mvc-product-trust li .mvc-icon {
	width: 18px;
	height: 18px;
	color: var(--mvc-gold);
}

.mvc-squad-presets {
	margin: 18px 0 0;
	padding: 18px;
	border: 1px solid rgba(200, 155, 44, 0.5);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(255, 203, 62, 0.16), rgba(255, 255, 255, 0)),
		#080808;
	color: #fff;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.mvc-squad-head {
	display: grid;
	gap: 6px;
	margin-bottom: 14px;
}

.mvc-squad-head strong {
	font-size: 20px;
	line-height: 1;
}

.mvc-squad-head p {
	margin: 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 13px;
	line-height: 1.45;
}

.mvc-squad-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.mvc-squad-preset,
.mvc-squad-clear {
	display: grid;
	gap: 4px;
	min-height: 56px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	padding: 10px 12px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	cursor: pointer;
	text-align: left;
	transition: transform 150ms ease, border-color 150ms ease, background 150ms ease;
}

.mvc-squad-preset span,
.mvc-squad-preset strong {
	display: block;
}

.mvc-squad-preset span {
	overflow: hidden;
	font-size: 13px;
	font-weight: 900;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mvc-squad-preset strong {
	color: var(--mvc-gold);
	font-size: 18px;
	line-height: 1;
}

.mvc-squad-clear {
	align-content: center;
	border-color: rgba(255, 255, 255, 0.22);
	color: rgba(255, 255, 255, 0.82);
	font-size: 12px;
	font-weight: 950;
	text-align: center;
	text-transform: uppercase;
}

.mvc-squad-preset:hover,
.mvc-squad-clear:hover,
.mvc-squad-preset.is-selected {
	transform: translateY(-1px);
	border-color: rgba(255, 203, 62, 0.9);
	background: rgba(255, 203, 62, 0.14);
}

.mvc-field-highlight {
	border-color: var(--mvc-gold) !important;
	box-shadow: 0 0 0 4px rgba(200, 155, 44, 0.18) !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	width: min(var(--mvc-max), calc(100% - 48px));
	margin: 18px auto;
	padding: 14px 16px;
	border: 1px solid rgba(200, 155, 44, 0.45);
	border-radius: var(--mvc-radius);
	background: #fff8dc;
	color: #111;
	list-style: none;
}

.woocommerce-cart form.woocommerce-cart-form,
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout form.checkout {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table {
	border: 1px solid var(--mvc-line);
	border-radius: var(--mvc-radius);
	background: #fff;
	overflow: hidden;
}

.woocommerce-cart table.shop_table th,
.woocommerce-checkout table.shop_table th {
	background: #050505;
	color: #fff;
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.woocommerce-cart table.shop_table td,
.woocommerce-checkout table.shop_table td {
	padding: 16px;
	border-color: rgba(0, 0, 0, 0.08);
	font-weight: 750;
}

.woocommerce-cart table.shop_table img,
.woocommerce-checkout table.shop_table img {
	width: 72px;
	border-radius: var(--mvc-radius);
	background: #f6f6f3;
}

.woocommerce-cart .cart_totals,
.woocommerce-checkout-review-order {
	border: 1px solid rgba(200, 155, 44, 0.45);
	border-radius: var(--mvc-radius);
	background: #fff;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

.woocommerce-cart .cart_totals h2,
.woocommerce-checkout h3 {
	margin-top: 0;
	font-size: 24px;
	line-height: 1.05;
	text-transform: uppercase;
}

.woocommerce-checkout form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
	gap: 28px;
	align-items: start;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review {
	min-width: 0;
}

.woocommerce-checkout #customer_details {
	display: grid;
	gap: 18px;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
	width: 100%;
	float: none;
	padding: 22px;
	border: 1px solid var(--mvc-line);
	border-radius: var(--mvc-radius);
	background: #fff;
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.04);
}

.woocommerce-checkout #payment {
	border: 1px solid var(--mvc-line);
	border-radius: var(--mvc-radius);
	background: #fff;
	overflow: hidden;
}

.mvc-payment-note span {
	color: #555;
	font-size: 13px;
	font-weight: 650;
}

.woocommerce-checkout #payment button[type="submit"] {
	width: 100%;
	min-height: 60px;
	background: #050505;
	color: #fff;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 18px;
	border: 0;
}

.woocommerce-checkout #payment div.form-row {
	padding: 18px;
}

.woocommerce-terms-and-conditions-wrapper {
	font-size: 14px;
	color: #555;
}

.mvc-checkout-trust {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	width: min(1180px, calc(100% - 32px));
	margin: 22px auto;
}

.mvc-checkout-trust div {
	display: grid;
	grid-template-columns: 38px 1fr;
	column-gap: 12px;
	align-items: center;
	padding: 18px;
	border: 1px solid var(--mvc-line);
	border-radius: var(--mvc-radius);
	background: #fff;
}

.mvc-checkout-trust .mvc-icon {
	grid-row: 1 / span 2;
	width: 38px;
	height: 38px;
	padding: 9px;
	border-radius: 50%;
	background: #fff8dc;
	color: #111;
}

.mvc-checkout-trust strong,
.mvc-checkout-trust span {
	display: block;
}

.mvc-checkout-trust strong {
	color: var(--mvc-gold);
	font-size: 22px;
}

.mvc-checkout-trust span {
	font-weight: 850;
}

.add_to_cart_button.mvc-is-adding,
.single_add_to_cart_button.mvc-is-adding {
	transform: translateY(1px) scale(0.99);
	box-shadow: 0 0 0 4px rgba(200, 155, 44, 0.18);
}

.mvc-empty-state,
.mvc-error-card {
	width: min(820px, calc(100% - 32px));
	margin: 60px auto;
	padding: 40px;
	border: 1px solid rgba(200, 155, 44, 0.48);
	border-radius: var(--mvc-radius);
	background: #050505;
	color: #fff;
	text-align: center;
	box-shadow: var(--mvc-shadow);
}

.mvc-empty-state h2,
.mvc-error-card h1 {
	margin: 16px 0 10px;
	font-size: clamp(34px, 6vw, 64px);
	line-height: 1;
	text-transform: uppercase;
}

.mvc-error-page {
	min-height: 62vh;
	display: grid;
	place-items: center;
	padding: 40px 0;
	background: linear-gradient(90deg, #fff 0 50%, #f2f6fb 50% 100%);
}

.mvc-result-card {
	padding: 20px;
	border: 1px solid var(--mvc-line);
	border-radius: var(--mvc-radius);
	background: #fff;
}

.mvc-footer {
	margin-top: 40px;
	padding: 44px 0 34px;
	border-top: 1px solid var(--mvc-line);
	background: #fff;
	color: #111;
}

.mvc-footer-inner {
	display: grid;
	grid-template-columns: 1.4fr repeat(3, 1fr);
	gap: 34px;
	width: min(var(--mvc-max), calc(100% - 48px));
	margin: 0 auto;
}

.mvc-footer p,
.mvc-footer a {
	display: block;
	color: #555;
	font-weight: 650;
}

.mvc-footer h3 {
	margin: 0 0 14px;
	color: #111;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition: none !important;
		animation: none !important;
	}
}

@media (max-width: 1180px) {
	.mvc-header-main {
		grid-template-columns: 210px minmax(280px, 1fr) 230px;
		gap: 16px;
	}

	.mvc-actions {
		grid-column: auto;
		justify-content: flex-end;
		gap: 10px;
	}

	.mvc-actions a {
		font-size: 10px;
	}

	.mvc-home-hero {
		grid-template-columns: minmax(290px, 0.72fr) minmax(420px, 1fr);
	}

	.mvc-hanging-shirt {
		min-height: 270px;
	}

	.mvc-hanging-shirt.mvc-real-shirt img {
		height: 285px;
	}

	.mvc-nation-grid {
		grid-template-columns: repeat(5, 1fr);
	}

	.mvc-league-grid,
	.mvc-legend-grid,
	.mvc-final-trust {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 980px) {
	.mvc-header-main {
		grid-template-columns: 1fr;
		width: calc(100% - 28px);
		gap: 16px;
	}

	.mvc-brand {
		justify-self: start;
	}

	.mvc-actions {
		display: none;
	}

	.mvc-home-hero {
		grid-template-columns: 1fr;
	}

	.mvc-shirt-gallery {
		min-height: 320px;
	}
}

@media (max-width: 780px) {
	.mvc-service-strip {
		grid-template-columns: repeat(2, 1fr);
	}

	.mvc-service-strip span {
		justify-content: flex-start;
		padding: 10px 16px;
	}

	.mvc-header-main {
		grid-template-columns: 1fr;
		width: calc(100% - 28px);
		gap: 14px;
		padding: 18px 0 12px;
	}

	.mvc-brand {
		justify-self: start;
		align-items: center;
	}

	.mvc-actions {
		display: none;
	}

	.mvc-nav {
		justify-content: flex-start;
		width: calc(100% - 28px);
		gap: 22px;
		padding: 12px 0;
	}

	.mvc-home-hero {
		min-height: auto;
		padding: 34px 14px 28px;
		gap: 24px;
	}

	.mvc-home-hero h1 {
		font-size: clamp(48px, 16vw, 72px);
	}

	.mvc-shirt-gallery {
		display: flex;
		grid-template-columns: none;
		gap: 14px;
		margin: 4px -14px 0;
		overflow-x: auto;
		min-height: 224px;
		padding: 0 14px 10px;
		scroll-snap-type: x proximity;
	}

	.mvc-shirt-gallery::before {
		display: none;
	}

	.mvc-hanging-shirt {
		min-height: 250px;
	}

	.mvc-hanging-shirt.mvc-real-shirt {
		flex: 0 0 160px;
		min-height: 216px;
		padding: 0;
		scroll-snap-align: start;
	}

	.mvc-hanging-shirt.mvc-real-shirt::before,
	.mvc-hanging-shirt.mvc-real-shirt::after {
		display: none;
	}

	.mvc-hanging-shirt.mvc-real-shirt img {
		height: 168px;
		filter: drop-shadow(0 16px 18px rgba(0, 0, 0, 0.16));
	}

	.mvc-hanging-shirt.mvc-real-shirt span {
		margin-top: 0;
	}

	.mvc-home-section,
	.mvc-world-cup-banner,
	.mvc-final-trust,
	.mvc-shop-shell,
	.mvc-page-shell,
	.mvc-product-shell,
	.mvc-footer-inner {
		width: calc(100% - 28px);
	}

	.mvc-nation-grid,
	.mvc-league-grid,
	.mvc-legend-grid {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x proximity;
		margin: 0 -14px;
		padding: 0 14px 10px;
	}

	.mvc-nation-card,
	.mvc-league-card,
	.mvc-legend-card {
		flex: 0 0 150px;
		scroll-snap-align: start;
	}

	.mvc-league-card {
		min-height: 126px;
		padding: 14px 12px;
	}

	.mvc-league-card.has-image span {
		width: 68px;
		height: 68px;
		border-radius: 18px;
		padding: 10px;
		background-size: contain;
	}

	.products.mvc-product-rail {
		grid-auto-columns: 180px;
		grid-template-columns: none;
	}

	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mvc-world-cup-banner {
		grid-template-columns: 1fr;
	}

	.mvc-cup-shirts {
		grid-template-columns: repeat(4, 150px);
		overflow-x: auto;
		padding: 0 20px 20px;
	}

	.mvc-cup-shirts a {
		min-height: 190px;
	}

	.mvc-cup-shirts img {
		height: 155px;
	}

	.mvc-final-trust,
	.mvc-footer-inner,
	.single-product div.product,
	.woocommerce-checkout form.checkout,
	.mvc-shop-hero {
		grid-template-columns: 1fr;
	}

	.single-product div.product .summary {
		position: static;
	}

	.mvc-product-identity,
	.mvc-squad-grid {
		grid-template-columns: 1fr;
	}

	.mvc-footer {
		margin-top: 24px;
	}
}

@media (max-width: 520px) {
	.mvc-promo-strip {
		font-size: 11px;
	}

	.mvc-service-strip {
		display: flex;
		justify-content: flex-start;
		overflow-x: auto;
	}

	.mvc-service-strip span {
		flex: 0 0 auto;
		min-width: 160px;
	}

	.mvc-brand-mark {
		width: 54px;
		height: 54px;
		font-size: 24px;
	}

	.mvc-search {
		min-height: 54px;
		grid-template-columns: 1fr 52px;
	}

	.mvc-search input {
		min-height: 52px;
		font-size: 14px;
	}

	.mvc-home-hero {
		padding-top: 28px;
	}

	.mvc-hero-cta,
	.mvc-world-cup-banner a {
		width: 100%;
	}

	.mvc-section-title h2 {
		font-size: 19px;
	}

	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.woocommerce-cart table.shop_table,
	.woocommerce-cart table.shop_table tbody,
	.woocommerce-cart table.shop_table tr,
	.woocommerce-cart table.shop_table td {
		display: block;
		width: 100%;
	}

	.woocommerce-cart table.shop_table thead {
		display: none;
	}

	.woocommerce-cart table.shop_table td {
		text-align: left !important;
	}

	.woocommerce-checkout .col-1,
	.woocommerce-checkout .col-2 {
		padding: 16px;
	}

	.mvc-entity-card {
		max-width: calc(100% - 18px);
	}

	.mvc-entity-card em {
		max-width: 84px;
	}

	.mvc-squad-presets {
		padding: 14px;
		border-radius: 14px;
	}
}
