/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

:root {
	--gf-green: #173d34;
	--gf-green-deep: #0f2d26;
	--gf-terracotta: #d66b4a;
	--gf-ink: #172538;
	--gf-ivory: #f7f3eb;
	--gf-cream: #eee6d8;
	--gf-brass: #d6a95c;
	--gf-white: #fffdf9;
	--gf-muted: #66716d;
	--gf-border: rgba(23, 61, 52, .16);
	--gf-shadow: 0 20px 55px rgba(18, 45, 38, .10);
}

/* Product catalog */
.gf-catalog-anchor {
	position: relative;
	top: -110px;
}

.gf-product-story {
	max-width: 980px;
	margin: 24px auto 70px;
}

.gf-product-story > h2 {
	margin-top: 44px;
}

.gf-product-story .gf-grid {
	margin: 36px 0;
}

.gf-purchase-preview {
	margin-top: 28px;
	padding: 24px;
	border: 1px solid var(--gf-border);
	border-radius: 18px;
	background: var(--gf-ivory);
}

.gf-purchase-preview-label {
	display: block;
	margin-bottom: 8px;
	color: var(--gf-terracotta);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.gf-purchase-preview strong {
	display: block;
	color: var(--gf-green);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 25px;
	line-height: 1.1;
}

.gf-purchase-preview p {
	margin: 10px 0 18px;
}

.gf-purchase-preview-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.single-product .cart .gf-buy-now {
	margin-left: 10px;
	border-color: var(--gf-terracotta);
	background: var(--gf-terracotta);
}

/* Gather Four single-product purchase area */
.single-product .product_title {
	color: var(--gf-green);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(42px, 4vw, 58px);
	font-weight: 600;
	line-height: .98;
	letter-spacing: -.035em;
}

.single-product .wd-breadcrumbs {
	color: var(--gf-muted);
}

.single-product .wd-breadcrumbs a:hover {
	color: var(--gf-terracotta);
}

.single-product .price,
.single-product .price .amount {
	color: var(--gf-terracotta) !important;
	font-size: 30px;
	font-weight: 700;
}

.single-product .elementor-element-59d3b0a {
	align-items: flex-start !important;
	gap: 12px;
}

.single-product .elementor-element-a86467f {
	flex: 1 1 auto !important;
	min-width: 0;
}

.single-product .elementor-element-a86467f > .elementor-widget-container {
	padding: 16px;
	border: 1px solid var(--gf-border);
	border-radius: 18px;
	background: var(--gf-ivory);
}

.single-product .gf-size-choice {
	grid-column: 1 / -1;
	margin: 0 0 6px;
	padding: 0;
	border: 0;
}

.single-product .gf-size-choice legend {
	display: flex;
	align-items: baseline;
	gap: 10px;
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	color: var(--gf-green);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.single-product .gf-size-choice legend small {
	color: var(--gf-muted);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.single-product .gf-size-choice-option {
	display: inline-flex;
	max-width: 100%;
	cursor: pointer;
}

.single-product .gf-size-choice-option input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.single-product .gf-size-choice-option span {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 9px 16px;
	border: 1px solid var(--gf-terracotta);
	border-radius: 999px;
	color: var(--gf-green);
	background: var(--gf-white);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.35;
	box-shadow: inset 0 0 0 1px rgba(214, 107, 74, .12);
}

.single-product .gf-size-choice-option span::after {
	margin-left: 10px;
	color: var(--gf-terracotta);
	content: "\2713";
	font-size: 14px;
	font-weight: 800;
}

.single-product .gf-size-choice-option input:focus-visible + span {
	outline: 3px solid rgba(214, 107, 74, .28);
	outline-offset: 3px;
}

.single-product form.cart {
	display: grid !important;
	grid-template-columns: 92px minmax(0, 1fr) minmax(0, 1fr);
	gap: 10px;
	align-items: stretch;
}

.single-product form.cart > * {
	min-width: 0;
}

.single-product form.cart .quantity {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 92px;
	height: 48px;
	overflow: hidden;
	border: 1px solid rgba(23, 61, 52, .28);
	border-radius: 999px;
	background: var(--gf-white);
}

.single-product form.cart .quantity :is(.minus, .plus, input.qty) {
	width: 100%;
	min-width: 0;
	height: 46px;
	padding: 0;
	border: 0;
	color: var(--gf-green);
	background: transparent;
}

.single-product form.cart .quantity input.qty {
	border-right: 1px solid var(--gf-border);
	border-left: 1px solid var(--gf-border);
}

.single-product .single_add_to_cart_button,
.single-product .cart .gf-buy-now {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin: 0;
	padding: 0 22px;
	border: 1px solid transparent !important;
	border-radius: 999px !important;
	color: var(--gf-white) !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .035em;
	text-transform: none;
	box-shadow: none !important;
}

.single-product .single_add_to_cart_button {
	background: var(--gf-green) !important;
}

.single-product .single_add_to_cart_button:hover {
	background: var(--gf-green-deep) !important;
}

.single-product .cart .gf-buy-now {
	background: var(--gf-terracotta) !important;
}

.single-product .cart .gf-buy-now:hover {
	background: #bc5639 !important;
}

.single-product .wd-single-wishlist-btn > .elementor-widget-container {
	display: flex;
}

.single-product .wd-single-wishlist-btn .wd-wishlist-btn > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid var(--gf-border);
	border-radius: 50%;
	color: var(--gf-green);
	background: var(--gf-ivory);
}

.single-product .elementor-element-85b0acb .title {
	color: var(--gf-green);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 30px;
	font-weight: 600;
}

.single-product .woocommerce-product-details__short-description {
	color: var(--gf-ink);
	font-size: 16px;
	line-height: 1.7;
}

/* Keep mixed portrait, landscape, and square product photos in one stable frame. */
.single-product .wd-gallery-images .woocommerce-product-gallery__image > a {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: var(--gf-white);
}

.single-product .wd-gallery-images .woocommerce-product-gallery__image > a > img:not(.zoomImg) {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.gf-shop-products-intro {
	padding: 18px 0 28px;
}

.gf-shop-products-intro .gf-section-title {
	margin: 8px 0 10px;
}

.gf-shop-products-intro p {
	max-width: 700px;
	margin: 0;
}

.gf-category-archive-head {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin: 0 0 48px -50vw;
	padding: 58px 0 40px;
	background: var(--gf-ivory);
}

.gf-category-archive-copy {
	display: grid;
	grid-template-columns: minmax(260px, .8fr) minmax(420px, 1.2fr);
	align-items: end;
	gap: 36px;
	margin-bottom: 30px;
}

.gf-category-archive-copy .gf-eyebrow {
	grid-column: 1 / -1;
	margin-bottom: -20px;
}

.gf-category-archive-title {
	margin: 0;
	color: var(--gf-green);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(46px, 6vw, 76px);
	font-weight: 600;
	line-height: .95;
}

.gf-category-archive-copy p {
	max-width: 650px;
	margin: 0;
	color: var(--gf-ink);
	font-size: 17px;
	line-height: 1.65;
}

.gf-category-switcher {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 10px;
}

.gf-category-switcher-link {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 48px;
	padding: 11px 18px;
	border: 1px solid var(--gf-border);
	border-radius: 999px;
	color: var(--gf-green);
	background: var(--gf-white);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
	text-decoration: none;
	white-space: nowrap;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.gf-category-switcher-link small {
	color: var(--gf-muted);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .04em;
}

.gf-category-switcher-link:not(.is-disabled):hover {
	transform: translateY(-2px);
	border-color: var(--gf-terracotta);
	color: var(--gf-green-deep);
}

.gf-category-switcher-link.is-current {
	border-color: var(--gf-green);
	color: var(--gf-white);
	background: var(--gf-green);
}

.gf-category-switcher-link.is-current small {
	color: rgba(255, 255, 255, .75);
}

.gf-category-switcher-link.is-disabled {
	cursor: not-allowed;
	color: var(--gf-muted);
	background: rgba(255, 253, 249, .58);
	opacity: .72;
}

.wd-products .wd-product.wd-hover-info .top-information {
	position: static;
	padding: 18px 4px 6px;
	gap: 4px;
}

.wd-products .wd-product.wd-hover-info .wd-entities-title {
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 26px;
	line-height: 1.05;
}

.wd-products .wd-product.wd-hover-info .wd-entities-title a {
	color: var(--gf-green);
}

.wd-products .wd-product.wd-hover-info .wd-product-cats {
	line-height: 1.35;
}

.wd-products .wd-product.wd-hover-info .bottom-information,
.wd-products .wd-product.wd-hover-info:hover .bottom-information {
	position: static;
	inset: auto;
	transform: none;
	padding: 0 4px 18px;
}

.wd-products .wd-product.wd-hover-info .bottom-information .price {
	position: static;
	min-width: 0;
	margin: 0;
	color: var(--gf-terracotta);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
}

.wd-products .wd-product .product-image-link {
	overflow: hidden;
	border-radius: 22px;
}

.post-type-archive-product .elementor-784 {
	max-width: 1200px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
}

body {
	color: var(--gf-ink);
	background: var(--gf-white);
}

.gf-page {
	overflow: visible;
	background: var(--gf-white);
}

.website-wrapper {
	overflow-x: clip;
}

/*
 * WoodMart places page content inside its global max-width container. Brand
 * backgrounds should reach the viewport edges while their inner .gf-shell
 * remains aligned to the content grid.
 */
.gf-page > .gf-hero,
.gf-page > .gf-page-hero,
.gf-page > .gf-section-cream,
.gf-page > .gf-section-green,
.gf-page > .gf-band,
.gf-shop-prelaunch > .gf-section-cream {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
}

.wd-footer > .container.main-footer {
	width: 100%;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.gf-shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.gf-narrow {
	width: min(800px, calc(100% - 48px));
	margin-inline: auto;
}

.gf-section {
	padding: 104px 0;
}

.gf-section-sm {
	padding: 72px 0;
}

.gf-section-cream {
	background: var(--gf-ivory);
}

.gf-section-green {
	color: var(--gf-white);
	background: var(--gf-green);
}

.gf-eyebrow {
	display: block;
	margin-bottom: 18px;
	color: var(--gf-terracotta);
	font: 700 12px/1.2 "Instrument Sans", sans-serif;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.gf-section-green .gf-eyebrow {
	color: #f0c987;
}

.gf-display,
.gf-title,
.gf-section-title,
.gf-card-title,
.gf-quote {
	margin: 0;
	color: var(--gf-green);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 600;
	letter-spacing: -.025em;
}

.gf-display {
	font-size: clamp(58px, 7vw, 96px);
	line-height: .9;
}

.gf-title {
	font-size: clamp(48px, 6vw, 78px);
	line-height: .96;
}

.gf-section-title {
	font-size: clamp(38px, 4.2vw, 58px);
	line-height: 1;
}

.gf-card-title {
	font-size: 31px;
	line-height: 1.05;
}

.gf-section-green .gf-display,
.gf-section-green .gf-title,
.gf-section-green .gf-section-title,
.gf-section-green .gf-card-title {
	color: var(--gf-white);
}

.gf-lede {
	max-width: 660px;
	margin: 26px 0 0;
	font-size: clamp(18px, 1.8vw, 22px);
	line-height: 1.65;
	color: #44534f;
}

.gf-section-green .gf-lede,
.gf-section-green p {
	color: rgba(255, 253, 249, .82);
}

.gf-copy,
.gf-card p,
.gf-rich p,
.gf-rich li {
	font-size: 17px;
	line-height: 1.75;
}

.gf-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.gf-button,
.gf-page a.gf-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 14px 24px;
	border: 1px solid var(--gf-green);
	border-radius: 999px;
	font: 700 13px/1 "Instrument Sans", sans-serif;
	letter-spacing: .05em;
	text-decoration: none;
	transition: transform .2s ease, background .2s ease, color .2s ease;
}

.gf-button:hover {
	transform: translateY(-2px);
}

.gf-button-primary,
.gf-page a.gf-button-primary {
	color: #fff;
	background: var(--gf-green);
}

.gf-button-light,
.gf-page a.gf-button-light {
	color: var(--gf-green);
	border-color: var(--gf-white);
	background: var(--gf-white);
}

.gf-button-ghost,
.gf-page a.gf-button-ghost {
	color: var(--gf-green);
	background: transparent;
}

.gf-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--gf-green);
	font-weight: 700;
	text-decoration: none;
}

.gf-text-link::after {
	content: "\2192";
	transition: transform .2s ease;
}

.gf-text-link:hover::after {
	transform: translateX(4px);
}

.gf-hero {
	position: relative;
	min-height: 720px;
	display: grid;
	align-items: center;
	background: var(--gf-ivory);
}

.gf-hero-media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.gf-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(247, 243, 235, .98) 0%, rgba(247, 243, 235, .91) 38%, rgba(247, 243, 235, .10) 69%, transparent 100%);
}

.gf-hero-content {
	position: relative;
	z-index: 1;
	max-width: 650px;
	padding: 120px 0;
}

.gf-page-hero {
	padding: 118px 0 100px;
	text-align: center;
	background: var(--gf-ivory);
}

.gf-page-hero .gf-lede {
	margin-inline: auto;
}

.gf-breadcrumb {
	margin-bottom: 28px;
	color: var(--gf-muted);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.gf-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.gf-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

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

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

.gf-card {
	position: relative;
	padding: 38px;
	border: 1px solid var(--gf-border);
	border-radius: 22px;
	background: var(--gf-white);
	box-shadow: 0 1px 0 rgba(23, 61, 52, .02);
}

.gf-category-card {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	min-height: 100%;
	color: inherit;
	text-decoration: none;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.gf-category-card .gf-card-title {
	margin-bottom: 20px;
}

.gf-category-card p {
	margin-bottom: 24px;
}

.gf-category-card::after {
	content: "\2192";
	margin-top: auto;
	color: var(--gf-terracotta);
	font-size: 24px;
	line-height: 1;
	transition: transform .2s ease;
}

.gf-category-card:hover {
	transform: translateY(-4px);
	border-color: rgba(198, 91, 62, .45);
	box-shadow: 0 12px 30px rgba(23, 61, 52, .08);
}

.gf-category-card:hover::after {
	transform: translateX(4px);
}

.gf-card-number,
.gf-step-number {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 26px;
	border-radius: 50%;
	color: var(--gf-white);
	background: var(--gf-terracotta);
	font-weight: 700;
}

.gf-card p:last-child,
.gf-rich p:last-child {
	margin-bottom: 0;
}

.gf-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: clamp(42px, 7vw, 100px);
}

.gf-split-media img,
.gf-feature-image {
	display: block;
	width: 100%;
	border-radius: 24px;
	box-shadow: var(--gf-shadow);
}

.gf-split-media img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.gf-mini-list {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.gf-mini-list li {
	position: relative;
	margin: 14px 0;
	padding-left: 28px;
	font-size: 16px;
}

.gf-mini-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .58em;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--gf-brass);
}

.gf-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	margin-top: 48px;
}

