html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: radial-gradient(circle at top, rgba(15, 118, 110, 0.1), transparent 32%), var(--gl-body-bg);
	color: var(--gl-text);
	font-family: var(--gl-body-font);
	font-size: var(--gl-body-size);
	line-height: 1.7;
}

body.admin-bar .site-header {
	top: 32px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

p {
	margin: 0 0 1rem;
	color: var(--gl-text-soft);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1rem;
	color: var(--gl-text);
	font-family: var(--gl-heading-font);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.05;
}

h1 {
	font-size: var(--gl-h1-size);
}

h2 {
	font-size: var(--gl-h2-size);
}

h3 {
	font-size: var(--gl-h3-size);
}

ul,
ol {
	margin: 0;
	padding: 0;
}

.site-shell {
	min-height: 100vh;
}

body.layout-boxed .site-shell {
	width: min(1480px, calc(100% - 24px));
	margin: 0 auto;
	overflow: visible;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

.site-container {
	width: min(1240px, calc(100% - 40px));
	margin-inline: auto;
}

.narrow-container {
	width: min(860px, calc(100% - 40px));
}

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

.button,
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.95rem 1.45rem;
	border: none;
	border-radius: 999px;
	font-weight: 700;
	transition: transform 0.24s ease, background-color 0.24s ease, border-color 0.24s ease;
	cursor: pointer;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover {
	transform: translateY(-2px);
}

.button-primary,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce #respond input#submit.alt {
	background: linear-gradient(135deg, var(--gl-primary) 0%, var(--gl-accent) 100%);
	color: #fff;
}

.button-secondary {
	background: rgba(255, 255, 255, 0.8);
	color: var(--gl-text);
	border: 1px solid rgba(15, 23, 42, 0.08);
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-weight: 700;
	color: var(--gl-primary-strong);
}

.text-link::after {
	content: "->";
	font-size: 0.875rem;
}

.site-header {
	position: relative;
	z-index: 20;
	background: var(--gl-header-surface);
	color: #fff;
}

.has-sticky-header .site-header {
	position: sticky;
	top: 0;
}

.site-header.is-scrolled {
	box-shadow: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.header-utility {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.06);
}

.utility-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1.25rem;
	padding-block: 0.75rem;
}

.utility-inner p,
.utility-menu a {
	margin: 0;
	font-size: 0.92rem;
	color: rgba(255, 255, 255, 0.84);
}

.utility-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	list-style: none;
}

.header-shell {
	padding-block: 1.4rem 1.2rem;
}

.header-layout-commerce:not(.nav-sidebar) .header-shell {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 1.5rem 2rem;
}

.header-layout-split .header-shell,
.header-layout-stacked .header-shell {
	display: block;
}

.header-bar {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 1rem;
}

.nav-centered .header-shell {
	display: block;
}

.nav-centered .header-bar {
	grid-template-columns: 1fr auto 1fr;
}

.site-branding {
	display: flex;
	align-items: center;
	min-width: 0;
}

.logo-center .site-branding {
	justify-content: center;
	text-align: center;
}

.logo-right .site-branding {
	justify-content: flex-end;
	text-align: right;
}

.custom-logo-link,
.brand-mark {
	display: inline-flex;
	flex-direction: column;
	gap: 0.2rem;
	color: #fff;
}

.custom-logo,
.glc-brand-image {
	max-height: 56px;
	width: auto;
}

.brand-mark-image {
	align-items: flex-start;
}

.brand-title {
	font-family: var(--gl-heading-font);
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.brand-tagline {
	font-size: 0.88rem;
	opacity: 0.76;
}

.menu-toggle {
	display: none;
	flex-direction: column;
	gap: 0.28rem;
	width: 44px;
	height: 44px;
	padding: 0;
	background: rgba(255, 255, 255, 0.09);
	color: #fff;
}

.menu-toggle span {
	display: block;
	width: 18px;
	height: 2px;
	margin-inline: auto;
	background: currentColor;
	border-radius: 999px;
}

.header-actions {
	display: flex;
	justify-content: flex-end;
}

.store-tools {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.75rem;
}

.store-tool {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0.7rem 0.95rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 0.95rem;
}

.store-tool.text-link {
	color: #fff;
}

.store-tool.text-link::after {
	content: none;
}

.store-tool.switcher * {
	color: inherit;
}

.cart-link {
	gap: 0.6rem;
	font-weight: 700;
}

.cart-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.7rem;
	padding: 0.15rem 0.45rem;
	border-radius: 999px;
	background: #fff;
	color: var(--gl-primary-strong);
	font-size: 0.85rem;
	font-weight: 800;
}

.site-navigation-panel {
	position: relative;
}

.mobile-header-tools {
	display: none;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.header-layout-commerce:not(.nav-sidebar) .site-navigation-panel {
	justify-self: end;
}

.primary-menu,
.site-navigation-panel .menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.9rem 1.2rem;
	list-style: none;
}

.nav-centered .primary-menu,
.nav-centered .site-navigation-panel .menu {
	justify-content: center;
}

.site-navigation-panel a {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.65rem 0.95rem;
	border-radius: 999px;
	color: #fff;
	font-weight: 600;
	transition: background-color 0.22s ease, color 0.22s ease;
}

.site-navigation-panel a:hover,
.site-navigation-panel .current-menu-item > a,
.site-navigation-panel .current-menu-ancestor > a {
	background: rgba(255, 255, 255, 0.1);
}

.site-navigation-panel li {
	position: relative;
}

.submenu-toggle {
	display: none;
}

.site-navigation-panel .menu-item-has-children > a::after {
	content: "+";
	font-size: 0.9rem;
	line-height: 1;
}

.site-navigation-panel .sub-menu {
	position: absolute;
	inset-block-start: calc(100% + 12px);
	inset-inline-start: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(180px, 1fr));
	gap: 0.75rem;
	min-width: min(680px, 78vw);
	padding: 1rem;
	border-radius: 24px;
	background: rgba(8, 15, 31, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.12);
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.site-navigation-panel .sub-menu a {
	padding: 0.95rem 1rem;
	background: rgba(255, 255, 255, 0.04);
}

.site-navigation-panel li:hover > .sub-menu,
.site-navigation-panel li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.nav-overlay {
	display: none;
}

.header-layout-commerce.nav-horizontal .site-header {
	background: #ffffff;
	color: var(--gl-text);
	border-bottom: 1px solid var(--gl-border);
}

.header-layout-commerce.nav-horizontal .site-header.is-scrolled {
	border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.header-layout-commerce.nav-horizontal .header-utility {
	display: none;
}

.header-layout-commerce.nav-horizontal .header-shell {
	padding-block: 0.9rem;
}

.header-layout-commerce.nav-horizontal .custom-logo-link,
.header-layout-commerce.nav-horizontal .brand-mark {
	color: var(--gl-text);
}

.header-layout-commerce.nav-horizontal .glc-brand-image,
.header-layout-commerce.nav-horizontal .custom-logo {
	max-height: 42px;
}

.header-layout-commerce.nav-horizontal .brand-mark {
	gap: 0;
}

.header-layout-commerce.nav-horizontal .brand-title {
	font-size: 1.55rem;
	font-weight: 800;
	letter-spacing: -0.05em;
}

.header-layout-commerce.nav-horizontal .brand-mark-text .brand-title {
	color: var(--gl-primary-strong);
}

.header-layout-commerce.nav-horizontal .brand-tagline {
	display: none;
}

.header-layout-commerce.nav-horizontal .menu-toggle {
	background: #f8fafc;
	color: var(--gl-text);
	border: 1px solid var(--gl-border);
}

.header-layout-commerce.nav-horizontal .store-tools {
	flex-wrap: nowrap;
	gap: 0.4rem;
}

.header-layout-commerce.nav-horizontal .store-tool {
	color: var(--gl-text);
}

.header-layout-commerce.nav-horizontal .store-tool.switcher {
	min-height: 36px;
	padding: 0.4rem 0.7rem;
	border: 1px solid var(--gl-border);
	background: #f8fafc;
	color: var(--gl-text-soft);
	font-size: 0.86rem;
}

.header-layout-commerce.nav-horizontal .store-tool.switcher * {
	color: inherit;
}

.header-layout-commerce.nav-horizontal .icon-tool {
	position: relative;
	width: 38px;
	min-width: 38px;
	min-height: 38px;
	padding: 0;
	border: none;
	background: transparent;
	border-radius: 999px;
}

.header-layout-commerce.nav-horizontal .icon-tool:hover,
.header-layout-commerce.nav-horizontal .icon-tool:focus-visible {
	background: #f8fafc;
	color: var(--gl-primary-strong);
}

.header-layout-commerce.nav-horizontal .icon-tool svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.header-layout-commerce.nav-horizontal .cart-link {
	gap: 0;
}

.header-layout-commerce.nav-horizontal .cart-link .cart-count {
	position: absolute;
	inset-block-start: -4px;
	inset-inline-end: -4px;
	min-width: 18px;
	height: 18px;
	padding: 0 0.25rem;
	background: var(--gl-text);
	color: #ffffff;
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 18px;
}

.header-layout-commerce.nav-horizontal .header-actions {
	align-items: center;
}

.header-layout-commerce.nav-horizontal .site-navigation-panel a {
	padding: 0.25rem 0;
	border-radius: 0;
	background: transparent;
	color: var(--gl-text);
	font-size: 0.92rem;
	font-weight: 700;
}

.header-layout-commerce.nav-horizontal .site-navigation-panel a:hover,
.header-layout-commerce.nav-horizontal .site-navigation-panel .current-menu-item > a,
.header-layout-commerce.nav-horizontal .site-navigation-panel .current-menu-ancestor > a {
	background: transparent;
	color: var(--gl-primary-strong);
}

.header-layout-commerce.nav-horizontal .site-navigation-panel .current-menu-item > a,
.header-layout-commerce.nav-horizontal .site-navigation-panel .current-menu-ancestor > a {
	box-shadow: inset 0 -2px 0 currentColor;
}

.header-layout-commerce.nav-horizontal .site-navigation-panel .menu-item-has-children > a::after {
	content: none;
}

.header-layout-commerce.nav-horizontal .site-navigation-panel .sub-menu {
	grid-template-columns: 1fr;
	gap: 0.35rem;
	min-width: 240px;
	background: #ffffff;
	border: 1px solid var(--gl-border);
	border-radius: 18px;
}

.header-layout-commerce.nav-horizontal .site-navigation-panel .sub-menu a {
	padding: 0.8rem 0.95rem;
	border-radius: 12px;
	background: #f8fafc;
	color: var(--gl-text);
}

.header-layout-commerce.nav-horizontal .site-navigation-panel .sub-menu a:hover {
	background: #eef2f7;
	color: var(--gl-primary-strong);
}

.header-search-panel {
	display: none;
	background: #ffffff;
	border-top: 1px solid var(--gl-border);
}

body.header-search-open .header-search-panel {
	display: block;
}

.header-search-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-block: 1rem;
}

