/*
 * GoodLife consolidated storefront styles.
 *
 * Source order is preserved for visual parity:
 * 1. GoodLife Storefront Display Fixes 1.0.7
 * 2. GoodLife Delivery Fixes 1.0.5
 * 3. WordPress Additional CSS snapshot (2026-07-26)
 */

/* === Storefront display styles === */
:root {
	--gll-purple: #3d2557;
	--gll-purple-bright: #9d50bb;
	--gll-orange: #f46b45;
	--gll-ink: #1f1726;
	--gll-muted: #6f6475;
	--gll-soft: #f8f5fa;
	--gll-border: #e8e1ec;
	--gll-radius: 16px;
}

/* Home hero: retain the existing section and image while giving the product
 * more visual space and a clearer shopping path. */
.gll-storefront-home .entry-content > section:first-of-type {
	min-height: 620px;
	background-position: center 42% !important;
}

.gll-storefront-home .entry-content > section:first-of-type > .absolute.inset-0 {
	background: linear-gradient(90deg, rgba(24, 17, 28, 0.58) 0%, rgba(24, 17, 28, 0.34) 48%, rgba(24, 17, 28, 0.18) 100%) !important;
}

.gll-storefront-home .entry-content > section:first-of-type > .relative {
	min-height: 620px !important;
	align-items: flex-start !important;
	padding-top: clamp(5rem, 10vw, 8rem) !important;
	padding-bottom: clamp(4rem, 8vw, 6rem) !important;
	text-align: left !important;
}

.gll-storefront-home .entry-content > section:first-of-type h1 {
	max-width: 680px !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	font-size: clamp(2.75rem, 5vw, 4.35rem) !important;
	letter-spacing: -0.045em;
	line-height: 1.02 !important;
	text-wrap: balance;
}

.gll-storefront-home .entry-content > section:first-of-type h1 + p {
	max-width: 610px !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	font-size: clamp(1rem, 1.5vw, 1.18rem) !important;
	line-height: 1.65 !important;
}

.gll-storefront-home .entry-content > section:first-of-type h1 + p + div {
	justify-content: flex-start !important;
}

.gll-storefront-home .entry-content > section:first-of-type h1 + p + div a {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding-right: 1.4rem !important;
	padding-left: 1.4rem !important;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
}

.gll-storefront-home .entry-content > section:first-of-type h1 + p + div a + a {
	border-color: rgba(255, 255, 255, 0.82) !important;
	background: rgba(20, 13, 24, 0.22);
	color: #fff !important;
	backdrop-filter: blur(3px);
}

.gll-section,
.gll-collection {
	clear: both;
	width: 100%;
}

.gll-section {
	padding: clamp(3.5rem, 7vw, 6rem) 1rem;
}

.gll-section--white {
	background: #fff;
}

.gll-section--soft {
	background: var(--gll-soft);
}

