@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
	--gl-bg: #f2ece2;
	--gl-bg-deep: #e6dccf;
	--gl-ink: #1f1a17;
	--gl-muted: #5f5146;
	--gl-card: #ffffff;
	--gl-accent: #b87735;
	--gl-accent-2: #8d5b2d;
	--gl-dark: #231d1a;
	--gl-dark-soft: #2f2722;
	--gl-radius: 18px;
	--gl-product-image-radius: 12px;
	--gl-shadow: 0 14px 32px rgba(39, 27, 19, 0.12);
}

body {
	font-family: "Manrope", sans-serif;
}

.gl-brand-logo {
	display: block;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(0.92rem, 1.4vw, 1.34rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.04;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #2d221b;
}

.gl-brand-lockup {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	max-width: min(86vw, 640px);
}

.gl-brand-mark {
	width: 72px;
	height: 72px;
	object-fit: contain;
	flex: 0 0 auto;
	border-radius: 14px;
}

#qodef-page-header .qodef-header-logo-link.qodef-height--not-set .gl-brand-lockup {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
}

#qodef-page-header .qodef-header-logo-link.qodef-height--not-set .gl-brand-mark {
	width: 72px;
	height: 72px;
	max-height: none;
	margin: 0;
	flex: 0 0 72px;
	position: static;
	top: auto;
	left: auto;
	transform: none;
}

#qodef-page-header .qodef-header-logo-link.qodef-height--not-set .gl-brand-logo {
	min-width: 0;
	max-width: clamp(180px, 26vw, 420px);
	margin-left: 0.55rem;
}

#qodef-page-header .qodef-header-logo-link .gl-brand-logo {
	padding: 0.22rem 0;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link .gl-brand-logo {
	font-size: 0.9rem;
	letter-spacing: 0.04em;
	margin-left: 0.38rem;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link .gl-brand-mark {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	position: static;
	top: auto;
	left: auto;
	transform: none;
}

@media (max-width: 420px) {
	#qodef-page-mobile-header .qodef-mobile-header-logo-link .gl-brand-logo {
		font-size: 0.8rem;
	}

	#qodef-page-mobile-header .qodef-mobile-header-logo-link .gl-brand-mark {
		width: 38px;
		height: 38px;
		border-radius: 10px;
	}
}

.gl-top-strip {
	background: linear-gradient(90deg, #221d1a 0%, #3a3029 100%);
	color: #f8efe3;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gl-top-strip-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0.45rem 1rem;
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.qodef-page-title .qodef-m-title,
.qodef-woo-product-title {
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.01em;
}

body.home {
	background:
		radial-gradient(circle at 12% 0%, #fff8ef 0%, transparent 35%),
		radial-gradient(circle at 88% 26%, #efe2d2 0%, transparent 31%),
		linear-gradient(180deg, var(--gl-bg) 0%, var(--gl-bg-deep) 100%);
	color: var(--gl-ink);
}

body.home #qodef-page-title,
body.home .qodef-page-title {
	display: none;
}

body.home #qodef-page-header {
	position: sticky;
	top: 0;
	z-index: 40;
	background: rgba(245, 239, 231, 0.84);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid rgba(144, 120, 97, 0.18);
}

body.home .qodef-header-navigation .menu > li > a {
	font-family: "Manrope", sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #3d3027;
}

body.home .qodef-header-navigation .menu > li.current-menu-item > a,
body.home .qodef-header-navigation .menu > li > a:hover {
	color: var(--gl-accent-2);
}

.gl-home {
	display: grid;
	gap: 2rem;
	padding: 1rem 0 3rem;
}

.gl-concept-page {
	position: relative;
	display: grid;
	gap: 1.5rem;
	padding: 1.2rem 0 3.6rem;
	color: #1f1c1a;
}

.gl-concept-page::before {
	content: "";
	position: absolute;
	inset: -1.6rem -0.8rem auto;
	height: 620px;
	border-radius: 28px;
	background:
		radial-gradient(40% 52% at 8% 8%, rgba(255, 170, 58, 0.44) 0%, rgba(255, 170, 58, 0) 76%),
		radial-gradient(44% 48% at 92% 0%, rgba(98, 165, 146, 0.4) 0%, rgba(98, 165, 146, 0) 74%),
		linear-gradient(132deg, rgba(33, 25, 18, 0.22) 0%, rgba(33, 25, 18, 0) 62%);
	filter: blur(2px);
	pointer-events: none;
	z-index: 0;
}

.gl-concept-hero {
	position: relative;
	overflow: hidden;
	display: grid;
	gap: 1.2rem;
	padding: clamp(1.95rem, 4.2vw, 3.4rem);
	border-radius: 24px;
	border: 1px solid rgba(255, 215, 161, 0.42);
	background:
		radial-gradient(180% 96% at 0% 0%, rgba(255, 248, 232, 0.82) 0%, rgba(255, 248, 232, 0.12) 46%, rgba(255, 248, 232, 0) 78%),
		linear-gradient(125deg, rgba(24, 18, 14, 0.92) 0%, rgba(43, 32, 24, 0.8) 42%, rgba(191, 149, 95, 0.28) 100%),
		url("/wp-content/uploads/2024/05/t-816B-1.png") center/cover no-repeat;
	box-shadow:
		0 30px 62px rgba(24, 17, 13, 0.4),
		0 0 0 1px rgba(255, 222, 182, 0.2) inset,
		0 0 52px rgba(255, 182, 81, 0.18);
	color: #fbf3e6;
	z-index: 1;
}

.gl-concept-hero::after {
	content: "";
	position: absolute;
	right: -84px;
	top: -84px;
	width: 320px;
	height: 320px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(246, 190, 100, 0.28) 0%, rgba(246, 190, 100, 0) 72%);
	filter: blur(1px);
	mix-blend-mode: screen;
	pointer-events: none;
	animation: glConceptOrb 8s ease-in-out infinite;
}

.gl-concept-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(transparent 0%, rgba(10, 9, 8, 0.52) 100%),
		repeating-linear-gradient(90deg, rgba(255, 245, 231, 0.1) 0 1px, transparent 1px 58px),
		repeating-linear-gradient(0deg, rgba(255, 245, 231, 0.06) 0 1px, transparent 1px 58px);
	mix-blend-mode: screen;
	opacity: 0.44;
}

.gl-concept-hero > * {
	position: relative;
	z-index: 1;
}

.gl-concept-kicker {
	margin: 0;
	font-family: "Space Grotesk", "Manrope", sans-serif;
	font-size: 0.73rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(253, 234, 202, 0.98);
}

.gl-concept-hero h1 {
	margin: 0;
	max-width: 13ch;
	font-size: clamp(2.15rem, 6.2vw, 4.8rem);
	line-height: 0.9;
	text-wrap: balance;
	color: #fff8ea;
	text-shadow: 0 8px 24px rgba(17, 14, 11, 0.42);
}

.gl-concept-hero p {
	margin: 0;
	max-width: 56ch;
	color: rgba(251, 242, 223, 0.92);
	font-size: clamp(0.98rem, 1.45vw, 1.08rem);
}

.gl-concept-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.gl-concept-page .gl-btn {
	font-family: "Space Grotesk", "Manrope", sans-serif;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0.76rem 1.18rem;
}

.gl-concept-page .gl-btn-primary {
	background: linear-gradient(132deg, #e4a258 0%, #b6783c 100%);
	box-shadow: 0 10px 20px rgba(181, 113, 48, 0.35), 0 0 0 1px rgba(255, 236, 202, 0.24) inset;
}

.gl-concept-page .gl-btn-primary:hover {
	background: linear-gradient(132deg, #eeae64 0%, #ca8a43 100%);
}

.gl-concept-page .gl-btn-ghost {
	background: rgba(255, 248, 235, 0.12);
	border: 1px solid rgba(255, 224, 178, 0.56);
	color: #fff4df;
}

.gl-concept-page .gl-btn-ghost:hover {
	background: rgba(255, 248, 235, 0.22);
}

.gl-concept-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.7rem;
}

.gl-concept-metrics article {
	display: grid;
	gap: 0.28rem;
	background: linear-gradient(150deg, rgba(255, 249, 236, 0.14), rgba(255, 240, 212, 0.06));
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 226, 183, 0.36);
	border-radius: 12px;
	padding: 0.8rem 0.86rem;
	box-shadow: 0 8px 22px rgba(13, 10, 8, 0.18);
}

.gl-concept-metrics span {
	font-size: 0.69rem;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: rgba(243, 228, 201, 0.86);
}

.gl-concept-metrics strong {
	font-family: "Space Grotesk", "Manrope", sans-serif;
	font-size: clamp(0.94rem, 1.8vw, 1.14rem);
	font-weight: 700;
	line-height: 1.2;
	color: #fff8ea;
}

.gl-concept-section {
	position: relative;
	overflow: hidden;
	border-radius: 18px;
	background:
		linear-gradient(165deg, #fff8ee 0%, #f4e8d9 100%);
	border: 1px solid #e7d1b5;
	padding: clamp(1.05rem, 2.6vw, 1.62rem);
	box-shadow:
		0 16px 30px rgba(43, 31, 22, 0.12),
		0 0 0 1px rgba(255, 249, 239, 0.72) inset;
}

.gl-concept-section::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #c5843e 0%, #d7ab67 44%, #88ab8c 100%);
	opacity: 0.88;
}

.gl-concept-section-glass {
	background:
		radial-gradient(130% 90% at 0% 0%, rgba(255, 207, 138, 0.42) 0%, rgba(255, 207, 138, 0) 45%),
		radial-gradient(130% 100% at 100% 100%, rgba(133, 169, 150, 0.26) 0%, rgba(133, 169, 150, 0) 56%),
		linear-gradient(140deg, rgba(255, 252, 247, 0.95) 0%, rgba(239, 227, 211, 0.88) 100%);
}

.gl-concept-section-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	margin-bottom: 0.8rem;
}

