body {
	color: #152117;
}

.egc-topbar {
	background: #05321a;
	color: #ffffff;
}

.egc-topbar__inner,
.egc-standalone-header__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

.egc-topbar__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
	min-height: 44px;
	font-size: 14px;
}

.egc-topbar__item {
	color: #ffffff;
}

.egc-topbar__item strong {
	color: #e9d195;
}

.egc-standalone-header {
	background: #ffffff;
	border-bottom: 1px solid rgba(7, 50, 27, 0.12);
	box-shadow: 0 12px 28px rgba(7, 50, 27, 0.08);
}

.egc-standalone-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 96px;
}

.egc-standalone-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid #05321a;
	background: #05321a;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.egc-standalone-toggle__line {
	display: block;
	width: 22px;
	height: 2px;
	background: #e9d195;
}

.egc-standalone-toggle:hover,
.egc-standalone-toggle:focus {
	border-color: #06321a;
	background: #06321a;
	outline: none;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.egc-standalone-logo img {
	display: block;
	max-height: 78px;
	width: auto;
}

.egc-standalone-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
}

.egc-standalone-nav__item {
	position: relative;
}

.egc-standalone-nav__item--has-mega {
	padding-bottom: 18px;
	margin-bottom: -18px;
}

.egc-standalone-nav a {
	color: #07321b;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.egc-standalone-nav a:hover,
.egc-standalone-nav a:focus {
	color: #e9d195;
}

.egc-standalone-nav__cta {
	display: none !important;
}

.egc-standalone-nav__item--has-mega > a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.egc-standalone-nav__item--has-mega > a::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
	transform-origin: center;
}

.egc-standalone-nav__item--has-mega::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 22px;
}

.egc-standalone-mega-menu {
	position: absolute;
	top: calc(100% + 4px);
	left: 50%;
	z-index: 50;
	width: min(560px, 72vw);
	padding: 22px 24px;
	background: #ffffff;
	border: 1px solid rgba(7, 50, 27, 0.14);
	box-shadow: 0 24px 48px rgba(7, 50, 27, 0.14);
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.egc-standalone-mega-menu::before {
	content: "";
	position: absolute;
	top: -9px;
	left: 50%;
	width: 18px;
	height: 18px;
	background: #ffffff;
	border-left: 1px solid rgba(7, 50, 27, 0.14);
	border-top: 1px solid rgba(7, 50, 27, 0.14);
	transform: translateX(-50%) rotate(45deg);
}

.egc-standalone-nav__item--has-mega:hover .egc-standalone-mega-menu,
.egc-standalone-nav__item--has-mega:focus-within .egc-standalone-mega-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

.egc-standalone-mega-menu__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 28px;
	position: relative;
	z-index: 1;
}

.egc-standalone-mega-menu__column {
	margin: 0;
	padding: 0;
	list-style: none;
}

.egc-standalone-mega-menu__column li + li {
	margin-top: 10px;
}

.egc-standalone-mega-menu__column a {
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(7, 50, 27, 0.08);
	color: #07321b !important;
	font-size: 13px;
	letter-spacing: 0.08em;
}

.egc-standalone-mega-menu__thumb {
	display: block;
	width: 78px;
	height: 58px;
	overflow: hidden;
	background: #f5f1e7;
	border: 1px solid rgba(7, 50, 27, 0.1);
}

.egc-standalone-mega-menu__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.egc-standalone-mega-menu__label {
	display: block;
	line-height: 1.4;
}

.egc-standalone-mega-menu__column a:hover,
.egc-standalone-mega-menu__column a:focus {
	color: #06321a !important;
	border-bottom-color: #e9d195;
}

.egc-standalone-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	border: 1px solid #07321b;
	background: #07321b;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.egc-standalone-cta:hover,
.egc-standalone-cta:focus {
	border-color: #e9d195;
	background: #e9d195;
	color: #07321b;
}

@media (max-width: 920px) {
	.egc-topbar__inner {
		min-height: 40px;
		justify-content: center;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.egc-topbar__item--address,
	.egc-topbar__item--phone,
	.egc-topbar__item--whatsapp {
		display: none;
	}

	.egc-topbar__item--email {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 13px;
	}

	.egc-standalone-header__inner {
		flex-wrap: wrap;
		justify-content: space-between;
		padding-top: 14px;
		padding-bottom: 14px;
		min-height: 0;
	}

	.egc-standalone-logo {
		flex: 0 1 auto;
		max-width: calc(100% - 72px);
	}

	.egc-standalone-logo img {
		max-height: 58px;
	}

	.egc-standalone-toggle {
		display: inline-flex;
		flex: 0 0 auto;
	}

	.egc-standalone-cta {
		display: none !important;
	}

	.egc-standalone-nav {
		display: none;
		flex: 0 0 100%;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding-top: 16px;
	}

	.egc-standalone-header.is-menu-open .egc-standalone-nav {
		display: flex;
	}

	.egc-standalone-nav > a,
	.egc-standalone-nav__item > a,
	.egc-standalone-nav__cta {
		display: block;
		width: 100%;
		padding: 14px 0;
		border-top: 1px solid rgba(7, 50, 27, 0.1);
	}

	.egc-standalone-nav__item--has-mega > a {
		justify-content: space-between;
	}

	.egc-standalone-nav__cta {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		margin-top: 12px;
		border: 1px solid #07321b;
		background: #07321b;
		color: #ffffff !important;
	}

	.egc-standalone-mega-menu {
		position: static;
		width: 100%;
		margin-top: 12px;
		padding: 16px 18px;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: none;
		box-shadow: none;
		border: 1px solid rgba(7, 50, 27, 0.12);
	}

	.egc-standalone-mega-menu::before {
		display: none;
	}

	.egc-standalone-nav__item--has-mega {
		width: 100%;
		text-align: left;
		padding-bottom: 0;
		margin-bottom: 0;
	}
}

@media (max-width: 640px) {
	.egc-standalone-mega-menu__grid {
		grid-template-columns: 1fr;
	}

	.egc-standalone-mega-menu__column a {
		grid-template-columns: 64px minmax(0, 1fr);
	}

	.egc-standalone-mega-menu__thumb {
		width: 64px;
		height: 50px;
	}
}

body.home {
	background:
		linear-gradient(180deg, #f5f1e7 0, #f5f1e7 520px, #f8f7f2 520px, #f8f7f2 100%);
}

body.home .site-content > .ast-container,
body.home .ast-plain-container.ast-no-sidebar #primary {
	max-width: 100%;
	padding: 0;
}

body.home .site-content,
body.home #primary,
body.home .site-main,
body.home article#post-245,
body.home .entry-content.clear {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
}

body.home.ast-separate-container .ast-article-single,
body.home.ast-separate-container .site-main .ast-article-single {
	padding: 0 !important;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.home .entry-content > .egc-home-redesign {
	max-width: 100%;
	margin: 0;
	padding: 0;
	color: #152117;
}

body.home .entry-content > .egc-home-redesign section {
	margin: 0;
}

body.home .egc-hero {
	--egc-hero-image: url("https://exclusivegolfcart.co.za/wp-content/uploads/2025/01/2019-Yamaha-Drive2-EFI-Quietech-Gas.jpg");
	--egc-hero-image-next: var(--egc-hero-image);
	--egc-hero-fade: 0;
	position: relative;
	display: flex;
	align-items: stretch;
	align-items: stretch;
	width: 100%;
	margin: 0;
	padding: 56px clamp(24px, 4vw, 52px) 52px;
	min-height: 680px;
	box-sizing: border-box;
	background:
		linear-gradient(100deg, rgba(10, 15, 11, 0.92) 0, rgba(10, 15, 11, 0.78) 38%, rgba(10, 15, 11, 0.38) 66%, rgba(10, 15, 11, 0.2) 100%),
		var(--egc-hero-image) center center / cover no-repeat;
	color: #f8f7f2;
	overflow: hidden;
}

body.home .egc-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(143, 122, 63, 0.12) 0, rgba(143, 122, 63, 0) 28%, rgba(11, 16, 12, 0.18) 100%);
	pointer-events: none;
}