.gll-section__inner,
.gll-collection__hero-inner {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.gll-section__header {
	max-width: 760px;
	margin: 0 auto clamp(2rem, 4vw, 3rem);
	text-align: center;
}

.gll-section__eyebrow {
	margin: 0 0 0.65rem;
	color: var(--gll-orange);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.gll-section__header h2,
.gll-collection__hero h1 {
	margin: 0;
	color: var(--gll-ink);
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.gll-section__header > p:last-child,
.gll-collection__hero-inner > p:last-child {
	margin: 1rem auto 0;
	color: var(--gll-muted);
	font-size: clamp(0.95rem, 1.4vw, 1.08rem);
	line-height: 1.7;
}

.gll-section__footer {
	margin-top: 2.25rem;
	text-align: center;
}

.gll-button,
.gll-product-card .button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.25rem;
	border: 1px solid var(--gll-purple);
	border-radius: 999px;
	background: var(--gll-purple);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.gll-button:hover,
.gll-product-card .button:hover {
	border-color: var(--gll-purple-bright);
	background: var(--gll-purple-bright);
	color: #fff;
	transform: translateY(-1px);
}

.gll-button--secondary {
	border-color: var(--gll-purple);
	background: transparent;
	color: var(--gll-purple);
}

.gll-product-grid.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.gll-product-grid.products::before,
.gll-product-grid.products::after {
	display: none !important;
}

.gll-product-grid.products .gll-product-card {
	display: flex !important;
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--gll-border);
	border-radius: var(--gll-radius);
	background: #fff;
	box-shadow: 0 7px 24px rgba(46, 28, 58, 0.06);
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.gll-product-grid.products .gll-product-card:hover {
	box-shadow: 0 14px 34px rgba(46, 28, 58, 0.12);
	transform: translateY(-3px);
}

.gll-product-card__media {
	display: block;
	aspect-ratio: 1 / 1.14;
	overflow: hidden;
	background: #f1edf3;
}

.gll-product-card__media img,
.gll-product-card__media .attachment-woocommerce_thumbnail {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
	transition: transform 240ms ease;
}

.gll-product-card:hover .gll-product-card__media img {
	transform: scale(1.025);
}

.gll-product-card__body {
	display: flex;
	min-height: 224px;
	flex: 1;
	flex-direction: column;
	padding: 1rem;
}

.gll-product-card__category {
	height: 1.25rem;
	margin-bottom: 0.35rem;
	overflow: hidden;
	color: var(--gll-purple-bright);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.25rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gll-product-card__category a {
	color: inherit;
	text-decoration: none;
}

.gll-product-card__title-link {
	color: inherit;
	text-decoration: none;
}

.gll-product-card .woocommerce-loop-product__title {
	display: -webkit-box;
	min-height: 3.15em;
	margin: 0 0 0.65rem !important;
	padding: 0 !important;
	overflow: hidden;
	color: var(--gll-ink);
	font-size: 0.98rem !important;
	font-weight: 700;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.gll-product-card__meta {
	display: flex;
	min-height: 44px;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.85rem;
}

.gll-product-card__meta .price {
	margin: 0 !important;
	color: var(--gll-purple) !important;
	font-size: 1rem !important;
	font-weight: 800 !important;
	line-height: 1.4;
}

.gll-product-card__stock {
	flex: 0 0 auto;
	padding-top: 0.15rem;
	color: #2d6a4f;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1.4;
	white-space: nowrap;
}

.gll-product-card__stock.is-out-of-stock {
	color: #9d3232;
}

.gll-product-card__action {
	margin-top: auto;
}

.gll-product-card__action .button {
	width: 100%;
	margin: 0 !important;
}

.gll-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2.4vw, 2rem);
}

.gll-category-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid var(--gll-border);
	border-radius: var(--gll-radius);
	background: #fff;
	color: inherit;
	text-decoration: none;
	box-shadow: 0 7px 24px rgba(46, 28, 58, 0.06);
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.gll-category-card:hover {
	box-shadow: 0 14px 34px rgba(46, 28, 58, 0.12);
	color: inherit;
	transform: translateY(-3px);
}

.gll-category-card__media {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #f1edf3;
}

.gll-category-card__media img {
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	transition: transform 240ms ease;
}

.gll-category-card:hover .gll-category-card__media img {
	transform: scale(1.03);
}

.gll-category-card__body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 1rem 1.1rem;
}

.gll-category-card__body h3 {
	margin: 0;
	color: var(--gll-ink);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
}

.gll-category-card__body span {
	flex: 0 0 auto;
	color: var(--gll-muted);
	font-size: 0.75rem;
	white-space: nowrap;
}

.gll-collection__hero {
	padding: clamp(3.5rem, 7vw, 6rem) 1rem;
	background:
		radial-gradient(circle at 16% 12%, rgba(244, 107, 69, 0.13), transparent 29%),
		linear-gradient(135deg, #f9f5fb 0%, #fff 58%, #fdf3ef 100%);
	text-align: center;
}

.gll-collection__products {
	padding: clamp(3.5rem, 7vw, 6rem) 1rem;
	background: #fff;
}

.gll-empty-state {
	padding: 3rem 1rem;
	border: 1px solid var(--gll-border);
	border-radius: var(--gll-radius);
	background: #fff;
	text-align: center;
}

.gll-empty-state p {
	margin: 0 0 1.25rem;
	color: var(--gll-muted);
}

/* Shop discovery: real product categories plus GET-based category/price filters. */
.gll-shop-discovery {
	width: 100%;
	margin: 0 0 2.5rem;
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid var(--gll-border);
	border-radius: var(--gll-radius);
	background: var(--gll-soft);
}

.gll-shop-discovery__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 1.35rem;
}

.gll-shop-discovery__heading h2 {
	margin: 0;
	color: var(--gll-ink);
	font-size: clamp(1.6rem, 3vw, 2.25rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.gll-shop-discovery__heading > p {
	max-width: 540px;
	margin: 0;
	color: var(--gll-muted);
	font-size: 0.92rem;
	line-height: 1.6;
	text-align: right;
}

.gll-shop-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
}

.gll-shop-category {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	align-items: center;
	gap: 0.85rem;
	min-width: 0;
	padding: 0.55rem;
	border: 1px solid var(--gll-border);
	border-radius: 12px;
	background: #fff;
	color: var(--gll-ink);
	text-decoration: none;
	transition: border-color 160ms ease, transform 160ms ease;
}

.gll-shop-category:hover {
	border-color: var(--gll-purple-bright);
	color: var(--gll-ink);
	transform: translateY(-1px);
}

.gll-shop-category__image {
	display: block;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 9px;
	background: #f1edf3;
}

.gll-shop-category__image img {
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}

.gll-shop-category__label {
	display: block;
	min-width: 0;
}

.gll-shop-category__label strong,
.gll-shop-category__label small {
	display: block;
}

.gll-shop-category__label strong {
	overflow: hidden;
	font-size: 0.86rem;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gll-shop-category__label small {
	margin-top: 0.2rem;
	color: var(--gll-muted);
	font-size: 0.7rem;
	line-height: 1.4;
}

.gll-shop-filter {
	display: grid;
	grid-template-columns: minmax(180px, 2fr) repeat(2, minmax(120px, 1fr)) auto auto;
	align-items: end;
	gap: 0.75rem;
	margin-top: 1.35rem;
	padding-top: 1.35rem;
	border-top: 1px solid var(--gll-border);
}

.gll-shop-filter label,
.gll-shop-filter label > span {
	display: block;
}

.gll-shop-filter label > span {
	margin-bottom: 0.35rem;
	color: var(--gll-ink);
	font-size: 0.72rem;
	font-weight: 750;
	line-height: 1.35;
}

.gll-shop-filter select,
.gll-shop-filter input {
	width: 100%;
	min-height: 46px;
	margin: 0;
	border: 1px solid #d9cfdf;
	border-radius: 10px;
	background-color: #fff;
	color: var(--gll-ink);
	font-size: 0.86rem;
}

.gll-shop-filter .gll-button {
	min-height: 46px;
	border-radius: 10px;
	cursor: pointer;
}

.gll-shop-filter__reset {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	color: var(--gll-purple);
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
}

.gll-storefront-shop .woocommerce-ordering select {
	min-height: 44px;
	border-radius: 10px;
	background-color: #fff;
}

/* Header: remove the unexpected cart outline and preserve accessible tap areas. */
.ast-site-header-cart .ast-addon-cart-wrap,
.ast-header-woo-cart .ast-addon-cart-wrap,
.ast-site-header-cart .ast-cart-menu-wrap {
	border: 0 !important;
	box-shadow: none !important;
}

.ast-site-header-cart .ast-addon-cart-wrap:focus-visible,
.ast-header-woo-cart .ast-addon-cart-wrap:focus-visible {
	outline: 2px solid var(--gll-purple);
	outline-offset: 3px;
}

.ast-site-header-cart svg,
.ast-header-woo-cart svg,
.ast-header-account-wrap svg,
.ast-header-search svg {
	display: block;
	width: 20px;
	height: 20px;
}

@media (max-width: 1024px) {
	.gll-product-grid.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gll-shop-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gll-shop-filter {
		grid-template-columns: minmax(180px, 2fr) repeat(2, minmax(110px, 1fr));
	}

	.gll-shop-filter .gll-button,
	.gll-shop-filter__reset {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 921px) {
	/* Tablet header: restore the same accessible targets used on mobile. */
	.ast-mobile-header-wrap .ast-header-search,
	.ast-mobile-header-wrap .ast-header-account-wrap,
	.ast-mobile-header-wrap .ast-site-header-cart,
	.ast-mobile-header-wrap .ast-header-woo-cart,
	.ast-mobile-header-wrap .ast-menu-toggle,
	.ast-mobile-header-wrap .cart-container,
	.ast-mobile-header-wrap .ast-addon-cart-wrap {
		display: inline-flex !important;
		min-width: 44px !important;
		min-height: 44px !important;
		align-items: center;
		justify-content: center;
	}

	.ast-mobile-header-wrap .site-header-primary-section-right {
		gap: 2px !important;
	}

	/* Tablet product detail: keep gallery and purchase summary side by side. */
	.single-product div.product .woocommerce-product-gallery {
		float: left !important;
		width: 46% !important;
		margin: 0 4% 1.5rem 0 !important;
		clear: none !important;
	}

	.single-product div.product .summary {
		float: right !important;
		width: 50% !important;
		margin: 0 0 1.5rem !important;
		clear: none !important;
	}

	.single-product div.product .woocommerce-product-gallery .flex-viewport,
	.single-product div.product .woocommerce-product-gallery__wrapper,
	.single-product div.product .woocommerce-product-gallery__image,
	.single-product div.product .woocommerce-product-gallery__image > a {
		height: 520px !important;
		max-height: 520px !important;
	}

	.single-product div.product .woocommerce-product-gallery__image > a {
		display: flex !important;
		align-items: center;
		justify-content: center;
		background: #fff;
	}

	.single-product div.product .woocommerce-product-gallery__image img {
		width: 100% !important;
		height: 520px !important;
		max-height: 520px !important;
		object-fit: contain !important;
	}

	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
		display: flex !important;
		flex-wrap: nowrap !important;
		gap: 0.5rem;
		margin-top: 0.5rem !important;
		overflow-x: auto;
	}

	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
		float: none !important;
		width: 64px !important;
		min-width: 64px;
		margin: 0 !important;
	}

	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img {
		width: 64px !important;
		height: 64px !important;
		object-fit: cover;
	}

	.single-product div.product .summary form.cart .quantity,
	.single-product div.product .summary form.cart .quantity .qty,
	.single-product div.product .summary form.cart .single_add_to_cart_button {
		min-height: 46px;
	}

	.single-product div.product .woocommerce-tabs,
	.single-product div.product .related,
	.single-product div.product .upsells {
		clear: both;
	}
}

@media (max-width: 767px) {
	.gll-storefront-home .entry-content > section:first-of-type {
		min-height: 590px;
		background-position: 58% center !important;
	}

	.gll-storefront-home .entry-content > section:first-of-type > .absolute.inset-0 {
		background: linear-gradient(180deg, rgba(24, 17, 28, 0.2) 0%, rgba(24, 17, 28, 0.48) 50%, rgba(24, 17, 28, 0.72) 100%) !important;
	}

	.gll-storefront-home .entry-content > section:first-of-type > .relative {
		min-height: 590px !important;
		justify-content: flex-end !important;
		padding-top: 5rem !important;
		padding-bottom: 3rem !important;
		text-align: center !important;
	}

	.gll-storefront-home .entry-content > section:first-of-type h1 {
		max-width: 340px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		font-size: clamp(2.25rem, 11vw, 3rem) !important;
	}

	.gll-storefront-home .entry-content > section:first-of-type h1 + p {
		max-width: 335px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		font-size: 0.98rem !important;
		line-height: 1.55 !important;
	}

	.gll-storefront-home .entry-content > section:first-of-type h1 + p + div {
		width: min(100%, 335px);
		margin-right: auto;
		margin-left: auto;
		justify-content: center !important;
	}

	.gll-section,
	.gll-collection__products,
	.gll-collection__hero {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.gll-section {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	.gll-section__header {
		margin-bottom: 1.75rem;
	}

	.gll-product-grid.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.8rem;
	}

	.gll-product-card__media {
		aspect-ratio: 1 / 1.12;
	}

	.gll-product-card__body {
		min-height: 210px;
		padding: 0.8rem;
	}

	.gll-product-card .woocommerce-loop-product__title {
		font-size: 0.88rem !important;
	}

	.gll-product-card__meta {
		display: block;
		min-height: 54px;
	}

	.gll-product-card__stock {
		display: block;
	}

	.gll-product-card .button {
		min-height: 44px;
		padding: 0.65rem 0.5rem;
		font-size: 0.78rem;
	}

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

	.gll-category-card__media {
		aspect-ratio: 1 / 1;
	}

	.gll-category-card__body {
		display: block;
		padding: 0.8rem;
	}

	.gll-category-card__body h3 {
		font-size: 0.88rem;
	}

	.gll-category-card__body span {
		display: block;
		margin-top: 0.25rem;
	}

	.gll-shop-discovery__heading {
		display: block;
	}

	.gll-shop-discovery__heading > p {
		margin-top: 0.65rem;
		text-align: left;
	}

	.gll-shop-category-grid {
		grid-template-columns: none;
		grid-auto-columns: minmax(245px, 82%);
		grid-auto-flow: column;
		overflow-x: auto;
		padding-bottom: 0.35rem;
		scroll-padding-inline: 0.15rem;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
	}

	.gll-shop-category {
		scroll-snap-align: start;
	}

	.gll-shop-filter {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gll-shop-filter label:first-child,
	.gll-shop-filter .gll-button,
	.gll-shop-filter__reset {
		grid-column: 1 / -1;
	}

	/* Header controls: consistent 44px minimum target without changing header structure. */
	.ast-mobile-header-wrap .ast-header-search,
	.ast-mobile-header-wrap .ast-header-account-wrap,
	.ast-mobile-header-wrap .ast-site-header-cart,
	.ast-mobile-header-wrap .ast-header-woo-cart,
	.ast-mobile-header-wrap .ast-menu-toggle,
	.ast-mobile-header-wrap .cart-container,
	.ast-mobile-header-wrap .ast-addon-cart-wrap {
		min-width: 44px !important;
		min-height: 44px !important;
	}

	.ast-mobile-header-wrap .ast-header-search,
	.ast-mobile-header-wrap .ast-header-account-wrap,
	.ast-mobile-header-wrap .ast-site-header-cart,
	.ast-mobile-header-wrap .ast-header-woo-cart,
	.ast-mobile-header-wrap .cart-container,
	.ast-mobile-header-wrap .ast-addon-cart-wrap {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
	}

	.ast-mobile-header-wrap .ast-builder-grid-row {
		width: 100% !important;
		min-width: 0;
		column-gap: 4px !important;
	}

	.ast-mobile-header-wrap .site-header-primary-section-center,
	.ast-mobile-header-wrap .site-branding,
	.ast-mobile-header-wrap .site-logo-img {
		width: auto !important;
		min-width: 0 !important;
		max-width: 140px !important;
	}

	.ast-mobile-header-wrap .custom-logo-link img {
		width: auto !important;
		max-width: 140px !important;
		height: auto;
	}

	#ast-mobile-header .site-title a {
		font-size: 16px !important;
		letter-spacing: -0.02em;
		line-height: 1.2;
	}

	.ast-mobile-header-wrap .site-header-primary-section-right {
		min-width: 132px;
		gap: 0 !important;
	}

	.ast-mobile-header-wrap .site-header-primary-section-right > *,
	.ast-mobile-header-wrap .ast-header-woo-cart {
		width: 44px !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.ast-mobile-header-wrap .ast-header-search .ast-search-menu-icon,
	.ast-mobile-header-wrap .ast-header-search .astra-search-icon,
	.ast-mobile-header-wrap .ast-header-account-wrap > a,
	.ast-mobile-header-wrap .ast-header-account-link {
		display: inline-flex !important;
		width: 44px !important;
		height: 44px !important;
		align-items: center;
		justify-content: center;
	}

	/* Product detail: keep image, title, price and purchase controls in the 375px first view. */
	.single-product div.product .woocommerce-product-gallery {
		margin-bottom: 0.35rem !important;
	}

	.single-product div.product .woocommerce-product-gallery .flex-viewport,
	.single-product div.product .woocommerce-product-gallery__wrapper,
	.single-product div.product .woocommerce-product-gallery__image,
	.single-product div.product .woocommerce-product-gallery__image > a {
		height: 280px !important;
		max-height: 280px !important;
	}

	.single-product div.product .woocommerce-product-gallery__image > a {
		display: flex !important;
		align-items: center;
		justify-content: center;
		background: #fff;
	}

	.single-product div.product .woocommerce-product-gallery__image img {
		width: 100% !important;
		height: 280px !important;
		max-height: 280px !important;
		object-fit: contain !important;
	}

	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
		display: flex !important;
		flex-wrap: nowrap !important;
		gap: 0.35rem;
		margin: 0.35rem 0 0 !important;
		padding: 0 0 0.25rem !important;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
		float: none !important;
		width: 44px !important;
		min-width: 44px;
		margin: 0 !important;
	}

	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img {
		width: 44px !important;
		height: 44px !important;
		object-fit: cover;
	}

	.single-product div.product .summary {
		display: flex;
		flex-direction: column;
		margin-top: 0 !important;
	}

	.single-product .woocommerce-breadcrumb {
		display: none !important;
	}

	.single-product div.product .summary .single-product-category {
		display: none !important;
	}

	.single-product div.product .summary .product_title {
		order: 1;
		margin: 0 0 0.25rem !important;
		font-size: 1.22rem !important;
		line-height: 1.25 !important;
	}

	.single-product div.product .summary .price {
		order: 2;
		margin: 0 0 0.45rem !important;
		font-size: 1.35rem !important;
		line-height: 1.25;
	}

	.single-product div.product .summary form.cart {
		display: flex !important;
		order: 3;
		gap: 0.5rem;
		margin: 0 0 0.75rem !important;
	}

	.single-product div.product .summary .woocommerce-product-details__short-description {
		order: 4;
		margin-top: 0 !important;
	}

	.single-product div.product .summary .product_meta {
		order: 5;
	}

	.single-product div.product .summary form.cart .quantity,
	.single-product div.product .summary form.cart .quantity .qty {
		min-height: 46px;
	}

	.single-product div.product .summary form.cart .single_add_to_cart_button {
		min-height: 46px;
		flex: 1 1 auto;
		margin: 0 !important;
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

@media (max-width: 374px) {
	.gll-product-grid.products,
	.gll-category-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	.gll-product-card,
	.gll-product-card__media img,
	.gll-category-card,
	.gll-category-card__media img,
	.gll-button,
	.gll-product-card .button {
		transition: none;
	}
}

.gll-catalog-entry__content {
	max-width: 760px;
	margin-inline: auto;
	text-align: center;
}

.gll-catalog-entry__content h2 {
	margin-bottom: 14px;
}

.gll-catalog-entry__content > p:not(.gll-section__eyebrow) {
	margin: 0 auto 24px;
	color: #62564e;
}

/* === Delivery styles === */
/* Launch-readiness fixes only; preserve the existing Astra/AI Builder design. */
@media (max-width: 921px) {
	.ast-builder-grid-row-has-sides {
		column-gap: 12px !important;
	}

	.site-header-primary-section-right .ast-header-search {
		padding-right: 4px !important;
	}

	.site-header-primary-section-right .ast-header-account {
		padding-inline: 6px !important;
	}

	.site-header-primary-section-right .ast-header-woo-cart {
		padding-left: 4px !important;
	}

	button[aria-label="Main menu toggle"],
	.ast-button-wrap .menu-toggle.main-header-menu-toggle {
		color: #27212b !important;
		min-width: 44px;
		min-height: 44px;
	}

	button[aria-label="Main menu toggle"] svg,
	.ast-button-wrap .menu-toggle.main-header-menu-toggle svg {
		fill: currentColor !important;
		stroke: currentColor !important;
	}

	.site-title a,
	.ast-site-title-wrap .site-title a {
		font-size: clamp(22px, 6vw, 28px) !important;
		line-height: 1.1 !important;
		white-space: nowrap;
	}

	.ast-site-identity {
		padding-block: 8px !important;
	}
}

:where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid #9d50bb !important;
	outline-offset: 3px;
}

#support-request {
	scroll-margin-top: 110px;
}

#support-request .wpcf7-form {
	display: grid;
	gap: 18px;
}

#support-request .wpcf7-form > p {
	margin: 0;
}

#support-request .wpcf7-form label {
	display: grid;
	gap: 7px;
	color: #3d2557;
	font-size: 14px;
	font-weight: 600;
}

#support-request .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance) {
	width: 100%;
	min-height: 48px;
	border: 1px solid #d7d0dc;
	border-radius: 8px;
	background: #fff;
	padding: 11px 13px;
	color: #2d2630;
}