.gl-concept-section-head h2 {
	margin: 0;
	font-size: clamp(1.62rem, 3.4vw, 2.45rem);
	color: #1f1814;
	line-height: 0.96;
}

.gl-concept-section-head p {
	margin: 0;
	max-width: 44ch;
	color: #5b4a3d;
	font-size: 0.95rem;
}

.gl-concept-rail {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.86rem;
}

.gl-concept-tile {
	position: relative;
	overflow: hidden;
	display: grid;
	align-content: end;
	gap: 0.2rem;
	min-height: 202px;
	padding: 1rem;
	border-radius: 14px;
	text-decoration: none;
	background-size: cover;
	background-position: center;
	border: 1px solid rgba(255, 238, 210, 0.52);
	box-shadow: 0 14px 24px rgba(35, 25, 18, 0.24);
	transform: translateY(0);
	transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.gl-concept-tile:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 34px rgba(29, 21, 15, 0.3);
	filter: saturate(1.08);
}

.gl-concept-tile::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(170deg, rgba(29, 24, 21, 0.1), rgba(29, 24, 21, 0.84));
}

.gl-concept-tile::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 18% 14%, rgba(255, 205, 127, 0.28) 0%, rgba(255, 205, 127, 0) 58%);
	pointer-events: none;
}

.gl-concept-tile > * {
	position: relative;
	z-index: 1;
}

.gl-concept-tile-eyebrow {
	font-size: 0.64rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgba(243, 225, 199, 0.88);
}

.gl-concept-tile strong {
	font-size: 1.56rem;
	line-height: 0.95;
	color: #fff8ec;
	text-shadow: 0 5px 18px rgba(10, 8, 6, 0.44);
}

.gl-concept-tile-meta {
	font-size: 0.78rem;
	color: rgba(250, 239, 219, 0.88);
}

.gl-concept-tile-t2300 {
	filter: saturate(1.08) hue-rotate(7deg);
}

.gl-concept-tile-chairs {
	filter: saturate(1.12) brightness(0.94);
}

.gl-concept-page .woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 0.78rem;
	row-gap: 1.08rem;
	margin: 0;
}

.gl-concept-page .woocommerce ul.products li.product {
	width: auto;
	max-width: none;
	margin: 0;
	border-radius: 13px;
	padding: 0.68rem;
	border: 1px solid #e3c9a9;
	background:
		linear-gradient(170deg, rgba(255, 252, 246, 0.96), rgba(249, 238, 221, 0.94));
	box-shadow: 0 12px 22px rgba(34, 26, 20, 0.12);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.gl-concept-page .woocommerce ul.products li.product:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 30px rgba(33, 24, 19, 0.16);
}

.gl-concept-page .woocommerce ul.products li.product .qodef-woo-product-image {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 11px;
	background: #f0e5d4;
	box-shadow: 0 4px 14px rgba(36, 27, 21, 0.12);
}

.gl-concept-page .woocommerce ul.products li.product .qodef-woo-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.35s ease;
}

.gl-concept-page .woocommerce ul.products li.product:hover .qodef-woo-product-image img {
	transform: scale(1.04);
}

.gl-concept-page .woocommerce ul.products li.product .price {
	color: #865226;
	font-weight: 700;
}

.gl-concept-page .gl-list-price-note {
	display: none;
}

