:root {
	--mf-yellow: #ef2029;
	--mf-primary-text: #ffffff;
	--mf-orange: #f14705;
	--mf-green: #669900;
	--mf-blue: #0066c0;
	--mf-ink: #111111;
	--mf-text: #666666;
	--mf-muted: #999999;
	--mf-border: #e1e1e1;
	--mf-soft: #f5f5f5;
	--mf-white: #ffffff;
	--mf-width: 1440px;
	--mf-font: "Work Sans", Inter, "Segoe UI", Arial, sans-serif;
	--mf-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--mf-white);
	color: var(--mf-text);
	font-family: var(--mf-font);
	font-size: 14px;
}

body.gsp-shell-locked,
body.gsp-filter-open,
body.gsp-quick-view-open {
	overflow: hidden;
}

a {
	transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.gsp-mf-shell {
	display: flex;
	width: min(var(--mf-width), calc(100% - 40px));
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

html.gsp-storefront-ready nav.navbar-primary {
	display: none !important;
}

html.gsp-storefront-ready .gh-header,
html.gsp-storefront-ready .gh-footer,
html.gsp-storefront-ready .gh-mobile-actions {
	display: none !important;
}

html.gsp-storefront-ready .gh-hero-content {
	min-width: 0 !important;
}

/* Martfury header */
.gsp-market-header {
	position: relative;
	z-index: 1040;
	width: 100%;
	background: var(--mf-white);
	color: var(--mf-text);
	font-family: var(--mf-font);
}

.gsp-mf-promo {
	display: flex;
	min-height: 80px;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 10px 20px;
	background: linear-gradient(105deg, #f1f1f1 0%, #fafafa 52%, #e8e8e8 100%);
	color: var(--mf-ink);
}

.gsp-mf-promo strong {
	color: var(--mf-orange);
	font-size: 22px;
	font-weight: 500;
}

.gsp-mf-promo span {
	font-size: 14px;
}

.gsp-mf-promo a {
	padding: 8px 15px;
	border-radius: 3px;
	background: var(--mf-orange);
	color: #fff !important;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none !important;
	text-transform: uppercase;
}

.gsp-mf-topbar {
	height: 50px;
	border-bottom: 1px solid var(--mf-border);
	background: #fff;
}

.gsp-mf-topbar .gsp-mf-shell {
	height: 100%;
	font-size: 12px;
}

.gsp-mf-topbar nav {
	display: flex;
	height: 100%;
	align-items: center;
}

.gsp-mf-topbar nav a {
	padding: 0 15px;
	border-left: 1px solid var(--mf-border);
	color: var(--mf-text) !important;
	text-decoration: none !important;
}

.gsp-market-header__bar {
	display: grid;
	width: min(var(--mf-width), calc(100% - 40px));
	min-height: 82px;
	align-items: center;
	gap: 28px;
	margin: 0 auto;
	grid-template-columns: 210px minmax(360px, 1fr) auto;
}

.gsp-menu-trigger {
	display: none !important;
}

.gsp-market-brand {
	display: flex;
	min-width: 0;
	flex-direction: column;
	color: var(--mf-ink) !important;
	line-height: 1;
	text-decoration: none !important;
}

.gsp-market-brand strong {
	font-size: 31px;
	font-weight: 600;
	letter-spacing: -1.8px;
}

.gsp-market-brand strong span,
.gsp-market-footer__brand strong span {
	color: var(--mf-yellow);
}

.gsp-business-suffix {
	display: block;
	margin-top: 3px;
	color: var(--mf-ink);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.32em;
	line-height: 1;
	text-transform: uppercase;
}

.gsp-market-brand small {
	margin-top: 7px;
	color: var(--mf-muted);
	font-size: 8px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.gsp-market-actions {
	display: flex;
	align-items: center;
	gap: 4px;
}

.gsp-market-icon {
	position: relative;
	display: flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	cursor: pointer;
}

.gsp-market-icon img {
	width: 24px;
	height: 24px;
	filter: invert(1);
	object-fit: contain;
}

.gsp-search-trigger {
	display: none;
}

.gsp-action-badge {
	position: absolute;
	top: 2px;
	right: 1px;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border-radius: 50%;
	background: var(--mf-yellow);
	color: var(--mf-primary-text);
	font-size: 10px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
}

.gsp-market-account {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: 6px;
	color: var(--mf-ink) !important;
	text-decoration: none !important;
}

.gsp-market-account img {
	width: 27px;
	height: 27px;
	filter: invert(1);
}

.gsp-market-account span {
	display: flex;
	flex-direction: column;
	line-height: 1.25;
}

.gsp-market-account strong {
	font-size: 12px;
}

.gsp-market-account small {
	color: var(--mf-muted);
	font-size: 10px;
}

.gsp-market-register {
	display: inline-flex;
	min-height: 36px;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
	padding: 0 14px;
	border: 1px solid var(--mf-yellow);
	border-radius: 2px;
	color: var(--mf-yellow) !important;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
}

.gsp-market-register:hover,
.gsp-market-register:focus-visible {
	background: var(--mf-yellow);
	color: #fff !important;
	outline: 0;
}

.gsp-search-panel {
	position: relative;
	visibility: visible;
	width: 100%;
	transform: none;
	background: transparent;
	opacity: 1;
}

.gsp-search-panel__form {
	display: grid;
	height: 46px;
	grid-template-columns: 72px minmax(0, 1fr) 92px 0;
	border: 1px solid var(--mf-border);
	border-radius: 3px;
	background: #fff;
	overflow: hidden;
}

.gsp-search-panel__form > label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.gsp-mf-search-category {
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid var(--mf-border);
	color: var(--mf-ink);
	font-size: 12px;
}

.gsp-search-panel__form input {
	min-width: 0;
	padding: 0 17px;
	border: 0;
	outline: 0;
	box-shadow: none !important;
	font-size: 13px;
}

.gsp-search-panel__form button[type="submit"] {
	border: 0;
	background: var(--mf-yellow);
	color: var(--mf-primary-text);
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.gsp-search-close {
	display: none;
}

.gsp-search-results {
	position: absolute;
	z-index: 5;
	top: calc(100% + 7px);
	right: 0;
	left: 0;
	display: grid;
	max-height: 430px;
	overflow: auto;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border: 1px solid var(--mf-border);
	background: #fff;
	box-shadow: var(--mf-shadow);
}

.gsp-search-results:empty {
	display: none;
}

.gsp-search-results__hint,
.gsp-search-results__catalogue,
.gsp-search-results__categories {
	grid-column: 1 / -1;
}

.gsp-search-results__hint {
	margin: 0;
	padding: 18px;
	color: var(--mf-muted);
}

.gsp-search-results__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	padding: 13px 15px;
	border-bottom: 1px solid var(--mf-border);
}

.gsp-search-results__categories a {
	padding: 5px 9px;
	background: var(--mf-soft);
	color: var(--mf-ink) !important;
	font-size: 11px;
	text-decoration: none !important;
}

.gsp-search-result {
	display: grid;
	min-width: 0;
	align-items: center;
	gap: 12px;
	padding: 11px 14px;
	grid-template-columns: 52px 1fr auto;
	border-bottom: 1px solid var(--mf-border);
	color: var(--mf-ink) !important;
	text-decoration: none !important;
}

.gsp-search-result:nth-child(even) {
	border-left: 1px solid var(--mf-border);
}

.gsp-search-result img {
	width: 52px;
	height: 52px;
	object-fit: contain;
}

.gsp-search-result span {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 4px;
}

.gsp-search-result strong {
	overflow: hidden;
	color: var(--mf-blue);
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gsp-search-result small {
	color: var(--mf-muted);
	font-size: 10px;
}

.gsp-mf-navigation {
	height: 50px;
	border-top: 1px solid var(--mf-border);
	border-bottom: 1px solid var(--mf-border);
}

.gsp-mf-navigation .gsp-mf-shell {
	height: 100%;
}

.gsp-mf-department {
	display: flex;
	width: 245px;
	height: 100%;
	align-items: center;
	gap: 10px;
	padding: 0 18px;
	background: var(--mf-yellow);
	color: var(--mf-primary-text) !important;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none !important;
}

.gsp-mf-department b {
	margin-left: auto;
}

.gsp-market-nav {
	display: flex;
	height: 100%;
	align-items: center;
	margin-right: auto;
}

.gsp-market-nav a {
	display: flex;
	height: 100%;
	align-items: center;
	padding: 0 18px;
	color: var(--mf-text) !important;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none !important;
}

.gsp-market-nav a:hover {
	color: var(--mf-ink) !important;
}

.gsp-market-hotline {
	color: var(--mf-text) !important;
	font-size: 12px;
	text-decoration: none !important;
}

.gsp-market-hotline span {
	margin-right: 6px;
}

.gsp-market-hotline strong {
	color: var(--mf-ink);
}

.gsp-mobile-drawer,
.gsp-shell-scrim {
	position: fixed;
	z-index: 1070;
	visibility: hidden;
	opacity: 0;
}

.gsp-mobile-drawer {
	top: 0;
	bottom: 0;
	left: 0;
	width: min(360px, calc(100vw - 35px));
	overflow: auto;
	padding: 0 28px 35px;
	transform: translateX(-100%);
	background: #fff;
	transition: transform 0.28s ease, opacity 0.2s ease, visibility 0.28s;
}

.gsp-menu-open .gsp-mobile-drawer {
	visibility: visible;
	transform: translateX(0);
	opacity: 1;
}

.gsp-mobile-drawer__top {
	display: flex;
	height: 68px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--mf-border);
	color: var(--mf-ink);
}

.gsp-mobile-drawer__top strong {
	font-size: 20px;
}

.gsp-mobile-drawer__top button {
	width: 36px;
	height: 36px;
	border: 0;
	background: var(--mf-yellow);
	color: var(--mf-primary-text);
	font-size: 22px;
}

.gsp-mobile-drawer nav {
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}

.gsp-mobile-drawer nav a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 0;
	border-bottom: 1px solid var(--mf-border);
	color: var(--mf-ink) !important;
	font-size: 14px;
	text-decoration: none !important;
}

.gsp-mobile-drawer nav span {
	color: var(--mf-muted);
	font-size: 10px;
}

.gsp-mobile-drawer__contact {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: 28px;
	padding: 17px;
	background: var(--mf-soft);
}

.gsp-mobile-drawer__contact span {
	font-size: 11px;
}

.gsp-mobile-drawer__contact a {
	color: var(--mf-ink) !important;
	font-size: 17px;
	font-weight: 600;
}

.gsp-shell-scrim {
	inset: 0;
	z-index: 1060;
	border: 0;
	background: rgba(0, 0, 0, 0.55);
	transition: opacity 0.2s ease, visibility 0.2s;
}

.gsp-menu-open .gsp-shell-scrim,
.gsp-search-open .gsp-shell-scrim {
	visibility: visible;
	opacity: 1;
}

/* Shared buttons and headings */
.gsp-button {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none !important;
}

.gsp-button--yellow {
	background: var(--mf-yellow);
	color: var(--mf-primary-text) !important;
}

.gsp-button--yellow:hover,
.gsp-button--dark:hover {
	background: var(--mf-ink);
	color: #fff !important;
}

.gsp-button--text {
	padding-right: 0;
	padding-left: 0;
	color: var(--mf-ink) !important;
}

.gsp-button--dark {
	background: var(--mf-ink);
	color: #fff !important;
}

.gsp-mf-section-title {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--mf-border);
}

.gsp-mf-section-title > div {
	display: flex;
	align-items: baseline;
	gap: 16px;
}

.gsp-mf-section-title h2 {
	margin: 0;
	color: var(--mf-ink);
	font-size: 24px;
	font-weight: 500;
}

.gsp-mf-section-title span {
	color: var(--mf-muted);
	font-size: 12px;
}

.gsp-mf-section-title > a {
	color: var(--mf-ink) !important;
	font-size: 12px;
	text-decoration: underline;
}

/* Homepage */
body.gsp-storefront-home main.container {
	width: 100%;
	max-width: none;
	padding: 0;
}

body.gsp-storefront-home .page_content,
body.gsp-storefront-home .page_content > .web-page-content {
	margin: 0 !important;
	padding: 0 !important;
}

.gsp-home {
	background: #fff;
}

.gsp-home-hero {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 358px;
	background: #f1f1f1;
	overflow: hidden;
}

.gsp-mobile-drawer nav .gsp-mobile-auth {
	margin-top: 20px;
	padding: 18px;
	border: 1px solid var(--mf-border);
	background: var(--mf-soft);
}

.gsp-mobile-auth p {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 0 0 14px;
}

.gsp-mobile-auth p strong {
	color: var(--mf-ink);
	font-size: 14px;
}

.gsp-mobile-auth p span {
	color: var(--mf-text);
	font-size: 11px;
	line-height: 1.5;
}

.gsp-mobile-auth > div {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gsp-mobile-drawer nav .gsp-mobile-auth a {
	min-height: 42px;
	justify-content: center;
	padding: 0 10px;
	border: 1px solid var(--mf-yellow);
	background: #fff;
	color: var(--mf-yellow) !important;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
}

.gsp-mobile-drawer nav .gsp-mobile-auth a:last-child {
	background: var(--mf-yellow);
	color: #fff !important;
}

.gsp-home-hero__slides {
	display: grid;
	height: auto;
	min-height: inherit;
}

.gsp-home-hero__slide {
	display: grid;
	height: auto;
	min-height: inherit;
	box-sizing: border-box;
	grid-area: 1 / 1;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	animation: gsp-home-hero-enter 480ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.gsp-home-hero__slide[hidden] {
	display: grid;
	visibility: hidden;
	animation: none;
	pointer-events: none;
}

@keyframes gsp-home-hero-enter {
	from {
		transform: translateX(2.5%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

.gsp-home-hero__copy {
	position: relative;
	z-index: 2;
	display: flex;
	grid-column: 1;
	grid-row: 1;
	max-width: 570px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 65px 35px 65px max(35px, calc((100vw - var(--mf-width)) / 2));
}

.gsp-mf-offer {
	margin: 0 0 14px;
	color: var(--mf-orange);
	font-size: 12px;
	font-weight: 500;
}

.gsp-home-hero h1,
.gsp-home-hero h2 {
	margin: 0;
	color: var(--mf-ink);
	font-size: clamp(38px, 4.4vw, 62px);
	font-weight: 400;
	letter-spacing: -2px;
	line-height: 1.02;
	text-transform: none;
}

.gsp-home-hero__discount {
	margin: 20px 0 0;
	color: var(--mf-text);
	font-size: 13px;
}

.gsp-home-hero__discount strong {
	display: block;
	margin-top: 4px;
	color: var(--mf-green);
	font-size: 25px;
	font-weight: 500;
}

.gsp-home-hero__lead {
	max-width: 450px;
	margin: 16px 0 0;
	color: var(--mf-text);
	font-size: 13px;
	line-height: 1.6;
}

.gsp-home-hero__actions {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 23px;
}

.gsp-home-hero__media {
	position: relative;
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	overflow: hidden;
}

.gsp-home-hero__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #f1f1f1 0%, rgba(241, 241, 241, 0.08) 27%, rgba(241, 241, 241, 0));
	content: "";
}

.gsp-home-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	filter: saturate(1.02) contrast(1.02);
	object-fit: cover;
	object-position: center right;
}

.gsp-home-hero__media--shop-photo {
	background: #e7e8e9;
}

.gsp-home-hero__media--shop-photo img {
	transform: scale(1.015);
	filter: contrast(1.03) saturate(1.04);
	object-fit: cover;
	object-position: 59% 47%;
}

.gsp-home-hero__media--product {
	isolation: isolate;
	background:
		radial-gradient(circle at 67% 47%, rgba(239, 32, 41, 0.15) 0 31%, transparent 31.5%),
		linear-gradient(135deg, #fff 0 48%, #f7f7f7 48% 100%);
}

.gsp-home-hero__media--product::before {
	position: absolute;
	z-index: -1;
	right: 8%;
	bottom: 13%;
	width: 72%;
	height: 16%;
	border-radius: 50%;
	background: rgba(19, 20, 21, 0.13);
	filter: blur(24px);
	content: "";
}

.gsp-home-hero__media--product::after {
	background: linear-gradient(90deg, #f1f1f1 0%, rgba(241, 241, 241, 0.12) 20%, transparent 43%);
}

.gsp-home-hero__media--product img {
	position: relative;
	z-index: 1;
	padding: 34px 7% 28px 10%;
	filter: drop-shadow(0 24px 24px rgba(19, 20, 21, 0.18));
	object-fit: contain;
	object-position: center;
}

.gsp-home-hero__media--dio-lineup .gsp-dio-feature {
	position: relative;
	z-index: 1;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	padding: 8px 18px 14px;
}

.gsp-dio-feature__bikes {
	display: grid;
	min-height: 0;
	flex: 1 1 auto;
	align-items: end;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
}

.gsp-dio-feature__bikes > span {
	display: flex;
	min-width: 0;
	min-height: 0;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

.gsp-home-hero__media--dio-lineup .gsp-dio-feature__bikes img {
	position: static;
	width: 100%;
	height: calc(100% - 24px);
	padding: 0;
	transform: scale(1.38);
	transform-origin: center bottom;
	filter: drop-shadow(0 14px 12px rgba(19, 20, 21, 0.18));
	object-fit: contain;
	object-position: center bottom;
}

.gsp-dio-feature__bikes small {
	display: block;
	max-width: 100%;
	min-height: 20px;
	overflow: hidden;
	color: var(--mf-text);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gsp-dio-feature__swatches {
	display: flex;
	min-height: 26px;
	align-items: center;
	justify-content: center;
	gap: 9px;
}

.gsp-dio-feature__swatches i {
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--dio-colour);
	box-shadow: 0 0 0 1px rgba(19, 20, 21, 0.22);
}

.gsp-home-hero__media--gear {
	background: #f5f2f2;
}

.gsp-home-hero__media--gear img {
	filter: none;
	object-fit: cover;
	object-position: center;
}

.gsp-home-hero__media--split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 5px;
	background: #fff;
}

.gsp-home-hero__media--split > span {
	display: block;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
}

.gsp-home-hero__media--split img {
	object-fit: cover;
	object-position: center;
}

.gsp-home-hero__media--split > span:first-child img {
	object-position: right center;
}

.gsp-home-hero__controls {
	position: absolute;
	z-index: 5;
	right: max(24px, calc((100vw - var(--mf-width)) / 2));
	bottom: 22px;
	display: flex;
	align-items: center;
	gap: 11px;
}

.gsp-home-hero__arrow {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	background: rgba(20, 20, 20, 0.66);
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
	color: #fff;
	font-size: 17px;
	line-height: 1;
	transition: background 180ms ease, transform 180ms ease;
}

.gsp-home-hero__arrow:hover,
.gsp-home-hero__arrow:focus-visible {
	transform: scale(1.06);
	background: var(--mf-yellow);
	color: var(--mf-ink);
}

.gsp-home-hero__dots {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 8px 10px;
	border-radius: 999px;
	background: rgba(20, 20, 20, 0.62);
}

.gsp-home-hero__dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.66);
	transition: width 180ms ease, background 180ms ease;
}

.gsp-home-hero__dots button.is-active {
	width: 23px;
	border-radius: 999px;
	background: var(--mf-yellow);
}

.gsp-home-hero__dots button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.gsp-policy-strip {
	display: grid;
	width: min(var(--mf-width), calc(100% - 40px));
	margin: 0 auto;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-bottom: 1px solid var(--mf-border);
}

.gsp-policy-strip > div {
	display: flex;
	min-height: 96px;
	align-items: center;
	gap: 15px;
	padding: 18px 30px;
	border-right: 1px solid var(--mf-border);
}

.gsp-policy-strip > div:last-child {
	border-right: 0;
}

.gsp-mf-policy-icon {
	color: var(--mf-yellow);
	font-size: 31px;
	line-height: 1;
}

.gsp-policy-strip p {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
}

.gsp-policy-strip strong {
	color: var(--mf-ink);
	font-size: 13px;
	font-weight: 600;
}

.gsp-policy-strip small {
	color: var(--mf-muted);
	font-size: 11px;
}

.gsp-mf-promos {
	display: grid;
	width: min(var(--mf-width), calc(100% - 40px));
	margin: 42px auto 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.gsp-mf-promos > a {
	position: relative;
	display: grid;
	min-height: 194px;
	align-items: center;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	background: #f6f6f6;
	color: var(--mf-ink) !important;
	overflow: hidden;
	text-decoration: none !important;
}

.gsp-mf-promos > a:nth-child(2) {
	background: #f2ede8;
}

.gsp-mf-promos > a:nth-child(3) {
	background: #f5f1e7;
}

.gsp-mf-promos > a > div {
	position: relative;
	z-index: 2;
	padding: 26px 0 26px 25px;
}

.gsp-mf-promos span {
	color: var(--mf-muted);
	font-size: 10px;
}

.gsp-mf-promos h2 {
	margin: 9px 0 18px;
	color: var(--mf-ink);
	font-size: 21px;
	font-weight: 500;
	line-height: 1.1;
}

.gsp-mf-promos small {
	color: var(--mf-ink);
	font-size: 10px;
	font-weight: 600;
}

.gsp-mf-promos img {
	width: 100%;
	height: 194px;
	object-fit: cover;
	object-position: center right;
	transition: transform 280ms ease;
}

.gsp-mf-promos > a:hover img,
.gsp-mf-promos > a:focus-visible img {
	transform: scale(1.035);
}

.gsp-featured,
.gsp-category-rail,
.gsp-story,
.gsp-awards,
.gsp-locations {
	width: min(var(--mf-width), calc(100% - 40px));
	margin: 55px auto 0;
}

.gsp-featured-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	border-left: 1px solid var(--mf-border);
}

.gsp-featured-loading {
	grid-column: 1 / -1;
	padding: 45px;
	border: 1px solid var(--mf-border);
	color: var(--mf-muted);
	text-align: center;
}

.gsp-feature-card {
	display: flex;
	min-width: 0;
	min-height: 390px;
	flex-direction: column;
	padding: 16px;
	border-top: 1px solid var(--mf-border);
	border-right: 1px solid var(--mf-border);
	border-bottom: 1px solid var(--mf-border);
	background: #fff;
	transition: box-shadow 0.2s ease;
}

.gsp-feature-card:hover {
	position: relative;
	z-index: 2;
	box-shadow: var(--mf-shadow);
}

.gsp-feature-card__image {
	display: block;
	height: 205px;
	overflow: hidden;
}

.gsp-feature-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.gsp-feature-card__category {
	margin: 15px 0 5px;
	color: var(--mf-muted);
	font-size: 10px;
}

.gsp-feature-card__title {
	display: -webkit-box;
	overflow: hidden;
	color: var(--mf-blue) !important;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.gsp-feature-card__description {
	display: -webkit-box;
	overflow: hidden;
	margin: 8px 0;
	color: var(--mf-muted);
	font-size: 10px;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.gsp-feature-card__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: auto;
}

.gsp-feature-card__bottom strong {
	color: var(--mf-green);
	font-size: 15px;
	font-weight: 600;
}

.gsp-feature-card__bottom span {
	color: var(--mf-orange);
	font-size: 9px;
}

.gsp-category-track {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	border-top: 1px solid var(--mf-border);
	border-left: 1px solid var(--mf-border);
}

.gsp-category-track a {
	position: relative;
	display: flex;
	min-height: 190px;
	flex-direction: column;
	justify-content: center;
	padding: 20px 16px 18px;
	border-top: 3px solid transparent;
	border-right: 1px solid var(--mf-border);
	border-bottom: 1px solid var(--mf-border);
	background: #fff;
	color: var(--mf-ink) !important;
	overflow: hidden;
	text-align: center;
	text-decoration: none !important;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.gsp-category-track a:hover,
.gsp-category-track a:focus-visible {
	z-index: 1;
	transform: translateY(-3px);
	border-top-color: var(--mf-yellow);
	box-shadow: 0 9px 24px rgba(28, 31, 38, 0.12);
	outline: 0;
}

.gsp-category-track__media {
	position: relative;
	display: flex;
	width: 100%;
	height: 78px;
	align-items: center;
	justify-content: center;
	margin: 0 0 16px;
}

.gsp-category-track a:nth-child(1) {
	--gsp-category-delay: 0s;
}

.gsp-category-track a:nth-child(2) {
	--gsp-category-delay: 0.36s;
}

.gsp-category-track a:nth-child(3) {
	--gsp-category-delay: 0.72s;
}

.gsp-category-track a:nth-child(4) {
	--gsp-category-delay: 1.08s;
}

.gsp-category-track a:nth-child(5) {
	--gsp-category-delay: 1.44s;
}

.gsp-category-track a:nth-child(-n+5) .gsp-category-track__media::before {
	position: absolute;
	width: 92px;
	height: 54px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(239, 32, 41, 0.16), rgba(239, 32, 41, 0) 72%);
	content: "";
	animation: gsp-category-logo-halo 4.6s ease-in-out infinite;
	animation-delay: var(--gsp-category-delay);
	pointer-events: none;
}

.gsp-category-track__media img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	animation: gsp-category-logo-float 4.6s ease-in-out infinite;
	animation-delay: var(--gsp-category-delay);
	filter: drop-shadow(0 5px 7px rgba(19, 20, 21, 0.08));
	object-fit: contain;
	transition: filter 180ms ease, transform 180ms ease;
}

.gsp-category-track a:hover .gsp-category-track__media img,
.gsp-category-track a:focus-visible .gsp-category-track__media img {
	transform: translateY(-4px) scale(1.08);
	animation: none;
	filter: drop-shadow(0 10px 12px rgba(239, 32, 41, 0.2));
}

@keyframes gsp-category-logo-float {
	0%,
	100% {
		transform: translateY(0) scale(1);
	}

	50% {
		transform: translateY(-7px) scale(1.035);
	}
}

@keyframes gsp-category-logo-halo {
	0%,
	100% {
		transform: scale(0.86);
		opacity: 0.2;
	}

	50% {
		transform: scale(1.16);
		opacity: 0.72;
	}
}

.gsp-category-track__media--engine svg {
	width: 82px;
	height: 62px;
	fill: none;
	stroke: var(--mf-yellow);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 4;
}

.gsp-category-track strong {
	font-size: 14px;
	font-weight: 600;
}

.gsp-category-track small {
	margin-top: 6px;
	color: var(--mf-muted);
	font-size: 10px;
}

.gsp-brand-directory {
	width: min(var(--mf-width), calc(100% - 40px));
	margin: 55px auto 0;
}

.gsp-brand-marquee {
	display: grid;
	gap: 10px;
	padding: 14px 0;
	border-top: 2px solid var(--mf-yellow);
	border-bottom: 1px solid var(--mf-border);
	background: #fff;
}

.gsp-brand-marquee__lane {
	overflow: hidden;
}

.gsp-brand-marquee__track {
	display: flex;
	width: max-content;
	animation: gsp-brand-marquee 58s linear infinite;
}

.gsp-brand-marquee__lane--reverse .gsp-brand-marquee__track {
	animation-direction: reverse;
	animation-duration: 64s;
}

.gsp-brand-marquee__set {
	display: flex;
	gap: 12px;
	padding-right: 12px;
}

.gsp-brand-marquee:hover .gsp-brand-marquee__track,
.gsp-brand-marquee:focus-within .gsp-brand-marquee__track {
	animation-play-state: paused;
}

.gsp-brand-logo-card {
	position: relative;
	display: grid;
	width: 170px;
	height: 78px;
	flex: 0 0 170px;
	place-items: center;
	overflow: hidden;
	border: 1px solid var(--mf-border);
	border-radius: 4px;
	background: #fff;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.gsp-brand-logo-card:hover,
.gsp-brand-logo-card:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(239, 32, 41, 0.5);
	box-shadow: 0 7px 18px rgba(19, 20, 21, 0.1);
	outline: 0;
}

.gsp-brand-logo-card img {
	display: block;
	width: calc(100% - 18px);
	height: calc(100% - 16px);
	object-fit: contain;
}

.gsp-brand-logo-card--dark {
	border-color: #202226;
	background: #121316;
}

.gsp-brand-logo-card--dark:hover,
.gsp-brand-logo-card--dark:focus-visible {
	border-color: var(--mf-red);
	box-shadow: 0 7px 18px rgba(19, 20, 21, 0.22);
}

@keyframes gsp-brand-marquee {
	to {
		transform: translateX(-50%);
	}
}

@media (hover: none) and (pointer: coarse) {
	.gsp-brand-marquee__track {
		animation-duration: 80s;
	}

	.gsp-brand-marquee__lane--reverse .gsp-brand-marquee__track {
		animation-duration: 86s;
	}

	.gsp-brand-logo-card {
		width: 138px;
		height: 64px;
		flex-basis: 138px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gsp-category-track__media img,
	.gsp-category-track a:nth-child(-n+5) .gsp-category-track__media::before {
		animation: none;
	}

	.gsp-brand-marquee,
	.gsp-brand-marquee__lane {
		overflow: visible;
	}

	.gsp-brand-marquee__track {
		width: 100%;
		animation: none;
	}

	.gsp-brand-marquee__set {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		padding-right: 0;
	}

	.gsp-brand-marquee__set[aria-hidden="true"] {
		display: none;
	}
}

/* Customer account dashboard */
body.gsp-account-page {
	background: #f4f5f6;
}

body.gsp-account-page main.container {
	width: 100%;
	max-width: none;
	padding: 0;
}

body.gsp-account-page .page_content,
body.gsp-account-page .page_content > .web-page-content {
	margin: 0 !important;
	padding: 0 !important;
}

.gsp-account {
	width: min(var(--mf-width), calc(100% - 40px));
	margin: 0 auto;
	padding: 40px 0 70px;
}

.gsp-account-hero {
	position: relative;
	display: grid;
	min-height: 210px;
	align-items: center;
	padding: 35px 38px;
	overflow: hidden;
	grid-template-columns: 84px minmax(0, 1fr) auto;
	gap: 25px;
	background: #171819;
	color: #fff;
}

.gsp-account-hero::after {
	position: absolute;
	right: -90px;
	bottom: -170px;
	width: 430px;
	height: 430px;
	border: 85px solid rgba(239, 32, 41, 0.28);
	border-radius: 50%;
	content: "";
}

.gsp-account-avatar {
	position: relative;
	z-index: 1;
	display: grid;
	width: 78px;
	height: 78px;
	place-items: center;
	border: 2px solid rgba(255, 255, 255, 0.75);
	border-radius: 50%;
	background: var(--mf-yellow);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
	color: #fff;
	font-size: 25px;
	font-weight: 700;
}

.gsp-account-hero__copy,
.gsp-account-hero__actions {
	position: relative;
	z-index: 1;
}

.gsp-account-hero__copy p {
	margin: 0 0 8px;
	color: #ff7a80;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gsp-account-hero__copy h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(27px, 3vw, 42px);
	font-weight: 500;
	letter-spacing: -1.2px;
	line-height: 1.08;
}

.gsp-account-hero__copy > span {
	display: block;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
}

.gsp-account-hero__actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.gsp-button--outline-light {
	border: 1px solid rgba(255, 255, 255, 0.62);
	background: transparent;
	color: #fff !important;
}

.gsp-button--outline-light:hover,
.gsp-button--outline-light:focus-visible {
	border-color: #fff;
	background: #fff;
	color: var(--mf-ink) !important;
}

.gsp-account-nav {
	display: flex;
	min-height: 58px;
	align-items: stretch;
	overflow-x: auto;
	border-right: 1px solid var(--mf-border);
	border-bottom: 1px solid var(--mf-border);
	border-left: 1px solid var(--mf-border);
	background: #fff;
	scrollbar-width: thin;
}

.gsp-account-nav a {
	display: flex;
	min-width: max-content;
	align-items: center;
	padding: 0 25px;
	border-top: 3px solid transparent;
	color: var(--mf-text) !important;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none !important;
}

.gsp-account-nav a:hover,
.gsp-account-nav a:focus-visible,
.gsp-account-nav a.is-active {
	border-top-color: var(--mf-yellow);
	background: #fafafa;
	color: var(--mf-ink) !important;
	outline: 0;
}

.gsp-account-stats {
	display: grid;
	margin-top: 28px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--mf-border);
	border-left: 1px solid var(--mf-border);
}

.gsp-account-stats > a {
	position: relative;
	display: grid;
	min-height: 155px;
	align-content: center;
	padding: 23px 25px 20px 76px;
	border-right: 1px solid var(--mf-border);
	border-bottom: 1px solid var(--mf-border);
	background: #fff;
	color: var(--mf-ink) !important;
	text-decoration: none !important;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.gsp-account-stats > a > span {
	position: absolute;
	top: 28px;
	left: 24px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 50%;
	background: rgba(239, 32, 41, 0.1);
	color: var(--mf-yellow);
	font-size: 20px;
}

.gsp-account-stats small,
.gsp-account-stats em {
	color: var(--mf-muted);
	font-size: 9px;
	font-style: normal;
}

.gsp-account-stats strong {
	margin: 5px 0 4px;
	font-size: 24px;
	font-weight: 600;
}

.gsp-account-stats > a:hover,
.gsp-account-stats > a:focus-visible {
	z-index: 1;
	transform: translateY(-3px);
	box-shadow: 0 12px 24px rgba(17, 17, 17, 0.1);
	outline: 0;
}

.gsp-account-layout {
	display: grid;
	align-items: start;
	margin-top: 28px;
	grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.75fr);
	gap: 24px;
}

.gsp-account-panel {
	border: 1px solid var(--mf-border);
	background: #fff;
}

.gsp-account-panel > header {
	display: flex;
	min-height: 88px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 24px;
	border-bottom: 1px solid var(--mf-border);
}

.gsp-account-panel header p {
	margin: 0 0 3px;
	color: var(--mf-yellow);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gsp-account-panel header h2 {
	margin: 0;
	font-size: 21px;
	font-weight: 500;
}

.gsp-account-panel header > a,
.gsp-account-details > a {
	color: var(--mf-blue) !important;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none !important;
}

.gsp-account-order-list {
	display: grid;
}

.gsp-account-order {
	display: grid;
	min-height: 78px;
	align-items: center;
	padding: 14px 24px;
	grid-template-columns: minmax(180px, 1.25fr) minmax(110px, 0.8fr) minmax(110px, 0.7fr) auto;
	gap: 18px;
	border-bottom: 1px solid var(--mf-border);
	color: var(--mf-ink) !important;
	text-decoration: none !important;
}

.gsp-account-order:last-child {
	border-bottom: 0;
}

.gsp-account-order:hover,
.gsp-account-order:focus-visible {
	background: #fafafa;
	outline: 0;
}

.gsp-account-order > span {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 3px;
}

.gsp-account-order small {
	color: var(--mf-muted);
	font-size: 9px;
}

.gsp-account-order strong {
	overflow: hidden;
	font-size: 11px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gsp-account-status {
	min-width: 76px;
	padding: 7px 9px;
	border-radius: 999px;
	background: #fff1e8;
	color: #c75b1a;
	font-size: 9px;
	font-style: normal;
	font-weight: 700;
	text-align: center;
}

.gsp-account-status--success {
	background: #edf7eb;
	color: #3b7d32;
}

.gsp-account-status--muted {
	background: #f0f0f0;
	color: #777;
}

.gsp-account-empty {
	display: flex;
	min-height: 345px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 45px 25px;
	text-align: center;
}

.gsp-account-empty > span {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 50%;
	background: rgba(239, 32, 41, 0.09);
	color: var(--mf-yellow);
	font-size: 26px;
}

.gsp-account-empty h3 {
	margin: 16px 0 7px;
	font-size: 18px;
	font-weight: 500;
}

.gsp-account-empty p {
	max-width: 430px;
	margin: 0 0 20px;
	color: var(--mf-muted);
	font-size: 11px;
	line-height: 1.6;
}

.gsp-account-sidebar {
	display: grid;
	gap: 24px;
}

.gsp-account-details {
	padding-bottom: 22px;
}

.gsp-account-details dl {
	display: grid;
	margin: 0;
	padding: 5px 24px 14px;
}

.gsp-account-details dl > div {
	display: grid;
	min-height: 57px;
	align-items: center;
	grid-template-columns: 105px minmax(0, 1fr);
	gap: 12px;
	border-bottom: 1px solid var(--mf-border);
}

.gsp-account-details dt {
	color: var(--mf-muted);
	font-size: 10px;
	font-weight: 500;
}

.gsp-account-details dd {
	min-width: 0;
	margin: 0;
	overflow: hidden;
	font-size: 11px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gsp-account-details > a {
	display: inline-block;
	margin: 4px 24px 0;
}

.gsp-account-help {
	position: relative;
	min-height: 220px;
	padding: 28px;
	overflow: hidden;
	background: var(--mf-yellow);
	color: #fff;
}

.gsp-account-help::after {
	position: absolute;
	right: -70px;
	bottom: -90px;
	width: 230px;
	height: 230px;
	border: 45px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	content: "";
}

.gsp-account-help p,
.gsp-account-help h2,
.gsp-account-help div {
	position: relative;
	z-index: 1;
}

.gsp-account-help p {
	margin: 0 0 8px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.gsp-account-help h2 {
	max-width: 320px;
	margin: 0;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.15;
}

.gsp-account-help div {
	display: flex;
	gap: 16px;
	margin-top: 27px;
}

.gsp-account-help a {
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.75);
	color: #fff !important;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none !important;
}

.gsp-account-benefits {
	display: grid;
	margin-top: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--mf-border);
	border-left: 1px solid var(--mf-border);
	background: #fff;
}

.gsp-account-benefits > div {
	display: flex;
	min-height: 92px;
	align-items: center;
	gap: 14px;
	padding: 18px 24px;
	border-right: 1px solid var(--mf-border);
	border-bottom: 1px solid var(--mf-border);
}

.gsp-account-benefits > div > span {
	display: grid;
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	place-items: center;
	border-radius: 50%;
	background: rgba(239, 32, 41, 0.1);
	color: var(--mf-yellow);
	font-weight: 700;
}

.gsp-account-benefits p {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin: 0;
}

.gsp-account-benefits strong {
	font-size: 12px;
	font-weight: 600;
}

.gsp-account-benefits small {
	color: var(--mf-muted);
	font-size: 9px;
}

@media (max-width: 1050px) {
	.gsp-account-hero {
		grid-template-columns: 76px minmax(0, 1fr);
	}

	.gsp-account-hero__actions {
		grid-column: 1 / -1;
	}

	.gsp-account-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gsp-account-layout {
		grid-template-columns: 1fr;
	}

	.gsp-account-sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.gsp-account {
		width: calc(100% - 28px);
		padding: 24px 0 55px;
	}

	.gsp-account-hero {
		grid-template-columns: 68px minmax(0, 1fr);
		padding: 28px;
		gap: 18px;
	}

	.gsp-account-avatar {
		width: 64px;
		height: 64px;
		font-size: 21px;
	}

	.gsp-account-nav a {
		padding: 0 20px;
	}

	.gsp-account-order {
		grid-template-columns: minmax(150px, 1fr) minmax(100px, 0.7fr) auto;
	}

	.gsp-account-order > span:nth-child(2) {
		display: none;
	}
}

@media (max-width: 540px) {
	.gsp-account-hero {
		grid-template-columns: 1fr;
		padding: 25px 22px 28px;
	}

	.gsp-account-hero__actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.gsp-account-stats,
	.gsp-account-sidebar,
	.gsp-account-benefits {
		grid-template-columns: 1fr;
	}

	.gsp-account-stats > a {
		min-height: 120px;
	}

	.gsp-account-panel > header {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.gsp-account-order {
		padding: 16px 18px;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 12px;
	}

	.gsp-account-order > span:nth-child(3) {
		display: none;
	}

	.gsp-account-status {
		min-width: 70px;
	}
}

/* Offline bank-transfer instructions */
body.gsp-bank-transfer-page {
	background: #f4f5f6;
}

body.gsp-bank-transfer-page main.container {
	width: 100%;
	max-width: none;
	padding: 0;
}

body.gsp-bank-transfer-page .page_content,
body.gsp-bank-transfer-page .page_content > .web-page-content {
	margin: 0 !important;
	padding: 0 !important;
}

.gsp-bank-transfer {
	width: min(var(--mf-width), calc(100% - 40px));
	margin: 0 auto;
	padding: 38px 0 70px;
}

.gsp-bank-transfer__intro {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 25px;
	margin-bottom: 24px;
}

.gsp-bank-transfer__intro p,
.gsp-bank-transfer-card__eyebrow {
	margin: 0 0 7px;
	color: var(--mf-yellow);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.gsp-bank-transfer__intro h1 {
	margin: 0;
	color: var(--mf-ink);
	font-size: clamp(29px, 4vw, 48px);
	font-weight: 500;
	letter-spacing: -1.5px;
}

.gsp-bank-transfer__intro > span {
	max-width: 410px;
	color: var(--mf-muted);
	font-size: 11px;
	line-height: 1.6;
	text-align: right;
}

.gsp-bank-transfer__layout {
	display: grid;
	align-items: start;
	grid-template-columns: minmax(0, 1.42fr) minmax(320px, 0.68fr);
	gap: 24px;
}

.gsp-bank-transfer-card,
.gsp-bank-transfer-summary,
.gsp-bank-transfer-support {
	border: 1px solid var(--mf-border);
	background: #fff;
}

.gsp-bank-transfer-card > header {
	display: flex;
	min-height: 105px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 23px 27px;
	border-bottom: 1px solid var(--mf-border);
}

.gsp-bank-transfer-card h2,
.gsp-bank-transfer-summary h2,
.gsp-bank-transfer-support h2 {
	margin: 0;
	color: var(--mf-ink);
	font-size: 22px;
	font-weight: 500;
}

.gsp-bank-transfer-pill {
	padding: 8px 12px;
	border-radius: 999px;
	background: #fff1e8;
	color: #c65e20;
	font-size: 9px;
	font-weight: 700;
}

.gsp-bank-transfer-pill--submitted,
.gsp-bank-transfer-pill--approved {
	background: #edf7eb;
	color: #3b7d32;
}

.gsp-bank-transfer-pill--rejected {
	background: #f2f2f2;
	color: #777;
}

.gsp-bank-transfer-bank {
	padding: 27px;
}

.gsp-bank-transfer-bank > p {
	margin: 0 0 18px;
	color: var(--mf-text);
	font-size: 11px;
	line-height: 1.6;
}

.gsp-bank-transfer-bank dl {
	display: grid;
	margin: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--mf-border);
	border-left: 1px solid var(--mf-border);
}

.gsp-bank-transfer-bank dl > div {
	display: flex;
	min-height: 72px;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	padding: 15px 18px;
	border-right: 1px solid var(--mf-border);
	border-bottom: 1px solid var(--mf-border);
}

.gsp-bank-transfer-bank dt {
	color: var(--mf-muted);
	font-size: 9px;
	font-weight: 500;
}

.gsp-bank-transfer-bank dd {
	margin: 0;
	color: var(--mf-ink);
	font-size: 12px;
	font-weight: 600;
	word-break: break-word;
}

.gsp-bank-transfer-steps {
	display: grid;
	padding: 0 27px 27px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.gsp-bank-transfer-steps > div {
	position: relative;
	min-height: 120px;
	padding: 18px 15px;
	border: 1px solid var(--mf-border);
	background: #fafafa;
}

.gsp-bank-transfer-steps span {
	display: grid;
	width: 27px;
	height: 27px;
	place-items: center;
	border-radius: 50%;
	background: var(--mf-yellow);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
}

.gsp-bank-transfer-steps strong {
	display: block;
	margin-top: 13px;
	font-size: 11px;
}

.gsp-bank-transfer-steps small {
	display: block;
	margin-top: 5px;
	color: var(--mf-muted);
	font-size: 9px;
	line-height: 1.5;
}

.gsp-bank-transfer-form {
	display: grid;
	padding: 25px 27px 30px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 17px;
	border-top: 1px solid var(--mf-border);
}

.gsp-bank-transfer-form h3,
.gsp-bank-transfer-form > p,
.gsp-bank-transfer-form__file,
.gsp-bank-transfer-form__actions {
	grid-column: 1 / -1;
}

.gsp-bank-transfer-form h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}

.gsp-bank-transfer-form > p {
	margin: -10px 0 2px;
	color: var(--mf-muted);
	font-size: 10px;
}

.gsp-bank-transfer-form label {
	display: flex;
	flex-direction: column;
	gap: 7px;
	color: var(--mf-text);
	font-size: 10px;
	font-weight: 600;
}

.gsp-bank-transfer-form input {
	width: 100%;
	height: 44px;
	padding: 0 13px;
	border: 1px solid var(--mf-border);
	background: #fff;
	color: var(--mf-ink);
	font: inherit;
	outline: 0;
}

.gsp-bank-transfer-form input:focus {
	border-color: var(--mf-yellow);
	box-shadow: 0 0 0 2px rgba(239, 32, 41, 0.1);
}

.gsp-bank-transfer-form input[type="file"] {
	height: auto;
	padding: 12px;
}

.gsp-bank-transfer-form__actions {
	display: flex;
	align-items: center;
	gap: 16px;
}

.gsp-bank-transfer-form__actions button {
	min-height: 44px;
	padding: 0 22px;
	border: 0;
	background: var(--mf-yellow);
	color: #fff;
	font-family: inherit;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
}

.gsp-market-icon:hover,
.gsp-market-icon:focus-visible {
	background: var(--mf-soft);
	color: var(--mf-yellow);
	outline: 0;
}

.gsp-bank-transfer-form__actions button:disabled {
	background: #b9b9b9;
	cursor: wait;
}

.gsp-bank-transfer-form__status {
	margin: 0;
	color: var(--mf-text);
	font-size: 10px;
}

.gsp-bank-transfer-submission {
	margin: 0 27px 28px;
	padding: 20px;
	border: 1px solid var(--mf-border);
	background: #fafafa;
}

.gsp-bank-transfer-submission h3 {
	margin: 0 0 8px;
	font-size: 17px;
	font-weight: 500;
}

.gsp-bank-transfer-submission p {
	margin: 4px 0;
	color: var(--mf-text);
	font-size: 10px;
}

.gsp-bank-transfer-sidebar {
	display: grid;
	gap: 24px;
}

.gsp-bank-transfer-summary {
	padding: 25px;
}

.gsp-bank-transfer-summary dl {
	display: grid;
	margin: 20px 0 0;
}

.gsp-bank-transfer-summary dl > div {
	display: flex;
	min-height: 56px;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	border-bottom: 1px solid var(--mf-border);
}

.gsp-bank-transfer-summary dt {
	color: var(--mf-muted);
	font-size: 10px;
}

.gsp-bank-transfer-summary dd {
	margin: 0;
	color: var(--mf-ink);
	font-size: 11px;
	font-weight: 600;
	text-align: right;
}

.gsp-bank-transfer-summary__amount {
	font-size: 21px !important;
	color: var(--mf-green) !important;
}

.gsp-bank-transfer-summary > p {
	margin: 18px 0 0;
	color: var(--mf-muted);
	font-size: 9px;
	line-height: 1.55;
}

.gsp-bank-transfer-support {
	padding: 25px;
	border-color: var(--mf-yellow);
	background: var(--mf-yellow);
	color: #fff;
}

.gsp-bank-transfer-support h2 {
	color: #fff;
	font-size: 24px;
}

.gsp-bank-transfer-support p {
	margin: 10px 0 20px;
	font-size: 10px;
	line-height: 1.6;
}

.gsp-bank-transfer-support div {
	display: flex;
	gap: 14px;
}

.gsp-bank-transfer-support a {
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	color: #fff !important;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none !important;
}

@media (max-width: 950px) {
	.gsp-bank-transfer__layout {
		grid-template-columns: 1fr;
	}

	.gsp-bank-transfer-sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.gsp-bank-transfer {
		width: calc(100% - 28px);
		padding: 24px 0 55px;
	}

	.gsp-bank-transfer__intro {
		align-items: flex-start;
		flex-direction: column;
	}

	.gsp-bank-transfer__intro > span {
		text-align: left;
	}
}

@media (max-width: 540px) {
	.gsp-bank-transfer-bank dl,
	.gsp-bank-transfer-steps,
	.gsp-bank-transfer-form,
	.gsp-bank-transfer-sidebar {
		grid-template-columns: 1fr;
	}

	.gsp-bank-transfer-card > header,
	.gsp-bank-transfer-bank,
	.gsp-bank-transfer-form,
	.gsp-bank-transfer-summary,
	.gsp-bank-transfer-support {
		padding-right: 20px;
		padding-left: 20px;
	}

	.gsp-bank-transfer-steps {
		padding-right: 20px;
		padding-left: 20px;
	}

	.gsp-bank-transfer-form label,
	.gsp-bank-transfer-form h3,
	.gsp-bank-transfer-form > p,
	.gsp-bank-transfer-form__file,
	.gsp-bank-transfer-form__actions {
		grid-column: auto;
	}

	.gsp-bank-transfer-form__actions {
		align-items: flex-start;
		flex-direction: column;
	}
}

.gsp-mf-marketplace {
	margin-top: 55px;
	padding: 38px max(20px, calc((100vw - var(--mf-width)) / 2));
	background: #f4f5f5;
}

.gsp-mf-shelf {
	display: grid;
	width: 100%;
	min-height: 515px;
	margin-bottom: 28px;
	grid-template-columns: 205px 255px minmax(0, 1fr);
	background: #fff;
}

.gsp-mf-shelf:last-child {
	margin-bottom: 0;
}

.gsp-mf-shelf > aside {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 26px 22px;
	border-right: 1px solid var(--mf-border);
}

.gsp-mf-shelf > aside h2 {
	margin: 0 0 17px;
	color: var(--mf-ink);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
}

.gsp-mf-shelf > aside a {
	margin: 5px 0;
	color: var(--mf-text) !important;
	font-size: 11px;
	text-decoration: none !important;
}

.gsp-mf-shelf > aside a:hover {
	color: var(--mf-blue) !important;
}

.gsp-mf-shelf > aside .gsp-mf-view-all {
	margin-top: auto;
	color: var(--mf-muted) !important;
	font-size: 10px;
}

.gsp-mf-shelf-banner {
	position: relative;
	display: block;
	min-height: 515px;
	overflow: hidden;
	color: #fff !important;
	text-decoration: none !important;
}

.gsp-mf-shelf-banner::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.68));
	content: "";
}

.gsp-mf-shelf-banner img {
	width: 100%;
	height: 100%;
	min-height: 515px;
	filter: saturate(0.88);
	object-fit: cover;
}

.gsp-mf-shelf-banner span {
	position: absolute;
	z-index: 2;
	right: 22px;
	bottom: 28px;
	left: 22px;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.12;
}

.gsp-mf-shelf-banner b {
	display: table;
	margin-top: 18px;
	padding: 9px 15px;
	background: var(--mf-yellow);
	color: var(--mf-primary-text);
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

.gsp-mf-shelf-products {
	display: grid;
	min-width: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--mf-border);
}

.gsp-mf-shelf-products > .gsp-feature-card {
	min-height: 257px;
	padding: 11px;
	border-top: 0;
}

.gsp-mf-shelf-products .gsp-feature-card__image {
	height: 120px;
}

.gsp-mf-shelf-products .gsp-feature-card__category {
	margin-top: 9px;
}

.gsp-mf-shelf-products .gsp-feature-card__description {
	display: none;
}

.gsp-mf-shelf-products .gsp-feature-card__bottom strong {
	font-size: 13px;
}

.gsp-mf-shelf-products .gsp-featured-loading {
	align-self: center;
	grid-column: 1 / -1;
}

.gsp-editorial-grid {
	display: grid;
	width: min(var(--mf-width), calc(100% - 40px));
	margin: 55px auto 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.gsp-editorial-card {
	position: relative;
	min-height: 270px;
	overflow: hidden;
}

.gsp-editorial-card img {
	width: 100%;
	height: 270px;
	filter: brightness(0.72);
	object-fit: cover;
	transition: transform 0.35s ease;
}

.gsp-editorial-card:hover img {
	transform: scale(1.025);
}

.gsp-editorial-card > div {
	position: absolute;
	top: 50%;
	left: 35px;
	max-width: 270px;
	transform: translateY(-50%);
	color: #fff;
}

.gsp-editorial-card span {
	color: var(--mf-yellow);
	font-size: 11px;
}

.gsp-editorial-card h2 {
	margin: 9px 0 20px;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.08;
}

.gsp-editorial-card a {
	color: #fff !important;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none !important;
}

.gsp-story {
	display: grid;
	align-items: stretch;
	grid-template-columns: 220px 1fr 230px;
	border: 1px solid var(--mf-border);
}

.gsp-story__year,
.gsp-story__copy,
.gsp-story__brands {
	padding: 32px;
}

.gsp-story__year {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: var(--mf-yellow);
	color: var(--mf-primary-text);
}

.gsp-story__year span {
	font-size: 11px;
}

.gsp-story__year strong {
	font-size: 56px;
	font-weight: 500;
	letter-spacing: -3px;
}

.gsp-story__copy h2 {
	margin: 0;
	color: var(--mf-ink);
	font-size: 26px;
	font-weight: 500;
}

.gsp-story__copy p {
	margin: 15px 0;
	line-height: 1.65;
}

.gsp-story__copy a {
	color: var(--mf-blue) !important;
	font-size: 12px;
}

.gsp-story__brands {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-left: 1px solid var(--mf-border);
}

.gsp-story__brands span {
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid var(--mf-border);
	border-bottom: 1px solid var(--mf-border);
	color: var(--mf-ink);
	font-size: 15px;
	font-weight: 600;
}

.gsp-awards__grid {
	display: grid;
	height: clamp(620px, 55vw, 720px);
	grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.45fr);
	gap: 18px;
}

.gsp-awards__gallery {
	display: grid;
	min-width: 0;
	min-height: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 18px;
}

.gsp-award-card {
	display: flex;
	min-width: 0;
	min-height: 0;
	flex-direction: column;
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--mf-border);
	border-top: 3px solid var(--mf-yellow);
	background: #fff;
	box-shadow: 0 8px 22px rgba(17, 17, 17, 0.07);
	transition: box-shadow 220ms ease, transform 220ms ease;
}

.gsp-award-card--legacy {
	grid-column: 1 / -1;
}

.gsp-award-card__media {
	min-height: 0;
	flex: 1;
	overflow: hidden;
	background: #ededed;
}

.gsp-award-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 280ms ease;
}

.gsp-award-card--certificate .gsp-award-card__media {
	background: linear-gradient(145deg, #f7f7f7, #ececec);
}

.gsp-award-card--certificate .gsp-award-card__media img {
	padding: 18px;
	object-fit: contain;
	object-position: center top;
}

.gsp-award-card--cutout .gsp-award-card__media {
	background: radial-gradient(circle at 50% 42%, #fff 0, #f5f5f5 72%, #ececec 100%);
}

.gsp-award-card--cutout .gsp-award-card__media img {
	padding: 10px;
	object-fit: contain;
	object-position: center;
}

.gsp-award-card--legacy .gsp-award-card__media img {
	object-position: center 52%;
}

.gsp-award-card figcaption {
	display: flex;
	min-height: 88px;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	padding: 15px 18px;
	border-top: 1px solid var(--mf-border);
	background: #fff;
}

.gsp-award-card figcaption span {
	color: var(--mf-yellow);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.gsp-award-card figcaption strong {
	color: var(--mf-ink);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}

.gsp-award-card figcaption small {
	color: var(--mf-text);
	font-size: 12px;
	font-weight: 500;
}

@media (hover: hover) {
	.gsp-award-card:hover {
		transform: translateY(-3px);
		box-shadow: 0 14px 30px rgba(17, 17, 17, 0.12);
	}

	.gsp-award-card:hover .gsp-award-card__media img {
		transform: scale(1.018);
	}
}

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

.gsp-location-grid article {
	display: flex;
	min-width: 0;
	min-height: 500px;
	flex-direction: column;
	align-items: stretch;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--mf-border);
	background: #fff;
	box-shadow: 0 9px 24px rgba(17, 17, 17, 0.08);
	transition: box-shadow 220ms ease, transform 220ms ease;
}

.gsp-location-card__media {
	height: auto;
	aspect-ratio: 16 / 9;
	flex: 0 0 auto;
	overflow: hidden;
	background: #e9ebed;
}

.gsp-location-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 320ms ease;
}

.gsp-location-card:nth-child(2) .gsp-location-card__media img {
	object-position: 59% 47%;
}

.gsp-location-card__content {
	display: flex;
	min-height: 230px;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: flex-start;
	padding: 25px 28px 28px;
}

.gsp-location-card__content > span {
	color: var(--mf-orange);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.gsp-location-grid h3 {
	margin: 18px 0 10px;
	color: var(--mf-ink);
	font-size: 28px;
	font-weight: 500;
}

.gsp-location-grid p {
	max-width: 430px;
	line-height: 1.6;
}

.gsp-location-card__content > a:not(.gsp-button) {
	color: var(--mf-ink) !important;
	font-size: 16px;
	font-weight: 600;
}

.gsp-location-grid .gsp-button {
	margin-top: auto;
}

@media (hover: hover) {
	.gsp-location-card:hover {
		transform: translateY(-3px);
		box-shadow: 0 15px 32px rgba(17, 17, 17, 0.13);
	}

	.gsp-location-card:hover .gsp-location-card__media img {
		transform: scale(1.025);
	}
}

/* Martfury catalogue */
body.gsp-catalog-page {
	background: var(--mf-soft);
}

body.gsp-catalog-page main.container {
	width: min(var(--mf-width), calc(100% - 40px));
	max-width: none;
	padding: 30px 0 60px;
}

body.gsp-catalog-page .page-header-wrapper,
body.gsp-catalog-page .page-breadcrumbs {
	display: none;
}

.gsp-catalog-intro {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 22px;
	padding: 21px 25px;
	border: 1px solid var(--mf-border);
	background: #fff;
}

.gsp-mf-breadcrumb {
	margin: 0 0 8px;
	color: var(--mf-muted);
	font-size: 11px;
}

.gsp-mf-breadcrumb a {
	color: var(--mf-text) !important;
}

.gsp-catalog-intro h1 {
	margin: 0;
	color: var(--mf-ink);
	font-size: 29px;
	font-weight: 500;
}

.gsp-catalog-intro > div > p:last-child,
.gsp-catalog-intro__copy p {
	margin: 7px 0 0;
	color: var(--mf-muted);
	font-size: 12px;
}

.gsp-catalog-intro__copy {
	text-align: right;
}

.gsp-catalog-intro__copy a {
	display: inline-block;
	margin-top: 8px;
	color: var(--mf-blue) !important;
	font-size: 11px;
}

.gsp-catalog-mobile-tools {
	display: none;
}

.gsp-catalog-layout {
	display: grid;
	align-items: start;
	grid-template-columns: 255px minmax(0, 1fr);
	gap: 20px;
}

.gsp-filter-column {
	position: sticky;
	top: 12px;
}

#product-filters {
	display: block !important;
	margin: 0 !important;
	padding: 22px;
	border: 1px solid var(--mf-border);
	background: #fff;
}

.gsp-filter-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--mf-border);
}

.gsp-filter-heading h2 {
	margin: 0;
	color: var(--mf-ink);
	font-size: 19px;
	font-weight: 500;
}

.gsp-filter-close {
	display: none;
	width: 34px;
	height: 34px;
	border: 0;
	background: var(--mf-yellow);
	color: var(--mf-primary-text);
	font-size: 21px;
}

.gsp-filter-actions {
	display: flex;
	justify-content: flex-end;
	padding-top: 9px;
}

#product-filters .clear-filters {
	color: var(--mf-orange) !important;
	font-size: 10px;
	text-decoration: none;
}

#product-filters .filter-block {
	margin: 0 !important;
	padding: 19px 0 !important;
	border-bottom: 1px solid var(--mf-border);
}