#support-request textarea.wpcf7-form-control {
	min-height: 150px !important;
	resize: vertical;
}

#support-request .wpcf7-submit {
	min-height: 48px;
	border: 0;
	border-radius: 8px;
	background: #9d50bb;
	padding: 12px 24px;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

#support-request .wpcf7-submit:hover {
	background: #863ca2;
}

#support-request .wpcf7-not-valid-tip {
	margin-top: 5px;
	color: #b42318;
	font-size: 13px;
}

#support-request .wpcf7-response-output {
	margin: 0 !important;
	border-radius: 8px;
	padding: 12px 14px !important;
}

#faq {
	scroll-margin-top: 110px;
}

/* === Former WordPress Additional CSS === */
.ast-single-post.ast-page-builder-template .site-main > article,
.ast-page-builder-template .post-navigation {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#content > div:first-child {
    padding: 0 !important;
}

.entry-content ul, .entry-content ol {
margin: 0px !important;
padding: 0px !important;
}

/* GoodLife header top bar color fix 2026-07-03 */
.ast-above-header-bar,
.ast-above-header-bar .site-above-header-wrap{background:#5b371f!important;}
.ast-above-header-bar,
.ast-above-header-bar p,
.ast-above-header-bar a{color:#fff!important;}
/* End GoodLife header top bar color fix 2026-07-03 */

/* GoodLife footer readability restore 2026-07-03 */
footer.site-footer,
.site-footer,
.site-primary-footer-wrap,
.site-below-footer-wrap {
  background: #24170f !important;
  color: #f8efe6 !important;
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer .widget-title,
.site-footer .wp-block-heading {
  color: #fff7ed !important;
}
.site-footer p,
.site-footer li,
.site-footer span,
.site-footer .textwidget,
.site-footer .widget,
.site-footer .ast-footer-copyright p {
  color: #eadfd4 !important;
}
.site-footer a,
.site-footer .menu-link,
.site-footer .wp-block-list a {
  color: #f1e3d4 !important;
  text-decoration-color: rgba(241, 227, 212, 0.35) !important;
}
.site-footer a:hover,
.site-footer a:focus {
  color: #d59a63 !important;
}
.site-footer input,
.site-footer textarea,
.site-footer select {
  background: #fffaf3 !important;
  color: #24170f !important;
  border-color: #cab39e !important;
}
.site-footer input::placeholder,
.site-footer textarea::placeholder {
  color: #6f6259 !important;
}
.site-footer button,
.site-footer input[type="submit"],
.site-footer .wp-block-button__link {
  background: #d59a63 !important;
  color: #1f140d !important;
  border-color: #d59a63 !important;
}
/* End GoodLife footer readability restore 2026-07-03 */

/* === Storefront Round 2: delivery commerce system (2026-07-26) === */
:root {
	--gll-ink: #211a24;
	--gll-muted: #6d6470;
	--gll-soft: #f8f5f1;
	--gll-border: #e8e0e8;
	--gll-purple: #4b2d58;
	--gll-purple-bright: #9651ae;
	--gll-gold: #c7925f;
	--gll-radius: 14px;
}

body {
	color: var(--gll-ink);
}

.entry-content :where(h1, h2, h3) {
	text-wrap: balance;
}

.gll-storefront-home .entry-content {
	overflow: clip;
}

.gll-button,
.gll-product-card .button {
	min-height: 48px;
	border-radius: 10px;
	font-weight: 750;
	letter-spacing: 0.005em;
}

.gll-button--light {
	border-color: #fff;
	background: #fff;
	color: var(--gll-ink);
}

.gll-button--light:hover {
	border-color: #fff;
	background: #f5edf7;
	color: var(--gll-ink);
}

.gll-button--outline-light {
	border-color: rgba(255, 255, 255, 0.68);
	background: rgba(22, 16, 24, 0.2);
	color: #fff;
	backdrop-filter: blur(6px);
}

.gll-button--outline-light:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.gll-section {
	padding-top: clamp(4rem, 7vw, 6.5rem);
	padding-bottom: clamp(4rem, 7vw, 6.5rem);
}

.gll-section--ink {
	background:
		radial-gradient(circle at 85% 20%, rgba(150, 81, 174, 0.22), transparent 32%),
		#231c27;
	color: #fff;
}

.gll-section__header {
	max-width: 700px;
}

.gll-section__header h2 {
	font-size: clamp(2.15rem, 4vw, 3.35rem);
	font-weight: 750;
}

.gll-section__header > p:last-child {
	max-width: 640px;
}

/* Full-bleed product-led hero. */
.gll-home-hero {
	position: relative;
	width: 100vw !important;
	min-height: 660px !important;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	background: #171219;
	isolation: isolate;
}

.gll-home-hero__media,
.gll-home-hero__overlay {
	position: absolute;
	inset: 0;
}

.gll-home-hero__media {
	z-index: -2;
}

.gll-home-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 48%;
	transform: scale(1.01);
}

.gll-home-hero__overlay {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(15, 11, 16, 0.88) 0%, rgba(15, 11, 16, 0.7) 38%, rgba(15, 11, 16, 0.18) 74%, rgba(15, 11, 16, 0.1) 100%),
		linear-gradient(0deg, rgba(15, 11, 16, 0.35), transparent 50%);
}

.gll-home-hero__inner {
	display: flex;
	width: min(1220px, calc(100% - 3rem));
	min-height: 660px;
	margin: 0 auto;
	align-items: center;
	padding: 6rem 0;
}

.gll-home-hero__content {
	width: min(620px, 100%);
}

.gll-home-hero__eyebrow {
	margin: 0 0 1rem;
	color: #ebcaa9;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.17em;
	line-height: 1.4;
	text-transform: uppercase;
}

.gll-storefront-home .entry-content > .gll-home-hero h1 {
	max-width: 620px !important;
	margin: 0 !important;
	color: #fff;
	font-size: clamp(3.2rem, 5.4vw, 5.25rem) !important;
	font-weight: 740;
	letter-spacing: -0.055em;
	line-height: 0.98 !important;
}

.gll-storefront-home .entry-content > .gll-home-hero h1 + p {
	max-width: 590px !important;
	margin: 1.5rem 0 0 !important;
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(1rem, 1.45vw, 1.16rem) !important;
	line-height: 1.7 !important;
}

.gll-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 2rem;
	justify-content: flex-start !important;
}

.gll-home-hero__actions .gll-button {
	min-width: 172px;
}

.gll-home-hero__quick-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1rem;
	margin-top: 2rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.82rem;
}

.gll-home-hero__quick-links span {
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gll-home-hero__quick-links a {
	padding-bottom: 0.15rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.48);
	color: #fff;
	text-decoration: none;
}

.gll-home-hero__quick-links a:hover {
	border-color: #fff;
	color: #fff;
}

/* Tighter, product-first commercial cards. */
.gll-product-grid.products {
	gap: clamp(0.9rem, 1.8vw, 1.35rem);
}

.gll-product-grid.products .gll-product-card {
	border-radius: 12px;
	box-shadow: 0 5px 18px rgba(35, 22, 39, 0.05);
}

.gll-product-card__media {
	aspect-ratio: 1 / 1.06;
}

.gll-product-card__body {
	min-height: 210px;
	padding: 0.9rem;
}

.gll-product-card .woocommerce-loop-product__title {
	font-size: 0.94rem !important;
	line-height: 1.45;
}

.gll-product-card__meta {
	min-height: 40px;
}

.gll-product-card__action .button {
	min-height: 44px;
}

/* Category cards are image-led and include an explicit shopping cue. */
.gll-category-card {
	border-radius: 12px;
}

.gll-category-card__media {
	aspect-ratio: 16 / 11;
}

.gll-category-card__body {
	display: flex;
	min-height: 76px;
	align-items: center;
	padding: 0.9rem 1rem;
}

.gll-category-card__body > div {
	min-width: 0;
}

.gll-category-card__body span {
	display: block;
	margin-top: 0.22rem;
}

.gll-category-card__body strong {
	flex: 0 0 auto;
	color: var(--gll-purple);
	font-size: 0.74rem;
	font-weight: 800;
	white-space: nowrap;
}

.gll-category-grid--hub {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Room shopping: image cards are backed by live product search results. */
.gll-room-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2.2vw, 1.75rem);
}

.gll-room-card {
	position: relative;
	display: flex;
	min-height: 360px;
	align-items: flex-end;
	overflow: hidden;
	border-radius: 14px;
	background: #241d26;
	color: #fff;
	text-decoration: none;
	isolation: isolate;
}

.gll-room-card__media,
.gll-room-card__overlay {
	position: absolute;
	inset: 0;
}

.gll-room-card__media {
	z-index: -2;
}

.gll-room-card__media img {
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	transition: transform 260ms ease;
}

.gll-room-card__overlay {
	z-index: -1;
	background: linear-gradient(0deg, rgba(21, 15, 22, 0.9) 0%, rgba(21, 15, 22, 0.3) 66%, rgba(21, 15, 22, 0.08) 100%);
}

.gll-room-card__body {
	padding: 1.35rem;
}

.gll-room-card__body h3 {
	margin: 0 0 0.45rem;
	color: #fff;
	font-size: 1.35rem;
	font-weight: 750;
}

.gll-room-card__body p {
	margin: 0 0 0.85rem;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.86rem;
	line-height: 1.55;
}

.gll-room-card__body span {
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.03em;
}

.gll-room-card:hover {
	color: #fff;
}

.gll-room-card:hover .gll-room-card__media img {
	transform: scale(1.035);
}

/* Why Choose and update panel. */
.gll-home-trust .gll-section__header h2,
.gll-home-trust .gll-section__header > p:last-child {
	color: #fff;
}

.gll-home-trust .gll-section__header > p:last-child {
	color: rgba(255, 255, 255, 0.7);
}