.header-search-form-wrap {
	flex: 1;
}

.header-search-form-wrap .search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.75rem;
	align-items: center;
}

.header-search-form-wrap label {
	display: block;
	margin: 0;
}

.header-search-form-wrap .search-field,
.header-search-form-wrap input[type="search"],
.header-search-form-wrap input[type="text"] {
	width: 100%;
	min-height: 48px;
	padding: 0 0.95rem;
	border: 1px solid var(--gl-border);
	border-radius: 999px;
	background: #f8fafc;
	color: var(--gl-text);
}

.header-search-form-wrap .search-submit {
	min-height: 48px;
	padding: 0 1.1rem;
	border: 1px solid var(--gl-text);
	border-radius: 999px;
	background: var(--gl-text);
	color: #ffffff;
	font-weight: 700;
}

.header-search-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: none;
	background: transparent;
	color: var(--gl-text-soft);
	font-size: 2rem;
	line-height: 1;
}

@media (min-width: 1081px) {
	.header-layout-commerce.nav-horizontal .header-shell {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr) auto;
		align-items: center;
		gap: 2rem;
	}

	.header-layout-commerce.nav-horizontal .header-bar {
		display: contents;
	}

	.header-layout-commerce.nav-horizontal .site-branding {
		grid-column: 1;
		justify-self: start;
	}

	.header-layout-commerce.nav-horizontal .site-navigation-panel {
		grid-column: 2;
		display: flex;
		align-items: center;
		justify-content: center;
		justify-self: center;
		width: 100%;
		min-width: 0;
	}

	.header-layout-commerce.nav-horizontal .primary-menu,
	.header-layout-commerce.nav-horizontal .site-navigation-panel .menu,
	.header-layout-commerce.nav-horizontal .site-navigation-panel > ul {
		justify-content: center;
		gap: 0.9rem 1.5rem;
		flex-wrap: nowrap;
		min-width: 0;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		scrollbar-width: none;
	}

	.header-layout-commerce.nav-horizontal .primary-menu::-webkit-scrollbar,
	.header-layout-commerce.nav-horizontal .site-navigation-panel .menu::-webkit-scrollbar,
	.header-layout-commerce.nav-horizontal .site-navigation-panel > ul::-webkit-scrollbar {
		display: none;
	}

	.header-layout-commerce.nav-horizontal .site-navigation-panel li {
		flex: 0 0 auto;
	}

	.header-layout-commerce.nav-horizontal .header-actions {
		grid-column: 3;
		justify-self: end;
	}
}

.glc-home-slider {
	position: relative;
	padding-block: 0;
}

.glc-home-slider.layout-fullscreen .glc-slider-shell {
	width: 100%;
}

.glc-home-slider.layout-centered .glc-slider-shell {
	width: min(1240px, calc(100% - 40px));
	margin-inline: auto;
}

.glc-slider-track {
	position: relative;
	min-height: 680px;
	overflow: hidden;
}

.glc-home-slider.layout-centered .glc-slider-track {
	border-radius: 28px;
}

.glc-slider-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.glc-slider-slide.is-active,
.glc-slider-slide.is-entering,
.glc-slider-slide.is-leaving {
	visibility: visible;
}

.glc-slider-slide.is-active,
.glc-slider-slide.is-entering {
	opacity: 1;
	pointer-events: auto;
}

.glc-slider-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 44%);
	align-items: center;
	gap: 1.75rem;
	min-height: inherit;
	padding: clamp(2.2rem, 5vw, 4.5rem);
}

.glc-slider-slide.has-no-image .glc-slider-grid {
	grid-template-columns: 1fr;
}

.glc-slider-copy {
	max-width: 620px;
	margin-inline: 0 auto;
	padding: clamp(1.2rem, 2vw, 1.8rem);
	color: #ffffff;
}

.glc-slider-copy .eyebrow {
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
}

.glc-slider-copy h2 {
	max-width: 12ch;
	margin-bottom: 1rem;
	color: #ffffff;
	font-size: clamp(2.6rem, 6vw, 5.2rem);
	letter-spacing: -0.06em;
}

.glc-slider-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 1.5rem;
}

.glc-home-slider.content-align-center .glc-slider-copy {
	margin-inline: auto;
	text-align: center;
}

.glc-home-slider.content-align-right .glc-slider-copy {
	margin-inline: auto 0;
	text-align: right;
}

.glc-home-slider.content-align-center .glc-slider-copy h2 {
	margin-inline: auto;
}

.glc-home-slider.content-align-right .glc-slider-copy h2 {
	margin-inline: auto 0;
}

.glc-home-slider.content-align-center .glc-slider-actions {
	justify-content: center;
}

.glc-home-slider.content-align-right .glc-slider-actions {
	justify-content: flex-end;
}

.glc-slider-media {
	display: flex;
	align-items: stretch;
	justify-content: center;
	min-height: 380px;
	overflow: hidden;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.1);
}

.glc-slider-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.glc-slider-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: min(1240px, calc(100% - 40px));
	margin: 0 auto;
}

.glc-slider-controls.has-dots:not(.has-arrows) {
	justify-content: center;
}

.glc-home-slider.layout-fullscreen .glc-slider-controls {
	padding-inline: 20px;
	width: 100%;
}

.glc-slider-arrow {
	width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 999px;
	background: #ffffff;
	color: var(--gl-text);
}

.glc-slider-arrow:hover {
	transform: translateY(0);
	background: #f3f4f6;
}

.glc-slider-dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
}

.glc-slider-dot {
	width: 14px;
	height: 14px;
	padding: 0;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.18);
}

.glc-slider-dot.is-active {
	background: var(--gl-primary);
}

.glc-home-slider.animation-slide .glc-slider-slide.is-entering {
	animation: glcSliderSlideIn var(--glc-slider-speed, 760ms) ease forwards;
}

.glc-home-slider.animation-slide .glc-slider-slide.is-leaving {
	animation: glcSliderSlideOut var(--glc-slider-speed, 760ms) ease forwards;
}

.glc-home-slider.animation-blinds .glc-slider-slide.is-entering {
	transform-origin: left center;
	animation: glcSliderBlindsIn var(--glc-slider-speed, 760ms) ease forwards;
}

.glc-home-slider.animation-blinds .glc-slider-slide.is-leaving {
	transform-origin: right center;
	animation: glcSliderBlindsOut var(--glc-slider-speed, 760ms) ease forwards;
}

.glc-home-slider.animation-zoomin .glc-slider-slide.is-entering {
	animation: glcSliderZoomIn var(--glc-slider-speed, 760ms) ease forwards;
}

.glc-home-slider.animation-zoomin .glc-slider-slide.is-leaving {
	animation: glcSliderFadeAway var(--glc-slider-speed, 760ms) ease forwards;
}

.glc-home-slider.animation-zoomout .glc-slider-slide.is-entering {
	animation: glcSliderZoomOutIn var(--glc-slider-speed, 760ms) ease forwards;
}

.glc-home-slider.animation-zoomout .glc-slider-slide.is-leaving {
	animation: glcSliderFadeAway var(--glc-slider-speed, 760ms) ease forwards;
}

.glc-home-slider.animation-fadein .glc-slider-slide.is-entering {
	animation: glcSliderFadeIn var(--glc-slider-speed, 760ms) ease forwards;
}

.glc-home-slider.animation-fadein .glc-slider-slide.is-leaving {
	animation: glcSliderFadeAway var(--glc-slider-speed, 760ms) ease forwards;
}

.glc-home-slider.animation-fadeout .glc-slider-slide.is-entering {
	animation: glcSliderSettle var(--glc-slider-speed, 760ms) ease forwards;
}

.glc-home-slider.animation-fadeout .glc-slider-slide.is-leaving {
	animation: glcSliderFadeOut var(--glc-slider-speed, 760ms) ease forwards;
}