.gf-step {
	padding: 30px 26px;
	border-top: 1px solid var(--gf-border);
}

.gf-step h3 {
	margin: 0 0 10px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 27px;
	color: var(--gf-green);
}

.gf-step p {
	margin: 0;
	line-height: 1.65;
}

.gf-band {
	padding: 76px 0;
	color: var(--gf-white);
	background: var(--gf-green);
}

.gf-band-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.gf-band .gf-section-title {
	max-width: 740px;
	color: var(--gf-white);
}

.gf-rich h2,
.gf-rich h3 {
	margin-top: 2em;
	color: var(--gf-green);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 600;
}

.gf-rich h2 {
	font-size: 42px;
}

.gf-rich h3 {
	font-size: 30px;
}

.gf-rich a {
	color: var(--gf-terracotta);
	font-weight: 700;
}

.gf-note,
.gf-callout {
	margin: 38px 0;
	padding: 30px 34px;
	border-left: 4px solid var(--gf-brass);
	border-radius: 0 16px 16px 0;
	background: var(--gf-ivory);
}

.gf-callout strong,
.gf-note strong {
	display: block;
	margin-bottom: 6px;
	color: var(--gf-green);
}

.gf-toc {
	padding: 30px 34px;
	border: 1px solid var(--gf-border);
	border-radius: 18px;
}