.gll-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.gll-trust-grid article {
	padding: 2rem 1.4rem;
	border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.gll-trust-grid article:last-child {
	border-right: 0;
}

.gll-trust-grid article > span {
	color: #e9c7a6;
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.14em;
}

.gll-trust-grid h3 {
	margin: 1.1rem 0 0.6rem;
	color: #fff;
	font-size: 1.08rem;
}

.gll-trust-grid p {
	margin: 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.87rem;
	line-height: 1.65;
}

.gll-newsletter__panel {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(240px, 0.75fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 5rem);
	padding: clamp(2rem, 5vw, 4.5rem);
	border: 1px solid var(--gll-border);
	border-radius: 18px;
	background:
		radial-gradient(circle at 90% 5%, rgba(150, 81, 174, 0.13), transparent 35%),
		#fff;
	box-shadow: 0 18px 50px rgba(43, 28, 49, 0.07);
}

.gll-newsletter__panel h2 {
	max-width: 690px;
	margin: 0;
	color: var(--gll-ink);
	font-size: clamp(2rem, 4vw, 3.15rem);
	font-weight: 750;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.gll-newsletter__panel p:not(.gll-section__eyebrow) {
	max-width: 660px;
	margin: 1rem 0 0;
	color: var(--gll-muted);
	line-height: 1.7;
}

.gll-newsletter__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
}

.gll-text-link {
	color: var(--gll-purple);
	font-size: 0.86rem;
	font-weight: 800;
	text-decoration: none;
}

/* Reusable merchandising hubs. */
.gll-page-hero {
	padding: clamp(4.5rem, 9vw, 8rem) 1rem;
	background:
		radial-gradient(circle at 82% 18%, rgba(199, 146, 95, 0.18), transparent 30%),
		linear-gradient(135deg, #251d28, #3e2846 58%, #5a365d);
	color: #fff;
	text-align: center;
}

.gll-page-hero__inner {
	width: min(820px, 100%);
	margin: 0 auto;
}

.gll-page-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(2.7rem, 6vw, 5rem);
	font-weight: 750;
	letter-spacing: -0.05em;
	line-height: 1;
}

.gll-page-hero__inner > p:not(.gll-section__eyebrow) {
	max-width: 680px;
	margin: 1.25rem auto 1.75rem;
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(1rem, 1.6vw, 1.12rem);
	line-height: 1.7;
}

.gll-page-hero .gll-button {
	border-color: #fff;
	background: #fff;
	color: var(--gll-ink);
	text-decoration: none !important;
}

/* Header, footer and form rhythm shared by retained pages. */
.main-header-menu .menu-link {
	font-weight: 650;
}

.main-header-menu > .menu-item > .menu-link {
	position: relative;
}

.main-header-menu > .current-menu-item > .menu-link::after,
.main-header-menu > .menu-item > .menu-link:hover::after {
	position: absolute;
	right: 1em;
	bottom: 0;
	left: 1em;
	height: 2px;
	background: var(--gll-purple);
	content: "";
}

.site-footer {
	font-size: 0.92rem;
}

.site-footer .widget-title {
	margin-bottom: 1rem;
	font-size: 1rem;
	letter-spacing: 0.02em;
}

.site-footer li + li {
	margin-top: 0.5rem;
}

@media (max-width: 1024px) {
	.gll-category-grid--hub {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

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

	.gll-trust-grid article:nth-child(2) {
		border-right: 0;
	}

	.gll-trust-grid article:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	}
}

@media (max-width: 767px) {
	.gll-section {
		padding-top: 3.6rem;
		padding-bottom: 3.6rem;
	}

	.gll-section__header h2 {
		font-size: clamp(2rem, 9vw, 2.55rem);
	}

	.gll-home-hero {
		min-height: 640px !important;
	}

	.gll-home-hero__media img {
		object-position: 58% center;
	}

	.gll-home-hero__overlay {
		background:
			linear-gradient(0deg, rgba(14, 10, 15, 0.94) 0%, rgba(14, 10, 15, 0.68) 58%, rgba(14, 10, 15, 0.22) 100%);
	}

	.gll-home-hero__inner {
		width: calc(100% - 2rem);
		min-height: 640px;
		align-items: flex-end;
		padding: 5rem 0 2.25rem;
	}

	.gll-home-hero__content {
		width: 100%;
	}

	.gll-home-hero__eyebrow {
		margin-bottom: 0.65rem;
		font-size: 0.65rem;
		letter-spacing: 0.12em;
	}

	.gll-storefront-home .entry-content > .gll-home-hero h1 {
		max-width: 340px !important;
		margin: 0 !important;
		font-size: clamp(2.55rem, 12vw, 3.2rem) !important;
		line-height: 0.98 !important;
		text-align: left !important;
	}

	.gll-storefront-home .entry-content > .gll-home-hero h1 + p {
		max-width: 350px !important;
		margin: 1rem 0 0 !important;
		font-size: 0.94rem !important;
		line-height: 1.55 !important;
		text-align: left !important;
	}

	.gll-home-hero__actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 0.6rem;
		margin-top: 1.35rem;
	}

	.gll-home-hero__actions .gll-button {
		width: 100%;
		min-width: 0;
	}

	.gll-home-hero__quick-links {
		margin-top: 1.25rem;
	}

	.gll-home-category-section .gll-category-grid,
	.gll-room-section .gll-room-grid {
		display: grid;
		grid-template-columns: none;
		grid-auto-columns: minmax(260px, 84%);
		grid-auto-flow: column;
		gap: 0.85rem;
		margin-right: -1rem;
		padding-right: 1rem;
		padding-bottom: 0.5rem;
		overflow-x: auto;
		scroll-padding-inline: 0.1rem;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
	}

	.gll-home-category-section .gll-category-card,
	.gll-room-section .gll-room-card {
		scroll-snap-align: start;
	}

	.gll-room-card {
		min-height: 350px;
	}

	.gll-home-product-section .gll-product-grid.products > li:nth-child(n+5) {
		display: none !important;
	}

	.gll-product-card__body {
		min-height: 190px;
	}

	.gll-product-card__meta {
		min-height: 51px;
	}

	.gll-category-grid--hub {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gll-collection-hub .gll-category-card__body {
		min-height: 88px;
	}

	.gll-category-card__body strong {
		display: none;
	}

	.gll-trust-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.gll-trust-grid article,
	.gll-trust-grid article:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
		padding: 1.5rem 0.25rem;
	}

	.gll-trust-grid article:last-child {
		border-bottom: 0;
	}

	.gll-newsletter__panel {
		grid-template-columns: minmax(0, 1fr);
		padding: 1.6rem;
	}

	.gll-newsletter__actions,
	.gll-newsletter__actions .gll-button {
		width: 100%;
	}

	.gll-page-hero {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}
}