#product-filters .filter-label {
	margin-bottom: 11px !important;
	color: var(--mf-ink);
	font-size: 13px;
	font-weight: 600;
}

#product-filters .checkbox label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 8px 0;
	font-size: 12px;
	cursor: pointer;
}

#product-filters input[type="checkbox"],
#product-filters input[type="radio"] {
	width: 15px !important;
	height: 15px;
	accent-color: var(--mf-yellow);
}

.gsp-filter-help {
	margin-top: 20px;
	padding: 18px;
	background: var(--mf-soft);
}

.gsp-filter-help strong {
	color: var(--mf-ink);
	font-size: 14px;
}

.gsp-filter-help p {
	margin: 7px 0 11px;
	font-size: 11px;
	line-height: 1.45;
}

.gsp-filter-help a {
	color: var(--mf-blue) !important;
	font-size: 11px;
}

.gsp-product-listing {
	width: 100%;
	max-width: none;
	padding: 0 !important;
}

.gsp-product-listing .toolbar {
	display: grid !important;
	align-items: center;
	gap: 18px;
	min-height: 66px;
	padding: 10px 15px;
	grid-template-columns: 170px 1fr;
	border: 1px solid var(--mf-border);
	background: #fff;
}

.gsp-toolbar-label {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.gsp-toolbar-label span {
	color: var(--mf-ink);
	font-size: 17px;
	font-weight: 500;
}

.gsp-toolbar-label small {
	color: var(--mf-muted);
	font-size: 9px;
}

.gsp-product-listing .toolbar > .input-group {
	width: 100% !important;
	max-width: none;
	padding: 0 !important;
}

.gsp-product-listing #dropdownMenuSearch {
	position: relative;
	width: 100%;
}