body.home .egc-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(100deg, rgba(10, 15, 11, 0.92) 0, rgba(10, 15, 11, 0.78) 38%, rgba(10, 15, 11, 0.38) 66%, rgba(10, 15, 11, 0.2) 100%),
		var(--egc-hero-image-next) center center / cover no-repeat;
	opacity: var(--egc-hero-fade);
	transition: opacity 1s ease;
	pointer-events: none;
}

body.home .egc-hero > * {
	position: relative;
	z-index: 2;
}

body.home .egc-hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: stretch;
	align-items: flex-start;
	min-height: 100%;
	height: 100%;
	max-width: 620px;
	padding: clamp(28px, 4vw, 64px) 0 clamp(28px, 4vw, 64px) clamp(12px, 1vw, 24px);
	text-align: left;
}

body.home .egc-hero-eyebrow {
	margin: 0 0 14px;
	font-family: "Montserrat", sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(248, 247, 242, 0.82);
}

body.home .egc-hero-copy h1 {
	margin: 0;
	font-size: clamp(3rem, 5.2vw, 5.8rem);
	line-height: 0.92;
	letter-spacing: -0.05em;
	color: #f8f7f2;
}

body.home .egc-hero-subtitle {
	margin: 22px 0 0;
	font-size: clamp(1.05rem, 1.55vw, 1.4rem);
	line-height: 1.65;
	color: rgba(248, 247, 242, 0.9);
}

body.home .egc-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 34px;
	justify-content: flex-start;
}

body.home .egc-hero-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 52px;
	min-width: 190px;
	padding: 14px 28px;
	border: 1px solid rgba(248, 247, 242, 0.75);
	font-family: "Montserrat", sans-serif;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

body.home .egc-hero-cta--solid {
	background: #f8f7f2;
	color: #152117 !important;
}

body.home .egc-hero-cta--ghost {
	background: transparent;
	color: #f8f7f2 !important;
}

body.home .egc-hero-cta:hover,
body.home .egc-hero-cta:focus {
	border-color: #8f7a3f;
	background: #8f7a3f;
	color: #fff;
}

body.home .egc-hero-gallery {
	display: none;
}

body.home .egc-hero-track {
	display: none;
}

body.home .egc-hero-slide {
	display: none;
}

body.home .egc-hero-slide--featured {
	display: none;
}

body.home .egc-hero-slide:nth-child(n + 6) {
	display: none;
}

body.home .egc-hero-slide img {
	display: none;
}

body.home .egc-content-shell {
	max-width: 1280px;
	margin: 0 auto;
	padding: 36px 0 0;
}

body.home .egc-intro-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 42px;
	align-items: stretch;
	margin-bottom: 36px;
}

body.home .egc-panel,
body.home .egc-story,
body.home .egc-stats {
	border: 1px solid #d8d1bf;
	background: #f8f7f2;
	box-shadow: 0 20px 45px rgba(17, 34, 20, 0.08);
}

body.home .egc-panel {
	padding: 42px;
}

body.home .egc-panel--intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 !important;
	border: 0 !important;
	padding-left: 44px !important;
	padding-right: 44px !important;
}

body.home .egc-eyebrow,
body.home .egc-section-intro,
body.home .egc-brand-card h2,
body.home .egc-stat-value {
	font-family: "Montserrat", sans-serif;
}

body.home .egc-eyebrow {
	display: inline-block;
	margin: 0 0 16px;
	padding: 0 0 10px;
	border-bottom: 3px solid #8f7a3f;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #6f5d31;
}

body.home .egc-panel h2,
body.home .egc-story h2,
body.home .egc-showcase h2,
body.home .egc-stats h3 {
	margin: 0;
	color: #132214;
	font-family: "Montserrat", sans-serif;
}

body.home .egc-panel > h2,
body.home .egc-story h2,
body.home .egc-showcase-header h2 {
	font-size: clamp(2rem, 3vw, 3.5rem);
	line-height: 1.05;
	letter-spacing: -0.03em;
}

body.home .egc-panel > p,
body.home .egc-why-copy,
body.home .egc-showcase-header p {
	margin: 0;
	font-size: 1.14rem;
	line-height: 1.8;
	color: #415146;
}

body.home .egc-category-carousel {
	margin: 28px 0 10px;
	padding: 22px 22px 18px;
	border: 1px solid #d8d1bf;
	background: #fffdf7;
	overflow: hidden;
}