@media (max-width: 374px) {
	.gll-category-grid--hub {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* === Phase 1 Home visual restore: warm brand storefront (2026-07-26) === */
.gll-storefront-home {
	--gll-ink: #261a13;
	--gll-muted: #76675b;
	--gll-soft: #faf5ed;
	--gll-border: #e8d9c8;
	--gll-purple: #6a4630;
	--gll-purple-bright: #b87333;
	--gll-gold: #c7925f;
	--gll-radius: 10px;
	background: #fffaf4;
}

.gll-storefront-home .site-content {
	background: #fffaf4;
}

.gll-storefront-home.ast-plain-container .site-content > .ast-container {
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.gll-storefront-home .gll-button,
.gll-storefront-home .gll-product-card .button {
	border-color: #6a4630;
	border-radius: 8px;
	background: #6a4630;
	color: #fffaf4;
	box-shadow: none;
}

.gll-storefront-home .gll-button:hover,
.gll-storefront-home .gll-product-card .button:hover {
	border-color: #b87333;
	background: #b87333;
	color: #fffaf4;
}

.gll-storefront-home .gll-button--secondary {
	border-color: #9c7758;
	background: transparent;
	color: #6a4630;
}

.gll-storefront-home .gll-button--light {
	border-color: #f4d5aa;
	background: #f4d5aa;
	color: #2c1d13;
}

.gll-storefront-home .gll-button--light:hover {
	border-color: #e8bc81;
	background: #e8bc81;
	color: #2c1d13;
}

.gll-storefront-home .gll-button--outline-light {
	border-color: rgba(255, 242, 222, 0.82);
	background: rgba(64, 38, 22, 0.2);
	color: #fffaf4;
}

.gll-storefront-home .gll-button--outline-light:hover {
	border-color: #fff4df;
	background: rgba(255, 244, 223, 0.14);
	color: #fffaf4;
}

.gll-storefront-home .entry-content {
	background: #fffaf4;
}

.gll-storefront-home .gll-home-hero {
	min-height: clamp(540px, 63vh, 620px) !important;
	background: #2a1d15;
}

.gll-storefront-home .gll-home-hero__media img {
	object-position: center 44%;
	filter: saturate(0.92) contrast(0.96) brightness(1.08);
	transform: scale(1.015);
}

.gll-storefront-home .gll-home-hero__overlay {
	background:
		linear-gradient(90deg, rgba(42, 26, 16, 0.78) 0%, rgba(83, 54, 34, 0.54) 42%, rgba(83, 54, 34, 0.18) 73%, rgba(83, 54, 34, 0.04) 100%),
		linear-gradient(0deg, rgba(35, 22, 14, 0.44) 0%, rgba(35, 22, 14, 0.08) 54%, rgba(255, 242, 219, 0.08) 100%);
}

.gll-storefront-home .gll-home-hero__inner {
	width: min(1180px, calc(100% - 3rem));
	min-height: clamp(540px, 63vh, 620px);
	padding: clamp(3.5rem, 5vw, 5rem) 0;
	align-items: center;
}

.gll-storefront-home .gll-home-hero__content {
	width: min(600px, 100%);
}

.gll-storefront-home .gll-home-hero__eyebrow {
	color: #f1c994;
	letter-spacing: 0.16em;
}

.gll-storefront-home .entry-content > .gll-home-hero h1 {
	max-width: 590px !important;
	color: #fff7eb;
	font-size: clamp(3rem, 4.7vw, 4.75rem) !important;
	font-weight: 720;
	letter-spacing: -0.045em;
	line-height: 1.02 !important;
}

.gll-storefront-home .entry-content > .gll-home-hero h1 + p {
	max-width: 560px !important;
	color: rgba(255, 248, 236, 0.86);
	font-size: clamp(1rem, 1.25vw, 1.1rem) !important;
	line-height: 1.72 !important;
}

.gll-storefront-home .gll-home-hero__actions {
	margin-top: 1.7rem;
	gap: 0.85rem;
}

.gll-storefront-home .gll-home-hero__actions .gll-button {
	min-width: 168px;
}

.gll-storefront-home .gll-home-hero__quick-links {
	margin-top: 1.65rem;
	color: rgba(255, 240, 218, 0.74);
}

.gll-storefront-home .gll-home-hero__quick-links a {
	border-color: rgba(244, 213, 170, 0.72);
	color: #fff4df;
}

.gll-storefront-home .gll-section {
	padding-top: clamp(3.4rem, 6vw, 5.8rem);
	padding-bottom: clamp(3.4rem, 6vw, 5.8rem);
}

.gll-storefront-home .gll-section--white {
	background: #fffaf4;
}

.gll-storefront-home .gll-section--soft {
	background: #f7efe4;
}

.gll-storefront-home .gll-section__header {
	max-width: 720px;
	margin-bottom: clamp(1.8rem, 3.5vw, 2.7rem);
}

.gll-storefront-home .gll-section__eyebrow {
	color: #b87333;
	letter-spacing: 0.15em;
}

.gll-storefront-home .gll-section__header h2 {
	color: #261a13;
	font-size: clamp(2rem, 3.5vw, 3rem);
	font-weight: 720;
	letter-spacing: -0.035em;
}

.gll-storefront-home .gll-section__header > p:last-child {
	color: #76675b;
	font-size: clamp(0.98rem, 1.15vw, 1.05rem);
}

.gll-storefront-home .gll-category-grid {
	gap: clamp(1rem, 2vw, 1.6rem);
}

.gll-storefront-home .gll-category-card,
.gll-storefront-home .gll-product-grid.products .gll-product-card {
	border-color: #e8d9c8;
	border-radius: 10px;
	background: #fffdf9;
	box-shadow: 0 10px 28px rgba(65, 42, 27, 0.07);
}

.gll-storefront-home .gll-category-card:hover,
.gll-storefront-home .gll-product-grid.products .gll-product-card:hover {
	box-shadow: 0 16px 36px rgba(65, 42, 27, 0.12);
}

.gll-storefront-home .gll-category-card__media {
	aspect-ratio: 4 / 3;
	background: #efe2d3;
}

.gll-storefront-home .gll-category-card__body {
	min-height: 82px;
	padding: 1rem 1.05rem;
}

.gll-storefront-home .gll-category-card__body h3 {
	color: #261a13;
	font-size: 1rem;
}

.gll-storefront-home .gll-category-card__body span {
	color: #76675b;
}

.gll-storefront-home .gll-category-card__body strong {
	color: #b87333;
}

.gll-storefront-home .gll-home-product-section {
	position: relative;
}

.gll-storefront-home .gll-home-product-section .gll-product-grid.products > li:nth-child(n+5) {
	display: none !important;
}

.gll-storefront-home .gll-product-grid.products {
	gap: clamp(1.05rem, 2vw, 1.5rem);
}

.gll-storefront-home .gll-product-card__media {
	aspect-ratio: 1 / 1.1;
	background: #efe2d3;
}

.gll-storefront-home .gll-product-card__body {
	min-height: 205px;
	padding: 1rem;
}

.gll-storefront-home .gll-product-card__category {
	color: #9c6d45;
}

.gll-storefront-home .gll-product-card .woocommerce-loop-product__title {
	color: #261a13;
	font-size: 0.96rem !important;
}

.gll-storefront-home .gll-product-card__meta .price {
	color: #6a4630 !important;
}

.gll-storefront-home .gll-product-card__stock {
	color: #3e6b4b;
}

.gll-storefront-home .gll-room-card {
	min-height: 340px;
	border-radius: 10px;
	background:
		linear-gradient(135deg, rgba(42, 26, 16, 0.28), rgba(184, 115, 51, 0.16)),
		linear-gradient(135deg, #4a3020 0%, #6a4630 100%);
	text-decoration: none !important;
}

.gll-storefront-home .gll-room-card__overlay {
	background: linear-gradient(0deg, rgba(42, 26, 16, 0.78) 0%, rgba(42, 26, 16, 0.22) 64%, rgba(42, 26, 16, 0.04) 100%);
}

.gll-storefront-home .gll-room-card:hover,
.gll-storefront-home .gll-room-card:focus,
.gll-storefront-home .gll-room-card :where(h3, p, span) {
	text-decoration: none !important;
}

.gll-storefront-home .gll-room-card__body h3 {
	color: #fff7eb;
}

.gll-storefront-home .gll-room-card__body p {
	color: rgba(255, 244, 223, 0.75);
}

.gll-storefront-home .gll-room-card__body span {
	color: #f1c994;
}

.gll-storefront-home .gll-section--ink {
	background:
		linear-gradient(135deg, #2a1d15 0%, #4a3020 58%, #6a4630 100%);
}

.gll-storefront-home .gll-trust-grid article > span {
	color: #f1c994;
}

.gll-storefront-home .gll-newsletter__panel {
	border-color: #e8d9c8;
	border-radius: 12px;
	background:
		linear-gradient(135deg, rgba(255, 250, 244, 0.94), rgba(247, 239, 228, 0.98)),
		#fffaf4;
	box-shadow: 0 18px 44px rgba(65, 42, 27, 0.08);
}

.gll-storefront-home .gll-text-link {
	color: #6a4630;
}

.gll-storefront-home .main-header-menu > .current-menu-item > .menu-link::after,
.gll-storefront-home .main-header-menu > .menu-item > .menu-link:hover::after {
	background: #6a4630;
}

@media (min-width: 1280px) {
	.gll-storefront-home .gll-home-category-section:first-of-type {
		padding-top: clamp(3rem, 4.5vw, 4.8rem);
	}
}

@media (max-width: 767px) {
	.gll-storefront-home .gll-home-hero {
		min-height: 590px !important;
	}

	.gll-storefront-home .gll-home-hero__media img {
		object-position: 58% center;
	}

	.gll-storefront-home .gll-home-hero__overlay {
		background:
			linear-gradient(0deg, rgba(38, 24, 15, 0.92) 0%, rgba(64, 39, 24, 0.62) 58%, rgba(64, 39, 24, 0.16) 100%);
	}

	.gll-storefront-home .gll-home-hero__inner {
		width: calc(100% - 2rem);
		min-height: 590px;
		padding: 4.4rem 0 1.8rem;
	}

	.gll-storefront-home .entry-content > .gll-home-hero h1 {
		max-width: 340px !important;
		font-size: clamp(2.45rem, 11.2vw, 3.05rem) !important;
	}

	.gll-storefront-home .entry-content > .gll-home-hero h1 + p {
		max-width: 340px !important;
		line-height: 1.58 !important;
	}

	.gll-storefront-home .gll-home-hero__actions {
		margin-top: 1.2rem;
	}

	.gll-storefront-home .gll-home-hero__quick-links {
		margin-top: 1.05rem;
	}

	.gll-storefront-home .gll-section {
		padding-top: 3.2rem;
		padding-bottom: 3.2rem;
	}

	.gll-storefront-home .gll-category-card,
	.gll-storefront-home .gll-product-grid.products .gll-product-card {
		box-shadow: 0 8px 22px rgba(65, 42, 27, 0.08);
	}

	.gll-storefront-home .gll-product-card__body {
		min-height: 188px;
	}
}

/* === Phase 2.1 About and Contact visual restore (2026-07-26) === */
body.page-id-435,
body.page-id-431 {
	--gll-phase-ink: #261a13;
	--gll-phase-muted: #76675b;
	--gll-phase-soft: #fff7ee;
	--gll-phase-soft-2: #f7efe4;
	--gll-phase-border: #e8d9c8;
	--gll-phase-brass: #b87333;
	--gll-phase-brown: #6a4630;
	--gll-phase-deep: #2a1d15;
	--gll-phase-radius: 10px;
}

body.page-id-435 .site-content .ast-container,
body.page-id-431 .site-content .ast-container {
	max-width: 100% !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body.page-id-435 .entry-content,
body.page-id-431 .entry-content {
	overflow-x: clip;
	background: #fffaf4;
}

body.page-id-435 .entry-content > p:first-child,
body.page-id-431 .entry-content > p:first-child {
	display: none !important;
}

body.page-id-435 #gl-about-page {
	background: #fffaf4 !important;
	color: var(--gll-phase-ink);
}

body.page-id-435 #gl-about-page > section:first-of-type,
body.page-id-431 .entry-content > section:first-of-type {
	min-height: clamp(520px, 58vh, 600px) !important;
	background-color: var(--gll-phase-deep) !important;
	background-position: center 46% !important;
}

body.page-id-435 #gl-about-page > section:first-of-type > img {
	object-position: center 46% !important;
	filter: saturate(1.04) contrast(1.03);
}

body.page-id-435 #gl-about-page > section:first-of-type > .absolute.inset-0:not(img),
body.page-id-431 .entry-content > section:first-of-type > div[aria-hidden="true"] {
	background:
		linear-gradient(90deg, rgba(42, 29, 21, 0.76) 0%, rgba(72, 46, 29, 0.54) 50%, rgba(42, 29, 21, 0.38) 100%) !important;
	backdrop-filter: none !important;
}

body.page-id-435 #gl-about-page > section:first-of-type > .relative,
body.page-id-431 .entry-content > section:first-of-type > .relative {
	min-height: clamp(520px, 58vh, 600px) !important;
	padding-top: clamp(4.8rem, 8vw, 6.8rem) !important;
	padding-bottom: clamp(3.4rem, 6vw, 4.8rem) !important;
}

body.page-id-435 #gl-about-page > section:first-of-type p:first-child,
body.page-id-431 .entry-content > section:first-of-type p:first-child {
	color: #f1c994 !important;
	letter-spacing: 0.18em !important;
}

body.page-id-435 #gl-about-page > section:first-of-type h1,
body.page-id-431 .entry-content > section:first-of-type h1 {
	max-width: 820px !important;
	color: #fff7eb !important;
	font-size: clamp(3rem, 5.2vw, 4.35rem) !important;
	line-height: 1.05 !important;
	letter-spacing: 0 !important;
	text-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
	text-wrap: balance;
}

body.page-id-435 #gl-about-page > section:first-of-type h1 + p,
body.page-id-431 .entry-content > section:first-of-type h1 + p {
	max-width: 760px !important;
	color: rgba(255, 247, 235, 0.88) !important;
	font-size: clamp(1rem, 1.55vw, 1.2rem) !important;
	line-height: 1.65 !important;
	text-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

body.page-id-435 #gl-about-page > section:not(:first-of-type) {
	padding-top: clamp(3.8rem, 6vw, 5.4rem) !important;
	padding-bottom: clamp(3.8rem, 6vw, 5.4rem) !important;
}

body.page-id-431 .entry-content > section:not(:first-of-type) {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body.page-id-431 .entry-content > section:not(:first-of-type) > :where(.max-w-7xl, .container) {
	padding-top: clamp(3.8rem, 6vw, 5.4rem) !important;
	padding-bottom: clamp(3.8rem, 6vw, 5.4rem) !important;
}

body.page-id-435 #gl-about-page > section:not(:first-of-type) > .mx-auto,
body.page-id-431 .entry-content > section:not(:first-of-type) > :where(.max-w-7xl, .container) {
	max-width: 1180px !important;
	padding-right: clamp(1rem, 3vw, 2rem) !important;
	padding-left: clamp(1rem, 3vw, 2rem) !important;
}

body.page-id-435 #gl-about-page .bg-white,
body.page-id-431 .entry-content .bg-white {
	background-color: #fffdf9 !important;
}

body.page-id-435 #gl-about-page .bg-gray-50,
body.page-id-435 #gl-about-page [class*="bg-gray-50"],
body.page-id-431 .entry-content .bg-gray-50,
body.page-id-431 .entry-content [class*="bg-gray-50"],
body.page-id-431 .entry-content .bg-gray-100 {
	background-color: var(--gll-phase-soft-2) !important;
}

body.page-id-435 #gl-about-page .gl-soft-gradient {
	background:
		radial-gradient(circle at left top, rgba(199, 146, 95, 0.2), transparent 34%),
		radial-gradient(circle at right bottom, rgba(106, 70, 48, 0.12), transparent 32%),
		#fffaf4 !important;
}

body.page-id-435 #gl-about-page :where(h2, h3, strong),
body.page-id-431 .entry-content :where(h2, h3, strong) {
	color: var(--gll-phase-ink) !important;
	letter-spacing: 0 !important;
}

body.page-id-435 #gl-about-page :where(p, li),
body.page-id-431 .entry-content :where(p, li) {
	color: var(--gll-phase-muted);
}

body.page-id-435 #gl-about-page [class*="text-[#9d50bb]"],
body.page-id-435 #gl-about-page [class*="text-purple-"],
body.page-id-431 .entry-content [class*="text-[#9d50bb]"],
body.page-id-431 .entry-content [class*="text-purple-"],
body.page-id-431 .entry-content [class*="text-[#f46b45]"] {
	color: var(--gll-phase-brass) !important;
}

body.page-id-435 #gl-about-page [class*="bg-purple-50"],
body.page-id-431 .entry-content [class*="bg-purple-50"] {
	background-color: #fff2df !important;
	color: var(--gll-phase-brown) !important;
}

body.page-id-435 #gl-about-page :where(article, .rounded-xl, .rounded-2xl),
body.page-id-431 .entry-content :where(article, .rounded-xl, .rounded-2xl) {
	border-radius: var(--gll-phase-radius) !important;
}

body.page-id-435 #gl-about-page :where(article, [class*="shadow"]),
body.page-id-431 .entry-content :where(article, [class*="shadow"]) {
	border-color: var(--gll-phase-border) !important;
	box-shadow: 0 12px 30px rgba(65, 42, 27, 0.08) !important;
}

body.page-id-435 #gl-about-page > section:not(:first-of-type) img,
body.page-id-431 .entry-content > section:not(:first-of-type) img {
	border-radius: var(--gll-phase-radius) !important;
	box-shadow: 0 14px 34px rgba(65, 42, 27, 0.1);
	object-fit: cover;
}

body.page-id-435 #gl-about-page a[class*="bg-[#9d50bb]"],
body.page-id-431 .entry-content a[class*="bg-[#9d50bb]"],
body.page-id-431 .entry-content a[class*="bg-gradient-to-bl"],
body.page-id-431 #support-request .wpcf7-submit {
	border: 1px solid var(--gll-phase-brown) !important;
	border-radius: 8px !important;
	background: var(--gll-phase-brown) !important;
	color: #fff !important;
	box-shadow: 0 12px 28px rgba(65, 42, 27, 0.16) !important;
	text-decoration: none !important;
}

body.page-id-435 #gl-about-page a[class*="bg-[#9d50bb]"]:hover,
body.page-id-431 .entry-content a[class*="bg-[#9d50bb]"]:hover,
body.page-id-431 .entry-content a[class*="bg-gradient-to-bl"]:hover,
body.page-id-431 #support-request .wpcf7-submit:hover {
	border-color: #51331f !important;
	background: #51331f !important;
	color: #fff !important;
}

body.page-id-435 #gl-about-page > section:first-of-type a[class*="bg-white"] {
	border: 1px solid rgba(255, 247, 235, 0.92) !important;
	border-radius: 8px !important;
	background: rgba(255, 250, 244, 0.96) !important;
	color: var(--gll-phase-brown) !important;
	text-decoration: none !important;
}

body.page-id-431 .entry-content > section:first-of-type a[class*="bg-white"] {
	border: 1px solid rgba(255, 244, 223, 0.5) !important;
	border-radius: 8px !important;
	background: rgba(255, 250, 244, 0.14) !important;
	color: #fff7eb !important;
	text-decoration: none !important;
}

body.page-id-435 #gl-about-page > section:last-of-type {
	background:
		linear-gradient(135deg, #2a1d15 0%, #4a3020 58%, #6a4630 100%) !important;
}

body.page-id-435 #gl-about-page > section:last-of-type :where(h2, h3, p, li, strong),
body.page-id-431 .entry-content > section:first-of-type :where(h1, p, a, span, strong) {
	color: #fff7eb !important;
}

body.page-id-435 #gl-about-page > section:last-of-type [class*="text-[#9d50bb]"],
body.page-id-435 #gl-about-page > section:last-of-type [class*="text-purple-"] {
	color: #f1c994 !important;
}