@keyframes glcSliderSlideIn {
	from {
		opacity: 0;
		transform: translateX(44px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes glcSliderSlideOut {
	from {
		opacity: 1;
		transform: translateX(0);
	}

	to {
		opacity: 0;
		transform: translateX(-44px);
	}
}

@keyframes glcSliderBlindsIn {
	from {
		opacity: 0;
		transform: scaleX(0.82);
	}

	to {
		opacity: 1;
		transform: scaleX(1);
	}
}

@keyframes glcSliderBlindsOut {
	from {
		opacity: 1;
		transform: scaleX(1);
	}

	to {
		opacity: 0;
		transform: scaleX(1.08);
	}
}

@keyframes glcSliderZoomIn {
	from {
		opacity: 0;
		transform: scale(0.92);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes glcSliderZoomOutIn {
	from {
		opacity: 0;
		transform: scale(1.08);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes glcSliderFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes glcSliderFadeAway {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes glcSliderFadeOut {
	from {
		opacity: 1;
		transform: scale(1);
	}

	to {
		opacity: 0;
		transform: scale(0.96);
	}
}

@keyframes glcSliderSettle {
	from {
		opacity: 0;
		transform: scale(1.01);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.hero-section,
.feature-section,
.layout-showcase,
.catalog-section,
.archive-shell,
.page-shell,
.shop-shell {
	padding-block: clamp(3.25rem, 6vw, 5.75rem);
}

.hero-grid,
.showcase-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
	align-items: center;
}

.glc-home-support-strip {
	padding-block: 1.25rem;
	background: #ffffff;
	border-bottom: 1px solid var(--gl-border);
}

.glc-home-support-strip-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem 1.5rem;
	align-items: center;
}

.glc-home-support-strip-item {
	display: grid;
	grid-template-columns: 60px minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
}

.glc-home-support-strip-item.is-linked {
	color: inherit;
	text-decoration: none;
}

.glc-home-support-strip-item.is-linked:hover .glc-home-support-strip-copy h3,
.glc-home-support-strip-item.is-linked:focus-visible .glc-home-support-strip-copy h3 {
	color: var(--gl-primary);
}

.glc-home-support-strip-item.is-linked:focus-visible {
	outline: 2px solid var(--gl-primary);
	outline-offset: 4px;
}

.glc-home-support-strip-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	color: #111827;
}

.glc-home-support-strip-icon svg {
	width: 60px;
	height: 60px;
}

.glc-home-support-strip-copy h3 {
	margin: 0 0 0.25rem;
	font-size: 1.35rem;
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.glc-home-support-strip-copy p {
	margin: 0;
	font-size: 0.96rem;
	line-height: 1.45;
	color: var(--gl-text-soft);
}

.glc-home-category-circles {
	padding-block: 1.5rem 2rem;
	background: #ffffff;
}

.glc-home-category-circles-heading {
	max-width: none;
	margin-bottom: 1.5rem;
	text-align: center;
}

.glc-home-category-circles-heading h2 {
	margin-bottom: 0;
}

.glc-home-category-circles-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 1.4rem;
	align-items: start;
}

.glc-home-category-circle {
	display: grid;
	justify-items: center;
	gap: 0.9rem;
	color: inherit;
	text-align: center;
	text-decoration: none;
}

.glc-home-category-circle-media {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 11rem);
	aspect-ratio: 1 / 1;
	border-radius: 999px;
	overflow: hidden;
	background: #f3f4f6;
	border: 1px solid rgba(15, 23, 42, 0.06);
	transition: transform 0.24s ease, border-color 0.24s ease;
}

.glc-home-category-circle:hover .glc-home-category-circle-media,
.glc-home-category-circle:focus-visible .glc-home-category-circle-media {
	transform: translateY(-3px);
	border-color: rgba(15, 118, 110, 0.35);
}

.glc-home-category-circle-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.glc-home-category-circle-media.is-placeholder {
	background: linear-gradient(145deg, #f7f4ee 0%, #ebe5dc 100%);
}

.glc-home-category-circle-placeholder-label {
	color: #111827;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	line-height: 1;
}

.glc-home-category-circle-label {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.35;
}

.eyebrow,
.footer-label {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	background: rgba(15, 118, 110, 0.12);
	color: var(--gl-primary-strong);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero-copy h1 {
	max-width: 12ch;
}

.hero-text {
	max-width: 58ch;
	font-size: 1.12rem;
}

.hero-actions-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-block: 1.75rem 1.5rem;
}

.hero-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	list-style: none;
}

.hero-pills li {
	padding: 0.65rem 0.95rem;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.85);
	font-weight: 600;
	color: var(--gl-text);
}

.hero-panel,
.feature-card,
.showcase-card,
.catalog-card,
.entry-card,
.page-article,
.empty-state,
.comments-area,
.woocommerce div.product,
.woocommerce .woocommerce-tabs,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce .woocommerce-checkout-review-order {
	border: 1px solid var(--gl-border);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: none;
	backdrop-filter: none;
}

.hero-panel {
	padding: 1.4rem;
}

.panel-mosaic {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1rem;
}

.panel-card {
	padding: 1.25rem;
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(244, 239, 229, 0.9) 0%, rgba(255, 255, 255, 0.88) 100%);
}

.panel-card.accent {
	background: linear-gradient(135deg, rgba(15, 118, 110, 0.14) 0%, rgba(217, 119, 6, 0.12) 100%);
}

.panel-card span,
.panel-card p {
	margin-bottom: 0.45rem;
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.panel-card strong,
.panel-card h2 {
	display: block;
	font-size: 1.2rem;
	font-family: var(--gl-heading-font);
	line-height: 1.15;
}

.section-heading {
	max-width: 62ch;
	margin-bottom: 2rem;
}

.section-heading-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	max-width: none;
}

.section-heading-inline h2 {
	margin-bottom: 0;
}

.feature-grid,
.content-grid,
.catalog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.4rem;
}

.feature-card,
.catalog-card,
.entry-card,
.page-article,
.empty-state,
.comments-area {
	padding: 1.5rem;
}

.feature-card h3 {
	font-size: 1.4rem;
}

.showcase-card {
	padding: 2rem;
}

.has-inner-page-background .site-main {
	background: var(--gl-inner-page-surface);
}

.showcase-stack {
	display: grid;
	gap: 1rem;
}

.layout-card {
	position: relative;
	min-height: 220px;
	padding: 1.2rem;
	border-radius: 28px;
	overflow: hidden;
	font-family: var(--gl-heading-font);
	font-size: 1.2rem;
	color: #fff;
}

.fullscreen-preview {
	background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
}

.boxed-preview {
	background: linear-gradient(135deg, #115e59 0%, #d97706 100%);
}

.layout-card::before,
.layout-card::after {
	content: "";
	position: absolute;
	inset-inline-start: 1.2rem;
	inset-inline-end: 1.2rem;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.18);
}

.layout-card::before {
	inset-block-start: 3.1rem;
	height: 56px;
}

.layout-card::after {
	inset-block-start: 5rem;
	height: 120px;
}

.catalog-card,
.entry-card {
	display: flex;
	flex-direction: column;
	padding: 0;
	overflow: hidden;
}

.catalog-media,
.entry-media {
	display: block;
	aspect-ratio: 4 / 3;
	background: linear-gradient(135deg, rgba(15, 23, 42, 0.12), rgba(15, 118, 110, 0.18));
}

.catalog-media img,
.entry-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catalog-copy,
.entry-card-copy {
	padding: 1.35rem;
}

.catalog-copy h3,
.entry-card-copy h2 {
	font-size: 1.45rem;
}

.catalog-meta,
.entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1rem;
	margin-bottom: 0.85rem;
	font-size: 0.92rem;
	color: var(--gl-text-soft);
}

.catalog-meta .price {
	color: var(--gl-primary-strong);
	font-weight: 800;
}

.catalog-taxonomy {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	background: rgba(15, 118, 110, 0.08);
	color: var(--gl-primary-strong);
	font-size: 0.85rem;
	font-weight: 700;
}

.catalog-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.85rem;
	margin-top: 1rem;
}

.catalog-actions .button,
.catalog-actions .added_to_cart {
	margin: 0;
}

.home-store-section + .home-store-section {
	padding-top: 0;
}

.category-product-stack {
	display: grid;
	gap: 2rem;
}

.category-product-group {
	display: grid;
	gap: 1.35rem;
}

.category-group-header {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem 1.5rem;
}

.category-group-copy {
	max-width: 62ch;
}

.category-group-header h3 {
	margin-bottom: 0.6rem;
	font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.page-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: clamp(240px, 30vw, 380px);
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 0;
	background: linear-gradient(135deg, #0f172a 0%, #115e59 100%);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;
}

.page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.16) 0%, rgba(2, 8, 23, 0.78) 100%);
	opacity: 0;
}

.page-hero > *,
.page-hero-inner {
	position: relative;
	z-index: 1;
}

.page-hero-inner {
	width: min(1240px, calc(100% - 40px));
	margin-inline: auto;
	padding-block: clamp(2rem, 5vw, 4.5rem);
}

.page-hero.is-plain,
.page-hero.is-gradient {
	background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
}

.page-hero.is-solid {
	background-image: none;
}

.page-hero.has-background-image {
	background-position: center;
	background-size: cover;
}

.page-hero.has-background-image::before {
	opacity: 1;
}

.page-hero .eyebrow {
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
}

.page-hero h1 {
	max-width: 18ch;
	margin-bottom: 0;
	color: #ffffff;
}

.page-hero p:not(.eyebrow),
.page-hero .archive-description,
.page-hero .entry-meta {
	color: rgba(255, 255, 255, 0.86);
}

.page-hero .entry-meta {
	margin-bottom: 0.85rem;
}

.page-hero .entry-meta span {
	color: inherit;
}

.page-hero-description {
	max-width: 60ch;
	margin-top: 0.85rem;
}

.page-hero-description p:last-child,
.page-hero .archive-description p:last-child {
	margin-bottom: 0;
}

.archive-description {
	max-width: 60ch;
}

.page-article {
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.entry-content > *:not(.wp-block-group):not(.wp-block-cover) {
	max-width: 100%;
}

.entry-content blockquote {
	margin: 1.5rem 0;
	padding: 1.25rem 1.5rem;
	border-inline-start: 4px solid var(--gl-accent);
	border-radius: 0 18px 18px 0;
	background: rgba(217, 119, 6, 0.08);
	font-family: var(--gl-heading-font);
}

.featured-media {
	margin-bottom: 1.5rem;
	overflow: hidden;
	border-radius: 24px;
}

.featured-media img {
	width: 100%;
	max-height: 560px;
	object-fit: cover;
}

.landing-page-shell {
	padding-block: clamp(2.75rem, 5vw, 4.5rem);
}

.glc-page-template-shell {
	padding-block: clamp(2.75rem, 5vw, 4.5rem);
}

.glc-page-container-fullscreen,
.glc-page-container-centered {
	margin-inline: auto;
}

.glc-page-container-fullscreen {
	width: min(100% - 40px, 100%);
}

.glc-page-container-centered {
	width: min(980px, calc(100% - 40px));
}

.glc-page-template-article,
.glc-feed-template-page {
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	backdrop-filter: none;
}

.glc-page-template-content {
	display: grid;
	gap: 1.25rem;
}

.glc-page-template-content-fullscreen > .alignfull,
.glc-page-template-content-fullscreen .wp-block-cover.alignfull,
.glc-page-template-content-fullscreen .wp-block-group.alignfull {
	margin-inline: 0;
	width: 100%;
	max-width: none;
}

.glc-feed-template-shell .page-hero {
	margin-bottom: 1.25rem;
}

.glc-template-intro {
	margin-bottom: 1.75rem;
	padding: 1.5rem;
	border: 1px solid var(--gl-border);
	border-radius: 14px;
	background: #ffffff;
}

.glc-template-intro > :last-child {
	margin-bottom: 0;
}

.glc-post-feed-grid {
	align-items: stretch;
}

.glc-post-feed-grid .entry-card {
	height: 100%;
}

.landing-page-article {
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	backdrop-filter: none;
}

.starter-content {
	display: grid;
	gap: 1.25rem;
}

.starter-hero,
.starter-card,
.starter-cta,
.glc-contact-card,
.glc-contact-map,
.contact-form-shell,
.glc-gallery-tile {
	padding: 1.5rem;
	border: 1px solid var(--gl-border);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: none;
	backdrop-filter: none;
}

.starter-hero h2,
.starter-cta h3 {
	max-width: 15ch;
}

.starter-hero-compact h2 {
	max-width: 18ch;
}

.starter-metrics {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 0.85rem;
	margin-top: 1.5rem;
}

.starter-pill {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	padding: 1rem;
	border: 1px solid var(--gl-border);
	border-radius: 12px;
	background: #f9fafb;
}

.starter-pill strong {
	font-family: var(--gl-heading-font);
	font-size: 1.35rem;
	color: var(--gl-primary-strong);
}

.starter-grid,
.glc-contact-grid,
.glc-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.starter-card-highlight,
.starter-cta,
.glc-contact-map,
.contact-form-shell {
	background: #f9fafb;
}

.starter-list {
	display: grid;
	gap: 0.7rem;
	list-style: none;
}

.starter-list li {
	padding: 0.9rem 1rem;
	border: 1px solid rgba(15, 118, 110, 0.14);
	border-radius: 10px;
	background: rgba(15, 118, 110, 0.04);
	color: var(--gl-text);
	font-weight: 600;
}

.special-page-shell .page-article {
	padding: 0;
}

.glc-contact-card h3,
.glc-contact-map h3,
.glc-gallery-tile h3 {
	font-size: 1.25rem;
}

.glc-contact-card a {
	color: var(--gl-primary-strong);
	font-weight: 700;
}

.glc-contact-map {
	margin-block: 1rem 1.5rem;
}

.contact-form-shell {
	margin-top: 1.5rem;
}

.glc-gallery-tile {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 260px;
	overflow: hidden;
	color: #fff;
	background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
}

.glc-gallery-tile p,
.glc-gallery-tile h3,
.glc-gallery-index {
	position: relative;
	z-index: 1;
	color: #fff;
}

.glc-gallery-tile::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 0%, rgba(2, 8, 23, 0.66) 100%);
}