.gl-concept-page .woocommerce ul.products li.product .button {
	background: linear-gradient(132deg, #cf8a41 0%, #a86b31 100%);
	border-radius: 999px;
	color: #fff;
	padding: 0.48rem 0.86rem;
	font-size: 0.76rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.gl-concept-page .woocommerce ul.products li.product .button:hover {
	background: linear-gradient(132deg, #e09b4f 0%, #bc7c39 100%);
}

.gl-concept-footer {
	text-align: center;
	display: grid;
	justify-items: center;
	gap: 0.7rem;
}

.gl-concept-footer h2,
.gl-concept-footer p {
	margin: 0;
	max-width: 52ch;
}

@keyframes glConceptOrb {
	0% {
		transform: translate3d(0, 0, 0) scale(1);
	}
	50% {
		transform: translate3d(-18px, 14px, 0) scale(1.08);
	}
	100% {
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@media (max-width: 1024px) {
	.gl-concept-rail,
	.gl-concept-page .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.gl-concept-page {
		gap: 1rem;
	}

	.gl-concept-hero,
	.gl-concept-section {
		border-radius: 14px;
	}

	.gl-concept-metrics {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.gl-concept-rail,
	.gl-concept-page .woocommerce ul.products {
		grid-template-columns: 1fr;
	}
}

/* Concept page all-out visual direction */
.gl-concept-page {
	--gl-concept-gold: #f3bb67;
	--gl-concept-ember: #f48d52;
	--gl-concept-deep: #16100d;
	--gl-concept-jade: #5ca993;
	--gl-concept-paper: #f9efe0;
	position: relative;
	isolation: isolate;
	gap: 1.95rem;
	padding: 1.5rem 0 4.1rem;
}

.gl-concept-page::before {
	inset: -2rem -1rem auto;
	height: 760px;
	border-radius: 32px;
	background:
		radial-gradient(38% 52% at 0% 0%, rgba(243, 187, 103, 0.7) 0%, rgba(243, 187, 103, 0) 72%),
		radial-gradient(42% 52% at 100% 0%, rgba(92, 169, 147, 0.62) 0%, rgba(92, 169, 147, 0) 72%),
		radial-gradient(48% 54% at 50% 8%, rgba(244, 141, 82, 0.25) 0%, rgba(244, 141, 82, 0) 74%),
		linear-gradient(125deg, rgba(20, 15, 11, 0.4) 0%, rgba(20, 15, 11, 0) 60%);
	filter: blur(0);
	opacity: 0.94;
}

.gl-concept-page::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 72px),
		repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0 1px, transparent 1px 72px);
	opacity: 0.5;
	pointer-events: none;
	z-index: 0;
}

.gl-concept-hero {
	gap: 1.35rem;
	min-height: clamp(460px, 68vh, 640px);
	padding: clamp(2.1rem, 5vw, 3.8rem);
	border-radius: 32px;
	border: 1px solid rgba(255, 226, 178, 0.42);
	background:
		radial-gradient(170% 100% at -10% -12%, rgba(255, 249, 235, 0.88) 0%, rgba(255, 249, 235, 0.2) 42%, rgba(255, 249, 235, 0) 70%),
		linear-gradient(132deg, rgba(15, 11, 8, 0.96) 0%, rgba(37, 27, 20, 0.86) 38%, rgba(122, 84, 48, 0.55) 66%, rgba(202, 152, 90, 0.35) 100%),
		url("/wp-content/uploads/2024/05/t-816B-1.png") center/cover no-repeat;
	background-size: auto, auto, 108%;
	box-shadow:
		0 34px 72px rgba(20, 14, 10, 0.55),
		0 0 0 1px rgba(255, 228, 185, 0.24) inset,
		0 0 80px rgba(244, 141, 82, 0.28),
		0 0 120px rgba(92, 169, 147, 0.16);
	animation: glConceptPan 22s ease-in-out infinite alternate;
}

.gl-concept-hero::before {
	background:
		linear-gradient(transparent 0%, rgba(9, 7, 5, 0.62) 100%),
		repeating-linear-gradient(90deg, rgba(255, 243, 220, 0.14) 0 1px, transparent 1px 50px),
		repeating-linear-gradient(0deg, rgba(255, 243, 220, 0.07) 0 1px, transparent 1px 50px),
		linear-gradient(115deg, rgba(243, 187, 103, 0.22) 0%, rgba(92, 169, 147, 0.2) 100%);
	opacity: 0.58;
	mix-blend-mode: screen;
}

.gl-concept-hero::after {
	right: -110px;
	top: -86px;
	width: 400px;
	height: 400px;
	background:
		radial-gradient(circle at 40% 40%, rgba(247, 199, 113, 0.7) 0%, rgba(247, 199, 113, 0) 58%),
		radial-gradient(circle at 60% 50%, rgba(96, 172, 151, 0.5) 0%, rgba(96, 172, 151, 0) 64%);
	filter: blur(0.5px);
	animation: glConceptOrb 10s ease-in-out infinite;
}

.gl-concept-kicker {
	display: inline-flex;
	width: fit-content;
	padding: 0.42rem 0.76rem;
	border-radius: 999px;
	background: rgba(20, 14, 10, 0.48);
	border: 1px solid rgba(255, 224, 177, 0.44);
	color: #ffe8be;
	font-size: 0.68rem;
	letter-spacing: 0.18em;
}

.gl-concept-hero h1 {
	max-width: 12ch;
	text-wrap: balance;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
	font-size: clamp(2.7rem, 8.5vw, 6.3rem);
	line-height: 0.82;
	letter-spacing: 0.015em;
	color: #fff6e7;
	background: linear-gradient(118deg, #fffaf2 0%, #ffe2b9 46%, #ffc57f 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 12px 36px rgba(9, 7, 6, 0.5);
}

.gl-concept-hero p {
	max-width: 52ch;
	font-size: clamp(1.05rem, 1.7vw, 1.2rem);
	color: rgba(251, 240, 219, 0.95);
}

.gl-concept-cta {
	gap: 0.95rem;
}

.gl-concept-page .gl-btn {
	min-height: 48px;
	padding: 0.88rem 1.34rem;
	border-radius: 999px;
	border: 1px solid transparent;
	font-size: 0.78rem;
	letter-spacing: 0.1em;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.gl-concept-page .gl-btn-primary {
	background: linear-gradient(135deg, #f0b160 0%, #de8d49 52%, #b86d37 100%);
	border-color: rgba(255, 233, 201, 0.24);
	box-shadow:
		0 14px 28px rgba(193, 108, 46, 0.42),
		0 0 0 1px rgba(255, 234, 205, 0.24) inset;
}

.gl-concept-page .gl-btn-primary:hover {
	transform: translateY(-2px);
	background: linear-gradient(135deg, #f7c071 0%, #ea9a56 52%, #c57841 100%);
	box-shadow:
		0 18px 34px rgba(193, 108, 46, 0.48),
		0 0 0 1px rgba(255, 241, 220, 0.32) inset;
}

.gl-concept-page .gl-btn-ghost {
	background: rgba(255, 248, 236, 0.16);
	border-color: rgba(255, 220, 163, 0.54);
	color: #fff1d8;
	backdrop-filter: blur(8px);
}

.gl-concept-page .gl-btn-ghost:hover {
	transform: translateY(-2px);
	background: rgba(255, 248, 236, 0.28);
}

.gl-concept-metrics {
	gap: 0.85rem;
}

.gl-concept-metrics article {
	padding: 0.96rem 1rem;
	border-radius: 14px;
	background:
		radial-gradient(130% 180% at 100% 0%, rgba(243, 187, 103, 0.24) 0%, rgba(243, 187, 103, 0) 58%),
		linear-gradient(150deg, rgba(255, 249, 236, 0.16), rgba(255, 238, 210, 0.08));
	border: 1px solid rgba(255, 226, 181, 0.46);
	backdrop-filter: blur(12px);
	box-shadow:
		0 10px 28px rgba(10, 8, 6, 0.26),
		0 0 0 1px rgba(255, 236, 205, 0.18) inset;
}

.gl-concept-metrics strong {
	font-size: clamp(1rem, 2vw, 1.22rem);
}

.gl-concept-section {
	border-radius: 24px;
	border: 1px solid rgba(214, 176, 132, 0.55);
	padding: clamp(1.2rem, 3vw, 1.85rem);
	background:
		radial-gradient(110% 90% at 0% 0%, rgba(255, 226, 178, 0.4) 0%, rgba(255, 226, 178, 0) 44%),
		linear-gradient(166deg, #fffaf1 0%, #f5e8d4 100%);
	box-shadow:
		0 18px 36px rgba(32, 23, 17, 0.16),
		0 0 0 1px rgba(255, 247, 232, 0.78) inset;
}

.gl-concept-section::before {
	height: 6px;
	background: linear-gradient(90deg, #d58c42 0%, #f3bf6e 46%, #67a590 100%);
	animation: glConceptSheen 6.4s linear infinite;
}

.gl-concept-section-glass {
	background:
		radial-gradient(84% 90% at 0% 0%, rgba(248, 194, 122, 0.4) 0%, rgba(248, 194, 122, 0) 54%),
		radial-gradient(84% 90% at 100% 100%, rgba(104, 166, 149, 0.3) 0%, rgba(104, 166, 149, 0) 54%),
		linear-gradient(145deg, rgba(255, 252, 248, 0.96) 0%, rgba(241, 228, 207, 0.9) 100%);
}

.gl-concept-section-head {
	margin-bottom: 1rem;
}

.gl-concept-section-head h2 {
	font-size: clamp(1.82rem, 4.2vw, 3.1rem);
	line-height: 0.9;
	letter-spacing: 0.01em;
	color: #1f1712;
}

.gl-concept-section-head p {
	font-size: 1rem;
	color: #5c4b3e;
}

.gl-concept-rail {
	gap: 1rem;
}

.gl-concept-tile {
	min-height: 238px;
	padding: 1.15rem;
	border-radius: 18px;
	border: 1px solid rgba(255, 233, 199, 0.58);
	box-shadow:
		0 20px 34px rgba(25, 18, 13, 0.34),
		0 0 0 1px rgba(255, 235, 206, 0.2) inset;
	transition: transform 0.26s ease, box-shadow 0.26s ease, filter 0.26s ease;
}

.gl-concept-tile:hover {
	transform: translateY(-8px) scale(1.01);
	box-shadow:
		0 28px 48px rgba(19, 14, 11, 0.42),
		0 0 0 1px rgba(255, 241, 220, 0.24) inset;
	filter: saturate(1.16) contrast(1.06);
}

.gl-concept-tile::before {
	background:
		linear-gradient(176deg, rgba(20, 15, 12, 0.08), rgba(20, 15, 12, 0.86));
}

.gl-concept-tile::after {
	background:
		radial-gradient(circle at 14% 12%, rgba(246, 193, 113, 0.34) 0%, rgba(246, 193, 113, 0) 56%),
		linear-gradient(125deg, rgba(96, 170, 149, 0.18) 0%, rgba(96, 170, 149, 0) 56%);
}

.gl-concept-tile-eyebrow {
	font-size: 0.66rem;
}

.gl-concept-tile strong {
	font-size: clamp(1.76rem, 2.8vw, 2.35rem);
	line-height: 0.88;
}

.gl-concept-tile-meta {
	font-size: 0.8rem;
}

.gl-concept-page .woocommerce ul.products {
	column-gap: 1rem;
	row-gap: 1.22rem;
	align-items: stretch;
}

.gl-concept-page .woocommerce ul.products li.product {
	position: relative;
	overflow: hidden;
	display: flex;
	border-radius: 17px;
	padding: 0.84rem;
	height: 100%;
	border: 1px solid rgba(214, 173, 128, 0.58);
	background:
		radial-gradient(100% 120% at 100% 0%, rgba(247, 205, 142, 0.18) 0%, rgba(247, 205, 142, 0) 58%),
		linear-gradient(170deg, rgba(255, 252, 246, 0.98), rgba(247, 236, 218, 0.96));
	box-shadow:
		0 16px 30px rgba(31, 23, 18, 0.16),
		0 0 0 1px rgba(255, 246, 232, 0.82) inset;
}

.gl-concept-page .woocommerce ul.products li.product::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #d58f48 0%, #6ba890 100%);
	opacity: 0.9;
}

.gl-concept-page .woocommerce ul.products li.product:hover {
	transform: translateY(-6px);
	box-shadow:
		0 26px 38px rgba(23, 17, 13, 0.2),
		0 0 0 1px rgba(255, 246, 233, 0.88) inset;
}

.gl-concept-page .woocommerce ul.products li.product .qodef-woo-product-image {
	border-radius: 13px;
	background:
		radial-gradient(100% 100% at 10% 0%, rgba(255, 240, 214, 0.6) 0%, rgba(255, 240, 214, 0) 56%),
		#ecdfcc;
	box-shadow: 0 8px 18px rgba(34, 25, 20, 0.14);
}

.gl-concept-page .woocommerce ul.products li.product .qodef-woo-product-image img {
	transition: transform 0.35s ease, filter 0.35s ease;
}

.gl-concept-page .woocommerce ul.products li.product .qodef-e-inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.gl-concept-page .woocommerce ul.products li.product:hover .qodef-woo-product-image img {
	transform: scale(1.06);
	filter: saturate(1.08);
}

.gl-concept-page .woocommerce ul.products li.product .price {
	font-size: 1rem;
	color: #7d4c24;
}

.gl-concept-page .woocommerce ul.products li.product .button {
	border-radius: 999px;
	min-height: 38px;
	padding: 0.52rem 0.94rem;
	font-size: 0.73rem;
	letter-spacing: 0.08em;
	background: linear-gradient(135deg, #dc9a50 0%, #c67e3f 62%, #ae6730 100%);
	box-shadow: 0 10px 20px rgba(173, 103, 46, 0.32);
}

.gl-concept-page .woocommerce ul.products li.product .button:hover {
	background: linear-gradient(135deg, #eab269 0%, #d58e4d 62%, #bd763b 100%);
}

.gl-concept-footer {
	background:
		radial-gradient(130% 100% at 12% 0%, rgba(247, 198, 118, 0.24) 0%, rgba(247, 198, 118, 0) 62%),
		radial-gradient(120% 100% at 88% 100%, rgba(96, 170, 149, 0.2) 0%, rgba(96, 170, 149, 0) 60%),
		linear-gradient(145deg, #fff9ef 0%, #f3e5d0 100%);
}

@keyframes glConceptPan {
	0% {
		background-position: center, center, center;
	}
	100% {
		background-position: center, center, 50% 46%;
	}
}

@keyframes glConceptSheen {
	0% {
		filter: brightness(0.95);
	}
	50% {
		filter: brightness(1.1);
	}
	100% {
		filter: brightness(0.95);
	}
}

@media (max-width: 1024px) {
	.gl-concept-hero {
		min-height: 0;
	}

	.gl-concept-hero h1 {
		font-size: clamp(2.3rem, 7vw, 4.8rem);
	}
}

@media (max-width: 768px) {
	.gl-concept-page {
		gap: 1.2rem;
		padding: 1rem 0 2.8rem;
	}

	.gl-concept-page::before {
		height: 540px;
	}

	.gl-concept-page::after {
		display: none;
	}

	.gl-concept-hero {
		border-radius: 18px;
		padding: 1.2rem;
	}

	.gl-concept-hero h1 {
		font-size: clamp(2rem, 9vw, 3.5rem);
	}

	.gl-concept-section {
		border-radius: 15px;
	}
}

.gl-hero {
	background:
		radial-gradient(30% 34% at 12% 22%, rgba(122, 157, 93, 0.2) 0%, rgba(122, 157, 93, 0.08) 36%, rgba(122, 157, 93, 0) 68%),
		radial-gradient(140% 115% at 8% 6%, rgba(255, 248, 239, 0.72) 0%, rgba(255, 248, 239, 0.34) 44%, rgba(255, 248, 239, 0) 70%),
		linear-gradient(116deg, rgba(247, 243, 236, 0.66) 6%, rgba(214, 202, 189, 0.42) 46%, rgba(62, 52, 47, 0.52) 100%),
		url("/wp-content/uploads/2024/05/t-816B-1.png") center/cover no-repeat;
	color: #1e1815;
	border-radius: var(--gl-radius);
	padding: clamp(2rem, 4.4vw, 4.2rem);
	border: 1px solid rgba(255, 246, 234, 0.52);
	box-shadow: 0 26px 44px rgba(30, 23, 20, 0.26);
}

.gl-kicker {
	letter-spacing: 0.14em;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(70, 53, 41, 0.92);
	opacity: 1;
	margin-bottom: 0.8rem;
}

.gl-hero h1 {
	margin: 0 0 0.95rem;
	font-size: clamp(2rem, 4.6vw, 3.75rem);
	line-height: 0.98;
	color: #1a130f;
	max-width: 12ch;
}

.gl-hero p {
	max-width: 56ch;
	margin: 0;
	color: rgba(42, 33, 27, 0.94);
}

.gl-hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.4rem;
}

.gl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 0.7rem 1.15rem;
	font-weight: 700;
	font-size: 0.88rem;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.gl-btn-primary {
	background: var(--gl-accent);
	color: #fff;
	box-shadow: 0 10px 22px rgba(184, 119, 53, 0.35);
}

.gl-btn-primary:hover {
	transform: translateY(-1px);
	background: var(--gl-accent-2);
}

.gl-btn-ghost {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 247, 238, 0.56);
}

.gl-btn-ghost:hover {
	transform: translateY(-1px);
	background: rgba(255, 255, 255, 0.08);
}

.gl-hero .gl-btn-ghost {
	background: rgba(255, 255, 255, 0.56);
	color: #2f231c;
	border-color: rgba(87, 66, 52, 0.34);
}

.gl-hero .gl-btn-ghost:hover {
	background: rgba(255, 255, 255, 0.8);
}

.gl-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.8rem;
	margin-top: 1.5rem;
}

.gl-stats > div {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 10px;
	padding: 0.72rem;
}

.gl-hero .gl-stats > div {
	background: rgba(255, 255, 255, 0.52);
	border-color: rgba(99, 76, 60, 0.25);
}

.gl-stats strong {
	display: block;
	font-size: 1.2rem;
	font-family: "Cormorant Garamond", serif;
}

.gl-hero .gl-stats strong {
	color: #211812;
}

.gl-stats span {
	font-size: 0.75rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	opacity: 0.84;
}

.gl-hero .gl-stats span {
	color: #4f3d30;
	opacity: 1;
}

.gl-section {
	background: color-mix(in srgb, var(--gl-card) 90%, #f6ece0 10%);
	border-radius: var(--gl-radius);
	padding: clamp(1.15rem, 3vw, 2rem);
	box-shadow: var(--gl-shadow);
}

.gl-section h2 {
	margin: 0 0 1rem;
	color: var(--gl-ink);
	font-size: clamp(1.45rem, 3vw, 2.25rem);
}

.gl-collections {
	background:
		linear-gradient(145deg, #fff8ef 0%, #f7eadb 70%, #f3e3d1 100%);
}

.gl-collection-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.9rem;
}

.gl-collection-card {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 14px;
	padding: 1.2rem;
	min-height: 190px;
	color: #fff;
	text-decoration: none;
	background-size: cover;
	background-position: center;
	box-shadow: 0 10px 22px rgba(45, 31, 22, 0.2);
}

.gl-collection-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(170deg, rgba(27, 20, 16, 0.25), rgba(25, 20, 15, 0.86));
}

.gl-collection-card > * {
	position: relative;
	z-index: 1;
}

.gl-collection-card h3 {
	margin: 0.28rem 0 0.35rem;
	font-size: 2rem;
	line-height: 0.95;
}

.gl-collection-card p {
	margin: 0;
	max-width: 24ch;
	color: rgba(255, 249, 239, 0.92);
}

.gl-collection-eyebrow {
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.09em;
}

.gl-collection-card-tables {
	background-image: url("/wp-content/uploads/2024/05/t-816B-1.png");
}

.gl-collection-card-chairs {
	background-image: url("/wp-content/uploads/2026/02/Product-feat-img-26.jpg");
}

.gl-collection-card-shop {
	background-image: url("/wp-content/uploads/2024/05/t-829-1.png");
}

.gl-dark {
	background: linear-gradient(150deg, var(--gl-dark-soft) 0%, var(--gl-dark) 100%);
}

.gl-dark h2 {
	color: #fff8ee;
}

.gl-home .woocommerce ul.products li.product,
.gl-home ul.products li.product {
	background: #fff;
	border-radius: 14px;
	padding: 0.58rem;
	display: flex;
	height: 100%;
	box-shadow: 0 8px 18px rgba(42, 30, 22, 0.11);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gl-home .woocommerce ul.products li.product:hover,
.gl-home ul.products li.product:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 24px rgba(36, 26, 19, 0.16);
}

.gl-home .woocommerce ul.products li.product .qodef-e-inner,
.gl-home ul.products li.product .qodef-e-inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.gl-home .woocommerce ul.products li.product img,
.gl-home ul.products li.product img {
	border-radius: 10px;
}

.gl-home .woocommerce ul.products li.product:not(.product-category) .qodef-woo-product-image,
.gl-home ul.products li.product:not(.product-category) .qodef-woo-product-image {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 10px;
	background: #f3e9dd;
}

.gl-home .woocommerce ul.products li.product:not(.product-category) .qodef-woo-product-image img,
.gl-home ul.products li.product:not(.product-category) .qodef-woo-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.gl-home .woocommerce ul.products li.product:not(.product-category) .qodef-woo-product-image > .woocommerce-LoopProduct-link,
.gl-home .woocommerce ul.products li.product:not(.product-category) .qodef-woo-product-image .qodef-woo-product-image-inner,
.gl-home ul.products li.product:not(.product-category) .qodef-woo-product-image > .woocommerce-LoopProduct-link,
.gl-home ul.products li.product:not(.product-category) .qodef-woo-product-image .qodef-woo-product-image-inner {
	display: block;
	height: 100%;
}

.gl-home .woocommerce ul.products li.product .price,
.gl-home ul.products li.product .price {
	color: var(--gl-accent-2);
	font-weight: 700;
}

.woocommerce .price .gl-list-price-stack {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 0.2rem;
	max-width: 100%;
}

.woocommerce .price .gl-list-price-prefix {
	font-weight: 700;
	color: #4c3b2f;
	display: inline;
}

.woocommerce .price .gl-list-price-value {
	font-weight: 700;
	color: var(--gl-accent-2);
	display: inline;
	line-height: 1.35;
}

.woocommerce .price .gl-list-price-main {
	display: inline-flex;
	align-items: baseline;
	gap: 0.2rem;
	white-space: nowrap;
}

.woocommerce .price .gl-list-price-note {
	font-size: 0.78em;
	font-weight: 600;
	color: #6a5748;
	display: block;
	line-height: 1.35;
	margin-top: 0;
}

.woocommerce .price .gl-list-price-value .price {
	display: inline;
	align-items: initial;
	line-height: inherit;
}

.woocommerce .price .gl-list-price-note .gl-list-price-email {
	color: inherit;
	text-decoration: underline;
}

.gl-home .woocommerce ul.products li.product .button,
.gl-home ul.products li.product .button {
	background: var(--gl-accent);
	color: #fff;
	border-radius: 999px;
	padding: 0.52rem 0.85rem;
	font-size: 0.78rem;
}

.gl-home .woocommerce ul.products li.product .button:hover,
.gl-home ul.products li.product .button:hover {
	background: var(--gl-accent-2);
}

.gl-home .woocommerce ul.products li.product-category img,
.gl-home ul.products li.product-category img {
	aspect-ratio: 4/3;
	object-fit: cover;
	width: 100%;
}

body.home .gl-section.gl-dark ul.products,
body.home .gl-section.gl-new-arrivals ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: 0.75rem;
	row-gap: 1rem;
	margin: 0;
}

body.home .gl-section.gl-dark ul.products li.product,
body.home .gl-section.gl-new-arrivals ul.products li.product {
	width: auto;
	margin: 0;
	max-width: none;
	min-height: 100%;
}

.gl-home .gl-home-category-cards ul.products.columns-3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.8rem;
	margin: 0;
}

.gl-home .gl-home-category-cards ul.products.columns-3 li.product-category {
	float: none;
	width: 100%;
	margin: 0;
	max-width: none;
	justify-self: stretch;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eadbc9;
	box-shadow: 0 8px 16px rgba(38, 26, 18, 0.1);
}

.gl-home .gl-home-category-cards ul.products.columns-3 li.product-category a {
	display: block;
}

.gl-home .gl-home-category-cards ul.products.columns-3 li.product-category img {
	display: block;
	aspect-ratio: 16 / 10;
	min-height: 190px;
	object-fit: cover;
	width: 100%;
}

.gl-home .gl-home-category-cards ul.products.columns-3 li.product-category .woocommerce-loop-category__title {
	margin: 0;
	padding: 0.58rem 0.72rem 0.72rem;
	font-size: 1.05rem;
	line-height: 1.18;
}

.gl-promise-grid {
	display: grid;
	gap: 0.84rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gl-promise-grid article {
	background: #fff;
	border: 1px solid #e8ded2;
	border-radius: 12px;
	padding: 1rem;
}

.gl-promise-grid h3 {
	margin: 0 0 0.45rem;
	font-size: 1.28rem;
}

.gl-promise-grid p {
	margin: 0;
	color: var(--gl-muted);
}

body.woocommerce-shop,
body.tax-product_cat,
body.single-product,
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account {
	background:
		radial-gradient(circle at 12% 0%, #fff8ef 0%, transparent 35%),
		linear-gradient(180deg, var(--gl-bg) 0%, var(--gl-bg-deep) 100%);
}

body.woocommerce-shop .qodef-page-title,
body.tax-product_cat .qodef-page-title,
body.single-product .qodef-page-title,
body.woocommerce-cart .qodef-page-title,
body.woocommerce-checkout .qodef-page-title,
body.woocommerce-account .qodef-page-title {
	margin-bottom: 1rem;
}

body.woocommerce-shop #qodef-page-inner.qodef-content-grid,
body.tax-product_cat #qodef-page-inner.qodef-content-grid,
body.single-product #qodef-page-inner.qodef-content-grid,
body.woocommerce-cart #qodef-page-inner.qodef-content-grid,
body.woocommerce-checkout #qodef-page-inner.qodef-content-grid,
body.woocommerce-account #qodef-page-inner.qodef-content-grid,
body.woocommerce-shop .qodef-page-title .qodef-m-content.qodef-content-grid,
body.tax-product_cat .qodef-page-title .qodef-m-content.qodef-content-grid,
body.single-product .qodef-page-title .qodef-m-content.qodef-content-grid,
body.woocommerce-cart .qodef-page-title .qodef-m-content.qodef-content-grid,
body.woocommerce-checkout .qodef-page-title .qodef-m-content.qodef-content-grid,
body.woocommerce-account .qodef-page-title .qodef-m-content.qodef-content-grid {
	width: min(1260px, calc(100% - 2.2rem));
}

body.woocommerce-shop #qodef-woo-page,
body.tax-product_cat #qodef-woo-page,
body.single-product #qodef-woo-page,
body.woocommerce-cart #qodef-woo-page,
body.woocommerce-checkout #qodef-woo-page,
body.woocommerce-account #qodef-woo-page {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(183, 147, 115, 0.23);
	border-radius: 16px;
	padding: clamp(1rem, 2.6vw, 1.6rem);
	box-shadow: var(--gl-shadow);
}

body.woocommerce-shop .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select {
	border: 1px solid #dbcab8;
	border-radius: 999px;
	background: #fff;
	padding: 0.55rem 0.9rem;
	color: #43362d;
}

body.woocommerce-shop .woocommerce-pagination .page-numbers,
body.tax-product_cat .woocommerce-pagination .page-numbers {
	border-radius: 999px;
	border: 1px solid #d7c4b0;
	padding: 0.35rem 0.66rem;
	color: #3f332b;
}

body.woocommerce-shop .woocommerce-pagination .current,
body.tax-product_cat .woocommerce-pagination .current {
	background: var(--gl-accent);
	color: #fff;
	border-color: var(--gl-accent);
}

body.woocommerce-shop ul.products li.product .qodef-woo-product-title-price-holder,
body.tax-product_cat ul.products li.product .qodef-woo-product-title-price-holder,
body.single-product .related.products ul.products li.product .qodef-woo-product-title-price-holder {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.34rem;
	align-items: start;
}

body.woocommerce-shop ul.products li.product .qodef-woo-product-title,
body.tax-product_cat ul.products li.product .qodef-woo-product-title,
body.single-product .related.products ul.products li.product .qodef-woo-product-title {
	margin: 0;
	font-size: clamp(1rem, 1.55vw, 1.16rem);
	line-height: 1.25;
}

body.woocommerce-shop ul.products li.product .qodef-woo-product-title a,
body.tax-product_cat ul.products li.product .qodef-woo-product-title a,
body.single-product .related.products ul.products li.product .qodef-woo-product-title a {
	display: block;
	overflow-wrap: anywhere;
	word-break: normal;
}

.gl-home .woocommerce ul.products li.product .qodef-woo-product-title a,
.gl-home ul.products li.product .qodef-woo-product-title a,
.gl-concept-page .woocommerce ul.products li.product .qodef-woo-product-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.5em;
}

body.woocommerce-shop ul.products li.product .qodef-woo-product-title-price-holder .price,
body.tax-product_cat ul.products li.product .qodef-woo-product-title-price-holder .price,
body.single-product .related.products ul.products li.product .qodef-woo-product-title-price-holder .price {
	font-size: 0.92rem;
	line-height: 1.36;
	white-space: normal;
}

body.woocommerce-shop ul.products li.product .qodef-woo-product-title-price-holder .price .gl-list-price-note,
body.tax-product_cat ul.products li.product .qodef-woo-product-title-price-holder .price .gl-list-price-note {
	display: block;
	margin-top: 0.12rem;
}

body.single-product .related.products ul.products li.product .qodef-woo-product-title-price-holder .price .gl-list-price-note,
body.single-product .related.products ul.products li.product .price .gl-list-price-note {
	display: none !important;
}

body.home .gl-section.gl-dark ul.products li.product .qodef-woo-product-title-price-holder .price .gl-list-price-note,
body.home .gl-section.gl-new-arrivals ul.products li.product .qodef-woo-product-title-price-holder .price .gl-list-price-note,
body.home .gl-section.gl-dark ul.products li.product .price .gl-list-price-note,
body.home .gl-section.gl-new-arrivals ul.products li.product .price .gl-list-price-note {
	display: none !important;
}

body.single-product #qodef-woo-page.qodef--single .summary .price .gl-list-price-note {
	display: block;
	margin-top: 0.2rem;
}

body.woocommerce-shop ul.products li.product .qodef-woo-product-content,
body.tax-product_cat ul.products li.product .qodef-woo-product-content,
body.single-product .related.products ul.products li.product .qodef-woo-product-content {
	margin: 0.92rem 0 1.1rem;
}

.gl-home .woocommerce ul.products li.product .qodef-woo-product-content,
.gl-home ul.products li.product .qodef-woo-product-content,
.gl-concept-page .woocommerce ul.products li.product .qodef-woo-product-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.gl-home .woocommerce ul.products li.product .qodef-woo-product-cat-color-holder,
.gl-home ul.products li.product .qodef-woo-product-cat-color-holder,
.gl-concept-page .woocommerce ul.products li.product .qodef-woo-product-cat-color-holder {
	margin-top: auto;
}

body.single-product .related.products h2 {
	margin-bottom: 0.95rem;
}

body.woocommerce-shop ul.products li.product .qodef-woo-product-image,
body.tax-product_cat ul.products li.product .qodef-woo-product-image,
body.single-product .related.products ul.products li.product .qodef-woo-product-image {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: var(--gl-product-image-radius);
	background: #f3e9dd;
}

body.woocommerce-shop ul.products li.product .qodef-woo-product-image img,
body.tax-product_cat ul.products li.product .qodef-woo-product-image img,
body.single-product .related.products ul.products li.product .qodef-woo-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

body.woocommerce-shop ul.products li.product .qodef-woo-product-image > .woocommerce-LoopProduct-link,
body.tax-product_cat ul.products li.product .qodef-woo-product-image > .woocommerce-LoopProduct-link,
body.woocommerce-shop ul.products li.product .qodef-woo-product-image .qodef-woo-product-image-inner,
body.tax-product_cat ul.products li.product .qodef-woo-product-image .qodef-woo-product-image-inner,
body.single-product .related.products ul.products li.product .qodef-woo-product-image > .woocommerce-LoopProduct-link,
body.single-product .related.products ul.products li.product .qodef-woo-product-image .qodef-woo-product-image-inner {
	height: 100%;
}

body.single-product #qodef-woo-page.qodef--single .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
	border-radius: var(--gl-product-image-radius);
	overflow: hidden;
	background: #f3e9dd;
}

body.single-product #qodef-woo-page.qodef--single .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image a,
body.single-product #qodef-woo-page.qodef--single .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image img,
body.single-product #qodef-woo-page.qodef--single .qodef-woo-single-image .zoomImg {
	border-radius: var(--gl-product-image-radius);
}

body.single-product .qodef-woo-single-summary,
body.single-product .woocommerce-tabs.wc-tabs-wrapper {
	background: #fff;
	border: 1px solid #e2d3c2;
	border-radius: 12px;
	padding: 1rem;
}

body.single-product .variations select {
	border: 1px solid #d4c2af;
	border-radius: 999px;
	background: #fff;
	color: #3f322a;
	padding: 0.5rem 0.9rem;
}

body.single-product .variations .reset_variations {
	display: inline-block;
	margin-left: 0.5rem;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #6a5548;
}

body.single-product #qodef-woo-page.qodef--single form.variations_form.cart {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: flex-end !important;
	column-gap: 0.72rem;
	row-gap: 0.72rem;
}

body.single-product #qodef-woo-page.qodef--single form.variations_form.cart table.variations {
	display: block !important;
	flex: 1 1 auto !important;
	min-width: 0 !important;
	width: 0 !important;
	margin: 0 !important;
	order: 1;
}

body.single-product #qodef-woo-page.qodef--single form.variations_form.cart table.variations tbody {
	display: block !important;
}