.gf-toc strong {
	display: block;
	margin-bottom: 12px;
	color: var(--gf-green);
}

.gf-toc a {
	color: var(--gf-ink);
}

.gf-faq {
	margin-top: 36px;
	border-top: 1px solid var(--gf-border);
}

.gf-faq details {
	border-bottom: 1px solid var(--gf-border);
	padding: 22px 0;
}

.gf-faq summary {
	cursor: pointer;
	color: var(--gf-green);
	font-size: 19px;
	font-weight: 700;
}

.gf-faq details p {
	max-width: 760px;
	margin: 14px 0 0;
}

.gf-stat-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin-top: 44px;
	background: var(--gf-border);
}

.gf-stat {
	padding: 28px;
	text-align: center;
	background: var(--gf-white);
}

.gf-stat strong {
	display: block;
	color: var(--gf-green);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 48px;
}

.gf-contact-form-wrap {
	padding: 42px;
	border-radius: 22px;
	background: var(--gf-ivory);
}

.gf-contact-form label,
.gf-contact-form label span {
	display: block;
}

.gf-contact-form label {
	margin-bottom: 20px;
	font-weight: 700;
}

.gf-contact-form label span {
	margin-bottom: 8px;
}

.gf-contact-form input,
.gf-contact-form select,
.gf-contact-form textarea {
	width: 100%;
	border: 1px solid var(--gf-border);
	border-radius: 10px;
	background: var(--gf-white);
}