body.home .egc-category-carousel__heading {
	margin: 0 0 18px;
	color: #132214;
	font-family: "Montserrat", sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.home .egc-category-carousel__viewport {
	overflow: hidden;
	width: 100%;
}

body.home .egc-category-carousel__track {
	display: flex;
	gap: 18px;
	will-change: transform;
}

body.home .egc-category-carousel__card {
	flex: 0 0 calc((100% - 72px) / 5);
	display: flex;
	flex-direction: column;
	text-decoration: none;
	background: #f8f7f2;
	border: 1px solid rgba(19, 34, 20, 0.12);
	color: #132214;
}

body.home .egc-category-carousel__thumb {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #ebe4d3;
	overflow: hidden;
}

body.home .egc-category-carousel__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.home .egc-category-carousel__title {
	display: block;
	padding: 14px 12px 16px;
	font-family: "Montserrat", sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: center;
}

body.home .egc-category-carousel__card:hover,
body.home .egc-category-carousel__card:focus {
	border-color: #8f7a3f;
	background: #ffffff;
	color: #06321a;
}

body.home .egc-feature-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 28px 0;
}

body.home .egc-feature-list--stack {
	grid-template-columns: 1fr;
}

body.home .egc-feature {
	display: block;
	align-items: start;
	padding: 18px 18px 18px 0;
	border-top: 1px solid #d8d1bf;
}

body.home .egc-feature__title-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 8px;
}

body.home .egc-feature img {
	display: block;
	width: 50px;
	height: 50px;
	flex: 0 0 auto;
}

body.home .egc-feature h3,
body.home .egc-inventory-card h3 {
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.3;
	color: #152117;
}

body.home .egc-feature p,
body.home .egc-inventory-card p {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.65;
	color: #516057;
}

body.home .egc-cta {
	display: inline-block;
	margin-top: 28px;
	padding: 14px 22px;
	border: 1px solid #152117;
	background: #152117;
	color: #f8f7f2;
	font-family: "Montserrat", sans-serif;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

body.home .egc-cta:hover,
body.home .egc-cta:focus {
	background: #8f7a3f;
	border-color: #8f7a3f;
	color: #fff;
}

body.home .egc-media {
	min-height: 100%;
	border: 1px solid #d8d1bf;
	background: #101a12;
}

body.home .egc-intro-media {
	min-height: 100%;
}

body.home .egc-feature-story {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 42px;
	align-items: stretch;
	margin: 0 0 42px;
}

body.home .egc-feature-story__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 42px;
	border: 1px solid #d8d1bf;
	background: #f8f7f2;
	box-shadow: 0 20px 45px rgba(17, 34, 20, 0.08);
}

body.home .egc-feature-story__content > p {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.65;
	color: #516057;
}

body.home .egc-feature-story__image {
	height: 100%;
	min-height: 100%;
	max-height: none;
	overflow: hidden;
}

body.home .egc-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
}

body.home .egc-why-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	align-items: start;
	margin-top: 34px;
	padding-top: 30px;
	border-top: 1px solid #d8d1bf;
}

body.home .egc-why-title {
	max-width: 620px;
	margin: 0;
	font-size: 1.35rem;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

body.home .egc-why-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(220px, 1fr));
	gap: 18px;
}

body.home .egc-why-point,
body.home .egc-inventory-card,
body.home .egc-brand-card,
body.home .egc-stat {
	border: 1px solid #d8d1bf;
	background: #fff;
}

body.home .egc-why-point {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-width: 0;
	padding: 18px;
}

body.home .egc-why-point strong {
	display: block;
	margin-bottom: 10px;
	font-family: "Montserrat", sans-serif;
	font-size: 0.95rem;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #152117;
}

body.home .egc-why-point span {
	display: block;
	font-size: 1.02rem;
	line-height: 1.65;
	color: #516057;
}

body.home .egc-showcase {
	margin-top: 34px;
}

body.home .egc-section-intro {
	margin: 0 0 24px;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #6f5d31;
}

body.home .egc-showcase--brands .egc-section-intro {
	margin-bottom: 28px;
	font-size: 1.5rem;
	letter-spacing: 0.14em;
	color: #152117;
}

body.home .egc-inventory-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

body.home .egc-inventory-card {
	padding: 22px;
	background: #fff;
}

body.home .egc-inventory-card h3 {
	color: #152117 !important;
}

body.home .egc-inventory-card p {
	display: block;
	margin: 0;
	color: #516057 !important;
	opacity: 1;
	visibility: visible;
}

body.home .egc-story {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 0;
	margin: 54px 0;
	align-items: stretch;
}

body.home .egc-story-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 38px;
	background:
		linear-gradient(180deg, #132214 0, #1b2d1d 100%);
	color: #f8f7f2;
}

body.home .egc-story-copy h2,
body.home .egc-story-copy p {
	color: inherit;
}

body.home .egc-story-copy p {
	margin-top: 18px;
	font-size: 1.08rem;
	line-height: 1.8;
	color: rgba(248, 247, 242, 0.86);
}

body.home .egc-story-image img {
	display: block;
	width: 100%;
	height: 420px;
	object-fit: cover;
	object-position: center;
}

body.home .egc-brand-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 26px;
	align-items: stretch;
}

body.home .egc-brand-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
	overflow: hidden;
}

body.home .egc-brand-card img {
	display: block;
	width: 100%;
	height: 280px;
	padding: 0;
	box-sizing: border-box;
	background: transparent;
	object-fit: cover;
	object-position: center;
}

body.home .egc-brand-card h2 {
	padding: 18px 20px 22px;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.4;
}

body.home .egc-brand-card--featured {
	grid-column: span 1;
}

body.home .egc-brand-card--featured img {
	height: 280px;
}

body.home .egc-stats {
	margin-top: 54px;
	padding: 18px;
	background:
		linear-gradient(90deg, #152117 0, #1d3120 60%, #8f7a3f 100%);
}

body.home .egc-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

body.home .egc-stat {
	padding: 26px 18px 24px;
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.16);
	color: #f8f7f2;
	text-align: center;
}

body.home .egc-stat-value {
	display: block;
	margin-bottom: 8px;
	font-size: clamp(2rem, 4vw, 3.8rem);
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: -0.05em;
}