body.single-product #qodef-woo-page.qodef--single form.variations_form.cart table.variations tbody tr {
	display: flex;
	align-items: center;
	gap: 0.62rem;
}

body.single-product #qodef-woo-page.qodef--single form.variations_form.cart table.variations th,
body.single-product #qodef-woo-page.qodef--single form.variations_form.cart table.variations td {
	display: block;
	padding: 0 !important;
}

body.single-product #qodef-woo-page.qodef--single form.variations_form.cart table.variations th.label {
	flex: 0 0 auto;
	width: auto;
	white-space: nowrap;
}

body.single-product #qodef-woo-page.qodef--single form.variations_form.cart table.variations td.value {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex: 1 1 auto;
	min-width: 0;
	gap: 0.45rem;
}

body.single-product #qodef-woo-page.qodef--single form.variations_form.cart table.variations td.value select {
	width: min(100%, 330px);
	min-width: 0;
	height: 46px;
}

body.single-product #qodef-woo-page.qodef--single form.variations_form.cart table.variations td.value .select2-container {
	width: min(100%, 330px) !important;
	min-width: 0;
}

body.single-product #qodef-woo-page.qodef--single form.variations_form.cart .single_variation_wrap {
	flex: 0 0 auto !important;
	width: auto !important;
	clear: none !important;
	margin: 0 !important;
	padding: 0 !important;
	order: 2;
}