.gf-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.gf-form-notice {
	margin-bottom: 24px;
	padding: 14px 18px;
	border-radius: 10px;
}

.gf-form-success {
	color: #0f5b3e;
	background: #e2f2e9;
}

.gf-form-error {
	color: #8a2f20;
	background: #f9e3df;
}

.gf-honeypot {
	position: absolute !important;
	left: -9999px !important;
}

.gf-footer {
	padding: 76px 0 28px;
	color: rgba(255, 253, 249, .76);
	background: var(--gf-green-deep);
}

.gf-footer-grid {
	display: grid;
	grid-template-columns: 2fr repeat(3, 1fr);
	gap: 50px;
}

.gf-footer-logo {
	display: block;
	width: 245px;
	max-width: 100%;
	margin-bottom: 22px;
	filter: brightness(0) invert(1);
}

.gf-footer h3,
.gf-footer-heading {
	display: block;
	margin: 0 0 20px;
	color: var(--gf-white);
	font-family: "Instrument Sans", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.gf-footer .gf-footer-summary {
	display: block;
	width: 100%;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: inherit !important;
	text-align: left;
	text-transform: none !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	-webkit-appearance: none;
	appearance: none;
}

.gf-footer .gf-footer-summary:hover,
.gf-footer .gf-footer-summary:focus {
	color: inherit !important;
	border-color: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}

.gf-footer-toggle {
	display: none !important;
}

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

.gf-footer li {
	margin: 11px 0;
}

.gf-footer a {
	color: rgba(255, 253, 249, .76);
	text-decoration: none;
}

.gf-footer a:hover {
	color: var(--gf-white);
}

.gf-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 58px;
	padding-top: 24px;
	border-top: 1px solid rgba(255,255,255,.14);
	font-size: 13px;
}