body.home .egc-stat h3 {
	font-size: 0.9rem;
	letter-spacing: 0.12em;
	line-height: 1.5;
	text-transform: uppercase;
	color: rgba(248, 247, 242, 0.92);
}

body {
	--egc-ink: #132214;
	--egc-ink-soft: #415146;
	--egc-olive: #06321a;
	--egc-gold: #8f7a3f;
	--egc-line: #d8d1bf;
	--egc-paper: #f8f7f2;
	--egc-paper-deep: #f5f1e7;
	--egc-shell: #ffffff;
	background: linear-gradient(180deg, var(--egc-paper-deep) 0, var(--egc-paper) 420px, var(--egc-paper) 100%);
	color: var(--egc-ink);
}

body,
button,
input,
select,
textarea {
	font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.main-title,
.woocommerce-loop-product__title,
.page-title {
	font-family: "Montserrat", sans-serif;
	letter-spacing: -0.03em;
	color: var(--egc-ink);
}

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

img,
input,
select,
textarea,
button,
.button,
.ast-button,
.elementor-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple,
.ast-article-post .ast-article-inner,
.ast-article-single,
.widget,
.woocommerce ul.products li.product,
.woocommerce div.product div.images img {
	border-radius: 0 !important;
}

.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single,
.ast-separate-container .comment-respond,
.ast-separate-container .comments-area,
.ast-separate-container .ast-archive-description,
.ast-separate-container .error-404,
.ast-separate-container .no-results,
.woocommerce.ast-separate-container .ast-woocommerce-container,
.ast-separate-container.ast-two-container #secondary .widget {
	background: var(--egc-shell);
	border: 1px solid var(--egc-line);
	box-shadow: 0 18px 40px rgba(17, 34, 20, 0.06);
}

.ast-plain-container,
.ast-page-builder-template {
	background: transparent;
}

.site-content > .ast-container {
	max-width: 1320px;
}

.site-primary-header-wrap,
.main-header-bar-wrap,
.site-header {
	background: transparent;
}

.site-header .site-primary-header-wrap,
.ast-theme-transparent-header .main-header-bar,
.main-header-bar,
.ast-builder-menu-1 {
	background: transparent;
}

.ehf-header .elementor-icon-list-items,
.ehf-header .elementor-icon-list-item,
.ehf-header .elementor-icon-list-text,
.ehf-header .elementor-icon-list-item a {
	color: #ffffff !important;
}

.ehf-header .elementor-icon-list-icon,
.ehf-header .elementor-icon-list-icon svg,
.ehf-header .elementor-icon-list-icon i {
	color: #e9d195 !important;
	fill: #e9d195 !important;
}

.ehf-header .elementor-element-7cd6283e {
	background: #05321a !important;
	border: 0 !important;
	box-shadow: none !important;
}

.ehf-header #masthead,
.ehf-header .main-header-bar,
.ehf-header .site-primary-header-wrap {
	background: transparent !important;
}

.ehf-header .elementor-element-62d56845 {
	margin: 0 auto !important;
	max-width: 1280px;
	border-top: 1px solid rgba(7, 50, 27, 0.08);
	border-bottom: 1px solid rgba(7, 50, 27, 0.12);
	background: #ffffff !important;
	box-shadow: 0 12px 28px rgba(7, 50, 27, 0.08);
	border-radius: 0 !important;
}

.ehf-header .main-header-bar,
.ehf-header .site-primary-header-wrap {
	padding-top: 10px;
	padding-bottom: 10px;
}

.admin-bar .ehf-header .elementor-element-62d56845 {
	margin-top: 32px !important;
}

.ehf-header .elementor-widget-image img {
	max-height: 72px;
	width: auto;
}

.ehf-header .elementor-element-697f2f1d img {
	max-height: 88px;
	width: auto;
	max-width: min(100%, 420px);
	object-fit: contain;
}

.ehf-header .elementor-nav-menu--main .elementor-item,
.ehf-header .elementor-nav-menu--dropdown .elementor-item,
.ehf-header .menu-link {
	font-family: "Montserrat", sans-serif;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #07321b !important;
}

.ehf-header .elementor-nav-menu--main .elementor-item:hover,
.ehf-header .elementor-nav-menu--main .elementor-item:focus,
.ehf-header .elementor-nav-menu--main .current-menu-item > .elementor-item,
.ehf-header .elementor-nav-menu--main .current_page_item > .elementor-item {
	color: #e9d195 !important;
}

.ehf-header .sub-menu,
.ehf-header .elementor-nav-menu--dropdown,
.ehf-header .ast-hfb-header .sub-menu {
	border: 1px solid rgba(7, 50, 27, 0.12);
	background: #ffffff;
	box-shadow: 0 18px 35px rgba(7, 50, 27, 0.1);
	border-radius: 0 !important;
}