body.page-id-431 #support-request {
	scroll-margin-top: 110px;
}

body.page-id-431 #support-request .wpcf7-form label {
	color: var(--gll-phase-ink) !important;
}

body.page-id-431 #support-request .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance) {
	border-color: #dccbb8 !important;
	border-radius: 8px !important;
	background: #fffdf9 !important;
	color: var(--gll-phase-ink) !important;
}

body.page-id-431 #support-request .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):focus {
	border-color: var(--gll-phase-brass) !important;
	box-shadow: 0 0 0 3px rgba(184, 115, 51, 0.16) !important;
	outline: none !important;
}

body.page-id-431 #support-request .wpcf7-response-output {
	border-color: var(--gll-phase-border) !important;
	background: #fffaf4;
	color: var(--gll-phase-ink);
}

body.page-id-431 .entry-content div:has(> img[src*="ssm-page-img-898f97723d-dscf7383.jpg"]),
body.page-id-431 .entry-content img[src*="ssm-page-img-898f97723d-dscf7383.jpg"] {
	display: none !important;
}

body.page-id-435 .main-header-menu > .current-menu-item > .menu-link::after,
body.page-id-435 .main-header-menu > .menu-item > .menu-link:hover::after,
body.page-id-431 .main-header-menu > .current-menu-item > .menu-link::after,
body.page-id-431 .main-header-menu > .menu-item > .menu-link:hover::after {
	background: var(--gll-phase-brown);
}

@media (max-width: 767px) {
	body.page-id-435 #gl-about-page > section:first-of-type,
	body.page-id-435 #gl-about-page > section:first-of-type > .relative {
		min-height: 620px !important;
	}

	body.page-id-431 .entry-content > section:first-of-type,
	body.page-id-431 .entry-content > section:first-of-type > .relative {
		min-height: 650px !important;
	}

	body.page-id-435 #gl-about-page > section:first-of-type > .relative,
	body.page-id-431 .entry-content > section:first-of-type > .relative {
		padding-top: 4.8rem !important;
		padding-bottom: 2.6rem !important;
	}

	body.page-id-435 #gl-about-page > section:first-of-type h1,
	body.page-id-431 .entry-content > section:first-of-type h1 {
		font-size: clamp(2.45rem, 10.2vw, 3rem) !important;
		line-height: 1.08 !important;
	}

	body.page-id-435 #gl-about-page > section:first-of-type h1 + p,
	body.page-id-431 .entry-content > section:first-of-type h1 + p {
		font-size: 1rem !important;
		line-height: 1.58 !important;
	}

	body.page-id-435 #gl-about-page > section:not(:first-of-type),
	body.page-id-431 .entry-content > section:not(:first-of-type) > :where(.max-w-7xl, .container) {
		padding-top: 3.2rem !important;
		padding-bottom: 3.2rem !important;
	}

	body.page-id-435 #gl-about-page a[class*="bg-[#9d50bb]"],
	body.page-id-435 #gl-about-page > section:first-of-type a[class*="bg-white"],
	body.page-id-431 .entry-content a[class*="bg-[#9d50bb]"],
	body.page-id-431 .entry-content > section:first-of-type a[class*="bg-white"],
	body.page-id-431 .entry-content a[class*="bg-gradient-to-bl"] {
		width: 100% !important;
		max-width: 326px;
		min-height: 50px;
	}
}

/* === Phase 2.2 New Arrivals and Best Sellers visual restore (2026-07-26) === */
body.page-id-313,
body.page-id-321 {
	--gll-phase22-ink: #261a13;
	--gll-phase22-muted: #76675b;
	--gll-phase22-soft: #fff7ee;
	--gll-phase22-soft-2: #f7efe4;
	--gll-phase22-border: #e8d9c8;
	--gll-phase22-brass: #b87333;
	--gll-phase22-brown: #6a4630;
	--gll-phase22-deep: #2a1d15;
	--gll-phase22-radius: 10px;
}

body.page-id-313 .site-content .ast-container,
body.page-id-321 .site-content .ast-container {
	max-width: 100% !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.gll-phase22-collection {
	overflow-x: clip;
	background: #fffaf4;
	color: var(--gll-phase22-ink);
}

.gll-phase22-collection .gll-collection__hero {
	position: relative;
	min-height: clamp(560px, 62vh, 680px);
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: clamp(5rem, 8vw, 7rem) 1rem;
	background: var(--gll-phase22-deep);
	text-align: center;
	isolation: isolate;
}

.gll-phase22-collection .gll-collection__hero::before,
.gll-phase22-collection .gll-collection__hero::after {
	position: absolute;
	inset: 0;
	content: "";
}

.gll-phase22-collection .gll-collection__hero::before {
	z-index: -2;
	background:
		var(--gll-collection-hero-image),
		linear-gradient(135deg, #4a3020 0%, #2a1d15 100%);
	background-position: center;
	background-size: cover;
	filter: saturate(1.04) contrast(1.02);
	transform: scale(1.015);
}

.gll-phase22-collection .gll-collection__hero::after {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(42, 29, 21, 0.82) 0%, rgba(72, 46, 29, 0.62) 52%, rgba(42, 29, 21, 0.34) 100%),
		radial-gradient(circle at 50% 42%, rgba(241, 201, 148, 0.18), transparent 35%);
}

.gll-phase22-collection .gll-collection__hero-inner {
	position: relative;
	width: min(980px, 100%);
	margin: 0 auto;
	color: #fff7eb;
}

.gll-phase22-collection .gll-collection__hero .gll-section__eyebrow,
.gll-phase22-collection .gll-section__eyebrow {
	color: var(--gll-phase22-brass);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.17em;
}

.gll-phase22-collection .gll-collection__hero .gll-section__eyebrow {
	color: #f1c994;
}

.gll-phase22-collection .gll-collection__hero h1 {
	max-width: 820px;
	margin: 0 auto;
	color: #fff7eb;
	font-size: clamp(3.2rem, 6vw, 5.2rem);
	font-weight: 780;
	line-height: 1.02;
	letter-spacing: 0;
	text-shadow: 0 12px 34px rgba(0, 0, 0, 0.35);
	text-wrap: balance;
}

.gll-phase22-collection .gll-collection__hero-inner > p:last-of-type {
	max-width: 720px;
	margin: 1.35rem auto 0;
	color: rgba(255, 247, 235, 0.88);
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	line-height: 1.65;
	text-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.gll-phase22-hero__actions,
.gll-phase22-cta__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.9rem;
	margin-top: 2.1rem;
}

.gll-phase22-collection .gll-button,
.gll-phase22-collection .gll-product-card .button {
	border-color: var(--gll-phase22-brown) !important;
	border-radius: 8px !important;
	background: var(--gll-phase22-brown) !important;
	color: #fff !important;
	box-shadow: 0 12px 28px rgba(65, 42, 27, 0.14);
	text-decoration: none !important;
}

.gll-phase22-collection .gll-button:hover,
.gll-phase22-collection .gll-product-card .button:hover {
	border-color: #51331f !important;
	background: #51331f !important;
	color: #fff !important;
}

.gll-phase22-collection .gll-button--secondary {
	border-color: rgba(255, 247, 235, 0.72) !important;
	background: rgba(255, 250, 244, 0.14) !important;
	color: #fff7eb !important;
	backdrop-filter: blur(4px);
}

.gll-phase22-collection .gll-section {
	padding-top: clamp(3.8rem, 6vw, 5.8rem);
	padding-bottom: clamp(3.8rem, 6vw, 5.8rem);
}

.gll-phase22-collection .gll-section--white {
	background: #fffdf9;
}

.gll-phase22-collection .gll-section--soft,
.gll-phase22-collection .gll-collection__products {
	background: var(--gll-phase22-soft-2) !important;
}

.gll-phase22-collection .gll-section__inner {
	width: min(1180px, calc(100% - 2rem));
}

.gll-phase22-collection .gll-section__header {
	max-width: 760px;
	margin-bottom: clamp(1.9rem, 3.5vw, 2.8rem);
}

.gll-phase22-collection .gll-section__header h2 {
	color: var(--gll-phase22-ink);
	font-size: clamp(2.05rem, 3.8vw, 3.25rem);
	font-weight: 760;
	line-height: 1.08;
	letter-spacing: 0;
}

.gll-phase22-collection .gll-section__header > p:last-child,
.gll-phase22-collection :where(p, li) {
	color: var(--gll-phase22-muted);
}

.gll-phase22-guide__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.35rem);
}