@media (min-width: 1025px) {
	.gf-footer-summary {
		pointer-events: none;
	}
}

.gf-shop-intro {
	padding: 100px 0 116px;
	text-align: center;
}

.gf-shop-intro p {
	max-width: 680px;
	margin: 16px auto 0;
}

body.blog .page-title {
	padding: 58px 0;
	background: var(--gf-ivory);
}

body.blog .page-title .title,
body.single-post .entry-title {
	color: var(--gf-green);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 600;
	letter-spacing: -.02em;
}

body.blog .page-title .title {
	font-size: 58px;
}

body.blog .wd-breadcrumbs,
body.blog .wd-post-meta,
body.single-post .wd-post-meta {
	display: none;
}

body.blog .wd-entities-title {
	color: var(--gf-green);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 34px;
	font-weight: 600;
}

body.blog .wd-post-cat {
	background: var(--gf-terracotta) !important;
}

body.blog .wd-post-read-more .btn,
body.blog .wd-post-read-more .btn:hover {
	border-radius: 999px;
	background: var(--gf-green);
}

body.blog .wd-post-date {
	color: var(--gf-green);
}

.gf-journal-article {
	padding-bottom: 28px;
}

.gf-journal-article .gf-article-deck {
	margin-bottom: 30px;
	color: #33453f;
	font-size: clamp(19px, 2vw, 23px);
	line-height: 1.65;
}