body.single-product #qodef-woo-page.qodef--single form.variations_form.cart .single_variation_wrap .woocommerce-variation {
	display: block !important;
	margin: 0 !important;
}

body.single-product #qodef-woo-page.qodef--single form.variations_form.cart .single_variation_wrap .woocommerce-variation:empty {
	display: none !important;
}

body.single-product #qodef-woo-page.qodef--single form.variations_form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-description,
body.single-product #qodef-woo-page.qodef--single form.variations_form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability {
	display: none !important;
}

body.single-product #qodef-woo-page.qodef--single form.variations_form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price {
	margin: 0 !important;
}

body.single-product #qodef-woo-page.qodef--single form.variations_form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price {
	margin: 0 !important;
}

body.single-product #qodef-woo-page.qodef--single form.variations_form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .gl-list-price-note {
	display: none !important;
}

body.single-product #qodef-woo-page.qodef--single form.variations_form.cart .single_variation_wrap .woocommerce-variation .stock {
	display: none !important;
}

body.single-product #qodef-woo-page.qodef--single form.variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
	display: flex !important;
	align-items: center !important;
	gap: 0.55rem;
	margin: 0 !important;
}

body.single-product #qodef-woo-page.qodef--single form.variations_form.cart .reset_variations_alert {
	flex: 1 0 100%;
	order: 5;
}