.gll-phase22-guide__card {
	min-height: 220px;
	padding: clamp(1.25rem, 2vw, 1.6rem);
	border: 1px solid var(--gll-phase22-border);
	border-radius: var(--gll-phase22-radius);
	background: #fffaf4;
	box-shadow: 0 12px 30px rgba(65, 42, 27, 0.07);
}

.gll-phase22-guide__card span {
	display: inline-flex;
	margin-bottom: 1.4rem;
	color: var(--gll-phase22-brass);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.gll-phase22-guide__card h3,
.gll-phase22-collection .gll-category-card__body h3,
.gll-phase22-collection .gll-product-card .woocommerce-loop-product__title {
	color: var(--gll-phase22-ink);
	letter-spacing: 0;
}

.gll-phase22-guide__card p {
	margin: 0;
	line-height: 1.65;
}

.gll-phase22-collection .gll-category-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.35rem);
}

.gll-phase22-collection .gll-category-card,
.gll-phase22-collection .gll-product-grid.products .gll-product-card {
	overflow: hidden;
	border-color: var(--gll-phase22-border);
	border-radius: var(--gll-phase22-radius);
	background: #fffdf9;
	box-shadow: 0 12px 30px rgba(65, 42, 27, 0.07);
}

.gll-phase22-collection .gll-category-card:hover,
.gll-phase22-collection .gll-product-grid.products .gll-product-card:hover {
	box-shadow: 0 18px 42px rgba(65, 42, 27, 0.12);
}

.gll-phase22-collection .gll-category-card__media {
	aspect-ratio: 4 / 3;
	background: #efe2d3;
}

.gll-phase22-collection .gll-category-card__body {
	min-height: 92px;
	padding: 1rem;
	align-items: flex-start;
	flex-direction: column;
}

.gll-phase22-collection .gll-category-card__body span,
.gll-phase22-collection .gll-product-card__category,
.gll-phase22-collection .gll-product-card__category a {
	color: #9c6d45 !important;
}

.gll-phase22-collection .gll-product-grid.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1.05rem, 2vw, 1.45rem);
}

.gll-phase22-collection .gll-product-card__media {
	aspect-ratio: 1 / 1.08;
	background: #efe2d3;
}

.gll-phase22-collection .gll-product-card__body {
	min-height: 210px;
	padding: 1rem;
}

.gll-phase22-collection .gll-product-card__meta .price,
.gll-phase22-collection .gll-product-card .price {
	color: var(--gll-phase22-brown) !important;
}

.gll-phase22-collection .gll-product-card__stock {
	color: #3e6b4b;
}

.gll-phase22-collection .gll-phase22-cta {
	background:
		linear-gradient(135deg, #2a1d15 0%, #4a3020 58%, #6a4630 100%) !important;
	color: #fff7eb;
}

.gll-phase22-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) auto;
	align-items: center;
	gap: clamp(1.5rem, 4vw, 3rem);
}

.gll-phase22-collection .gll-phase22-cta h2 {
	max-width: 700px;
	margin: 0;
	color: #fff7eb;
	font-size: clamp(2rem, 3.6vw, 3rem);
	line-height: 1.1;
	letter-spacing: 0;
}

.gll-phase22-collection .gll-phase22-cta p:not(.gll-section__eyebrow) {
	max-width: 640px;
	margin: 1rem 0 0;
	color: rgba(255, 247, 235, 0.78);
	line-height: 1.65;
}

.gll-phase22-cta .gll-button--secondary {
	background: rgba(255, 250, 244, 0.96) !important;
	color: var(--gll-phase22-brown) !important;
}

body.page-id-313 .main-header-menu > .current-menu-item > .menu-link::after,
body.page-id-313 .main-header-menu > .menu-item > .menu-link:hover::after,
body.page-id-321 .main-header-menu > .current-menu-item > .menu-link::after,
body.page-id-321 .main-header-menu > .menu-item > .menu-link:hover::after {
	background: var(--gll-phase22-brown);
}

@media (min-width: 1600px) {
	.gll-phase22-collection .gll-section__inner {
		width: min(1260px, calc(100% - 4rem));
	}
}

@media (max-width: 1024px) {
	.gll-phase22-collection .gll-category-grid,
	.gll-phase22-collection .gll-product-grid.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gll-phase22-guide__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.gll-phase22-collection .gll-collection__hero {
		min-height: 630px;
		padding: 4.6rem 1rem 2.8rem;
	}

	.gll-phase22-collection .gll-collection__hero::after {
		background:
			linear-gradient(0deg, rgba(42, 29, 21, 0.9) 0%, rgba(72, 46, 29, 0.64) 56%, rgba(42, 29, 21, 0.34) 100%);
	}

	.gll-phase22-collection .gll-collection__hero h1 {
		font-size: clamp(2.7rem, 11vw, 3.35rem);
	}

	.gll-phase22-collection .gll-collection__hero-inner > p:last-of-type {
		font-size: 1rem;
		line-height: 1.58;
	}

	.gll-phase22-hero__actions,
	.gll-phase22-cta__actions {
		flex-direction: column;
	}

	.gll-phase22-collection .gll-button,
	.gll-phase22-collection .gll-product-card .button {
		width: 100%;
		max-width: 326px;
		min-height: 50px;
	}

	.gll-phase22-collection .gll-section {
		padding-top: 3.2rem;
		padding-bottom: 3.2rem;
	}

	.gll-phase22-guide__grid,
	.gll-phase22-collection .gll-category-grid,
	.gll-phase22-collection .gll-product-grid.products,
	.gll-phase22-cta__inner {
		grid-template-columns: 1fr;
	}

	.gll-phase22-guide__card {
		min-height: auto;
	}

	.gll-phase22-collection .gll-product-card__body {
		min-height: 190px;
	}

	.gll-phase22-cta__actions {
		align-items: flex-start;
	}
}

/* === Phase 2.3 Shop and Collections visual restore (2026-07-26) === */
body.gll-storefront-shop,
body.page-id-232 {
	--gll-phase23-ink: #261a13;
	--gll-phase23-muted: #73655b;
	--gll-phase23-soft: #fff8f0;
	--gll-phase23-soft-2: #f7efe4;
	--gll-phase23-border: #e8d9c8;
	--gll-phase23-brass: #b87333;
	--gll-phase23-brown: #6a4630;
	--gll-phase23-deep: #2a1d15;
	--gll-phase23-radius: 10px;
}

body.gll-storefront-shop .site-content > .ast-container,
body.page-id-232 .site-content > .ast-container {
	max-width: 100% !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body.gll-storefront-shop .ast-woocommerce-container,
body.page-id-232 .entry-content {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: clip;
	background: #fffaf4;
	color: var(--gll-phase23-ink);
}

body.gll-storefront-shop .woocommerce-breadcrumb {
	display: none;
}

.gll-phase23-shop-hero,
.gll-phase23-collections-hero {
	position: relative;
	min-height: clamp(540px, 60vh, 660px);
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: clamp(5rem, 8vw, 7rem) 1rem;
	background: var(--gll-phase23-deep);
	text-align: center;
	isolation: isolate;
}

.gll-phase23-shop-hero::before,
.gll-phase23-shop-hero::after,
.gll-phase23-collections-hero::before,
.gll-phase23-collections-hero::after {
	position: absolute;
	inset: 0;
	content: "";
}

.gll-phase23-shop-hero::before,
.gll-phase23-collections-hero::before {
	z-index: -2;
	background:
		var(--gll-phase23-hero-image),
		linear-gradient(135deg, #4b3020 0%, #2a1d15 100%);
	background-position: center;
	background-size: cover;
	filter: saturate(1.04) contrast(1.02);
	transform: scale(1.015);
}

.gll-phase23-shop-hero::after,
.gll-phase23-collections-hero::after {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(42, 29, 21, 0.82) 0%, rgba(72, 46, 29, 0.62) 52%, rgba(42, 29, 21, 0.36) 100%),
		radial-gradient(circle at 50% 42%, rgba(241, 201, 148, 0.18), transparent 35%);
}

.gll-phase23-shop-hero__inner,
.gll-phase23-collections-hero .gll-page-hero__inner {
	position: relative;
	width: min(980px, 100%);
	margin: 0 auto;
	color: #fff7eb;
}

.gll-phase23-shop-hero .gll-section__eyebrow,
.gll-phase23-collections-hero .gll-section__eyebrow,
body.gll-storefront-shop .gll-section__eyebrow,
body.page-id-232 .gll-section__eyebrow {
	color: var(--gll-phase23-brass);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.17em;
}

.gll-phase23-shop-hero .gll-section__eyebrow,
.gll-phase23-collections-hero .gll-section__eyebrow {
	color: #f1c994;
}

.gll-phase23-shop-hero h1,
.gll-phase23-collections-hero h1 {
	max-width: 840px;
	margin: 0 auto;
	color: #fff7eb;
	font-size: clamp(3.05rem, 5.7vw, 5.1rem);
	font-weight: 780;
	line-height: 1.03;
	letter-spacing: 0;
	text-shadow: 0 12px 34px rgba(0, 0, 0, 0.35);
	text-wrap: balance;
}

.gll-phase23-shop-hero p:not(.gll-section__eyebrow),
.gll-phase23-collections-hero p:not(.gll-section__eyebrow) {
	max-width: 720px;
	margin: 1.35rem auto 0;
	color: rgba(255, 247, 235, 0.88);
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	line-height: 1.65;
	text-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.gll-phase23-shop-hero__actions,
.gll-phase23-shop-cta__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.9rem;
	margin-top: 2.1rem;
}

body.gll-storefront-shop .gll-button,
body.page-id-232 .gll-button,
body.gll-storefront-shop .button,
body.gll-storefront-shop ul.products li.product .button,
body.gll-storefront-shop .gll-product-card .button {
	border-color: var(--gll-phase23-brown) !important;
	border-radius: 8px !important;
	background: var(--gll-phase23-brown) !important;
	color: #fff !important;
	box-shadow: 0 12px 28px rgba(65, 42, 27, 0.14);
	text-decoration: none !important;
}

body.gll-storefront-shop .gll-button:hover,
body.page-id-232 .gll-button:hover,
body.gll-storefront-shop .button:hover,
body.gll-storefront-shop ul.products li.product .button:hover {
	border-color: #51331f !important;
	background: #51331f !important;
	color: #fff !important;
}

body.gll-storefront-shop .gll-button--secondary,
body.page-id-232 .gll-button--secondary {
	border-color: rgba(255, 247, 235, 0.72) !important;
	background: rgba(255, 250, 244, 0.14) !important;
	color: #fff7eb !important;
	backdrop-filter: blur(4px);
}

body.gll-storefront-shop .gll-section,
body.page-id-232 .gll-section {
	padding-top: clamp(3.8rem, 6vw, 5.8rem);
	padding-bottom: clamp(3.8rem, 6vw, 5.8rem);
}

body.gll-storefront-shop .gll-section--white,
body.page-id-232 .gll-section--white {
	background: #fffdf9;
}

body.gll-storefront-shop .gll-section--soft,
body.page-id-232 .gll-section--soft,
.gll-phase23-shop-categories {
	background: var(--gll-phase23-soft-2) !important;
}

body.gll-storefront-shop .gll-section__inner,
body.page-id-232 .gll-section__inner,
body.gll-storefront-shop .woocommerce-result-count,
body.gll-storefront-shop .woocommerce-ordering,
body.gll-storefront-shop ul.products,
body.gll-storefront-shop nav.woocommerce-pagination,
body.gll-storefront-shop .woocommerce-notices-wrapper,
.gll-phase23-shop-loop-heading {
	width: min(1180px, calc(100% - 2rem));
	margin-right: auto;
	margin-left: auto;
}

body.gll-storefront-shop .gll-section__header,
body.page-id-232 .gll-section__header {
	max-width: 760px;
	margin-bottom: clamp(1.9rem, 3.5vw, 2.8rem);
}

body.gll-storefront-shop .gll-section__header h2,
body.page-id-232 .gll-section__header h2,
.gll-phase23-shop-loop-heading h2 {
	color: var(--gll-phase23-ink);
	font-size: clamp(2.05rem, 3.8vw, 3.25rem);
	font-weight: 760;
	line-height: 1.08;
	letter-spacing: 0;
}

body.gll-storefront-shop .gll-section__header > p:last-child,
body.page-id-232 .gll-section__header > p:last-child,
body.gll-storefront-shop :where(p, li),
body.page-id-232 :where(p, li) {
	color: var(--gll-phase23-muted);
}

.gll-phase23-shop-categories {
	width: min(1180px, calc(100% - 2rem));
	margin: clamp(3.2rem, 5vw, 4.4rem) auto 0;
	padding: clamp(1.35rem, 3vw, 2rem);
	border-color: var(--gll-phase23-border);
	border-radius: var(--gll-phase23-radius);
	box-shadow: 0 16px 38px rgba(65, 42, 27, 0.07);
}

.gll-phase23-shop-categories .gll-shop-discovery__heading h2 {
	color: var(--gll-phase23-ink);
	letter-spacing: 0;
}

.gll-phase23-shop-categories .gll-shop-category,
body.page-id-232 .gll-phase23-style-card,
body.gll-storefront-shop .gll-product-grid.products .gll-product-card,
body.gll-storefront-shop ul.products li.product {
	overflow: hidden;
	border: 1px solid var(--gll-phase23-border);
	border-radius: var(--gll-phase23-radius);
	background: #fffdf9;
	box-shadow: 0 12px 30px rgba(65, 42, 27, 0.07);
}

.gll-phase23-shop-categories .gll-shop-category:hover,
body.page-id-232 .gll-phase23-style-card:hover,
body.gll-storefront-shop .gll-product-grid.products .gll-product-card:hover,
body.gll-storefront-shop ul.products li.product:hover {
	border-color: #d1bda7;
	box-shadow: 0 18px 42px rgba(65, 42, 27, 0.12);
	transform: translateY(-2px);
}

.gll-phase23-shop-categories .gll-shop-category__image,
body.page-id-232 .gll-phase23-style-card .gll-category-card__media,
body.gll-storefront-shop .gll-product-card__media,
body.gll-storefront-shop ul.products li.product .astra-shop-thumbnail-wrap {
	background: #efe2d3;
}

.gll-phase23-shop-categories .gll-shop-category__label strong,
body.page-id-232 .gll-phase23-style-card h3,
body.gll-storefront-shop .gll-product-card .woocommerce-loop-product__title,
body.gll-storefront-shop ul.products li.product .woocommerce-loop-product__title {
	color: var(--gll-phase23-ink);
	letter-spacing: 0;
}

.gll-phase23-shop-categories .gll-shop-category__label small,
body.page-id-232 .gll-phase23-style-card span,
body.gll-storefront-shop .gll-product-card__category,
body.gll-storefront-shop .gll-product-card__category a {
	color: #9c6d45 !important;
}

.gll-phase23-shop-categories .gll-shop-filter {
	border-top-color: var(--gll-phase23-border);
}

.gll-phase23-shop-categories .gll-shop-filter select,
.gll-phase23-shop-categories .gll-shop-filter input,
body.gll-storefront-shop .woocommerce-ordering select {
	border-color: #d8c7b6;
	border-radius: 8px;
	background-color: #fffdf9;
}

.gll-phase23-shop-categories .gll-shop-filter__reset {
	color: var(--gll-phase23-brown);
}

.gll-phase23-featured-products {
	margin-top: clamp(3.4rem, 5vw, 4.8rem);
}

body.gll-storefront-shop .gll-product-grid.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1.05rem, 2vw, 1.45rem);
}