.glc-gallery-tile:nth-child(2n) {
	background: linear-gradient(135deg, #115e59 0%, #0f766e 100%);
}

.glc-gallery-tile:nth-child(3n) {
	background: linear-gradient(135deg, #92400e 0%, #d97706 100%);
}

.glc-gallery-index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: auto;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	font-family: var(--gl-heading-font);
	font-weight: 700;
}

.pagination-wrap {
	margin-top: 2rem;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0.4rem 0.9rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--gl-border);
	font-weight: 700;
}

.page-numbers.current {
	background: var(--gl-primary);
	color: #fff;
}

.comments-area {
	margin-top: 1.5rem;
}

.comment-list {
	list-style: none;
	margin-bottom: 1.5rem;
}

.comment-list li {
	padding-block: 1rem;
	border-top: 1px solid var(--gl-border);
}

.comment-list li:first-child {
	border-top: none;
}

input:not([type="submit"]),
textarea,
select,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
	width: 100%;
	padding: 0.9rem 1rem;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 18px;
	background: #fff;
	color: var(--gl-text);
	font: inherit;
}

textarea {
	min-height: 140px;
	resize: vertical;
}

.shop-shell .woocommerce-result-count,
.shop-shell .woocommerce-ordering {
	margin-bottom: 1.25rem;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1.4rem;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: auto;
	margin: 0;
	padding: 1rem;
	border: 1px solid var(--gl-border);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.2rem;
	line-height: 1.2;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--gl-primary-strong);
	font-weight: 800;
}

.woocommerce ul.products li.product img {
	margin-bottom: 1rem;
	border-radius: 20px;
}

.glc-shop-archive {
	display: grid;
	gap: 1.75rem;
}

.glc-shop-archive .woocommerce-notices-wrapper {
	margin: 0;
}

.glc-shop-toolbar {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: stretch;
	border-top: 1px solid var(--gl-border);
	border-bottom: 1px solid var(--gl-border);
	background: #ffffff;
}

.glc-shop-view-switcher,
.glc-shop-toolbar-actions {
	display: flex;
	align-items: stretch;
}

.glc-shop-view-switcher {
	border-inline-end: 1px solid var(--gl-border);
}

.glc-shop-view-button,
.glc-shop-filter-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 54px;
	min-height: 54px;
	padding: 0 1rem;
	border: none;
	background: transparent;
	color: var(--gl-text-soft);
	cursor: pointer;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.glc-shop-view-button:hover,
.glc-shop-view-button.is-active,
.glc-shop-filter-toggle:hover,
.glc-shop-filter-toggle.is-active {
	background: #faf8f3;
	color: var(--gl-text);
}

.glc-view-icon {
	display: inline-grid;
	gap: 3px;
}

.glc-view-icon span {
	display: block;
	background: currentColor;
}

.glc-view-icon-grid-large {
	grid-template-columns: repeat(2, 8px);
}

.glc-view-icon-grid-large span {
	width: 8px;
	height: 8px;
}

.glc-view-icon-grid-compact {
	grid-template-columns: repeat(3, 5px);
}

.glc-view-icon-grid-compact span {
	width: 5px;
	height: 5px;
}

.glc-view-icon-list span {
	width: 16px;
	height: 2px;
}

.glc-shop-product-count {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.5rem;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(17, 24, 39, 0.68);
	text-align: center;
}

.glc-shop-toolbar-actions {
	justify-content: flex-end;
}

.glc-shop-ordering {
	border-inline-start: 1px solid var(--gl-border);
}

.glc-shop-ordering form {
	margin: 0;
}

.glc-shop-ordering .orderby {
	min-width: 170px;
	min-height: 54px;
	padding: 0 1rem;
	border: none;
	background: transparent;
	color: rgba(17, 24, 39, 0.72);
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.glc-shop-filter-toggle {
	min-width: 140px;
	border-inline-start: 1px solid var(--gl-border);
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.glc-shop-filter-panel {
	padding: 1.35rem 1.5rem 1.5rem;
	border: 1px solid var(--gl-border);
	border-radius: 18px;
	background: #ffffff;
}

.glc-shop-filter-panel[hidden] {
	display: none !important;
}

.glc-shop-filter-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.glc-shop-filter-head-actions {
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.glc-shop-filter-head h2 {
	margin: 0;
	font-size: 1.15rem;
}

.glc-shop-filter-clear {
	color: var(--gl-primary);
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
}

.glc-shop-filter-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	background: transparent;
	color: var(--gl-text-soft);
	font-size: 1.8rem;
	line-height: 1;
	cursor: pointer;
}

.glc-shop-filter-search {
	display: grid;
	gap: 0.75rem;
	margin-bottom: 1.15rem;
}

.glc-shop-filter-search label {
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(17, 24, 39, 0.72);
}

.glc-shop-filter-search-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.75rem;
}

.glc-shop-filter-search-input {
	min-height: 48px;
	padding: 0 1rem;
	border: 1px solid var(--gl-border);
	border-radius: 14px;
	background: #ffffff;
	color: var(--gl-text);
}

.glc-shop-filter-search-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 1.25rem;
	border: 1px solid var(--gl-primary);
	border-radius: 14px;
	background: var(--gl-primary);
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
}

.glc-shop-filter-links {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 0.85rem;
}

.glc-shop-filter-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.9rem 1rem;
	border: 1px solid var(--gl-border);
	border-radius: 14px;
	background: #faf8f3;
	color: var(--gl-text);
	font-weight: 700;
	text-decoration: none;
}

.glc-shop-filter-link.is-active {
	border-color: rgba(17, 24, 39, 0.16);
	background: #f3eee4;
}

.glc-shop-filter-count {
	color: var(--gl-text-soft);
	font-size: 0.9rem;
	font-weight: 600;
}

.glc-shop-archive .woocommerce ul.products,
.glc-shop-archive .woocommerce-page ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2rem 1.6rem;
	margin: 0;
	padding: 0;
}

.glc-shop-archive.shop-view-grid-compact .woocommerce ul.products,
.glc-shop-archive.shop-view-grid-compact .woocommerce-page ul.products {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.glc-shop-archive.shop-view-list .woocommerce ul.products,
.glc-shop-archive.shop-view-list .woocommerce-page ul.products {
	grid-template-columns: 1fr;
	gap: 1.3rem;
}

.glc-shop-archive .woocommerce ul.products li.product,
.glc-shop-archive .woocommerce-page ul.products li.product {
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.glc-shop-product-link {
	display: block;
	color: inherit;
}

.glc-shop-archive.shop-view-list .glc-shop-product-link {
	display: grid;
	grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
	gap: 1.5rem;
	align-items: center;
}

.glc-shop-product-media {
	position: relative;
	aspect-ratio: 1 / 1.02;
	overflow: hidden;
	background: #f4f1eb;
}

.glc-shop-product-media img {
	width: 100%;
	height: 100%;
	margin: 0 !important;
	border-radius: 0 !important;
	object-fit: cover;
	transition: transform 0.34s ease;
}

.glc-shop-product-link:hover .glc-shop-product-media img {
	transform: scale(1.03);
}

.glc-shop-product-badges {
	position: absolute;
	inset-block-start: 12px;
	inset-inline-start: 12px;
	z-index: 2;
	display: grid;
	gap: 5px;
}

.glc-shop-product-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.32rem 0.5rem;
	background: #a86630;
	color: #ffffff;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.glc-shop-product-badge.is-sale {
	background: #b6783d;
}

.glc-shop-product-copy {
	padding-top: 0.95rem;
	text-align: center;
}

.glc-shop-archive .woocommerce ul.products li.product .woocommerce-loop-product__title,
.glc-shop-archive .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	margin: 0 0 0.55rem;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.glc-shop-product-price,
.glc-shop-product-price .price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	color: #111827;
	font-size: 1.15rem;
	font-weight: 800;
}

.glc-shop-product-price del {
	color: rgba(17, 24, 39, 0.45);
	font-weight: 500;
}

.glc-shop-product-price ins {
	text-decoration: none;
}

.glc-shop-product-swatches {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	margin-top: 0.75rem;
}

.glc-shop-product-swatch {
	display: inline-flex;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(17, 24, 39, 0.22);
	box-shadow: inset 0 0 0 2px #ffffff;
}

.glc-shop-archive.shop-view-list .glc-shop-product-copy,
.glc-shop-archive.shop-view-list .glc-shop-product-price,
.glc-shop-archive.shop-view-list .glc-shop-product-swatches {
	justify-content: flex-start;
	text-align: left;
}

.glc-shop-archive .woocommerce ul.products li.product .button,
.glc-shop-archive .woocommerce-page ul.products li.product .button {
	display: none;
}

.woocommerce div.product {
	padding: 1.5rem;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	margin-bottom: 1.5rem;
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
}

.woocommerce .quantity .qty {
	max-width: 96px;
	min-height: 48px;
	border-radius: 12px;
}