.ehf-header .elementor-button,
.ehf-header .elementor-button-link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.button,
.ast-button {
	padding: 14px 22px;
	border: 1px solid var(--egc-olive) !important;
	background: var(--egc-olive) !important;
	color: #f8f7f2 !important;
	font-family: "Montserrat", sans-serif;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.ehf-header .elementor-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.button:hover,
.ast-button:hover,
.ehf-header .elementor-button:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.button:focus,
.ast-button:focus {
	border-color: var(--egc-gold) !important;
	background: var(--egc-gold) !important;
	color: #fff !important;
}

.site-content {
	padding-top: 24px;
	padding-bottom: 48px;
}

.ast-page-builder-template .site-content {
	padding-top: 8px;
}

.entry-content,
.ast-entry-content {
	color: var(--egc-ink-soft);
}

.entry-content p,
.ast-entry-content p,
.woocommerce-product-details__short-description,
.term-description {
	line-height: 1.8;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.page .entry-title,
.archive .page-title,
.woocommerce-products-header__title {
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.entry-content h1,
.page .entry-title,
.archive .page-title,
.woocommerce-products-header__title {
	font-size: clamp(2.2rem, 4vw, 4rem);
	line-height: 1;
}

.entry-content h2 {
	font-size: clamp(1.6rem, 2.4vw, 2.6rem);
	line-height: 1.08;
}

.entry-content h3 {
	font-size: clamp(1.15rem, 1.8vw, 1.5rem);
}

.ast-archive-description,
.woocommerce-products-header,
.page .entry-content:not(.clear),
.page-template-default .entry-content,
.ast-article-single .entry-content {
	position: relative;
}

.page .entry-content > :first-child:not(.egc-home-redesign),
.archive .woocommerce-products-header > :first-child,
.page .entry-title,
.archive .page-title,
.woocommerce-products-header__title {
	margin-top: 0;
}

.page .entry-content:not(.clear),
.page-template-default .entry-content,
.ast-article-single .entry-content {
	padding: 0;
}

.page:not(.home) .entry-content,
.single .entry-content,
.woocommerce-page .site-main {
	max-width: 1280px;
	margin: 0 auto;
}

.page:not(.home) .entry-content > *,
.single .entry-content > * {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.page:not(.home) .entry-content > img,
.single .entry-content > img,
.page:not(.home) .entry-content .wp-post-image {
	max-width: 100%;
}

.page:not(.home) .entry-content > h1,
.page:not(.home) .entry-content > h2,
.page:not(.home) .entry-content > h3,
.single .entry-content > h1,
.single .entry-content > h2,
.single .entry-content > h3 {
	max-width: 980px;
}

.page:not(.home) .entry-content > p:first-of-type,
.single .entry-content > p:first-of-type,
.page:not(.home) .entry-content > h1 + p,
.page:not(.home) .entry-content > h2 + p {
	font-size: 1.08rem;
}

.page:not(.home) .entry-content .elementor,
.page:not(.home) .entry-content .elementor-section,
.page:not(.home) .entry-content .elementor-widget-wrap,
.page:not(.home) .entry-content .elementor-column,
.page:not(.home) .entry-content .elementor-widget {
	max-width: none;
}

.page:not(.home) .entry-content .elementor-top-section,
.single .entry-content .elementor-top-section {
	margin-bottom: 24px;
	border: 1px solid var(--egc-line);
	background: var(--egc-shell);
	box-shadow: 0 18px 40px rgba(17, 34, 20, 0.05);
}

.page:not(.home) .entry-content .elementor-widget-wrap,
.single .entry-content .elementor-widget-wrap {
	padding: 18px;
}

.woocommerce-page .content-area,
.woocommerce-page .site-main {
	width: 100%;
}

.woocommerce-page .ast-woocommerce-container {
	padding: 34px !important;
	background: linear-gradient(180deg, rgba(248, 247, 242, 0.96) 0, #f8f7f2 100%);
	border: 1px solid var(--egc-line);
	box-shadow: 0 22px 48px rgba(17, 34, 20, 0.08);
}

.woocommerce-products-header {
	margin-bottom: 26px;
	padding: 30px 30px 26px;
	border: 1px solid rgba(233, 209, 149, 0.22);
	background:
		linear-gradient(135deg, rgba(5, 50, 26, 0.96) 0, rgba(21, 33, 23, 0.96) 58%, rgba(143, 122, 63, 0.92) 100%);
	color: #f8f7f2;
	box-shadow: 0 22px 44px rgba(7, 25, 14, 0.18);
}

.woocommerce-products-header__title,
.woocommerce-products-header .term-description,
.woocommerce-products-header .term-description p {
	color: #f8f7f2;
}

.woocommerce-products-header__title {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 0.98;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

.woocommerce-products-header .term-description,
.woocommerce-products-header .term-description p {
	max-width: 820px;
	margin-top: 14px;
	font-size: 1rem;
	line-height: 1.8;
	color: rgba(248, 247, 242, 0.88);
}

.woocommerce-result-count,
.woocommerce-ordering {
	margin-bottom: 24px;
}

.woocommerce .woocommerce-result-count {
	color: var(--egc-ink-soft);
	font-size: 0.92rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.woocommerce .woocommerce-ordering select.orderby {
	min-width: 220px;
	border: 1px solid var(--egc-line);
	border-radius: 0;
	background: #fff;
	color: var(--egc-ink);
	font-weight: 600;
	box-shadow: none;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	margin: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: auto;
	margin: 0 !important;
	padding: 0 0 20px;
	border: 1px solid var(--egc-line);
	background: var(--egc-shell);
	box-shadow: 0 18px 35px rgba(17, 34, 20, 0.05);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	transform: translateY(-4px);
	border-color: rgba(143, 122, 63, 0.45);
	box-shadow: 0 24px 42px rgba(17, 34, 20, 0.1);
}

.woocommerce ul.products li.product a img {
	display: block;
	width: 100%;
	height: 280px;
	object-fit: cover;
	margin: 0 0 16px;
}

.woocommerce ul.products li.product .ast-woo-product-category {
	order: 1;
	margin-bottom: 10px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--egc-gold);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products li.product .ast-woo-product-category {
	margin-left: 18px;
	margin-right: 18px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	order: 2;
	min-height: 3.2em;
	font-size: 1.05rem;
	line-height: 1.45;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--egc-ink);
}

.woocommerce ul.products li.product .price {
	order: 3;
	color: var(--egc-gold);
	font-family: "Montserrat", sans-serif;
	font-size: 1.02rem;
	font-weight: 700;
	margin-top: auto;
	padding-top: 8px;
}

.woocommerce ul.products li.product .button {
	order: 4;
	display: inline-block;
	width: calc(100% - 36px);
	text-align: center;
	margin-top: 14px;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 28px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border-color: var(--egc-line);
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	min-width: 44px;
	background: var(--egc-shell);
	color: var(--egc-ink);
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--egc-olive);
	color: #fff;
}

#ast-scroll-top {
	background: #06321a !important;
	color: #ffffff !important;
	border-color: #06321a !important;
}

#ast-scroll-top:hover,
#ast-scroll-top:focus {
	background: #e9d195 !important;
	color: #06321a !important;
	border-color: #e9d195 !important;
}

.ast-pagination .page-numbers.current,
.post-page-numbers.current .page-link,
.page-links .page-link:hover,
.page-links > .page-link {
	background: #06321a !important;
	border-color: #06321a !important;
	color: #ffffff !important;
}

.ast-pagination a.page-numbers:hover,
.ast-pagination a.page-numbers:focus,
.page-links a:hover .page-link,
.page-links a:focus .page-link {
	background: #06321a !important;
	border-color: #06321a !important;
	color: #ffffff !important;
}

a,
.site-footer a:hover + .post-count,
.site-footer a:focus + .post-count {
	border-color: #06321a;
}

a:hover,
a:focus,
.entry-meta a:not(.ast-button):hover,
.entry-meta a:not(.ast-button):focus,
.post-navigation a:hover {
	color: #06321a;
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus,
.woocommerce .quantity .qty:focus,
.woocommerce-ordering select.orderby:focus {
	border-color: #06321a !important;
}

.woocommerce a.added_to_cart,
.woocommerce a.wc-forward,
.woocommerce button.single_add_to_cart_button,
.woocommerce a.add_to_cart_button,
.woocommerce .checkout-button,
.woocommerce #place_order,
.woocommerce #respond input#submit {
	border-color: #06321a !important;
	background: #06321a !important;
	color: #ffffff !important;
}

.woocommerce a.added_to_cart:hover,
.woocommerce a.added_to_cart:focus,
.woocommerce a.wc-forward:hover,
.woocommerce a.wc-forward:focus,
.woocommerce button.single_add_to_cart_button:hover,
.woocommerce button.single_add_to_cart_button:focus,
.woocommerce a.add_to_cart_button:hover,
.woocommerce a.add_to_cart_button:focus,
.woocommerce .checkout-button:hover,
.woocommerce .checkout-button:focus,
.woocommerce #place_order:hover,
.woocommerce #place_order:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus {
	border-color: #e9d195 !important;
	background: #e9d195 !important;
	color: #06321a !important;
}

.tax-product_cat .woocommerce-products-header,
.post-type-archive-product .woocommerce-products-header {
	position: relative;
	overflow: hidden;
}

.tax-product_cat .woocommerce-products-header::after,
.post-type-archive-product .woocommerce-products-header::after {
	content: "";
	position: absolute;
	inset: auto -10% -40% auto;
	width: 220px;
	height: 220px;
	background: radial-gradient(circle, rgba(233, 209, 149, 0.22) 0, rgba(233, 209, 149, 0) 72%);
	pointer-events: none;
}

.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 34px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.woocommerce div.product div.images {
	border: 1px solid var(--egc-line);
	background: var(--egc-shell);
	padding: 16px;
}

.woocommerce div.product div.summary {
	padding: 16px 0;
}

.woocommerce div.product .product_title {
	font-size: clamp(2rem, 4vw, 3.2rem);
	text-transform: uppercase;
	line-height: 1.02;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--egc-gold);
	font-family: "Montserrat", sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
}

.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .product_meta {
	color: var(--egc-ink-soft);
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: stretch;
}

.woocommerce div.product form.cart .quantity {
	margin: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 0;
	border-bottom: 1px solid var(--egc-line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid var(--egc-line);
	background: var(--egc-paper);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--egc-shell);
}

.woocommerce div.product .woocommerce-tabs .panel {
	border: 1px solid var(--egc-line);
	background: var(--egc-shell);
	padding: 24px;
}

.woocommerce .quantity .qty,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
	border: 1px solid var(--egc-line);
	background: var(--egc-shell);
	box-shadow: none;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	border: 1px solid var(--egc-line);
	background: var(--egc-shell);
}

