: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: 1170px;
	--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-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;
	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%;
	min-height: 358px;
	background: #f1f1f1;
	overflow: hidden;
}

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

.gsp-home-hero__slide {
	display: grid;
	min-height: inherit;
	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: 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__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-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 {
	display: flex;
	width: 100%;
	height: 78px;
	align-items: center;
	justify-content: center;
	margin: 0 0 16px;
}

.gsp-category-track__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.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 {
	overflow: hidden;
	padding: 12px 0;
	border-top: 2px solid var(--mf-yellow);
	border-bottom: 1px solid var(--mf-border);
	background: #fff;
}

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

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

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

.gsp-brand-marquee__frame {
	width: clamp(360px, 46vw, 520px);
	aspect-ratio: 16 / 9;
	overflow: hidden;
	position: relative;
	border: 1px solid var(--mf-border);
	background: #fff;
}

.gsp-brand-marquee__frame::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(239, 32, 41, .08), transparent 16%, transparent 84%, rgba(19, 20, 21, .08));
	content: "";
	pointer-events: none;
}

.gsp-brand-marquee__frame img {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px;
	filter: saturate(.94) contrast(1.04);
	object-fit: contain;
}

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

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

@media (prefers-reduced-motion: reduce) {
	.gsp-brand-marquee {
		overflow: visible;
	}

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

	.gsp-brand-marquee__set {
		display: block;
		width: 100%;
		padding-right: 0;
	}

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

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

	.gsp-brand-marquee__frame {
		width: 100%;
	}

	.gsp-brand-marquee__frame:nth-child(2) {
		display: none;
	}
}

.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-location-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.gsp-location-grid article {
	display: flex;
	min-height: 275px;
	flex-direction: column;
	align-items: flex-start;
	padding: 32px;
	border: 1px solid var(--mf-border);
	background: #fff;
}

.gsp-location-grid article > 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-grid article > a:not(.gsp-button) {
	color: var(--mf-ink) !important;
	font-size: 16px;
	font-weight: 600;
}

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

/* 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 .like-action-list {
	top: 10px;
	right: 10px;
}

.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: 100%;
	max-width: none;
	padding: 0;
}

.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 .btn-add-to-cart-list,
.gsp-product-card .btn-explore-variants {
	height: 38px !important;
	margin: 12px 0 0 !important;
	padding: 0 15px !important;
	border: 0;
	border-radius: 2px;
	background: var(--mf-yellow);
	color: var(--mf-primary-text);
	font-size: 10px;
	font-weight: 600;
	line-height: 38px;
}

.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 {
	min-width: 180px;
	height: 46px;
	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 .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;
}

/* 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;
	height: 44px;
	grid-template-columns: 1fr 110px;
}

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

.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: 50%;
	bottom: 14px;
	display: inline-flex;
	height: 36px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-width: 118px;
	padding: 0 14px;
	transform: translate(50%, 8px);
	border: 0;
	border-radius: 2px;
	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;
	bottom: auto;
}

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

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

.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: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 span {
	font-size: 12px;
}

.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 span,
	.gsp-market-hotline {
		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-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-actions > a:nth-of-type(1),
	.gsp-market-account {
		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;
		min-height: 0;
		flex-direction: column;
	}

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

	.gsp-home-hero__copy {
		z-index: 3;
		max-width: 100%;
		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 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-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) {
	.gsp-quick-view-trigger {
		min-width: 105px;
		height: 34px;
		transform: translate(50%, 0);
		font-size: 9px;
		opacity: 1;
	}

	.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;
	}

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

	.gsp-market-actions .gsp-market-icon:nth-child(2) {
		display: none;
	}

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

	.gsp-home-hero__copy {
		padding: 28px 22px 38px;
	}

	.gsp-home-hero__media {
		min-height: 235px;
		flex-basis: 235px;
	}

	.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-editorial-grid,
	.gsp-story,
	.gsp-locations {
		width: calc(100% - 28px);
	}

	.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: 260px;
		padding: 25px;
	}

	.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: 180px;
	}

	.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%;
		margin: 5px 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;
	}
}