.woocommerce span.onsale {
	inset-block-start: 1.1rem;
	inset-inline-start: 1.1rem;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	background: var(--gl-accent);
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce-notices-wrapper {
	margin-bottom: 1rem;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 1rem 1.2rem;
	border: 1px solid var(--gl-border);
	border-radius: 14px;
	background: #ffffff;
	color: var(--gl-text);
	list-style: none;
}

.woocommerce-message {
	border-color: rgba(15, 118, 110, 0.18);
}

.woocommerce-info {
	border-color: rgba(29, 78, 216, 0.18);
}

.woocommerce-error {
	border-color: rgba(185, 28, 28, 0.18);
}

.woocommerce form .form-row {
	margin-bottom: 1rem;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce .woocommerce-ResetPassword {
	padding: 1.5rem;
	border: 1px solid var(--gl-border);
	border-radius: 16px;
	background: #ffffff;
}

.woocommerce table.shop_table {
	border: 1px solid var(--gl-border);
	border-radius: 16px;
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
	background: #ffffff;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 1rem;
	border-color: var(--gl-border);
}

.woocommerce-cart table.cart img {
	width: 72px;
	border-radius: 12px;
}

.woocommerce .cart-collaterals,
.woocommerce-checkout-review-order-table,
.woocommerce-checkout-payment {
	margin-top: 1.5rem;
}

.woocommerce-checkout #payment,
.woocommerce-checkout #payment div.payment_box {
	background: #f9fafb;
	border-radius: 16px;
}

.woocommerce-checkout #payment ul.payment_methods {
	border-bottom-color: var(--gl-border);
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
	padding-block: 1rem;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method + li.wc_payment_method {
	border-top: 1px solid var(--gl-border);
}

.glc-checkout-payment-details {
	display: grid;
	gap: 0.85rem;
}

.glc-checkout-payment-copy > :last-child,
.glc-checkout-payment-instructions > :last-child {
	margin-bottom: 0;
}

.glc-checkout-payment-box {
	display: grid;
	gap: 0.7rem;
	padding: 1rem 1.1rem;
	border: 1px solid var(--gl-border);
	border-radius: 14px;
	background: #ffffff;
}

.glc-checkout-payment-item {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.6rem;
	margin: 0;
}

.glc-checkout-payment-item strong {
	min-width: 120px;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	padding: 1.25rem;
	border: 1px solid var(--gl-border);
	border-radius: 16px;
	background: #ffffff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 0.65rem;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 0.85rem 1rem;
	border: 1px solid var(--gl-border);
	border-radius: 12px;
	font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	border-color: rgba(15, 118, 110, 0.24);
	background: rgba(15, 118, 110, 0.05);
	color: var(--gl-primary-strong);
}

.woocommerce .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	padding: 0;
	margin: 0 0 1.25rem;
	border: none;
}

.woocommerce .woocommerce-tabs ul.tabs::before,
.woocommerce .woocommerce-tabs ul.tabs li::before,
.woocommerce .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 999px;
	background: transparent;
}

.woocommerce .woocommerce-tabs ul.tabs li a {
	display: inline-flex;
	padding: 0.75rem 1rem;
	border: 1px solid var(--gl-border);
	border-radius: 999px;
	font-weight: 700;
}

.woocommerce .woocommerce-tabs ul.tabs li.active a,
.woocommerce .woocommerce-tabs ul.tabs li a:hover {
	border-color: rgba(15, 118, 110, 0.24);
	background: rgba(15, 118, 110, 0.05);
	color: var(--gl-primary-strong);
}

.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	padding: 0;
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0.4rem 0.9rem;
	border: 1px solid var(--gl-border);
	border-radius: 999px;
	background: #ffffff;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	border-color: var(--gl-primary);
	background: var(--gl-primary);
	color: #ffffff;
}

.single-product .shop-shell {
	padding-block: clamp(2rem, 4vw, 3rem) clamp(3rem, 6vw, 5rem);
}

.single-product .shop-shell > .site-container {
	width: min(1380px, calc(100% - 40px));
}

.woocommerce div.product.glc-single-product-shell {
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
}

.glc-single-product-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(360px, 0.78fr);
	gap: clamp(1.5rem, 3vw, 2.5rem);
	align-items: start;
}

.glc-single-product-media-column,
.glc-single-product-summary-column {
	min-width: 0;
}

.glc-single-product-summary-column {
	position: sticky;
	top: 104px;
	display: grid;
	gap: 1.25rem;
}

.glc-single-product-media-shell {
	display: grid;
	gap: 1rem;
}

.glc-single-product-breadcrumb {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #b6611f;
}

.glc-single-product-breadcrumb a {
	color: inherit;
}

.glc-single-product-gallery {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
}

.glc-single-product-thumbs {
	display: grid;
	gap: 0.85rem;
	align-content: start;
	max-height: 760px;
	overflow-y: auto;
	padding-inline-end: 0.2rem;
}

.glc-single-product-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.35rem;
	border: 1px solid var(--gl-border);
	border-radius: 10px;
	background: #ffffff;
	cursor: pointer;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.glc-single-product-thumb:hover,
.glc-single-product-thumb.is-active {
	border-color: #c66a25;
	transform: translateY(-1px);
}

.glc-single-product-thumb img {
	display: block;
	width: 100%;
	height: 92px;
	object-fit: cover;
	border-radius: 6px;
}

.glc-single-product-stage {
	position: relative;
	min-height: 780px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 22px;
	background: #fbf7ef;
	overflow: hidden;
}

.glc-single-product-stage-image {
	display: none;
	align-items: center;
	justify-content: center;
	min-height: 780px;
	padding: clamp(1.5rem, 3vw, 2.5rem);
}

.glc-single-product-stage-image.is-active {
	display: flex;
}

.glc-single-product-stage-image img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 760px;
	max-height: 700px;
	object-fit: contain;
}

.glc-single-product-stage-image.is-placeholder img {
	max-width: 360px;
}

.glc-single-product-stage-dots {
	position: absolute;
	inset-inline-start: 50%;
	inset-block-end: 1.25rem;
	display: flex;
	gap: 0.45rem;
	transform: translateX(-50%);
}

.glc-single-product-dot {
	width: 11px;
	height: 11px;
	padding: 0;
	border: 1px solid rgba(17, 24, 39, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	cursor: pointer;
}

.glc-single-product-dot.is-active {
	border-color: #c66a25;
	background: #c66a25;
}

.glc-single-product-summary-card {
	padding: clamp(1.25rem, 3vw, 1.8rem);
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 22px;
	background: #fffdfa;
}

.glc-single-product-rating-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.7rem;
	margin-bottom: 0.9rem;
	color: var(--gl-text-soft);
}

.glc-single-product-stars .star-rating {
	margin: 0;
	color: #d97706;
}

.glc-single-product-review-count {
	font-size: 0.95rem;
}

.glc-single-product-title {
	margin: 0 0 1rem;
	font-size: clamp(2.25rem, 4vw, 3.6rem);
	line-height: 0.95;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #183526;
}

.glc-single-product-price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem;
	padding-bottom: 1rem;
	margin-bottom: 1.1rem;
	border-bottom: 1px solid var(--gl-border);
}

.glc-single-product-price,
.glc-single-product-price .price,
.glc-single-product-price .amount {
	color: #12281d;
	font-weight: 800;
}

.glc-single-product-price .price,
.glc-single-product-price {
	font-size: 1.55rem;
}

.glc-single-product-price del {
	opacity: 0.45;
	font-weight: 600;
}

.glc-single-product-price ins {
	text-decoration: none;
}

.glc-single-product-sale-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.32rem 0.6rem;
	border: 1px solid rgba(198, 106, 37, 0.18);
	border-radius: 999px;
	background: #fff3e8;
	color: #cf5b1d;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.glc-single-product-short-description {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid var(--gl-border);
	color: var(--gl-text);
}

.glc-single-product-short-description .woocommerce-product-details__short-description {
	color: inherit;
	line-height: 1.7;
}

.glc-single-product-short-description .woocommerce-product-details__short-description > :last-child {
	margin-bottom: 0;
}

.glc-single-product-attributes {
	display: grid;
	gap: 0.75rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid var(--gl-border);
}

.glc-single-product-attribute {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.7rem;
	color: var(--gl-text);
}

.glc-single-product-attribute strong {
	min-width: 92px;
}

.glc-single-product-purchase {
	display: grid;
	gap: 1rem;
}

.glc-single-product-summary-card form.cart {
	margin: 0;
}

.glc-single-product-summary-card form.cart:not(.variations_form):not(.grouped_form),
.glc-single-product-summary-card .woocommerce-variation-add-to-cart {
	display: grid;
	grid-template-columns: 128px minmax(0, 1fr);
	gap: 1rem;
	align-items: stretch;
}

.glc-single-product-summary-card .quantity {
	margin: 0;
}

.glc-single-product-summary-card .quantity .qty {
	width: 100%;
	max-width: none;
	min-height: 56px;
	padding-inline: 0.85rem;
	border: 1px solid var(--gl-border);
	border-radius: 14px;
	background: #ffffff;
	font-weight: 700;
	text-align: center;
}

.glc-single-product-summary-card .button,
.glc-single-product-summary-card .single_add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 56px;
	border: 1px solid #c86d28;
	border-radius: 14px;
	background: #c86d28;
	color: #ffffff;
	font-size: 0.98rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.glc-single-product-summary-card .button:hover,
.glc-single-product-summary-card .single_add_to_cart_button:hover {
	border-color: #ab591e;
	background: #ab591e;
	color: #ffffff;
}

.glc-single-product-summary-card table.variations {
	width: 100%;
	margin: 0 0 1rem;
	border-collapse: separate;
	border-spacing: 0 0.8rem;
}

.glc-single-product-summary-card table.variations tbody,
.glc-single-product-summary-card table.variations tr,
.glc-single-product-summary-card table.variations th,
.glc-single-product-summary-card table.variations td {
	display: block;
	width: 100%;
	padding: 0;
	border: none;
}

.glc-single-product-summary-card table.variations th {
	margin-bottom: 0.35rem;
}

.glc-single-product-summary-card table.variations label {
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--gl-text);
}

.glc-single-product-summary-card table.variations select {
	width: 100%;
	min-height: 52px;
	padding: 0.8rem 0.95rem;
	border: 1px solid var(--gl-border);
	border-radius: 14px;
	background: #ffffff;
	color: var(--gl-text);
}