.site-footer,
.ehf-footer,
.site-primary-footer-wrap,
.site-above-footer-wrap,
.site-below-footer-wrap {
	background: transparent;
}

.ehf-footer,
.site-footer .site-primary-footer-wrap,
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
	display: none !important;
}

.egc-footer-menu {
	background: linear-gradient(135deg, #152117 0, #233726 70%, #8f7a3f 100%);
	color: #f8f7f2;
}

.egc-footer-copyright {
	background: #000;
	color: #fff;
}

.egc-footer-copyright__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 14px 28px;
	text-align: center;
}

.egc-footer-copyright p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.egc-footer-menu__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 28px;
}

.egc-footer-menu__grid {
	display: grid;
	grid-template-columns: minmax(0, 4fr) minmax(0, 3fr) minmax(0, 3fr);
	gap: 28px;
}

.egc-footer-menu__column--categories {
	min-width: 0;
}

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

.egc-footer-menu__column h3 {
	margin: 0 0 18px;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff7d1;
}

.egc-footer-menu__column p,
.egc-footer-menu__column li,
.egc-footer-menu__column a {
	font-size: 0.98rem;
	line-height: 1.8;
	color: rgba(248, 247, 242, 0.9);
	text-decoration: none;
}

.egc-footer-menu__column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.egc-footer-menu__contacts li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.egc-footer-menu__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin-top: 6px;
	color: #fff7d1;
}

.egc-footer-menu__icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.egc-footer-menu__column li + li {
	margin-top: 8px;
}

.egc-footer-menu__column a:hover,
.egc-footer-menu__column a:focus {
	color: #fff7d1;
}

.egc-footer-menu__column:nth-child(2) a,
.egc-footer-menu__column:nth-child(3) a {
	color: #fff7d1 !important;
}

.ehf-footer .elementor-location-footer > .elementor-section,
.footer-width-fixer .elementor-369 > .elementor-section {
	margin: 0;
	max-width: 100%;
	width: 100%;
	border: 0;
	background: linear-gradient(135deg, #152117 0, #233726 70%, #8f7a3f 100%);
	box-shadow: none;
}

.ehf-footer .elementor-heading--title,
.ehf-footer .elementor-icon-list-text,
.ehf-footer a,
.ehf-footer p,
.footer-width-fixer .elementor-369 a,
.footer-width-fixer .elementor-369 p {
	color: #f8f7f2 !important;
}

.ehf-footer .elementor-widget-wrap {
	padding-top: 8px;
	padding-bottom: 8px;
}

.site-footer,
.ehf-footer,
.site-primary-footer-wrap,
.site-above-footer-wrap,
.site-below-footer-wrap,
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
	margin: 0 !important;
	padding-bottom: 0 !important;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
	min-height: auto;
	border-top: 0;
	background: linear-gradient(135deg, #152117 0, #233726 70%, #8f7a3f 100%);
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
	max-width: 100%;
	min-height: auto;
	padding-left: 24px;
	padding-right: 24px;
}

body.home .site-content {
	padding-bottom: 0;
}

html,
body,
#page {
	margin: 0;
	padding: 0;
}