.gf-journal-article .gf-answer-first {
	margin-top: 0;
}

.gf-journal-article .gf-answer-first p {
	margin: 0;
}

.gf-article-faq {
	margin-top: 52px;
	padding-top: 4px;
}

.gf-article-faq .gf-faq-item {
	margin-top: 14px;
	padding: 22px 24px;
	border: 1px solid var(--gf-border);
	border-radius: 16px;
	background: #fff;
}

.gf-article-faq .gf-faq-item h3 {
	margin: 0 0 8px;
	font-family: "Instrument Sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.gf-article-faq .gf-faq-item p {
	margin: 0;
}

.gf-related-reading,
.gf-source-notes {
	margin-top: 42px;
	padding: 28px 30px;
	border-radius: 18px;
	background: var(--gf-ivory);
}

.gf-related-reading h2,
.gf-source-notes h2 {
	margin-top: 0;
}

.gf-article-reviewed {
	margin-top: 30px;
	color: #66736f;
}

@media (max-width: 767px) {
	.gf-journal-article .gf-article-deck {
		font-size: 18px;
	}

	.gf-journal-article h2 {
		font-size: 32px;
	}

	.gf-journal-article h3 {
		font-size: 24px;
	}

	.gf-article-faq .gf-faq-item,
	.gf-related-reading,
	.gf-source-notes {
		padding: 20px;
	}
}

.gf-404 {
	min-height: 620px;
	display: grid;
	place-items: center;
	padding: 100px 0;
	text-align: center;
	background: var(--gf-ivory);
}

.gf-404-mark {
	margin-bottom: 18px;
	color: var(--gf-terracotta);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 100px;
	font-weight: 600;
	line-height: .8;
}

@media (max-width: 1024px) {
	.gf-category-archive-copy {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.gf-category-archive-copy .gf-eyebrow {
		grid-column: auto;
		margin-bottom: 0;
	}

	.gf-grid-4,
	.gf-steps {
		grid-template-columns: repeat(2, 1fr);
	}

	.gf-footer-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.gf-footer {
		padding: 52px 0 22px;
	}

	.gf-footer-brand {
		padding-bottom: 28px;
	}

	.gf-footer-group {
		border-top: 1px solid rgba(255, 255, 255, .16);
	}

	.gf-footer-group:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, .16);
	}

	.gf-footer .gf-footer-summary {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 58px;
		padding: 0 2px 0 0 !important;
		cursor: pointer;
	}

	.gf-footer-summary:hover,
	.gf-footer-summary:focus {
		color: inherit !important;
		background: transparent !important;
	}

	.gf-footer-summary .gf-footer-heading {
		margin: 0;
	}

	.gf-footer-toggle {
		position: relative;
		display: block !important;
		width: 18px;
		height: 18px;
		flex: 0 0 18px;
	}

	.gf-footer-toggle::before,
	.gf-footer-toggle::after {
		content: "";
		position: absolute;
		top: 8px;
		left: 1px;
		width: 16px;
		height: 1px;
		background: var(--gf-white);
		transition: transform .2s ease;
	}

	.gf-footer-toggle::after {
		transform: rotate(90deg);
	}

	.gf-footer-group.is-open .gf-footer-toggle::after {
		transform: rotate(0deg);
	}

	.gf-footer-group > ul {
		display: none !important;
		padding: 0 0 22px;
	}

	.gf-footer-group.is-open > ul {
		display: block !important;
	}

	.gf-footer-group li {
		margin: 12px 0;
	}

	.gf-footer-bottom {
		margin-top: 32px;
	}
}