.glc-single-product-summary-card .reset_variations {
	display: inline-flex;
	margin-top: 0.35rem;
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--gl-primary-strong);
}

.glc-single-product-summary-card .single_variation_wrap {
	display: grid;
	gap: 1rem;
}

.glc-single-product-summary-card .woocommerce-variation-price,
.glc-single-product-summary-card .woocommerce-variation-availability {
	margin: 0;
}

.glc-single-product-summary-card .stock {
	margin: 0;
	font-weight: 700;
	color: #1f6b3d;
}

.glc-single-product-meta-block {
	padding-top: 1rem;
	margin-top: 1rem;
	border-top: 1px solid var(--gl-border);
}

.glc-single-product-meta-block .product_meta {
	display: grid;
	gap: 0.55rem;
	color: var(--gl-text-soft);
}

.glc-single-product-meta-block .product_meta > span {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.55rem;
}

.glc-single-product-meta-block a {
	color: var(--gl-primary-strong);
}

.glc-product-share {
	display: grid;
	gap: 0.75rem;
	padding-top: 1rem;
	margin-top: 1rem;
	border-top: 1px solid var(--gl-border);
}

.glc-product-share-label {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--gl-text-soft);
}

.glc-product-share-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.glc-product-share-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--gl-border);
	border-radius: 999px;
	background: #ffffff;
	color: var(--gl-text);
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.glc-product-share-link:hover {
	border-color: rgba(17, 24, 39, 0.18);
	background: #f8fafc;
}

.glc-product-share-link svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.glc-product-share-link.is-whatsapp:hover {
	border-color: rgba(37, 211, 102, 0.28);
	background: rgba(37, 211, 102, 0.08);
	color: #1fa755;
}

.glc-product-share-link.is-facebook:hover {
	border-color: rgba(24, 119, 242, 0.28);
	background: rgba(24, 119, 242, 0.08);
	color: #1877f2;
}

.glc-product-share-link.is-x:hover {
	border-color: rgba(15, 23, 42, 0.22);
	background: rgba(15, 23, 42, 0.06);
	color: #0f172a;
}

.glc-product-share-link.is-linkedin:hover {
	border-color: rgba(10, 102, 194, 0.28);
	background: rgba(10, 102, 194, 0.08);
	color: #0a66c2;
}

.glc-single-product-accordions {
	border-top: 1px solid var(--gl-border);
}

.glc-single-product-accordion {
	border-bottom: 1px solid var(--gl-border);
}

.glc-single-product-accordion summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 0;
	list-style: none;
	cursor: pointer;
	font-size: 1.08rem;
	font-weight: 700;
	color: var(--gl-text);
}

.glc-single-product-accordion summary::-webkit-details-marker {
	display: none;
}

.glc-single-product-accordion summary::after {
	content: "+";
	font-size: 1.55rem;
	font-weight: 400;
	line-height: 1;
	color: var(--gl-text-soft);
}

.glc-single-product-accordion[open] summary::after {
	content: "-";
}

.glc-single-product-accordion-content {
	padding: 0 0 1.15rem;
	color: var(--gl-text-soft);
}

.glc-single-product-accordion-content > :first-child {
	margin-top: 0;
}

.glc-single-product-accordion-content > :last-child {
	margin-bottom: 0;
}

.glc-single-product-accordion-content .shop_attributes {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	background: #ffffff;
}

.glc-single-product-accordion-content .shop_attributes th,
.glc-single-product-accordion-content .shop_attributes td {
	padding: 0.8rem 1rem;
}

.glc-single-product-accordion-content #reviews #comments ol.commentlist {
	padding: 0;
}

.glc-single-product-accordion-content #review_form_wrapper,
.glc-single-product-accordion-content .commentlist .comment_container {
	padding: 0;
	border: none;
	background: transparent;
}

.glc-single-product-recommendations {
	margin-top: clamp(2.5rem, 5vw, 4rem);
}

.glc-single-product-recommendations .upsells.products,
.glc-single-product-recommendations .related.products {
	margin-top: 2rem;
}

.glc-single-product-recommendations h2 {
	margin-bottom: 1.1rem;
}

.glc-prefooter-features {
	background: var(--gl-prefooter-surface);
	color: var(--gl-prefooter-text);
}

.glc-prefooter-features .site-container {
	padding-block: 1.65rem;
}

.glc-prefooter-features-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
	align-items: center;
}

.glc-prefooter-feature-item {
	display: grid;
	justify-items: center;
	gap: 0.95rem;
	text-align: center;
}

.glc-prefooter-feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	color: inherit;
}

.glc-prefooter-feature-icon svg {
	width: 46px;
	height: 46px;
}

.glc-prefooter-feature-item h3 {
	margin: 0;
	color: inherit;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.45;
	text-transform: uppercase;
}

.site-footer {
	background: var(--gl-footer-surface);
	color: #fff;
}

.glc-go-to-top {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	z-index: 80;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.2rem;
	height: 3.2rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #111827;
	color: #ffffff;
	box-shadow: 0 14px 35px rgba(15, 23, 42, 0.18);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity 0.24s ease, visibility 0.24s ease, transform 0.24s ease, background-color 0.24s ease;
}

.glc-go-to-top svg {
	width: 1.2rem;
	height: 1.2rem;
	fill: currentColor;
}

.glc-go-to-top:hover,
.glc-go-to-top:focus-visible {
	background: var(--gl-primary);
	color: #ffffff;
	transform: translateY(-2px);
}

.glc-go-to-top:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.85);
	outline-offset: 2px;
}

.glc-go-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.site-footer .site-container {
	padding-block: 2.4rem;
}

.footer-grid {
	display: grid;
	grid-template-columns: minmax(220px, 1.35fr) repeat(4, minmax(150px, 1fr));
	gap: 1.25rem;
}

.footer-columns-2 .footer-grid {
	grid-template-columns: minmax(220px, 1.35fr) repeat(2, minmax(150px, 1fr));
}

.footer-columns-3 .footer-grid {
	grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(150px, 1fr));
}

.footer-brand-card,
.footer-column {
	padding: 1.35rem;
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand-card h2,
.footer-widget .widget-title,
.site-footer p,
.site-footer a {
	color: #fff;
}

.footer-widget {
	margin: 0;
}

.footer-widget ul {
	display: grid;
	gap: 0.65rem;
	list-style: none;
}

.social-links,
.footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	list-style: none;
}

.social-links {
	margin-top: 1.1rem;
}

.social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: var(--gl-social-icon-background);
	color: var(--gl-social-icon-color);
	transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.social-links a:hover,
.social-links a:focus-visible {
	background: var(--gl-social-icon-hover-background);
	color: var(--gl-social-icon-hover-color);
}

.social-links svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 1.4rem;
	margin-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
	margin: 0;
}