.gsp-product-listing #search-box {
	width: 100%;
	height: 42px;
	padding: 0 42px 0 14px;
	border: 1px solid var(--mf-border);
	border-radius: 2px;
	background: #fff;
	box-shadow: none;
	font-size: 12px;
}

.gsp-product-listing .search-icon {
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
}

.gsp-product-listing > br,
#products-list-area > br,
.gsp-product-listing .toggle-container {
	display: none !important;
}

#products-list-area,
#products-list-area.hidden {
	display: grid !important;
	width: 100%;
	margin: 20px 0 0 !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 15px;
}

.gsp-product-card {
	display: flex !important;
	min-width: 0;
	min-height: 430px;
	flex-direction: column;
	width: auto !important;
	margin: 0 !important;
	border: 1px solid var(--mf-border);
	background: #fff;
	transition: box-shadow 0.2s ease;
}

.gsp-product-card:hover {
	box-shadow: var(--mf-shadow);
}

.gsp-product-card > .list-image {
	position: relative;
	width: 100% !important;
	max-width: none;
	height: 225px;
	flex: none;
	padding: 16px;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff;
}

.gsp-product-card .product-list-link,
.gsp-product-card .website-image {
	display: block;
	width: 100% !important;
	height: 100% !important;
}

.gsp-product-card .website-image {
	object-fit: contain;
}