@media (max-width: 768px) {
	.gf-category-archive-head {
		margin-bottom: 30px;
		padding: 40px 0 26px;
	}

	.gf-category-archive-copy {
		margin-bottom: 24px;
	}

	.gf-category-archive-title {
		font-size: 46px;
	}

	.gf-category-archive-copy p {
		font-size: 15px;
		line-height: 1.55;
	}

	.gf-category-switcher {
		width: calc(100vw - 16px);
		margin-right: -16px;
		padding-right: 16px;
		padding-bottom: 8px;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.gf-category-switcher::-webkit-scrollbar {
		display: none;
	}

	.gf-category-switcher-link {
		flex: 0 0 auto;
		scroll-snap-align: start;
	}

	body.single-product .wd-toolbar {
		display: none !important;
	}

	.single-product .product_title {
		font-size: 38px;
		line-height: 1;
	}

	.single-product .elementor-element-a86467f > .elementor-widget-container {
		padding: 14px;
	}

	.single-product form.cart {
		grid-template-columns: 88px minmax(0, 1fr);
	}

	.single-product form.cart .quantity {
		width: 88px;
	}

	.single-product .cart .gf-buy-now {
		grid-column: 1 / -1;
	}

	.post-type-archive-product .wd-products {
		--wd-col-sm: 1 !important;
	}

	.gf-page,
	.gf-hero {
		width: 100%;
		max-width: 100vw;
	}

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

	.gf-shell,
	.gf-narrow {
		width: calc(100vw - 32px) !important;
		max-width: calc(100vw - 32px);
		min-width: 0;
	}

	.gf-section {
		padding: 72px 0;
	}

	.gf-hero {
		min-height: 670px;
		align-items: end;
	}

	.gf-hero-media {
		object-position: 68% center;
	}

	.gf-hero::after {
		background: linear-gradient(0deg, rgba(247, 243, 235, .99) 0%, rgba(247, 243, 235, .94) 46%, rgba(247, 243, 235, .18) 78%, transparent 100%);
	}

	.gf-hero-content {
		width: calc(100vw - 32px);
		max-width: calc(100vw - 32px);
		min-width: 0;
		padding: 270px 0 58px;
	}

	.gf-hero-content .gf-display,
	.gf-hero-content .gf-lede {
		width: 100%;
		max-width: calc(100vw - 48px);
	}

	.gf-hero-content .gf-display {
		max-width: 8ch !important;
	}

	.gf-hero-content .gf-lede {
		max-width: 29ch !important;
	}

	.gf-display {
		font-size: clamp(52px, 16vw, 72px);
		white-space: normal !important;
	}

	.gf-title,
	.gf-section-title,
	.gf-card-title {
		white-space: normal !important;
	}

	.gf-page-hero {
		padding: 82px 0 72px;
	}

	.gf-grid,
	.gf-grid-2,
	.gf-grid-4,
	.gf-steps,
	.gf-split,
	.gf-form-grid,
	.gf-stat-row,
	.gf-footer-grid {
		grid-template-columns: 1fr;
	}

	.gf-split-media {
		order: -1;
	}

	.gf-band-inner,
	.gf-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.gf-card,
	.gf-contact-form-wrap {
		padding: 28px;
	}

}