body.single-product .gl-color-options {
	margin: 0.78rem 0 0.7rem;
	padding: 0.72rem 0.8rem;
	border: 1px solid #e4d1bf;
	border-radius: 11px;
	background: #fff;
}

body.single-product #qodef-woo-page.qodef--single form.variations_form.cart .gl-color-options {
	flex: 1 0 100%;
	order: 4;
	margin: 0;
}

body.single-product .gl-color-title {
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #6b5546;
}

body.single-product .gl-color-buttons {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.52rem;
	margin-top: 0.52rem;
}

body.single-product .gl-color-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	border: 1px solid #d8c5b1;
	background: #fff;
	color: #3f3128;
	border-radius: 999px;
	padding: 0.45rem 0.75rem;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.single-product .gl-color-button:hover,
body.single-product .gl-color-button:focus {
	border-color: var(--gl-accent-2);
	outline: none;
}

body.single-product .gl-color-button.is-selected {
	background: var(--gl-accent);
	border-color: var(--gl-accent-2);
	color: #fff;
}

body.single-product .gl-color-hint {
	margin: 0.44rem 0 0;
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #7a6454;
}

body.single-product .gl-color-options.gl-color-missing {
	border-color: #c84b45;
	box-shadow: 0 0 0 1px rgba(200, 75, 69, 0.2);
}