.gsp-product-card__actions {
	position: absolute;
	z-index: 6;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	visibility: hidden;
	height: 54px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 10px 0;
	transform: translateY(14px);
	border-top: 1px solid var(--mf-border);
	background: rgba(255, 255, 255, 0.98);
	opacity: 0;
	pointer-events: none;
	transition: transform 0.2s ease, opacity 0.18s ease, visibility 0.2s;
}

.gsp-product-card__actions > * {
	pointer-events: auto;
}

.gsp-product-card:hover .gsp-product-card__actions,
.gsp-product-card:focus-within .gsp-product-card__actions {
	visibility: visible;
	transform: translateY(0);
	opacity: 1;
}

.gsp-product-card .like-action-list {
	position: static;
	z-index: 2;
	display: flex;
	visibility: visible;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
	opacity: 1;
	cursor: pointer;
	transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.gsp-product-card .like-action-list:focus-visible {
	box-shadow: 0 0 0 3px rgba(239, 32, 41, 0.22);
	outline: 0;
}

.gsp-product-card .like-action-list:hover,
.gsp-product-card .like-action-list:focus-visible,
.gsp-product-card .like-action-list.is-wished {
	background: var(--mf-yellow);
}

.gsp-product-card .like-action-list > img {
	width: 18px;
	height: 18px;
	filter: invert(1);
	object-fit: contain;
}

.gsp-product-card .like-action-list.is-wished > img {
	filter: none;
}

.gsp-product-card .like-action-list:hover > img,
.gsp-product-card .like-action-list:focus-visible > img {
	filter: none;
}

.gsp-native-wish-state {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
}

.gsp-product-card > .col-10 {
	display: flex;
	min-width: 0;
	max-width: none;
	flex: 1;
	flex-direction: column;
	width: 100% !important;
	padding: 15px !important;
}

.gsp-product-card > .col-10 > div:first-child {
	display: block !important;
	margin: 0 !important;
}

.gsp-product-card > .col-10 > div:first-child > .col-8 {
	width: 100%;
	max-width: none;
	margin: 0 !important;
	padding: 0 !important;
}

.gsp-product-card .cart-action-container {
	width: auto;
	max-width: none;
	padding: 0;
}

.gsp-product-card__cart-action,
.gsp-product-card__cart-action.d-flex {
	position: static;
	display: flex !important;
	visibility: visible;
	width: 34px !important;
	height: 34px;
	max-width: 34px !important;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
}

.gsp-product-card__cart-action > a {
	display: contents !important;
	width: auto;
	text-decoration: none !important;
}

.gsp-product-card__cart-action .cart-indicator {
	display: none !important;
}

.gsp-product-card__title {
	display: -webkit-box;
	overflow: hidden;
	color: var(--mf-blue) !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 1.38;
	text-decoration: none !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.gsp-product-card__meta {
	margin: 8px 0 0 !important;
	color: var(--mf-muted) !important;
	font-size: 9px !important;
}

.gsp-product-card > .col-10 > .mt-2 {
	display: -webkit-box;
	overflow: hidden;
	min-height: 32px;
	margin-top: 8px !important;
	color: var(--mf-text) !important;
	font-size: 10px !important;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.gsp-product-card .product-price {
	margin-top: 10px;
	color: var(--mf-green);
	font-size: 17px;
	font-weight: 600;
}

.gsp-product-card__stock {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-top: 5px !important;
	font-size: 9px !important;
}

.gsp-product-card .out-of-stock {
	color: var(--mf-orange) !important;
}

.gsp-product-card .in-stock,
.gsp-product-card .has-stock {
	color: var(--mf-green) !important;
}

.gsp-product-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid var(--mf-border);
}

.gsp-card-link,
.gsp-card-enquiry {
	color: var(--mf-ink) !important;
	font-size: 9px;
	font-weight: 600;
	text-decoration: none !important;
}

.gsp-card-enquiry {
	color: var(--mf-blue) !important;
	text-align: right;
}

.gsp-product-card__cart-action .btn-add-to-cart-list,
.gsp-product-card__cart-action .btn-explore-variants,
.gsp-product-card__cart-action .gsp-go-to-cart {
	display: flex;
	visibility: visible !important;
	width: 34px !important;
	min-width: 34px !important;
	height: 34px !important;
	max-height: 34px !important;
	align-items: center;
	justify-content: center;
	gap: 0;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
	color: transparent !important;
	font-size: 0;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	transition: background-color 0.18s ease, box-shadow 0.18s ease;
}

.gsp-product-card__cart-action .gsp-action-icon {
	display: block;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	object-fit: contain;
}

.gsp-product-card .gsp-add-to-cart > span {
	display: contents;
	margin: 0 !important;
}

.gsp-product-card__cart-action .gsp-add-to-cart .gsp-action-icon {
	filter: invert(1);
}

.gsp-product-card__cart-action .gsp-go-to-cart {
	background: var(--mf-yellow);
}

.gsp-product-card__cart-action .gsp-go-to-cart .gsp-action-icon {
	filter: none;
}

.gsp-product-card__cart-action .gsp-explore-variants .gsp-action-icon {
	filter: none;
}

.gsp-product-card__cart-action .gsp-add-to-cart:hover,
.gsp-product-card__cart-action .gsp-add-to-cart:focus-visible,
.gsp-product-card__cart-action .gsp-explore-variants:hover,
.gsp-product-card__cart-action .gsp-explore-variants:focus-visible {
	background: var(--mf-yellow);
	box-shadow: 0 0 0 3px rgba(239, 32, 41, 0.2);
	outline: 0;
}

.gsp-product-card__cart-action .gsp-add-to-cart:hover .gsp-action-icon,
.gsp-product-card__cart-action .gsp-add-to-cart:focus-visible .gsp-action-icon {
	filter: none;
}

.gsp-product-card__cart-action .gsp-explore-variants:hover .gsp-action-icon,
.gsp-product-card__cart-action .gsp-explore-variants:focus-visible .gsp-action-icon {
	filter: invert(1);
}

.gsp-product-card__cart-action .gsp-go-to-cart:hover,
.gsp-product-card__cart-action .gsp-go-to-cart:focus-visible {
	box-shadow: 0 0 0 3px rgba(239, 32, 41, 0.2);
	outline: 0;
}

.product-paging-area {
	margin: 28px 0 0 !important;
}

.product-paging-area .col-3 {
	display: none;
}

.product-paging-area .col-9 {
	display: flex;
	max-width: none;
	justify-content: space-between;
	width: 100%;
	flex: 0 0 100%;
}

.product-paging-area .btn {
	min-width: 105px;
	height: 39px;
	border: 1px solid var(--mf-border);
	border-radius: 2px;
	background: #fff;
	color: var(--mf-ink);
	font-size: 11px;
}

.product-paging-area .btn:not(:disabled):hover {
	border-color: var(--mf-yellow);
	background: var(--mf-yellow);
	color: var(--mf-primary-text);
}

.gsp-filter-scrim {
	display: none;
}

body.gsp-catalog-page > .gsp-market-footer,
body:has(.item-main) > .gsp-market-footer {
	margin-top: 0;
}

/* Standard Website Item */
body:has(.item-main) {
	background: var(--mf-soft);
}

body:has(.item-main) main.container {
	width: min(var(--mf-width), calc(100% - 40px));
	max-width: none;
	padding: 30px 0 60px;
}

body:has(.item-main) .page-breadcrumbs {
	margin-bottom: 18px;
	font-size: 11px;
}

.gsp-detail-card {
	padding: 28px;
	border: 1px solid var(--mf-border);
	background: #fff;
}

.gsp-detail-card .row.mb-5 {
	align-items: stretch;
	margin-bottom: 0 !important;
}

.gsp-detail-card .row.mb-5 > .d-flex {
	padding-right: 32px;
}

.gsp-detail-card .product-image {
	display: flex;
	min-height: 480px;
	align-items: center;
	justify-content: center;
	padding: 22px;
	border: 1px solid var(--mf-border) !important;
	border-radius: 0 !important;
	background: #fff;
}

.gsp-detail-card .product-image img {
	width: 100%;
	height: 100%;
	max-height: 450px;
	object-fit: contain;
}

.gsp-detail-card .product-details {
	display: grid;
	align-content: start;
	gap: 0 24px;
	padding: 20px 0 20px 34px;
	grid-template-columns: minmax(0, 1fr) 240px;
	border-left: 1px solid var(--mf-border);
}

.gsp-detail-card .product-details > :not(.item-cart) {
	grid-column: 1;
}

.gsp-detail-kicker {
	margin: 0 15px 8px;
	color: var(--mf-muted);
	font-size: 10px;
	text-transform: uppercase;
}

.gsp-detail-card .product-title {
	margin: 0 0 10px;
	padding: 0 15px;
	color: var(--mf-ink);
	font-size: clamp(24px, 2.5vw, 34px);
	font-weight: 500;
	line-height: 1.18;
}

.gsp-detail-card .product-code {
	margin: 8px 15px;
	color: var(--mf-muted);
	font-size: 10px;
}

.gsp-detail-card .item-cart {
	grid-column: 2;
	grid-row: 1 / span 6;
	margin: 0 !important;
	padding: 20px 5px;
	background: #f1f1f1;
}

.gsp-detail-card .item-cart > .col-md-12 {
	width: 100%;
	max-width: none;
	flex: 0 0 100%;
}

.gsp-detail-card .product-price {
	color: var(--mf-green);
	font-size: 29px;
	font-weight: 600;
}

.gsp-detail-card .formatted-price {
	display: block;
	margin: 7px 0 0 !important;
	color: var(--mf-muted);
	font-size: 11px;
	font-weight: 400;
}

.gsp-detail-card .out-of-stock {
	color: var(--mf-orange) !important;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

.gsp-detail-card .has-stock {
	color: var(--mf-green) !important;
	font-size: 10px;
	font-weight: 600;
}

.gsp-detail-card .btn-add-to-cart,
.gsp-detail-card .btn-contact,
.gsp-detail-card .btn-inquiry,
.gsp-detail-card .gsp-contact-button,
.gsp-detail-card .btn-view-in-cart {
	display: flex;
	width: 100% !important;
	max-width: none;
	min-width: 0;
	flex: 0 0 auto;
	height: 46px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 !important;
	padding: 0 22px;
	border: 0;
	border-radius: 2px;
	background: var(--mf-yellow);
	color: var(--mf-primary-text);
	font-size: 11px;
	font-weight: 600;
	line-height: 46px;
}

.gsp-detail-card .gsp-detail-purchase-actions {
	display: flex !important;
	align-items: stretch;
	flex-direction: column;
	gap: 10px;
}

.gsp-detail-card .gsp-contact-button {
	border: 1px solid var(--mf-ink);
	background: #fff;
	color: var(--mf-ink) !important;
	line-height: 44px;
}

.gsp-detail-card .gsp-contact-button:hover,
.gsp-detail-card .gsp-contact-button:focus-visible {
	border-color: var(--mf-yellow);
	background: var(--mf-yellow);
	color: #fff !important;
	outline: 0;
}

.gsp-detail-card .gsp-action-icon {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	object-fit: contain;
}

.gsp-detail-card .product-description {
	margin: 10px 15px 0;
	line-height: 1.65;
}

.gsp-detail-card .product-description h3 {
	color: var(--mf-ink);
	font-size: 18px;
	font-weight: 500;
}

.gsp-detail-assurances {
	display: grid;
	margin-top: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid var(--mf-border);
	background: #fff;
}

.gsp-detail-assurances > div {
	display: flex;
	min-height: 80px;
	align-items: center;
	justify-content: center;
	gap: 13px;
	padding: 15px;
	border-right: 1px solid var(--mf-border);
}

.gsp-detail-assurances > div:last-child {
	border-right: 0;
}

.gsp-detail-assurances img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.gsp-detail-assurances span {
	display: flex;
	flex-direction: column;
}

.gsp-detail-assurances strong {
	color: var(--mf-ink);
	font-size: 13px;
}

.gsp-detail-assurances small {
	margin-top: 3px;
	color: var(--mf-muted);
	font-size: 10px;
}

body:has(.item-main) .product-container.mt-4,
body:has(.item-main) .recommended-item-section {
	margin-top: 18px !important;
	padding: 28px !important;
	border: 1px solid var(--mf-border);
	background: #fff;
}

/* Martfury-inspired cart and checkout */
body.gsp-cart-page,
body.gsp-checkout-page {
	background: var(--mf-soft);
}

body.gsp-cart-page main.container,
body.gsp-checkout-page main.container {
	width: min(var(--mf-width), calc(100% - 40px));
	max-width: none;
	padding: 28px 0 70px;
}

body.gsp-cart-page .shopping-cart-header {
	margin: 0 0 22px !important;
	color: var(--mf-ink);
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 600;
	letter-spacing: -0.035em;
}

.gsp-cart-progress {
	display: grid;
	margin: 0 0 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid var(--mf-border);
	background: #fff;
}

.gsp-cart-progress span {
	display: flex;
	min-height: 58px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border-right: 1px solid var(--mf-border);
	color: var(--mf-muted);
	font-size: 11px;
	font-weight: 600;
}

.gsp-cart-progress span:last-child {
	border-right: 0;
}

.gsp-cart-progress b {
	display: inline-flex;
	width: 25px;
	height: 25px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--mf-border);
	border-radius: 50%;
	background: #fff;
	font-size: 10px;
}

.gsp-cart-progress .is-current {
	background: #fff7f7;
	color: var(--mf-ink);
}

.gsp-cart-progress .is-current b {
	border-color: var(--mf-yellow);
	background: var(--mf-yellow);
	color: #fff;
}

body.gsp-cart-page .cart-container > .row {
	display: grid;
	align-items: start;
	gap: 30px;
	grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.72fr);
}

body.gsp-cart-page .cart-container > .row > .col-md-8,
body.gsp-cart-page .cart-container > .row > .col-md-4 {
	width: auto;
	max-width: none;
	padding: 0;
	flex: none;
}

body.gsp-cart-page .frappe-card,
body.gsp-cart-page .cart-payment-addresses > .mb-3 {
	border: 1px solid var(--mf-border);
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
}

body.gsp-cart-page .cart-items-header,
body.gsp-cart-page .payment-summary h6,
body.gsp-cart-page [data-section] h6 {
	color: var(--mf-ink);
	font-size: 17px;
	font-weight: 600;
}

body.gsp-cart-page .cart-table th {
	border-top: 0;
	color: var(--mf-muted);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.gsp-cart-page .cart-table td {
	vertical-align: middle;
	border-color: var(--mf-border);
}

body.gsp-cart-page .cart-table img {
	border: 1px solid var(--mf-border);
	background: #fff;
	object-fit: contain;
}

body.gsp-cart-page .number-spinner,
body.gsp-cart-page .notes {
	border-color: var(--mf-border) !important;
	border-radius: 2px !important;
}

body.gsp-cart-page .cart-payment-addresses {
	position: sticky;
	top: 18px;
}

body.gsp-cart-page .txtcoupon,
body.gsp-cart-page .bt-coupon {
	height: 44px;
	border-radius: 2px;
}

body.gsp-cart-page .payment-summary table {
	margin-bottom: 0;
}

body.gsp-cart-page .payment-summary td {
	padding: 12px 0;
	border-color: var(--mf-border);
}

body.gsp-cart-page [data-section="shipping-address"] .btn-new-address,
body.gsp-cart-page [data-section="billing-address"] .btn-new-address {
	color: var(--mf-blue) !important;
	font-size: 10px;
	font-weight: 600;
}

body.gsp-cart-page .address-card {
	border: 1px solid var(--mf-border);
	border-radius: 2px;
}

.gsp-native-place-order {
	display: none !important;
}

.gsp-proceed-checkout {
	display: flex;
	width: 100%;
	min-height: 50px;
	align-items: center;
	justify-content: space-between;
	padding: 0 18px;
	border-radius: 2px;
	background: var(--mf-yellow);
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none !important;
	transition: background-color 0.18s ease, transform 0.18s ease;
}

.gsp-proceed-checkout:hover,
.gsp-proceed-checkout:focus-visible {
	transform: translateY(-1px);
	background: #cc151c;
	outline: 0;
}

.gsp-proceed-checkout strong {
	font-size: 18px;
	font-weight: 400;
}

.gsp-cart-auth-prompt {
	margin-top: 16px;
	padding: 20px;
	border: 1px solid var(--mf-border);
	background: var(--mf-soft);
	text-align: left;
}

.gsp-cart-auth-prompt__eyebrow {
	margin: 0 0 4px !important;
	color: var(--mf-yellow) !important;
	font-size: 10px !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.gsp-cart-auth-prompt h2 {
	margin: 0 0 8px;
	color: var(--mf-ink);
	font-size: 18px;
}

.gsp-cart-auth-prompt > p:not(.gsp-cart-auth-prompt__eyebrow) {
	margin: 0 0 16px;
	font-size: 12px;
	line-height: 1.6;
}

.gsp-cart-auth-prompt > div {
	display: grid;
	gap: 10px;
}

.gsp-cart-create-account {
	display: flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--mf-yellow);
	border-radius: 2px;
	background: #fff;
	color: var(--mf-yellow) !important;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none !important;
}

.gsp-cart-create-account:hover,
.gsp-cart-create-account:focus-visible {
	background: #fff3f3;
	outline: 0;
}

body.gsp-checkout-page .page-header,
body.gsp-checkout-page .page-breadcrumbs {
	display: none;
}

.gsp-checkout {
	--checkout-line: var(--mf-border);
	max-width: 1240px;
	margin: 0 auto 40px;
	color: var(--mf-ink);
}

.gsp-checkout-auth__card {
	width: min(620px, 100%);
	margin: 52px auto 70px;
	padding: 42px;
	border: 1px solid var(--checkout-line);
	background: #fff;
	box-shadow: 0 14px 38px rgba(17, 17, 17, 0.08);
	text-align: center;
}

.gsp-checkout-auth__icon {
	display: inline-flex;
	width: 54px;
	height: 54px;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	border-radius: 50%;
	background: #fff0f1;
	color: var(--mf-yellow);
	font-size: 25px;
	font-weight: 700;
}

.gsp-checkout-auth__card h2 {
	margin: 0 0 12px;
	color: var(--mf-ink);
	font-size: clamp(24px, 4vw, 34px);
	line-height: 1.15;
}

.gsp-checkout-auth__card > p:not(.gsp-checkout-card__eyebrow) {
	max-width: 470px;
	margin: 0 auto 24px;
	line-height: 1.7;
}

.gsp-checkout-auth__actions {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gsp-checkout-auth__actions a {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	border: 1px solid var(--mf-yellow);
	border-radius: 2px;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none !important;
}

.gsp-checkout-auth__login {
	background: var(--mf-yellow);
	color: #fff !important;
}

.gsp-checkout-auth__signup {
	background: #fff;
	color: var(--mf-yellow) !important;
}

.gsp-checkout-auth__actions a:hover,
.gsp-checkout-auth__actions a:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 6px 15px rgba(239, 32, 41, 0.16);
	outline: 0;
}

.gsp-checkout-auth__card ul {
	display: grid;
	gap: 8px;
	margin: 24px 0 18px;
	padding: 18px 0;
	border-top: 1px solid var(--checkout-line);
	border-bottom: 1px solid var(--checkout-line);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
}

.gsp-checkout-auth__card li {
	color: var(--mf-ink);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.45;
}

.gsp-checkout-auth__card li::before {
	content: "✓";
	display: block;
	margin-bottom: 5px;
	color: var(--mf-yellow);
}

.gsp-checkout-auth__card > small {
	color: var(--mf-muted);
	font-size: 10px;
}

.gsp-checkout * {
	box-sizing: border-box;
}

.gsp-checkout__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	padding: 28px 0 22px;
	border-bottom: 1px solid var(--checkout-line);
}

.gsp-checkout__head p,
.gsp-checkout-card__eyebrow {
	margin: 0 0 5px;
	color: var(--mf-yellow);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.gsp-checkout__head h1 {
	margin: 0;
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 600;
	letter-spacing: -0.045em;
}

.gsp-checkout__head > a,
.gsp-checkout-card__title > a {
	color: var(--mf-blue) !important;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none !important;
}

.gsp-checkout__layout {
	display: grid;
	align-items: start;
	gap: 30px;
	margin-top: 28px;
	grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.8fr);
}

.gsp-checkout__form {
	display: grid;
	gap: 20px;
}

.gsp-checkout-card {
	padding: 24px;
	border: 1px solid var(--checkout-line);
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.045);
}