body.gll-storefront-shop .gll-product-card__media {
	aspect-ratio: 1 / 1.08;
}

body.gll-storefront-shop .gll-product-card__body {
	min-height: 210px;
	padding: 1rem;
}

body.gll-storefront-shop .gll-product-card__meta .price,
body.gll-storefront-shop .gll-product-card .price,
body.gll-storefront-shop ul.products li.product .price {
	color: var(--gll-phase23-brown) !important;
}

.gll-phase23-shop-loop-heading {
	margin-top: clamp(3.2rem, 5vw, 4.5rem);
	margin-bottom: 1.2rem;
	text-align: center;
}

.gll-phase23-shop-loop-heading h2 {
	margin-bottom: 0.5rem;
}

body.gll-storefront-shop .woocommerce-result-count,
body.gll-storefront-shop .woocommerce-ordering {
	float: none !important;
	margin-bottom: 1.2rem;
}

body.gll-storefront-shop .woocommerce-result-count {
	display: block;
	margin-top: 0;
	color: var(--gll-phase23-muted);
}

body.gll-storefront-shop .woocommerce-ordering {
	display: flex;
	justify-content: flex-end;
}

body.gll-storefront-shop ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: clamp(1.05rem, 2vw, 1.45rem) !important;
}

body.gll-storefront-shop ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	padding: 0.75rem 0.75rem 1rem !important;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.gll-storefront-shop ul.products li.product .astra-shop-thumbnail-wrap {
	overflow: hidden;
	border-radius: calc(var(--gll-phase23-radius) - 2px);
}

body.gll-storefront-shop ul.products li.product .astra-shop-thumbnail-wrap img {
	aspect-ratio: 1 / 1.05;
	width: 100%;
	object-fit: cover;
}

body.gll-storefront-shop ul.products li.product .ast-woo-product-category {
	color: #9c6d45;
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0;
}

body.gll-storefront-shop ul.products li.product .woocommerce-loop-product__title {
	min-height: 3.1em;
	font-size: 0.94rem !important;
	line-height: 1.45;
}

body.gll-storefront-shop ul.products li.product .button {
	width: 100%;
	min-height: 44px;
	margin-top: 0.85rem !important;
}

body.page-id-232 .gll-phase23-style-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.35rem);
}

body.page-id-232 .gll-phase23-style-card .gll-category-card__media {
	aspect-ratio: 16 / 10;
}

body.page-id-232 .gll-phase23-style-card .gll-category-card__body {
	min-height: 180px;
	align-items: flex-start;
	padding: 1.1rem;
	flex-direction: column;
}

body.page-id-232 .gll-phase23-style-card .gll-category-card__body > div {
	display: grid;
	gap: 0.45rem;
}

body.page-id-232 .gll-phase23-style-card,
body.page-id-232 .gll-phase23-style-card :where(h3, p, span, strong) {
	text-decoration: none !important;
}

body.page-id-232 .gll-phase23-style-card h3 {
	margin: 0;
	font-size: 1.18rem;
	line-height: 1.25;
}

body.page-id-232 .gll-phase23-style-card p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.55;
}

body.page-id-232 .gll-phase23-style-card strong {
	margin-top: auto;
	color: var(--gll-phase23-brown);
	font-size: 0.78rem;
	font-weight: 800;
}

.gll-phase23-shop-cta,
.gll-phase23-collections-cta {
	margin-top: clamp(3.4rem, 5vw, 4.8rem);
	background:
		linear-gradient(135deg, #2a1d15 0%, #4a3020 58%, #6a4630 100%) !important;
	color: #fff7eb;
}

.gll-phase23-shop-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) auto;
	align-items: center;
	gap: clamp(1.5rem, 4vw, 3rem);
}

.gll-phase23-shop-cta h2,
.gll-phase23-collections-cta h2 {
	max-width: 700px;
	margin: 0;
	color: #fff7eb;
	font-size: clamp(2rem, 3.6vw, 3rem);
	line-height: 1.1;
	letter-spacing: 0;
}

.gll-phase23-shop-cta p:not(.gll-section__eyebrow),
.gll-phase23-collections-cta p:not(.gll-section__eyebrow) {
	max-width: 640px;
	margin: 1rem 0 0;
	color: rgba(255, 247, 235, 0.78);
	line-height: 1.65;
}

.gll-phase23-shop-cta .gll-button--secondary,
.gll-phase23-collections-cta .gll-button--secondary {
	background: rgba(255, 250, 244, 0.96) !important;
	color: var(--gll-phase23-brown) !important;
}

@media (min-width: 1600px) {
	body.gll-storefront-shop .gll-section__inner,
	body.page-id-232 .gll-section__inner,
	body.gll-storefront-shop .woocommerce-result-count,
	body.gll-storefront-shop .woocommerce-ordering,
	body.gll-storefront-shop ul.products,
	body.gll-storefront-shop nav.woocommerce-pagination,
	body.gll-storefront-shop .woocommerce-notices-wrapper,
	.gll-phase23-shop-loop-heading,
	.gll-phase23-shop-categories {
		width: min(1260px, calc(100% - 4rem));
	}
}

@media (max-width: 1024px) {
	body.gll-storefront-shop .gll-product-grid.products,
	body.gll-storefront-shop ul.products,
	body.page-id-232 .gll-phase23-style-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.gll-phase23-shop-categories .gll-shop-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.gll-phase23-shop-hero,
	.gll-phase23-collections-hero {
		min-height: 620px;
		padding: 4.6rem 1rem 2.8rem;
	}

	.gll-phase23-shop-hero::after,
	.gll-phase23-collections-hero::after {
		background:
			linear-gradient(0deg, rgba(42, 29, 21, 0.9) 0%, rgba(72, 46, 29, 0.64) 56%, rgba(42, 29, 21, 0.34) 100%);
	}

	.gll-phase23-shop-hero h1,
	.gll-phase23-collections-hero h1 {
		font-size: clamp(2.45rem, 10vw, 3.25rem);
	}

	.gll-phase23-shop-hero p:not(.gll-section__eyebrow),
	.gll-phase23-collections-hero p:not(.gll-section__eyebrow) {
		font-size: 1rem;
		line-height: 1.58;
	}

	.gll-phase23-shop-hero__actions,
	.gll-phase23-shop-cta__actions {
		flex-direction: column;
	}

	body.gll-storefront-shop .gll-button,
	body.page-id-232 .gll-button,
	body.gll-storefront-shop .button {
		width: 100%;
		max-width: 326px;
		min-height: 50px;
	}

	body.gll-storefront-shop .gll-section,
	body.page-id-232 .gll-section {
		padding-top: 3.2rem;
		padding-bottom: 3.2rem;
	}

	.gll-phase23-shop-categories .gll-shop-discovery__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.75rem;
	}

	.gll-phase23-shop-categories .gll-shop-discovery__heading > p {
		text-align: left;
	}

	.gll-phase23-shop-categories .gll-shop-category-grid,
	.gll-phase23-shop-categories .gll-shop-filter,
	body.gll-storefront-shop .gll-product-grid.products,
	body.gll-storefront-shop ul.products,
	body.page-id-232 .gll-phase23-style-grid,
	.gll-phase23-shop-cta__inner {
		grid-template-columns: 1fr !important;
	}

	body.gll-storefront-shop .gll-product-card__body {
		min-height: 190px;
	}

	body.gll-storefront-shop ul.products li.product .woocommerce-loop-product__title {
		min-height: auto;
	}
}