body.single-product .gl-color-options.gl-color-missing .gl-color-hint {
	color: #9d2e2a;
}

body.single-product .gl-surcharge-option {
	margin: 0.78rem 0 0.7rem;
	padding: 0.72rem 0.8rem;
	border: 1px solid #e4d1bf;
	border-radius: 11px;
	background: #fff8ef;
}

body.single-product #qodef-woo-page.qodef--single form.variations_form.cart .gl-surcharge-option {
	flex: 1 0 100%;
	order: 3;
	margin: 0;
}

body.single-product .gl-surcharge-option.gl-surcharge-disabled {
	opacity: 0.66;
}

body.single-product .gl-surcharge-label {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #3f3128;
	cursor: pointer;
}

body.single-product .gl-surcharge-label input[type="checkbox"] {
	margin: 0;
	width: 1rem;
	height: 1rem;
	accent-color: var(--gl-accent-2);
}

body.single-product .gl-surcharge-hint {
	margin: 0.4rem 0 0;
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #7a6454;
}

body.single-product .product_title,
body.single-product .qodef-woo-product-title {
	font-size: clamp(1.8rem, 3vw, 2.4rem);
}

body.single-product .woocommerce-product-details__short-description p {
	color: var(--gl-muted);
}

body.single-product .single_add_to_cart_button,
body.woocommerce-cart .checkout-button,
body.woocommerce-checkout #place_order {
	background: var(--gl-accent) !important;
	color: #fff !important;
	border-radius: 999px !important;
	border: none !important;
}

body.single-product .single_add_to_cart_button:hover,
body.woocommerce-cart .checkout-button:hover,
body.woocommerce-checkout #place_order:hover {
	background: var(--gl-accent-2) !important;
}

body.single-product .single_add_to_cart_button {
	min-height: 46px;
	height: 46px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	white-space: nowrap;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 0 1.2rem !important;
	line-height: 1;
	margin: 0 !important;
}