.gsp-checkout-card__title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}

.gsp-checkout-card__title h2 {
	margin: 0;
	color: var(--mf-ink);
	font-size: 21px;
	font-weight: 600;
}

.gsp-checkout-card__title span {
	color: var(--mf-muted);
	font-size: 10px;
}

.gsp-checkout-fields {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 1fr;
}

.gsp-checkout-field {
	display: grid;
	gap: 6px;
	margin: 0;
}

.gsp-checkout-field--wide {
	grid-column: 1 / -1;
}

.gsp-checkout-field > span {
	font-size: 11px;
	font-weight: 600;
}

.gsp-checkout-field input,
.gsp-checkout-field select {
	width: 100%;
	min-height: 49px;
	padding: 11px 13px;
	border: 1px solid #cfcfcf;
	border-radius: 2px;
	background: #fff;
	color: var(--mf-ink);
	font: inherit;
}

.gsp-checkout-field input:focus,
.gsp-checkout-field select:focus {
	border-color: var(--mf-yellow);
	box-shadow: 0 0 0 3px rgba(239, 32, 41, 0.13);
	outline: 0;
}

.gsp-checkout-field input[readonly] {
	background: #f4f4f4;
	color: #626262;
}

.gsp-checkout-field small {
	color: var(--mf-muted);
	font-size: 9px;
}