#page {
	min-height: 0;
}

body.home .ehf-footer,
body.home .site-footer,
body.home .site-below-footer-wrap,
body.home footer {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.ehf-footer a:hover,
.ehf-footer a:focus {
	color: #fff7d1 !important;
}

.ht_ctc_chat_style .ctc_cta_stick,
.ht_ctc_chat_style svg {
	border-radius: 0 !important;
}

@media (max-width: 1240px) {
	body.home .egc-hero {
		min-height: 0;
		background-position: center right 34%;
	}

	body.home .egc-content-shell {
		padding-top: 44px;
	}

	body.home .egc-media {
		min-height: 480px;
	}

	body.home .egc-feature-story {
		grid-template-columns: 1fr;
	}

	body.home .egc-feature-story__image {
		min-height: 360px;
	}
}

@media (max-width: 1100px) {
	body.home .egc-category-carousel__card {
		flex-basis: calc((100% - 36px) / 3);
	}

	.egc-footer-menu__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.egc-footer-menu__column--categories {
		grid-column: 1 / -1;
	}

	.ehf-header .elementor-element-62d56845,
	.ehf-footer .elementor-location-footer > .elementor-section,
	.footer-width-fixer .elementor-369 > .elementor-section {
		margin-left: 18px;
		margin-right: 18px;
	}

	body.home .egc-intro-grid,
	body.home .egc-why-grid {
		grid-template-columns: 1fr;
	}

	body.home .egc-feature-story {
		grid-template-columns: 1fr;
	}

	body.home .egc-story {
		grid-template-columns: 1fr;
		gap: 0;
	}

	body.home .egc-story-image {
		order: 1;
	}

	body.home .egc-story-copy {
		order: 2;
		width: 100%;
		padding: 24px 22px;
	}

	body.home .egc-why-points,
	body.home .egc-feature-list,
	body.home .egc-inventory-grid,
	body.home .egc-brand-grid,
	body.home .egc-stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home .egc-feature-list--stack {
		grid-template-columns: 1fr;
	}

	body.home .egc-brand-card--featured {
		grid-column: span 2;
	}

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

	.woocommerce div.product {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	body.home .site-content,
	body.home .site-content > .ast-container,
	body.home #primary,
	body.home .site-main,
	body.home article#post-245,
	body.home .entry-content.clear,
	body.home .entry-content > .egc-home-redesign,
	body.home .entry-content > .egc-home-redesign section,
	body.home .egc-hero {
		display: block !important;
		float: none !important;
		width: 100% !important;
		min-width: 100% !important;
		max-width: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	body.home .egc-content-shell,
	body.home .egc-intro-grid,
	body.home .egc-showcase,
	body.home .egc-feature-story,
	body.home .egc-story,
	body.home .egc-stats,
	body.home .egc-panel,
	body.home .egc-media,
	body.home .egc-story-copy,
	body.home .egc-story-image,
	body.home .egc-showcase-header,
	body.home .egc-inventory-grid,
	body.home .egc-brand-grid,
	body.home .egc-feature-list,
	body.home .egc-why-grid,
	body.home .egc-why-points {
		display: block !important;
		float: none !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		box-sizing: border-box;
	}

	body.home .egc-feature-story,
	body.home .egc-story,
	body.home .egc-intro-grid,
	body.home .egc-why-grid {
		grid-template-columns: 1fr !important;
	}

	body.home .egc-story {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 0 !important;
		margin: 42px 0 !important;
	}

	body.home .egc-story-copy {
		padding: 24px 22px !important;
		order: 2;
	}

	body.home .egc-story-copy h2 {
		font-size: clamp(2rem, 8.5vw, 2.8rem);
		line-height: 1.02;
	}

	body.home .egc-story-copy p {
		margin-top: 14px;
		font-size: 1rem;
		line-height: 1.75;
	}

	body.home .egc-story-image {
		order: 1;
	}

	body.home .egc-media img,
	body.home .egc-story-image img,
	body.home .egc-brand-card img,
	body.home .egc-category-carousel__thumb img,
	body.home .egc-inventory-card img {
		display: block;
		width: 100% !important;
		max-width: 100% !important;
		height: auto;
	}

	body.home .egc-story-image img {
		height: 280px;
		object-fit: cover;
	}

	body.home .egc-panel--intro {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body.home .egc-panel--intro > h2 {
		font-size: clamp(2rem, 8.4vw, 2.85rem);
		line-height: 1.08;
		letter-spacing: -0.02em;
		overflow-wrap: anywhere;
	}

	body.home .egc-panel--intro > p {
		font-size: 0.98rem;
		line-height: 1.7;
	}

	body.home .egc-intro-media {
		min-height: 360px;
	}

	body.home .egc-feature-story__content {
		padding: 24px 18px;
	}

	body.home .egc-category-carousel {
		margin-top: 22px;
		padding: 18px 18px 14px;
	}

	body.home .egc-category-carousel__heading {
		margin-bottom: 14px;
		font-size: 1.05rem;
		letter-spacing: 0.08em;
	}

	body.home .egc-category-carousel__viewport {
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	body.home .egc-category-carousel__viewport::-webkit-scrollbar {
		display: none;
	}

	body.home .egc-category-carousel__track {
		gap: 12px;
	}

	body.home .egc-category-carousel__card {
		flex: 0 0 calc((100% - 12px) / 2);
		scroll-snap-align: start;
	}

	body.home .egc-category-carousel__thumb {
		aspect-ratio: 4 / 3;
	}

	body.home .egc-category-carousel__title {
		padding: 12px 10px 14px;
		font-size: 0.84rem;
		line-height: 1.35;
	}

	.egc-footer-menu__inner {
		padding: 30px 18px;
	}

	.egc-footer-menu__grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.egc-footer-menu__category-grid {
		grid-template-columns: 1fr;
	}

	body.home .egc-hero {
		padding-top: 10px;
		padding-bottom: 10px;
		min-height: 105px;
		background-position: center right 28%;
		align-items: center;
	}

	body.home .egc-hero-copy {
		max-width: none;
		margin: 0 auto;
		min-height: auto;
		height: auto;
		align-self: center;
		justify-content: center;
		padding: 18px 18px;
		align-items: center;
		text-align: center;
	}

	body.home .egc-hero-eyebrow {
		display: none;
	}

	body.home .egc-hero-copy h1 {
		font-size: clamp(2rem, 9vw, 2.8rem);
	}

	body.home .egc-hero-subtitle {
		margin-top: 16px;
		font-size: 0.95rem;
		line-height: 1.55;
	}

	body.home .egc-hero-actions {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		gap: 10px;
		margin-top: 24px;
	}

	body.home .egc-hero-cta {
		min-height: 40px;
		min-width: 0;
		padding: 9px 12px;
		font-size: 0.72rem;
		letter-spacing: 0.08em;
		white-space: nowrap;
	}

	body.home .egc-content-shell {
		padding: 34px 18px 0;
	}

	.ehf-header .main-header-bar,
	.ehf-header .site-primary-header-wrap {
		padding-top: 0;
		padding-bottom: 0;
	}

	.ehf-header .elementor-widget-image img {
		max-height: 58px;
	}

	.ehf-header .elementor-nav-menu--dropdown {
		padding: 10px 0;
	}

	.site-content {
		padding-top: 12px;
		padding-bottom: 28px;
	}

	.ast-separate-container .ast-article-post,
	.ast-separate-container .ast-article-single,
	.ast-separate-container .comment-respond,
	.ast-separate-container .comments-area,
	.ast-separate-container .ast-archive-description,
	.woocommerce.ast-separate-container .ast-woocommerce-container {
		padding: 18px !important;
	}

	.woocommerce-products-header {
		padding: 18px;
	}

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

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product .price,
	.woocommerce ul.products li.product .button,
	.woocommerce ul.products li.product .star-rating,
	.woocommerce ul.products li.product .ast-woo-product-category {
		margin-left: 12px;
		margin-right: 12px;
	}

	body.home .entry-content > .egc-home-redesign {
		padding: 0;
	}

	body.home .egc-panel,
	body.home .egc-story-copy,
	body.home .egc-inventory-card,
	body.home .egc-why-point,
	body.home .egc-brand-card h2,
	body.home .egc-stat {
		padding-left: 18px;
		padding-right: 18px;
	}

	body.home .egc-feature-list,
	body.home .egc-why-points,
	body.home .egc-inventory-grid,
	body.home .egc-brand-grid,
	body.home .egc-stats-grid {
		grid-template-columns: 1fr;
	}

	body.home .egc-feature-list--stack {
		grid-template-columns: 1fr;
	}

	body.home .egc-feature {
		padding-right: 0;
	}

	body.home .egc-feature__title-row {
		align-items: flex-start;
	}

	body.home .egc-brand-card--featured {
		grid-column: span 1;
	}

	body.home .egc-brand-card--featured img {
		aspect-ratio: 1 / 1;
	}
}

@media (max-width: 544px) {
	body.home .site-content,
	body.home .site-content > .ast-container,
	body.home #primary,
	body.home .site-main,
	body.home article#post-245,
	body.home .entry-content.clear,
	body.home .egc-hero {
		float: none !important;
		width: 100% !important;
		min-width: 100% !important;
		max-width: none !important;
	}

	body.home .egc-hero {
		min-height: 96px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	body.home .egc-story-copy {
		padding: 20px 18px !important;
	}

	body.home .egc-story-copy h2 {
		font-size: clamp(1.85rem, 10vw, 2.4rem);
	}

	body.home .egc-story-copy p {
		font-size: 0.98rem;
		line-height: 1.7;
	}

	body.home .egc-panel--intro {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body.home .egc-panel--intro > h2 {
		font-size: clamp(1.85rem, 9vw, 2.4rem);
	}

	body.home .egc-category-carousel {
		padding: 16px 18px 12px;
	}

	body.home .egc-category-carousel__card {
		flex-basis: calc((100% - 12px) / 2);
	}

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

/* Emergency visibility fallback for the local homepage render */
body.home .site-content,
body.home #primary,
body.home .site-main,
body.home article#post-245,
body.home .entry-content.clear,
body.home .entry-content > .egc-home-redesign,
body.home .entry-content > .egc-home-redesign section,
body.home .egc-content-shell,
body.home .egc-panel,
body.home .egc-showcase,
body.home .egc-stats,
body.home .egc-footer-menu {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

body.home .egc-story {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	align-items: stretch;
}

body.home .egc-hero {
	display: flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	min-height: 680px !important;
	background:
		linear-gradient(100deg, rgba(10, 15, 11, 0.92) 0, rgba(10, 15, 11, 0.78) 38%, rgba(10, 15, 11, 0.38) 66%, rgba(10, 15, 11, 0.2) 100%),
		url("https://exclusivegolfcart.co.za/wp-content/uploads/2025/01/2019-Yamaha-Drive2-EFI-Quietech-Gas.jpg") center center / cover no-repeat !important;
}

body.home .egc-hero-copy,
body.home .egc-hero-copy *,
body.home .egc-panel *,
body.home .egc-story *,
body.home .egc-showcase *,
body.home .egc-stats * {
	visibility: visible !important;
	opacity: 1 !important;
}

@media (max-width: 1100px) {
	body.home .egc-story {
		grid-template-columns: 1fr !important;
		gap: 0 !important;
	}

	body.home .egc-story-image {
		order: 1 !important;
		width: 100% !important;
	}

	body.home .egc-story-copy {
		order: 2 !important;
		width: 100% !important;
		padding: 24px 22px !important;
	}
}

@media (max-width: 767px) {
	body.home .egc-hero {
		height: 420px !important;
		min-height: 420px !important;
		padding-top: 24px !important;
		padding-bottom: 24px !important;
	}

	body.home .egc-hero-copy {
		align-self: center !important;
		justify-content: center !important;
		padding: 18px !important;
		text-align: center !important;
	}
}

@media (max-width: 544px) {
	body.home .egc-hero {
		height: 380px !important;
		min-height: 380px !important;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	body.home .egc-hero-copy {
		align-self: center !important;
		justify-content: center !important;
		padding: 16px !important;
		text-align: center !important;
	}
}