body.single-product .gl-buy-now-anchor {
	display: block;
	position: relative;
	top: -110px;
	visibility: hidden;
}

body.single-product .gl-single-panel {
	margin-top: 0.95rem;
	background: linear-gradient(140deg, #fffaf3 0%, #f5eadf 100%);
	border: 1px solid #e3d0bc;
	border-radius: 14px;
	padding: 1rem;
}

body.single-product .gl-single-panel h2 {
	margin: 0 0 0.5rem;
	font-size: 1.45rem;
}

body.single-product .gl-single-materials {
	margin: 0 0 0.85rem;
	color: #4f4339;
}

body.single-product .gl-single-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.55rem;
	margin-bottom: 0.75rem;
}

body.single-product .gl-single-fact {
	background: #fff;
	border: 1px solid #eadbcb;
	border-radius: 10px;
	padding: 0.6rem 0.7rem;
}

body.single-product .gl-single-fact-label {
	display: block;
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #846b59;
}

body.single-product .gl-single-fact strong {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.95rem;
	color: #2f241d;
}

body.single-product .gl-single-fact strong .gl-single-fact-link {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

body.single-product .gl-single-fact strong .gl-single-fact-link:hover {
	color: #4f3a2e;
}

body.single-product .gl-single-assurance {
	margin: 0;
	padding-left: 1.05rem;
	color: #4e4035;
	display: grid;
	gap: 0.3rem;
	font-size: 0.86rem;
}

body.woocommerce-cart table.shop_table,
body.woocommerce-checkout table.shop_table,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-account .woocommerce {
	background: #fff;
	border: 1px solid #e2d3c2;
	border-radius: 12px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	font-weight: 600;
	color: #3f332b;
}

body.woocommerce-checkout form .form-row input.input-text,
body.woocommerce-checkout form .form-row select,
body.woocommerce-checkout form .form-row textarea {
	border: 1px solid #dbc7b4;
	border-radius: 8px;
	background: #fff;
	color: #3e3129;
}

body.woocommerce-checkout form .form-row textarea {
	min-height: 92px;
}

body.woocommerce-checkout .gl-checkout-trust {
	margin: 0.95rem 0 0;
	padding: 0.68rem 0.82rem;
	border-radius: 10px;
	border: 1px solid #e4d3c4;
	background: #fff7ee;
	color: #544235;
	font-size: 0.86rem;
}

body.woocommerce-checkout .gl-checkout-trust strong {
	color: #2f241d;
}

.gl-sticky-cta {
	position: fixed;
	left: 50%;
	bottom: calc(12px + env(safe-area-inset-bottom));
	transform: translateX(-50%);
	display: none;
	z-index: 90;
	width: min(92vw, 440px);
	gap: 0.55rem;
	padding: 0.52rem;
	background: rgba(28, 23, 20, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(9px);
	border-radius: 999px;
	box-shadow: 0 12px 26px rgba(22, 16, 12, 0.34);
}

.gl-sticky-cta-product {
	align-items: center;
}

.gl-sticky-product-meta {
	flex: 1;
	display: grid;
	gap: 0.12rem;
	padding: 0.3rem 0.22rem 0.3rem 0.42rem;
	min-width: 0;
}

.gl-sticky-product-title {
	font-size: 0.77rem;
	font-weight: 700;
	color: #fff8ef;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gl-sticky-product-price {
	font-size: 0.75rem;
	color: #ead7c5;
}

.gl-sticky-product-price .woocommerce-Price-amount {
	color: #f7e6d4;
}

.gl-sticky-cta-btn {
	flex: 1;
	text-align: center;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.62rem 0.78rem;
	border-radius: 999px;
	text-decoration: none;
}

.gl-sticky-cta-btn-primary {
	color: #fff;
	background: var(--gl-accent);
}

.gl-sticky-cta-btn-ghost {
	color: #f8efe3;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 900px) {
	.gl-collection-grid,
	.gl-promise-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gl-stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.home .gl-section.gl-dark ul.products,
	body.home .gl-section.gl-new-arrivals ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.woocommerce-shop #qodef-page-inner.qodef-content-grid,
	body.tax-product_cat #qodef-page-inner.qodef-content-grid,
	body.single-product #qodef-page-inner.qodef-content-grid,
	body.woocommerce-cart #qodef-page-inner.qodef-content-grid,
	body.woocommerce-checkout #qodef-page-inner.qodef-content-grid,
	body.woocommerce-account #qodef-page-inner.qodef-content-grid,
	body.woocommerce-shop .qodef-page-title .qodef-m-content.qodef-content-grid,
	body.tax-product_cat .qodef-page-title .qodef-m-content.qodef-content-grid,
	body.single-product .qodef-page-title .qodef-m-content.qodef-content-grid,
	body.woocommerce-cart .qodef-page-title .qodef-m-content.qodef-content-grid,
	body.woocommerce-checkout .qodef-page-title .qodef-m-content.qodef-content-grid,
	body.woocommerce-account .qodef-page-title .qodef-m-content.qodef-content-grid {
		width: min(1260px, calc(100% - 1.6rem));
	}

	body.single-product .gl-single-facts {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	body.single-product #qodef-woo-page.qodef--single form.variations_form.cart {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	body.single-product #qodef-woo-page.qodef--single form.variations_form.cart table.variations,
	body.single-product #qodef-woo-page.qodef--single form.variations_form.cart .single_variation_wrap {
		flex: 1 1 auto !important;
		width: 100% !important;
	}

	body.single-product #qodef-woo-page.qodef--single form.variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
		justify-content: flex-start;
	}

	body.single-product .gl-color-buttons {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gl-home {
		gap: 1.2rem;
	}

	.gl-home .gl-home-category-cards ul.products.columns-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gl-top-strip {
		font-size: 0.65rem;
	}

	.gl-hero,
	.gl-section {
		border-radius: 14px;
	}

	.gl-stats {
		grid-template-columns: 1fr;
	}

	.gl-collection-grid,
	.gl-promise-grid {
		grid-template-columns: 1fr;
	}

	.gl-sticky-cta {
		display: flex;
	}

	.gl-sticky-cta-product {
		width: min(94vw, 520px);
		border-radius: 16px;
	}

	.gl-sticky-cta-product .gl-sticky-cta-btn {
		flex: 0 0 auto;
		min-width: 128px;
	}

	body {
		padding-bottom: 82px;
	}
}

@media (max-width: 520px) {
	body.home .gl-section.gl-dark ul.products,
	body.home .gl-section.gl-new-arrivals ul.products {
		grid-template-columns: 1fr;
	}

	.gl-home .gl-home-category-cards ul.products.columns-3 {
		grid-template-columns: 1fr;
	}
}

/* Main homepage migrated to concept layout */
.gl-home-main-concept .gl-home-products .woocommerce ul.products,
.gl-home-main-concept .gl-home-products ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: 1rem;
	row-gap: 1.2rem;
}

.gl-home-main-concept .gl-home-products .qodef-woo-product-title-price-holder .price .gl-list-price-note,
.gl-home-main-concept .gl-home-products .price .gl-list-price-note {
	display: none !important;
}

.gl-home-main-concept .gl-home-category-cards .products.columns-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gl-home-main-concept .gl-concept-footer p a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 1024px) {
	.gl-home-main-concept .gl-home-products .woocommerce ul.products,
	.gl-home-main-concept .gl-home-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.gl-home-main-concept .gl-home-products .woocommerce ul.products,
	.gl-home-main-concept .gl-home-products ul.products,
	.gl-home-main-concept .gl-home-category-cards .products.columns-3 {
		grid-template-columns: 1fr;
	}
}