.reveal-up {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-up.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (min-width: 1081px) {
	.nav-sidebar .header-shell {
		display: grid;
		grid-template-columns: 280px minmax(0, 1fr);
		gap: 1.5rem 2rem;
		align-items: start;
	}

	.nav-sidebar .site-navigation-panel {
		position: sticky;
		top: 96px;
		padding: 1.1rem;
		border: 1px solid rgba(255, 255, 255, 0.14);
		border-radius: 16px;
		background: rgba(255, 255, 255, 0.08);
		backdrop-filter: none;
	}

	.nav-sidebar .primary-menu,
	.nav-sidebar .site-navigation-panel .menu {
		flex-direction: column;
		align-items: stretch;
	}

	.nav-sidebar .site-navigation-panel .sub-menu {
		position: static;
		min-width: 0;
		margin-top: 0.5rem;
		opacity: 1;
		visibility: visible;
		transform: none;
		background: rgba(8, 15, 31, 0.72);
	}

	.header-layout-stacked .site-navigation-panel {
		margin-top: 1rem;
	}

	.header-layout-split .site-navigation-panel,
	.nav-centered .site-navigation-panel {
		margin-top: 1rem;
	}
}

@media (max-width: 1080px) {
	.menu-toggle {
		display: inline-flex;
	}

	.header-layout-commerce .header-shell,
	.nav-centered .header-shell,
	.nav-sidebar .header-shell {
		display: block;
	}

	.header-bar {
		grid-template-columns: auto 1fr auto;
	}

	.site-navigation-panel {
		position: fixed;
		inset-block: 0;
		inset-inline-start: 0;
		z-index: 25;
		width: min(360px, 88vw);
		height: 100vh;
		padding: 6.5rem 1.25rem 1.5rem;
		background: #0b1225;
		overflow-y: auto;
		transform: translateX(-100%);
		transition: transform 0.28s ease;
	}

	body.menu-open .site-navigation-panel {
		transform: translateX(0);
	}

	.nav-overlay {
		position: fixed;
		inset: 0;
		z-index: 24;
		background: rgba(2, 8, 23, 0.5);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.24s ease;
		display: block;
	}

	body.menu-open .nav-overlay {
		opacity: 1;
		pointer-events: auto;
	}

	.primary-menu,
	.site-navigation-panel .menu {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

	.site-navigation-panel .menu-item-has-children {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
	}

	.site-navigation-panel .menu-item-has-children > a {
		min-width: 0;
	}

	.submenu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		padding: 0;
		border: none;
		background: transparent;
		color: inherit;
		cursor: pointer;
	}

	.submenu-toggle-icon {
		display: inline-flex;
		width: 11px;
		height: 11px;
		border-inline-end: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg);
		transition: transform 0.22s ease;
	}

	.site-navigation-panel .menu-item-has-children.is-open > .submenu-toggle .submenu-toggle-icon {
		transform: rotate(225deg);
	}

	.site-navigation-panel .sub-menu {
		position: static;
		display: none;
		grid-column: 1 / -1;
		grid-template-columns: 1fr;
		min-width: 0;
		margin-top: 0.45rem;
		padding: 0.45rem 0 0.2rem 0.9rem;
		opacity: 1;
		visibility: visible;
		transform: none;
		background: transparent;
		box-shadow: none;
	}

	.site-navigation-panel .menu-item-has-children.is-open > .sub-menu {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

	.header-actions {
		display: none;
	}

	.mobile-header-tools {
		display: block;
	}

	.mobile-header-tools .store-tools {
		justify-content: flex-start;
	}

	.header-layout-commerce.nav-horizontal .site-navigation-panel {
		background: #ffffff;
		color: var(--gl-text);
		border-inline-end: 1px solid var(--gl-border);
		box-shadow: none;
	}

	.header-layout-commerce.nav-horizontal .primary-menu,
	.header-layout-commerce.nav-horizontal .site-navigation-panel .menu {
		gap: 0.15rem;
	}

	.header-layout-commerce.nav-horizontal .site-navigation-panel a {
		padding: 0.85rem 0;
		color: var(--gl-text);
		font-size: 1rem;
	}

	.header-layout-commerce.nav-horizontal .submenu-toggle {
		color: var(--gl-text-soft);
	}

	.header-layout-commerce.nav-horizontal .site-navigation-panel a:hover,
	.header-layout-commerce.nav-horizontal .site-navigation-panel .current-menu-item > a,
	.header-layout-commerce.nav-horizontal .site-navigation-panel .current-menu-ancestor > a {
		box-shadow: none;
		color: var(--gl-primary-strong);
	}

	.header-layout-commerce.nav-horizontal .site-navigation-panel .sub-menu {
		padding: 0.45rem 0 0.35rem 0.9rem;
		border-inline-start: 1px solid var(--gl-border);
		border-radius: 0;
		border-top: none;
		border-right: none;
		border-bottom: none;
	}

	.header-layout-commerce.nav-horizontal .site-navigation-panel .sub-menu a {
		padding: 0.75rem 0.9rem;
		background: #f8fafc;
		border-radius: 12px;
	}

	.header-layout-commerce.nav-horizontal .mobile-header-tools {
		margin-top: 1.25rem;
		padding-top: 1rem;
		border-top: 1px solid var(--gl-border);
	}

	.header-layout-commerce.nav-horizontal .mobile-header-tools .store-tools {
		align-items: center;
		gap: 0.5rem;
	}

	.hero-grid,
	.glc-home-support-strip-grid,
	.glc-prefooter-features-grid,
	.showcase-grid,
	.feature-grid,
	.content-grid,
	.catalog-grid,
	.footer-grid,
	.starter-grid,
	.glc-contact-grid,
	.glc-gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.section-heading-inline,
	.category-group-header,
	.catalog-actions {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.glc-slider-grid {
		grid-template-columns: 1fr;
	}

	.glc-slider-track {
		min-height: 620px;
	}

	.glc-slider-media {
		min-height: 260px;
	}

	.page-hero {
		min-height: 220px;
	}

	.glc-home-support-strip-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.glc-home-category-circles-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	body.admin-bar .site-header {
		top: 46px;
	}

	.site-container,
	.narrow-container,
	.glc-page-container-fullscreen,
	.glc-page-container-centered {
		width: min(100% - 28px, 100%);
	}

	body.layout-boxed .site-shell {
		width: min(100% - 10px, 100%);
		margin: 0 auto;
		border-radius: 0;
	}

	.utility-inner,
	.footer-bottom,
	.hero-actions-row,
	.hero-pills,
	.store-tools {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.header-bar {
		grid-template-columns: auto 1fr;
	}

	.site-branding {
		justify-content: flex-start;
	}

	.logo-center .site-branding,
	.logo-right .site-branding {
		justify-content: flex-start;
		text-align: left;
	}

	.hero-grid,
	.glc-home-support-strip-grid,
	.glc-prefooter-features-grid,
	.showcase-grid,
	.feature-grid,
	.content-grid,
	.catalog-grid,
	.panel-mosaic,
	.footer-grid,
	.starter-grid,
	.glc-contact-grid,
	.glc-gallery-grid {
		grid-template-columns: 1fr;
	}

	.hero-copy h1,
	.page-hero h1 {
		max-width: none;
	}

	.page-hero {
		min-height: 200px;
		padding: 0;
		border-radius: 0;
	}

	.page-hero-inner {
		width: min(100% - 28px, 100%);
		padding-block: 1.75rem 2rem;
	}

	.glc-template-intro {
		padding: 1.15rem;
	}

	.catalog-card,
	.entry-card {
		border-radius: 16px;
	}

	.glc-home-support-strip {
		padding-block: 1rem;
	}

	.glc-home-support-strip-item {
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 0.85rem;
	}

	.glc-home-support-strip-icon,
	.glc-home-support-strip-icon svg {
		width: 52px;
		height: 52px;
	}

	.glc-home-support-strip-copy h3 {
		font-size: 1.15rem;
	}

	.glc-shop-filter-head {
		align-items: flex-start;
	}

	.glc-shop-filter-head-actions,
	.glc-shop-filter-search-row {
		width: 100%;
	}

	.glc-shop-filter-search-row {
		grid-template-columns: 1fr;
	}

	.glc-home-category-circles {
		padding-block: 1.2rem 1.55rem;
	}

	.glc-home-category-circles-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}

	.glc-home-category-circle {
		gap: 0.7rem;
	}

	.glc-prefooter-features .site-container {
		padding-block: 1.2rem;
	}

	.glc-prefooter-feature-item {
		gap: 0.75rem;
	}

	.glc-prefooter-feature-icon,
	.glc-prefooter-feature-icon svg {
		width: 40px;
		height: 40px;
	}

	.glc-prefooter-feature-item h3 {
		font-size: 0.84rem;
		letter-spacing: 0.14em;
	}

	.section-heading-inline,
	.category-group-header,
	.catalog-actions {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.glc-home-slider.layout-centered .glc-slider-shell,
	.glc-slider-controls {
		width: min(100% - 28px, 100%);
	}

	.glc-slider-track {
		min-height: 560px;
	}

	.glc-slider-copy {
		margin: 1rem;
		padding: 1.25rem;
	}

	.glc-slider-copy h2 {
		max-width: none;
	}

	.header-search-shell {
		flex-direction: column;
		align-items: stretch;
	}

	.header-search-form-wrap .search-form {
		grid-template-columns: 1fr;
	}

	.header-search-close {
		align-self: flex-end;
	}
}

@media (max-width: 1080px) {
	.glc-single-product-layout {
		grid-template-columns: 1fr;
	}

	.glc-single-product-summary-column {
		position: static;
	}

	.glc-single-product-stage,
	.glc-single-product-stage-image {
		min-height: 600px;
	}
}

@media (max-width: 760px) {
	.single-product .shop-shell {
		padding-block: 1.5rem 3rem;
	}

	.single-product .shop-shell > .site-container {
		width: min(100% - 28px, 100%);
	}

	.glc-single-product-gallery {
		grid-template-columns: 1fr;
	}

	.glc-single-product-thumbs {
		grid-auto-flow: column;
		grid-auto-columns: minmax(74px, 1fr);
		overflow-x: auto;
		overflow-y: hidden;
		max-height: none;
		padding-inline-end: 0;
		padding-bottom: 0.25rem;
	}

	.glc-single-product-thumb img {
		height: 82px;
	}

	.glc-single-product-stage,
	.glc-single-product-stage-image {
		min-height: 440px;
	}

	.glc-single-product-title {
		font-size: clamp(1.95rem, 11vw, 3rem);
	}

	.glc-single-product-summary-card {
		padding: 1.15rem;
		border-radius: 18px;
	}

	.glc-single-product-summary-card form.cart:not(.variations_form):not(.grouped_form),
	.glc-single-product-summary-card .woocommerce-variation-add-to-cart {
		grid-template-columns: 1fr;
	}

	.glc-single-product-price-row,
	.glc-single-product-rating-row {
		align-items: flex-start;
	}
}

@media (min-width: 1081px) {
	body.nav-horizontal .site-header {
		background: #ffffff;
		color: var(--gl-text);
		border-bottom: 1px solid var(--gl-border);
	}

	body.nav-horizontal .site-header.is-scrolled {
		border-bottom: 1px solid rgba(15, 23, 42, 0.1);
	}

	body.nav-horizontal .header-utility {
		display: none;
	}

	body.nav-horizontal .header-shell {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr) auto;
		align-items: center;
		gap: 1.75rem 2rem;
		padding-block: 0.9rem;
	}

	body.nav-horizontal .header-bar {
		display: contents;
	}

	body.nav-horizontal .site-branding {
		grid-column: 1;
		justify-self: start;
		min-width: 0;
	}

	body.nav-horizontal .custom-logo-link,
	body.nav-horizontal .brand-mark {
		color: var(--gl-text);
	}

	body.nav-horizontal .glc-brand-image,
	body.nav-horizontal .custom-logo {
		max-height: 42px;
	}

	body.nav-horizontal .brand-mark {
		gap: 0;
	}

	body.nav-horizontal .brand-title {
		font-size: 1.55rem;
		font-weight: 800;
		letter-spacing: -0.05em;
	}

	body.nav-horizontal .brand-mark-text .brand-title {
		color: var(--gl-primary-strong);
	}

	body.nav-horizontal .brand-tagline {
		display: none;
	}

	body.nav-horizontal .site-navigation-panel {
		grid-column: 2;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		justify-self: stretch;
		width: 100%;
		min-width: 0;
		padding: 0;
		margin: 0;
		background: transparent;
		color: var(--gl-text);
		border: none;
		box-shadow: none;
		transform: none;
		overflow: visible;
	}

	body.nav-horizontal .site-navigation-panel > div,
	body.nav-horizontal .site-navigation-panel > ul {
		width: 100%;
		min-width: 0;
	}

	body.nav-horizontal .primary-menu,
	body.nav-horizontal .site-navigation-panel .menu,
	body.nav-horizontal .site-navigation-panel > ul {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		gap: 0.9rem 1.5rem;
		min-width: 0;
		margin: 0;
		padding: 0;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		scrollbar-width: none;
	}

	body.nav-horizontal .primary-menu::-webkit-scrollbar,
	body.nav-horizontal .site-navigation-panel .menu::-webkit-scrollbar,
	body.nav-horizontal .site-navigation-panel > ul::-webkit-scrollbar {
		display: none;
	}

	body.nav-horizontal .site-navigation-panel li {
		position: relative;
		flex: 0 0 auto;
	}

	body.nav-horizontal .site-navigation-panel a {
		padding: 0.25rem 0;
		border-radius: 0;
		background: transparent;
		color: var(--gl-text);
		font-size: 0.92rem;
		font-weight: 700;
	}

	body.nav-horizontal .site-navigation-panel a:hover,
	body.nav-horizontal .site-navigation-panel .current-menu-item > a,
	body.nav-horizontal .site-navigation-panel .current-menu-ancestor > a {
		background: transparent;
		color: var(--gl-primary-strong);
	}

	body.nav-horizontal .site-navigation-panel .current-menu-item > a,
	body.nav-horizontal .site-navigation-panel .current-menu-ancestor > a {
		box-shadow: inset 0 -2px 0 currentColor;
	}

	body.nav-horizontal .site-navigation-panel .menu-item-has-children > a::after {
		content: none;
	}

	body.nav-horizontal .site-navigation-panel .sub-menu {
		grid-template-columns: 1fr;
		gap: 0.35rem;
		min-width: 240px;
		background: #ffffff;
		border: 1px solid var(--gl-border);
		border-radius: 18px;
	}

	body.nav-horizontal .site-navigation-panel .sub-menu a {
		padding: 0.8rem 0.95rem;
		border-radius: 12px;
		background: #f8fafc;
		color: var(--gl-text);
	}

	body.nav-horizontal .site-navigation-panel .sub-menu a:hover {
		background: #eef2f7;
		color: var(--gl-primary-strong);
	}

	body.nav-horizontal .header-actions {
		grid-column: 3;
		display: flex;
		align-items: center;
		justify-self: end;
	}

	body.nav-horizontal .store-tools {
		flex-wrap: nowrap;
		gap: 0.4rem;
	}

	body.nav-horizontal .store-tool {
		color: var(--gl-text);
	}

	body.nav-horizontal .store-tool.switcher {
		min-height: 36px;
		padding: 0.4rem 0.7rem;
		border: 1px solid var(--gl-border);
		background: #f8fafc;
		color: var(--gl-text-soft);
		font-size: 0.86rem;
	}

	body.nav-horizontal .store-tool.switcher * {
		color: inherit;
	}

	body.nav-horizontal .icon-tool {
		position: relative;
		width: 38px;
		min-width: 38px;
		min-height: 38px;
		padding: 0;
		border: none;
		background: transparent;
		border-radius: 999px;
	}

	body.nav-horizontal .icon-tool:hover,
	body.nav-horizontal .icon-tool:focus-visible {
		background: #f8fafc;
		color: var(--gl-primary-strong);
	}

	body.nav-horizontal .icon-tool svg {
		width: 20px;
		height: 20px;
		fill: currentColor;
	}

	body.nav-horizontal .cart-link {
		gap: 0;
	}

	body.nav-horizontal .cart-link .cart-count {
		position: absolute;
		inset-block-start: -4px;
		inset-inline-end: -4px;
		min-width: 18px;
		height: 18px;
		padding: 0 0.25rem;
		background: var(--gl-text);
		color: #ffffff;
		font-size: 0.68rem;
		font-weight: 800;
		line-height: 18px;
	}
}

@media (min-width: 1081px) {
	body:not(.nav-sidebar) .header-shell {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr) auto;
		align-items: center;
		gap: 1.5rem 2rem;
	}

	body:not(.nav-sidebar) .header-bar {
		display: contents;
	}

	body:not(.nav-sidebar) .site-branding {
		grid-column: 1;
		justify-self: start;
		min-width: 0;
		text-align: left;
	}

	body:not(.nav-sidebar) .logo-center .site-branding,
	body:not(.nav-sidebar) .logo-right .site-branding {
		justify-content: flex-start;
		text-align: left;
	}

	body:not(.nav-sidebar) .site-navigation-panel {
		grid-column: 2;
		justify-self: stretch;
		width: 100%;
		min-width: 0;
		margin: 0;
	}

	body:not(.nav-sidebar) .primary-menu,
	body:not(.nav-sidebar) .site-navigation-panel .menu,
	body:not(.nav-sidebar) .site-navigation-panel > ul {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-start;
		gap: 0.85rem 1.35rem;
		min-width: 0;
		margin: 0;
		padding: 0;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		scrollbar-width: none;
	}

	body:not(.nav-sidebar) .primary-menu::-webkit-scrollbar,
	body:not(.nav-sidebar) .site-navigation-panel .menu::-webkit-scrollbar,
	body:not(.nav-sidebar) .site-navigation-panel > ul::-webkit-scrollbar {
		display: none;
	}

	body:not(.nav-sidebar) .site-navigation-panel li {
		flex: 0 0 auto;
	}

	body:not(.nav-sidebar) .header-actions {
		grid-column: 3;
		display: flex;
		align-items: center;
		justify-self: end;
	}

	body:not(.nav-sidebar) .store-tools {
		flex-wrap: nowrap;
	}
}

@media (min-width: 1081px) {
	body.nav-horizontal .site-header {
		background: var(--gl-nav-surface);
		color: var(--gl-nav-text);
		border-bottom: 1px solid rgba(15, 23, 42, 0.08);
	}

	body.nav-horizontal .site-header.is-scrolled {
		border-bottom: 1px solid rgba(15, 23, 42, 0.12);
	}

	body.nav-horizontal .header-utility {
		display: none;
	}

	body.nav-horizontal .header-shell {
		display: block;
		padding-block: 0.75rem;
	}

	body.nav-horizontal .header-bar {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr) auto;
		align-items: center;
		gap: 1.25rem 2rem;
	}

	body.nav-horizontal .site-branding {
		grid-column: 1;
		min-width: 0;
		justify-self: start;
		text-align: left;
	}

	body.nav-horizontal .logo-center .site-branding,
	body.nav-horizontal .logo-right .site-branding {
		justify-content: flex-start;
		text-align: left;
	}

	body.nav-horizontal .custom-logo-link,
	body.nav-horizontal .brand-mark {
		color: var(--gl-nav-text);
	}

	body.nav-horizontal .brand-mark {
		flex-direction: row;
		align-items: center;
		gap: 0.75rem;
	}

	body.nav-horizontal .brand-mark-image {
		align-items: center;
	}

	body.nav-horizontal .glc-brand-image,
	body.nav-horizontal .custom-logo {
		max-height: 48px;
		width: auto;
	}

	body.nav-horizontal .brand-title {
		font-size: 1.05rem;
		font-weight: 800;
		letter-spacing: -0.03em;
		color: var(--gl-nav-text);
	}

	body.nav-horizontal .brand-mark-text .brand-title {
		color: var(--gl-nav-text);
	}

	body.nav-horizontal .brand-tagline {
		display: none;
	}

	body.nav-horizontal .site-navigation-panel {
		grid-column: 2;
		position: relative;
		inset: auto;
		display: block;
		width: 100%;
		height: auto;
		min-width: 0;
		padding: 0;
		margin: 0;
		background: transparent;
		border: none;
		box-shadow: none;
		transform: none;
		overflow: visible;
	}

	body.nav-horizontal .primary-menu,
	body.nav-horizontal .site-navigation-panel .menu,
	body.nav-horizontal .site-navigation-panel > ul {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		gap: 0.8rem 2rem;
		min-width: 0;
		margin: 0;
		padding: 0 0.5rem;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		scrollbar-width: none;
		list-style: none;
	}

	body.nav-horizontal .primary-menu::-webkit-scrollbar,
	body.nav-horizontal .site-navigation-panel .menu::-webkit-scrollbar,
	body.nav-horizontal .site-navigation-panel > ul::-webkit-scrollbar {
		display: none;
	}

	body.nav-horizontal .site-navigation-panel li {
		position: relative;
		flex: 0 0 auto;
	}

	body.nav-horizontal .site-navigation-panel a {
		display: inline-flex;
		align-items: center;
		padding: 0.2rem 0;
		border-radius: 0;
		background: transparent;
		color: var(--gl-nav-text);
		font-size: 0.83rem;
		font-weight: 600;
		letter-spacing: 0.18em;
		text-transform: uppercase;
	}

	body.nav-horizontal .site-navigation-panel a:hover,
	body.nav-horizontal .site-navigation-panel .current-menu-item > a,
	body.nav-horizontal .site-navigation-panel .current-menu-ancestor > a {
		background: transparent;
		color: var(--gl-nav-accent);
		box-shadow: none;
	}

	body.nav-horizontal .site-navigation-panel .menu-item-has-children > a::after {
		content: none;
	}

	body.nav-horizontal .site-navigation-panel .sub-menu {
		grid-template-columns: 1fr;
		gap: 0.35rem;
		min-width: 240px;
		background: #ffffff;
		border: 1px solid var(--gl-border);
		border-radius: 18px;
	}

	body.nav-horizontal .site-navigation-panel .sub-menu a {
		padding: 0.8rem 0.95rem;
		border-radius: 12px;
		background: #f8fafc;
		color: #111827;
		font-size: 0.82rem;
		letter-spacing: 0.08em;
	}

	body.nav-horizontal .site-navigation-panel .sub-menu a:hover {
		background: #eef2f7;
		color: var(--gl-nav-accent);
	}

	body.nav-horizontal .header-actions {
		grid-column: 3;
		display: flex;
		align-items: center;
		justify-self: end;
	}

	body.nav-horizontal .store-tools {
		flex-wrap: nowrap;
		align-items: center;
		gap: 0.35rem;
	}

	body.nav-horizontal .store-tool {
		color: var(--gl-nav-text);
	}

	body.nav-horizontal .store-tool.switcher {
		min-height: 36px;
		padding: 0.4rem 0.7rem;
		border: 1px solid rgba(15, 23, 42, 0.08);
		background: rgba(255, 255, 255, 0.8);
		color: var(--gl-nav-text);
		font-size: 0.82rem;
	}

	body.nav-horizontal .store-tool.switcher * {
		color: inherit;
	}

	body.nav-horizontal .icon-tool {
		position: relative;
		width: 38px;
		min-width: 38px;
		min-height: 38px;
		padding: 0;
		border: 1px solid rgba(15, 23, 42, 0.08);
		background: rgba(255, 255, 255, 0.5);
		border-radius: 999px;
		color: var(--gl-nav-text);
	}

	body.nav-horizontal .icon-tool:hover,
	body.nav-horizontal .icon-tool:focus-visible {
		background: rgba(15, 23, 42, 0.05);
		color: var(--gl-nav-accent);
	}

	body.nav-horizontal .icon-tool svg {
		width: 20px;
		height: 20px;
		fill: currentColor;
	}

	body.nav-horizontal .cart-link {
		gap: 0;
	}

	body.nav-horizontal .cart-link .cart-count {
		position: absolute;
		inset-block-start: -4px;
		inset-inline-end: -4px;
		min-width: 18px;
		height: 18px;
		padding: 0 0.25rem;
		background: var(--gl-nav-text);
		color: #ffffff;
		font-size: 0.68rem;
		font-weight: 800;
		line-height: 18px;
	}

	body.nav-horizontal .header-search-panel {
		background: var(--gl-nav-surface);
		border-top: 1px solid rgba(15, 23, 42, 0.08);
	}
}