.gsp-checkout-same {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 16px 0 0;
	color: var(--mf-muted);
	font-size: 10px;
}

.gsp-checkout-same input {
	accent-color: var(--mf-yellow);
}

.gsp-checkout__summary {
	position: sticky;
	top: 18px;
}

.gsp-checkout-items {
	display: grid;
	gap: 15px;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid var(--checkout-line);
	list-style: none;
}

.gsp-checkout-item {
	display: grid;
	align-items: center;
	gap: 12px;
	grid-template-columns: 56px minmax(0, 1fr) auto;
}

.gsp-checkout-item img {
	width: 56px;
	height: 56px;
	border: 1px solid #eee;
	background: #fafafa;
	object-fit: contain;
}

.gsp-checkout-item strong {
	display: -webkit-box;
	overflow: hidden;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.gsp-checkout-item small {
	display: block;
	margin-top: 3px;
	color: var(--mf-muted);
	font-size: 9px;
}

.gsp-checkout-item > b {
	font-size: 11px;
	white-space: nowrap;
}

.gsp-checkout .payment-summary table {
	margin: 0;
}

.gsp-checkout .payment-summary td {
	padding: 11px 0;
	border-color: var(--checkout-line);
	font-size: 11px;
}

.gsp-checkout-payment {
	margin-top: 20px;
	padding: 16px;
	border: 1px solid #d6d6d6;
	border-left: 4px solid var(--mf-yellow);
	background: #fafafa;
}

.gsp-checkout-payment strong {
	display: block;
	font-size: 12px;
}

.gsp-checkout-payment p {
	margin: 6px 0 0;
	color: var(--mf-muted);
	font-size: 10px;
	line-height: 1.5;
}

.gsp-checkout-submit {
	width: 100%;
	min-height: 52px;
	margin-top: 18px;
	border: 0;
	border-radius: 2px;
	background: var(--mf-yellow);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.gsp-checkout-submit:hover,
.gsp-checkout-submit:focus-visible {
	background: #cc151c;
	outline: 0;
}

.gsp-checkout-submit:disabled {
	cursor: wait;
	opacity: 0.65;
}

.gsp-checkout-status {
	min-height: 20px;
	margin: 12px 0 0;
	color: var(--mf-muted);
	font-size: 10px;
}

.gsp-checkout-status.is-error {
	color: #b42318;
}

.gsp-checkout-assurance {
	display: grid;
	gap: 7px;
	margin-top: 16px;
	grid-template-columns: repeat(3, 1fr);
	color: var(--mf-muted);
	font-size: 9px;
}

.gsp-checkout-assurance span {
	padding: 10px 6px;
	background: #f5f5f5;
	text-align: center;
}

.gsp-checkout__summary dl {
	margin: 0 0 16px;
}

.gsp-checkout__summary dl > div {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	padding: 10px 0;
	border-bottom: 1px solid var(--checkout-line);
}

.gsp-checkout__summary dt,
.gsp-checkout__summary dd {
	margin: 0;
	font-size: 11px;
}

@media (max-width: 900px) {
	body.gsp-cart-page .cart-container > .row,
	.gsp-checkout__layout {
		grid-template-columns: 1fr;
	}

	body.gsp-cart-page .cart-payment-addresses,
	.gsp-checkout__summary {
		position: static;
	}

	.gsp-checkout__head {
		align-items: flex-start;
	}
}

@media (max-width: 560px) {
	body.gsp-cart-page main.container,
	body.gsp-checkout-page main.container {
		width: calc(100% - 28px);
		padding-top: 17px;
	}

	.gsp-cart-progress span {
		min-height: 50px;
		gap: 5px;
		font-size: 8px;
	}

	.gsp-cart-progress b {
		width: 21px;
		height: 21px;
	}

	body.gsp-cart-page .frappe-card {
		padding: 16px !important;
	}

	body.gsp-cart-page .cart-table .item-column {
		min-width: 155px;
	}

	body.gsp-cart-page .cart-table {
		display: block;
		overflow-x: auto;
	}

	.gsp-checkout {
		margin-bottom: 28px;
	}

	.gsp-checkout__head {
		display: block;
		padding-top: 10px;
	}

	.gsp-checkout__head > a {
		display: inline-block;
		margin-top: 12px;
	}

	.gsp-checkout-card {
		padding: 17px;
	}

	.gsp-checkout-fields {
		grid-template-columns: 1fr;
	}

	.gsp-checkout-field--wide {
		grid-column: auto;
	}

	.gsp-checkout-item {
		grid-template-columns: 48px minmax(0, 1fr) auto;
	}

	.gsp-checkout-item img {
		width: 48px;
		height: 48px;
	}

	.gsp-checkout-assurance {
		grid-template-columns: 1fr;
	}

	.gsp-checkout-auth__card {
		margin: 28px auto 40px;
		padding: 28px 20px;
	}

	.gsp-checkout-auth__actions,
	.gsp-checkout-auth__card ul {
		grid-template-columns: 1fr;
	}

	.gsp-checkout-auth__card ul {
		text-align: left;
	}

	.gsp-checkout-auth__card li {
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.gsp-checkout-auth__card li::before {
		display: inline;
		margin: 0;
	}
}

/* Footer */
.gsp-original-footer {
	display: none !important;
}

.gsp-market-footer {
	margin-top: 65px;
	border-top: 1px solid var(--mf-border);
	background: #fff;
}

.gsp-mf-newsletter {
	display: grid;
	width: min(var(--mf-width), calc(100% - 40px));
	align-items: center;
	gap: 40px;
	margin: 0 auto;
	padding: 34px 0;
	grid-template-columns: 1fr 1fr;
	border-bottom: 1px solid var(--mf-border);
}

.gsp-mf-newsletter h2 {
	margin: 0;
	color: var(--mf-ink);
	font-size: 20px;
	font-weight: 500;
}

.gsp-mf-newsletter p {
	margin: 6px 0 0;
	color: var(--mf-muted);
	font-size: 11px;
}

.gsp-mf-newsletter form {
	display: grid;
	position: relative;
	grid-template-columns: 1fr 110px;
	row-gap: 10px;
}

.gsp-mf-newsletter input {
	padding: 0 15px;
	border: 1px solid var(--mf-border);
	background: #fff;
}

.gsp-mf-newsletter input[type="email"],
.gsp-mf-newsletter button[type="submit"] {
	min-width: 0;
	height: 44px;
}

.gsp-newsletter-consent,
.gsp-mf-newsletter .gsp-newsletter-status {
	grid-column: 1 / -1;
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
}

.gsp-newsletter-consent {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.gsp-newsletter-consent input {
	flex: 0 0 auto;
	margin-top: 3px;
}

.gsp-newsletter-trap {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.gsp-mf-newsletter button:disabled {
	opacity: .65;
	cursor: wait;
}

.gsp-mf-newsletter button {
	border: 0;
	background: var(--mf-yellow);
	color: var(--mf-primary-text);
	font-weight: 600;
}

.gsp-market-footer__main {
	display: grid;
	width: min(var(--mf-width), calc(100% - 40px));
	margin: 0 auto;
	padding: 45px 0;
	grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(150px, 0.7fr));
	gap: 45px;
}

.gsp-market-footer__brand strong {
	color: var(--mf-ink);
	font-size: 30px;
	font-weight: 600;
	letter-spacing: -1.8px;
}

.gsp-market-footer__brand .gsp-business-suffix {
	margin-top: 5px;
	font-size: 9px;
}

.gsp-market-footer__brand p {
	max-width: 330px;
	margin: 16px 0 12px;
	font-size: 12px;
	line-height: 1.65;
}

.gsp-market-footer__brand a {
	color: var(--mf-ink) !important;
	font-size: 14px;
	font-weight: 600;
}

.gsp-market-footer h2 {
	margin: 0 0 17px;
	color: var(--mf-ink);
	font-size: 14px;
	font-weight: 600;
}

.gsp-market-footer__main > div:not(.gsp-market-footer__brand) {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.gsp-market-footer__main a {
	margin: 5px 0;
	color: var(--mf-text) !important;
	font-size: 12px;
	text-decoration: none !important;
}

.gsp-market-footer__main a:hover {
	color: var(--mf-yellow) !important;
}

.gsp-market-footer__bottom {
	display: flex;
	width: min(var(--mf-width), calc(100% - 40px));
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 1px solid var(--mf-border);
	color: var(--mf-muted);
	font-size: 10px;
}

.gsp-market-footer__bottom a {
	color: var(--mf-ink) !important;
}

.gsp-mobile-dock {
	display: none;
}

/* Martfury quick view */
.gsp-feature-card,
.gsp-product-card > .list-image {
	position: relative;
}

.gsp-quick-view-trigger {
	position: absolute;
	z-index: 4;
	right: 12px;
	bottom: 14px;
	display: inline-flex;
	width: 40px;
	min-width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	padding: 0;
	transform: translateY(8px);
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
	color: var(--mf-ink);
	font-family: inherit;
	font-size: 10px;
	font-weight: 600;
	opacity: 0;
	cursor: pointer;
	transition: background-color 0.18s ease, color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.gsp-feature-card > .gsp-quick-view-trigger {
	top: 170px;
	right: 50%;
	bottom: auto;
	transform: translate(50%, 8px);
}

.gsp-mf-shelf-products .gsp-feature-card > .gsp-quick-view-trigger {
	top: 88px;
}

.gsp-product-card__actions .gsp-quick-view-trigger {
	position: static;
	top: auto;
	right: auto;
	bottom: auto;
	width: 34px;
	min-width: 34px;
	height: 34px;
	transform: none;
	background: transparent;
	box-shadow: none;
	opacity: 1;
}

.gsp-feature-card:hover > .gsp-quick-view-trigger,
.gsp-feature-card:focus-within > .gsp-quick-view-trigger,
.gsp-product-card:hover .gsp-quick-view-trigger,
.gsp-product-card:focus-within .gsp-quick-view-trigger,
.gsp-quick-view-trigger:focus-visible {
	transform: translateY(0);
	opacity: 1;
}

.gsp-feature-card:hover > .gsp-quick-view-trigger,
.gsp-feature-card:focus-within > .gsp-quick-view-trigger,
.gsp-feature-card > .gsp-quick-view-trigger:focus-visible {
	transform: translate(50%, 0);
}

.gsp-quick-view-trigger:hover,
.gsp-quick-view-trigger:focus-visible {
	background: var(--mf-yellow);
	color: var(--mf-primary-text);
	outline: 0;
}

.gsp-quick-view-trigger:hover img,
.gsp-quick-view-trigger:focus-visible img {
	filter: invert(1);
}

.gsp-quick-view-trigger:focus-visible {
	box-shadow: 0 0 0 3px rgba(239, 32, 41, 0.22), 0 4px 16px rgba(0, 0, 0, 0.18);
}

.gsp-quick-view-trigger img {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.gsp-quick-view[hidden] {
	display: none !important;
}

.gsp-quick-view {
	position: fixed;
	z-index: 1200;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
	font-family: var(--mf-font);
}

.gsp-quick-view__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: rgba(17, 17, 17, 0.72);
	opacity: 0;
	cursor: default;
	transition: opacity 0.2s ease;
}

.gsp-quick-view.is-open .gsp-quick-view__backdrop {
	opacity: 1;
}

.gsp-quick-view__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	visibility: hidden;
	width: min(900px, 100%);
	max-height: min(680px, calc(100vh - 48px));
	overflow: auto;
	grid-template-columns: minmax(0, 44%) minmax(0, 56%);
	transform: translateY(12px) scale(0.985);
	background: #fff;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.gsp-quick-view.is-open .gsp-quick-view__dialog {
	visibility: visible;
	transform: translateY(0) scale(1);
	opacity: 1;
}

.gsp-quick-view__close {
	position: absolute;
	z-index: 3;
	top: 13px;
	right: 13px;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid var(--mf-border);
	border-radius: 50%;
	background: #fff;
	color: var(--mf-ink);
	font-size: 24px;
	font-weight: 300;
	line-height: 34px;
	cursor: pointer;
}

.gsp-quick-view__close:hover,
.gsp-quick-view__close:focus-visible {
	border-color: var(--mf-yellow);
	color: var(--mf-yellow);
	outline: 0;
}

.gsp-quick-view__media {
	display: flex;
	min-height: 480px;
	align-items: center;
	justify-content: center;
	padding: 40px;
	background: #f7f7f7;
}

.gsp-quick-view__media img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 430px;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.gsp-quick-view__content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 55px 50px 42px;
}

.gsp-quick-view__eyebrow {
	margin: 0 0 10px;
	color: var(--mf-yellow);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.gsp-quick-view__content h2 {
	margin: 0;
	padding-right: 18px;
	color: var(--mf-ink);
	font-size: clamp(20px, 2.2vw, 28px);
	font-weight: 500;
	line-height: 1.25;
}

.gsp-quick-view__meta {
	margin: 12px 0 0;
	color: var(--mf-muted);
	font-size: 11px;
}

.gsp-quick-view__fitment {
	margin: 22px 0 0;
	padding: 15px 0;
	border-top: 1px solid var(--mf-border);
	border-bottom: 1px solid var(--mf-border);
	color: var(--mf-text);
	font-size: 12px;
	line-height: 1.6;
}

.gsp-quick-view__price {
	display: block;
	margin-top: 20px;
	color: var(--mf-green);
	font-size: 24px;
	font-weight: 600;
}

.gsp-quick-view__stock {
	margin: 7px 0 0;
	font-size: 11px;
	font-weight: 600;
}

.gsp-quick-view__stock.is-in-stock {
	color: var(--mf-green);
}

.gsp-quick-view__stock.is-out-of-stock {
	color: var(--mf-orange);
}

.gsp-quick-view__purchase {
	display: grid;
	margin-top: 22px;
	grid-template-columns: 98px minmax(0, 1fr);
	gap: 8px 12px;
}

.gsp-quick-view__purchase > label {
	grid-column: 1 / -1;
	color: var(--mf-muted);
	font-size: 10px;
	font-weight: 600;
}

.gsp-quick-view__quantity {
	display: grid;
	height: 46px;
	grid-template-columns: 28px 42px 28px;
	border: 1px solid var(--mf-border);
}

.gsp-quick-view__quantity button,
.gsp-quick-view__quantity input {
	min-width: 0;
	padding: 0;
	border: 0;
	background: #fff;
	color: var(--mf-ink);
	font-family: inherit;
	text-align: center;
}

.gsp-quick-view__quantity button {
	font-size: 17px;
	cursor: pointer;
}

.gsp-quick-view__quantity input {
	width: 42px;
	appearance: textfield;
	font-size: 12px;
}

.gsp-quick-view__quantity input::-webkit-inner-spin-button,
.gsp-quick-view__quantity input::-webkit-outer-spin-button {
	margin: 0;
	appearance: none;
}

.gsp-quick-view__add {
	height: 46px;
	padding: 0 18px;
	border: 0;
	border-radius: 2px;
	background: var(--mf-yellow);
	color: var(--mf-primary-text);
	font-family: inherit;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
}

.gsp-quick-view__add:disabled {
	background: #dadada;
	color: #777;
	cursor: not-allowed;
}

.gsp-quick-view__message {
	min-height: 17px;
	margin: 10px 0 0;
	color: var(--mf-text);
	font-size: 10px;
	line-height: 1.5;
}

.gsp-quick-view__product-link {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 8px;
	margin-top: 16px;
	padding-bottom: 3px;
	border-bottom: 1px solid var(--mf-ink);
	color: var(--mf-ink) !important;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none !important;
}

.gsp-quick-view__product-link:hover,
.gsp-quick-view__product-link:focus-visible {
	border-color: var(--mf-yellow);
	color: var(--mf-yellow) !important;
	outline: 0;
}

@media (max-width: 1050px) {
	.gsp-market-header__bar {
		grid-template-columns: 175px minmax(300px, 1fr) auto;
	}

	.gsp-market-account:not(.gsp-market-account--guest) span,
	.gsp-market-hotline {
		display: none;
	}

	.gsp-market-account--guest small {
		display: none;
	}

	.gsp-market-nav a {
		padding: 0 12px;
	}

	.gsp-featured-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.gsp-category-track {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gsp-awards__grid {
		height: 620px;
		grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.35fr);
	}

	.gsp-mf-shelf {
		grid-template-columns: 180px 220px minmax(0, 1fr);
	}

	#products-list-area,
	#products-list-area.hidden {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	body {
		padding-top: 62px;
	}

	.gsp-mf-promo,
	.gsp-mf-topbar,
	.gsp-mf-navigation {
		display: none;
	}

	.gsp-market-header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		height: 62px;
		border-bottom: 1px solid var(--mf-border);
	}

	.gsp-market-header__bar {
		display: grid;
		width: 100%;
		min-height: 62px;
		gap: 0;
		padding: 0 10px;
		grid-template-columns: 46px 1fr auto;
	}

	.gsp-menu-trigger {
		display: flex !important;
		width: 42px;
		height: 42px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
		border: 0;
		background: transparent;
	}

	.gsp-menu-trigger span {
		display: block;
		width: 19px;
		height: 2px;
		background: var(--mf-ink);
	}

	.gsp-market-brand {
		justify-self: start;
	}

	.gsp-market-brand strong {
		font-size: 23px;
	}

	.gsp-market-brand small {
		display: none;
	}

	.gsp-market-actions {
		gap: 0;
	}

	.gsp-market-account {
		display: none;
	}

	.gsp-market-register {
		display: none;
	}

	.gsp-market-icon {
		width: 40px;
		height: 40px;
	}

	.gsp-market-icon img {
		width: 21px;
		height: 21px;
	}

	.gsp-search-trigger {
		display: flex;
	}

	.gsp-search-panel {
		position: fixed;
		z-index: 1080;
		top: 62px;
		right: 0;
		left: 0;
		visibility: hidden;
		width: 100%;
		padding: 14px;
		transform: translateY(-15px);
		background: #fff;
		opacity: 0;
		transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.2s;
	}

	.gsp-search-open .gsp-search-panel {
		visibility: visible;
		transform: translateY(0);
		opacity: 1;
	}

	.gsp-search-panel__form {
		grid-template-columns: 0 minmax(0, 1fr) 78px 38px;
	}

	.gsp-mf-search-category {
		display: none;
	}

	.gsp-search-close {
		display: block;
		border: 0;
		background: var(--mf-ink);
		color: #fff;
		font-size: 21px;
	}

	.gsp-search-results {
		position: static;
		grid-template-columns: 1fr;
	}

	.gsp-search-result:nth-child(even) {
		border-left: 0;
	}

	.gsp-home-hero__slide {
		display: flex;
		height: auto;
		min-height: 0;
		flex-direction: column;
	}

	.gsp-home-hero__slide[hidden] {
		display: flex;
	}

	.gsp-home-hero__slides {
		height: auto;
		min-height: 0;
	}

	.gsp-home-hero {
		height: auto;
		min-height: 0;
	}

	.gsp-home-hero__copy {
		z-index: 3;
		max-width: 100%;
		min-height: 0;
		flex: 1 1 auto;
		justify-content: flex-start;
		padding: 36px 25px 48px;
	}

	.gsp-home-hero__media {
		position: relative;
		order: -1;
		min-height: 280px;
		flex: 0 0 280px;
	}

	.gsp-home-hero__media::after {
		background: linear-gradient(180deg, rgba(241, 241, 241, 0) 68%, #f1f1f1 100%);
	}

	.gsp-home-hero__media--product::after {
		background: linear-gradient(180deg, transparent 64%, #f1f1f1 100%);
	}

	.gsp-home-hero__media--product img {
		padding: 24px 9% 18px;
	}

	.gsp-home-hero h1,
	.gsp-home-hero h2 {
		font-size: clamp(40px, 9vw, 58px);
	}

	.gsp-home-hero__controls {
		top: 226px;
		right: 22px;
		bottom: auto;
	}

	.gsp-policy-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gsp-policy-strip > div:nth-child(2) {
		border-right: 0;
	}

	.gsp-mf-promos {
		grid-template-columns: 1fr;
	}

	.gsp-featured-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gsp-editorial-grid {
		grid-template-columns: 1fr;
	}

	.gsp-mf-marketplace {
		padding: 28px 20px;
	}

	.gsp-mf-shelf {
		min-height: 0;
		grid-template-columns: 190px minmax(0, 1fr);
	}

	.gsp-mf-shelf-banner,
	.gsp-mf-shelf-banner img {
		min-height: 300px;
	}

	.gsp-mf-shelf-products {
		grid-column: 1 / -1;
	}

	.gsp-story {
		grid-template-columns: 1fr;
	}

	.gsp-story__brands {
		min-height: 150px;
		border-top: 1px solid var(--mf-border);
		border-left: 0;
	}

	.gsp-awards__grid {
		height: auto;
		grid-template-columns: 1fr;
	}

	.gsp-awards__gallery {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	.gsp-award-card--legacy {
		grid-column: auto;
	}

	.gsp-award-card__media {
		height: auto;
		aspect-ratio: 4 / 3;
		flex: none;
	}

	.gsp-award-card--certificate .gsp-award-card__media {
		height: clamp(420px, 90vw, 620px);
		aspect-ratio: auto;
	}

	.gsp-location-grid {
		grid-template-columns: 1fr;
	}

	body.gsp-catalog-page main.container,
	body:has(.item-main) main.container {
		width: calc(100% - 28px);
		padding-top: 18px;
	}

	.gsp-catalog-mobile-tools {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 12px;
		padding: 11px;
		border: 1px solid var(--mf-border);
		background: #fff;
	}

	.gsp-filter-toggle {
		height: 36px;
		padding: 0 13px;
		border: 0;
		background: var(--mf-yellow);
		color: var(--mf-primary-text);
		font-size: 11px;
		font-weight: 600;
	}

	.gsp-catalog-layout {
		display: block;
	}

	.gsp-filter-column {
		position: static;
	}

	#product-filters {
		position: fixed;
		z-index: 1090;
		top: 0;
		bottom: 0;
		left: 0;
		visibility: hidden;
		width: min(370px, calc(100vw - 35px));
		overflow: auto;
		padding: 25px;
		transform: translateX(-100%);
		opacity: 0;
		transition: transform 0.25s ease, opacity 0.2s ease, visibility 0.25s;
	}

	body.gsp-filter-open #product-filters {
		visibility: visible;
		transform: translateX(0);
		opacity: 1;
	}

	.gsp-filter-close {
		display: block;
	}

	.gsp-filter-scrim {
		position: fixed;
		z-index: 1085;
		inset: 0;
		display: block;
		visibility: hidden;
		border: 0;
		background: rgba(0, 0, 0, 0.55);
		opacity: 0;
	}

	body.gsp-filter-open .gsp-filter-scrim {
		visibility: visible;
		opacity: 1;
	}

	.gsp-product-listing .toolbar {
		grid-template-columns: 1fr;
	}

	#products-list-area,
	#products-list-area.hidden {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gsp-toolbar-label {
		display: none;
	}

	.gsp-detail-card .row.mb-5 > .d-flex {
		padding-right: 15px;
	}

	.gsp-detail-card .product-details {
		display: block;
		margin-top: 24px;
		padding: 25px 0 0;
		border-top: 1px solid var(--mf-border);
		border-left: 0;
	}

	.gsp-detail-card .item-cart {
		margin: 18px 0 0 !important;
		padding: 20px;
	}

	.gsp-detail-assurances {
		grid-template-columns: 1fr;
	}

	.gsp-detail-assurances > div {
		justify-content: flex-start;
		border-right: 0;
		border-bottom: 1px solid var(--mf-border);
	}

	.gsp-mf-newsletter {
		grid-template-columns: 1fr;
	}

	.gsp-market-footer__main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gsp-market-footer__brand {
		grid-column: 1 / -1;
	}

	.gsp-mobile-dock {
		position: fixed;
		z-index: 1035;
		right: 0;
		bottom: 0;
		left: 0;
		display: grid;
		height: 55px;
		grid-template-columns: repeat(4, 1fr);
		border-top: 1px solid var(--mf-border);
		background: #fff;
	}

	.gsp-mobile-dock a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2px;
		color: var(--mf-ink) !important;
		font-size: 8px;
		text-decoration: none !important;
	}

	.gsp-mobile-dock a:nth-child(2) {
		background: var(--mf-yellow);
		color: var(--mf-primary-text) !important;
	}

	.gsp-mobile-dock span {
		font-size: 14px;
	}
}

@media (max-width: 820px) {
	body.gsp-catalog-page .gsp-mobile-dock,
	body:has(.item-main) .gsp-mobile-dock {
		display: none;
	}

	.gsp-product-card > .list-image {
		display: flex;
		height: auto;
		flex-direction: column;
		padding: 10px 10px 0;
	}

	.gsp-product-card .product-list-link {
		height: auto !important;
		aspect-ratio: 1;
	}

	.gsp-product-card__actions {
		position: static;
		visibility: visible;
		width: calc(100% + 20px);
		height: 52px;
		margin: 0 -10px;
		padding: 6px 0;
		transform: none;
		gap: 6px;
		opacity: 1;
		pointer-events: auto;
	}

	.gsp-quick-view-trigger {
		width: 40px;
		min-width: 40px;
		height: 40px;
		transform: translateY(0);
		opacity: 1;
	}

	.gsp-feature-card > .gsp-quick-view-trigger {
		transform: translate(50%, 0);
	}

	.gsp-product-card .like-action-list {
		width: 40px;
		height: 40px;
		opacity: 1;
	}

	.gsp-product-card__actions .gsp-quick-view-trigger {
		width: 40px;
		min-width: 40px;
		height: 40px;
	}

	.gsp-product-card__cart-action,
	.gsp-product-card__cart-action.d-flex {
		width: 40px !important;
		height: 40px;
		max-width: 40px !important;
	}

	.gsp-product-card__cart-action .btn-add-to-cart-list,
	.gsp-product-card__cart-action .btn-explore-variants,
	.gsp-product-card__cart-action .gsp-go-to-cart {
		width: 40px !important;
		min-width: 40px !important;
		height: 40px !important;
		max-height: 40px !important;
	}

	.gsp-feature-card > .gsp-quick-view-trigger {
		top: 160px;
	}

	.gsp-quick-view {
		align-items: end;
		padding: 0;
	}

	.gsp-quick-view__dialog {
		width: 100%;
		max-height: calc(100dvh - 55px);
		grid-template-columns: 1fr;
		transform: translateY(35px);
		border-radius: 14px 14px 0 0;
	}

	.gsp-quick-view.is-open .gsp-quick-view__dialog {
		transform: translateY(0);
	}

	.gsp-quick-view__media {
		min-height: 230px;
		padding: 28px 55px 18px;
	}

	.gsp-quick-view__media img {
		max-height: 210px;
	}

	.gsp-quick-view__content {
		padding: 24px 24px 30px;
	}

	.gsp-quick-view__content h2 {
		font-size: 20px;
	}

	.gsp-quick-view__fitment {
		margin-top: 15px;
		padding: 12px 0;
	}

	.gsp-quick-view__price {
		margin-top: 14px;
		font-size: 20px;
	}

	.gsp-quick-view__purchase {
		margin-top: 15px;
	}
}

@media (max-width: 540px) {
	body {
		padding-bottom: 55px;
	}

	body.gsp-catalog-page,
	body:has(.item-main) {
		padding-bottom: 0;
	}

	.gsp-market-brand strong {
		font-size: 20px;
	}

	.gsp-home-hero {
		height: auto;
		min-height: 0;
	}

	.gsp-home-hero__copy {
		padding: 28px 22px 38px;
	}

	.gsp-home-hero__media {
		min-height: 235px;
		flex-basis: 235px;
	}

	.gsp-dio-feature__swatches {
		justify-content: flex-start;
		padding-left: 8px;
		gap: 6px;
	}

	.gsp-home-hero h1,
	.gsp-home-hero h2 {
		font-size: 41px;
		letter-spacing: -1.2px;
	}

	.gsp-home-hero__controls {
		top: 184px;
		right: 14px;
		gap: 7px;
	}

	.gsp-home-hero__arrow {
		width: 34px;
		height: 34px;
	}

	.gsp-home-hero__actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}

	.gsp-policy-strip {
		width: calc(100% - 28px);
		grid-template-columns: 1fr;
	}

	.gsp-policy-strip > div {
		min-height: 72px;
		padding: 12px 18px;
		border-right: 0;
		border-bottom: 1px solid var(--mf-border);
	}

	.gsp-mf-promos,
	.gsp-featured,
	.gsp-category-rail,
	.gsp-brand-directory,
	.gsp-editorial-grid,
	.gsp-story,
	.gsp-awards,
	.gsp-locations {
		width: calc(100% - 28px);
	}

	.gsp-brand-logo-card {
		width: 138px;
		height: 64px;
		flex-basis: 138px;
	}

	.gsp-mf-marketplace {
		padding: 24px 14px;
	}

	.gsp-mf-shelf {
		grid-template-columns: 1fr;
	}

	.gsp-mf-shelf > aside {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 4px 14px;
		border-right: 0;
		border-bottom: 1px solid var(--mf-border);
	}

	.gsp-mf-shelf > aside h2,
	.gsp-mf-shelf > aside .gsp-mf-view-all {
		grid-column: 1 / -1;
	}

	.gsp-mf-shelf-banner,
	.gsp-mf-shelf-banner img {
		min-height: 260px;
	}

	.gsp-mf-shelf-products {
		grid-column: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gsp-mf-promos > a {
		min-height: 160px;
	}

	.gsp-featured-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gsp-feature-card {
		min-height: 340px;
	}

	.gsp-feature-card__image {
		height: 170px;
	}

	.gsp-feature-card > .gsp-quick-view-trigger {
		top: 127px;
	}

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

	.gsp-mf-section-title > div {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
	}

	.gsp-editorial-card,
	.gsp-editorial-card img {
		min-height: 245px;
		height: 245px;
	}

	.gsp-story__year,
	.gsp-story__copy,
	.gsp-story__brands {
		padding: 24px;
	}

	.gsp-location-grid article {
		min-height: 465px;
		padding: 0;
	}

	.gsp-location-card__media {
		height: auto;
	}

	.gsp-location-card__content {
		min-height: 230px;
		padding: 22px;
	}

	.gsp-catalog-intro {
		align-items: flex-start;
		flex-direction: column;
	}

	.gsp-catalog-intro__copy {
		text-align: left;
	}

	#products-list-area,
	#products-list-area.hidden {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gsp-product-card {
		min-height: 360px;
	}

	.gsp-product-card > .list-image {
		height: auto;
	}

	.gsp-quick-view__media {
		min-height: 195px;
		padding: 24px 60px 12px;
	}

	.gsp-quick-view__media img {
		max-height: 175px;
	}

	.gsp-quick-view__content {
		padding: 21px 18px 25px;
	}

	.gsp-quick-view__purchase {
		grid-template-columns: 98px minmax(0, 1fr);
	}

	.gsp-detail-card {
		padding: 18px;
	}

	.gsp-detail-card .product-image {
		min-height: 320px;
	}

	.gsp-detail-card .btn-add-to-cart,
	.gsp-detail-card .btn-contact,
	.gsp-detail-card .btn-inquiry,
	.gsp-detail-card .gsp-contact-button,
	.gsp-detail-card .btn-view-in-cart {
		width: 100%;
		min-width: 0;
		margin: 0 !important;
	}

	.gsp-mf-newsletter,
	.gsp-market-footer__main,
	.gsp-market-footer__bottom {
		width: calc(100% - 28px);
	}

	.gsp-market-footer__main {
		grid-template-columns: 1fr 1fr;
		gap: 30px 20px;
	}

	.gsp-market-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.gsp-award-card:hover,
	.gsp-award-card:hover .gsp-award-card__media img {
		transform: none;
	}
}
