/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Home hero - match the supplied Tailwind layout */
.xc-home-hero {
	--display: flex;
	--min-height: 600px;
	--height: 80vh;
	--content-width: min(100%, 1280px);
	--justify-content: flex-start;
	--align-items: flex-start;
	--padding-top: 200px;
	--padding-right: 24px;
	--padding-bottom: 200px;
	--padding-left: 24px;
	--row-gap: 0px;
	--column-gap: 0px;
	position: relative;
	overflow: hidden;
	background-position: center right !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.xc-home-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #fff 0%, rgb(255 255 255 / 80%) 52%, rgb(255 255 255 / 0%) 100%) !important;
	opacity: 1 !important;
	pointer-events: none;
}

.xc-home-hero > .e-con-inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	max-width: 1280px;
	margin-inline: auto;
	padding-block-start: var(--padding-top);
	padding-block-end: var(--padding-bottom);
}

.xc-home-hero .e-1eed938-fdc564a {
	max-width: 672px;
	margin: 0 0 24px;
	font-family: "Inter", sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.025em;
	color: #111827;
}

.xc-home-hero .e-1eed938-fdc564a strong {
	font-weight: inherit;
}

.xc-home-hero .e-paragraph-base {
	max-width: 512px;
	margin: 0 0 40px;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	color: #4b5563;
}

.xc-home-hero .elementor-widget-button {
	margin: 0;
}

.xc-home-hero .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 16px 40px;
	border-radius: 4px;
	background-color: #c5a059 !important;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff !important;
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.xc-home-hero .elementor-button:hover,
.xc-home-hero .elementor-button:focus {
	background-color: #b08d4b !important;
	color: #fff !important;
}

@media (max-width: 1024px) {
	.xc-home-hero {
		--content-width: min(100%, 1024px);
		background-position: center center !important;
	}
}

@media (max-width: 767px) {
	.xc-home-hero {
		--height: auto;
		--min-height: 600px;
		--padding-top: 96px;
		--padding-right: 20px;
		--padding-bottom: 96px;
		--padding-left: 20px;
	}

	.xc-home-hero::before {
		background: linear-gradient(to right, rgb(255 255 255 / 94%) 0%, rgb(255 255 255 / 84%) 58%, rgb(255 255 255 / 30%) 100%) !important;
	}

	.xc-home-hero .e-1eed938-fdc564a {
		font-size: 42px;
		line-height: 1.12;
	}

	.xc-home-hero .e-paragraph-base {
		font-size: 16px;
	}
}

/* Home featured categories - match the supplied Tailwind layout */
.xc-home-featured {
	--display: flex;
	--content-width: min(100%, 1280px);
	--padding-top: 96px;
	--padding-right: 24px;
	--padding-bottom: 96px;
	--padding-left: 24px;
	--row-gap: 0px;
	--column-gap: 0px;
	background-color: #f9fafb !important;
}

.xc-home-featured > .e-con-inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1280px;
	margin-inline: auto;
	padding-inline: 0;
	padding-block-start: var(--padding-top);
	padding-block-end: var(--padding-bottom);
}

.xc-home-featured .e-724f538-92562db {
	margin: 0 0 64px !important;
	font-family: "Inter", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
	color: #1b1c1c;
}

.xc-home-featured .e-724f538-92562db strong {
	font-weight: inherit;
}

.xc-home-featured .elementor-element-f3a2024,
.xc-home-featured .elementor-element-6c6d300 {
	--display: grid;
	--row-gap: 32px;
	--column-gap: 32px;
	display: grid !important;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 32px;
	width: 100%;
}

.xc-home-featured .elementor-element-f3a2024 {
	grid-auto-rows: 320px;
	margin: 0 0 32px;
}

.xc-home-featured .elementor-element-6c6d300 {
	grid-auto-rows: 320px;
}

.xc-home-featured .elementor-element-52a6655,
.xc-home-featured .elementor-element-864d843,
.xc-home-featured .elementor-element-be8dda1,
.xc-home-featured .elementor-element-6a6da83 {
	--width: auto !important;
	--display: flex;
	--justify-content: center;
	--align-items: center;
	--padding-top: 0px;
	--padding-right: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	position: relative;
	min-width: 0;
	min-height: 320px;
	padding: 0 !important;
	border-radius: 12px;
	overflow: hidden;
}

.xc-home-featured .elementor-element-52a6655 {
	grid-column: span 8;
	background-color: #111827;
}

.xc-home-featured .elementor-element-864d843 {
	grid-column: span 4;
	background-color: #fff;
	border: 1px solid #f3f4f6;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.xc-home-featured .elementor-element-be8dda1,
.xc-home-featured .elementor-element-6a6da83 {
	grid-column: span 6;
}

.xc-home-featured .elementor-element-be8dda1 {
	background-color: #fff;
	border: 1px solid #f3f4f6;
}

.xc-home-featured .elementor-element-6a6da83 {
	background-color: #fff;
	border: 1px solid #f3f4f6;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.xc-home-featured .elementor-element-864d843:hover,
.xc-home-featured .elementor-element-6a6da83:hover {
	border-color: #c5a059;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
}

.xc-home-featured .elementor-widget-image-box,
.xc-home-featured .elementor-widget-icon-box {
	width: 100%;
	height: 100%;
}

.xc-home-featured .elementor-image-box-wrapper,
.xc-home-featured .elementor-icon-box-wrapper {
	width: 100%;
	height: 100%;
}

.xc-home-featured .elementor-element-52a6655 .elementor-image-box-wrapper,
.xc-home-featured .elementor-element-be8dda1 .elementor-image-box-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}

.xc-home-featured .elementor-image-box-img {
	display: block !important;
	width: 100% !important;
	height: 100%;
	margin: 0 !important;
}

.xc-home-featured .elementor-image-box-img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100% !important;
	max-width: none;
	object-fit: cover;
	transition: transform 700ms ease;
}

.xc-home-featured .elementor-element-52a6655:hover .elementor-image-box-img img,
.xc-home-featured .elementor-element-be8dda1:hover .elementor-image-box-img img {
	transform: scale(1.05);
}

.xc-home-featured .elementor-element-52a6655 .elementor-image-box-img img {
	opacity: 0.6;
}

.xc-home-featured .elementor-element-52a6655 .elementor-image-box-wrapper::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(to top, rgb(0 0 0 / 80%), rgb(0 0 0 / 20%), transparent);
	pointer-events: none;
}

.xc-home-featured .elementor-element-52a6655 .elementor-image-box-content {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	padding: 40px;
	text-align: left;
}

.xc-home-featured .elementor-element-52a6655 .elementor-image-box-title {
	margin: 0 0 12px;
	font-family: "Inter", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	color: #fff !important;
}

.xc-home-featured .elementor-element-52a6655 .elementor-image-box-description {
	margin: 0;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #e5e7eb !important;
}

.xc-home-featured .elementor-element-be8dda1 .elementor-image-box-img img {
	opacity: 0.4;
}

.xc-home-featured .elementor-element-be8dda1 .elementor-image-box-content {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1;
	padding: 24px;
}

.xc-home-featured .elementor-element-be8dda1 .elementor-image-box-content::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: min(80%, 330px);
	height: 124px;
	background-color: rgb(255 255 255 / 90%);
	border: 1px solid #f3f4f6;
	backdrop-filter: blur(4px);
}

.xc-home-featured .elementor-element-be8dda1 .elementor-image-box-title {
	margin: 0 0 12px;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	color: #111827 !important;
}

.xc-home-featured .elementor-element-be8dda1 .elementor-image-box-description {
	margin: 0;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #c5a059 !important;
}

.xc-home-featured .elementor-element-864d843 .elementor-widget-icon-box,
.xc-home-featured .elementor-element-6a6da83 .elementor-widget-icon-box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
}

.xc-home-featured .elementor-icon-box-wrapper {
	display: flex !important;
	flex-direction: column;
	align-items: center !important;
	justify-content: center;
	text-align: center;
	gap: 24px !important;
}

.xc-home-featured .elementor-icon-box-icon {
	margin: 0 !important;
}

.xc-home-featured .elementor-icon {
	font-size: 64px;
	transition: color 0.2s ease, fill 0.2s ease;
}

.xc-home-featured .elementor-element-864d843 .elementor-icon {
	color: #9ca3af !important;
	fill: #9ca3af !important;
}

.xc-home-featured .elementor-element-864d843:hover .elementor-icon {
	color: #c5a059 !important;
	fill: #c5a059 !important;
}

.xc-home-featured .elementor-element-6a6da83 .elementor-icon {
	color: #c5a059 !important;
	fill: #c5a059 !important;
}

.xc-home-featured .elementor-icon svg,
.xc-home-featured .elementor-icon svg path {
	width: 1em;
	height: 1em;
	fill: currentColor !important;
}

.xc-home-featured .elementor-icon-box-title {
	margin: 0 0 8px;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	color: #111827 !important;
}

.xc-home-featured .elementor-icon-box-title span {
	font: inherit;
	color: inherit;
}

.xc-home-featured .elementor-icon-box-description {
	margin: 0;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #6b7280 !important;
}

@media (max-width: 1024px) {
	.xc-home-featured {
		--content-width: min(100%, 1024px);
	}
}

@media (max-width: 767px) {
	.xc-home-featured {
		--padding-top: 72px;
		--padding-right: 20px;
		--padding-bottom: 72px;
		--padding-left: 20px;
	}

	.xc-home-featured .e-724f538-92562db {
		margin-bottom: 40px !important;
	}

	.xc-home-featured .elementor-element-f3a2024,
	.xc-home-featured .elementor-element-6c6d300 {
		grid-template-columns: 1fr;
		grid-auto-rows: 320px;
	}

	.xc-home-featured .elementor-element-52a6655,
	.xc-home-featured .elementor-element-864d843,
	.xc-home-featured .elementor-element-be8dda1,
	.xc-home-featured .elementor-element-6a6da83 {
		grid-column: 1 / -1;
	}

	.xc-home-featured .elementor-element-52a6655 .elementor-image-box-content {
		padding: 28px;
	}

	.xc-home-featured .elementor-element-52a6655 .elementor-image-box-title {
		font-size: 30px;
		line-height: 36px;
	}
}

/* Home popular products - match the supplied Tailwind layout */
.xc-home-popular {
	--display: flex;
	--content-width: min(100%, 1280px);
	--padding-top: 96px;
	--padding-right: 24px;
	--padding-bottom: 96px;
	--padding-left: 24px;
	--row-gap: 0px;
	--column-gap: 0px;
	background-color: #fff !important;
}

.xc-home-popular > .e-con-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-areas:
		"intro action"
		"products products";
	align-items: end;
	column-gap: 32px;
	row-gap: 48px;
	width: 100%;
	max-width: 1280px;
	margin-inline: auto;
	padding-inline: 0;
	padding-block-start: var(--padding-top);
	padding-block-end: var(--padding-bottom);
}

.xc-home-popular .elementor-element-84dc6dd {
	grid-area: intro;
	--width: auto !important;
	--display: flex;
	--flex-direction: column;
	--row-gap: 8px;
	--column-gap: 0px;
	align-items: flex-start;
	min-width: 0;
}

.xc-home-popular .e-7f65015-29774b6 {
	margin: 0 0 8px !important;
	font-family: "Inter", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: -0.01em;
	color: #111827 !important;
}

.xc-home-popular .e-7f65015-29774b6 strong {
	font-weight: inherit;
}

.xc-home-popular .e-f0a0821-255a6e0 {
	max-width: 520px;
	margin: 0 !important;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #6b7280 !important;
}

.xc-home-popular .elementor-element-e30db91 {
	grid-area: action;
	--width: auto !important;
	--display: flex;
	--justify-content: flex-end;
	--align-items: center;
	justify-self: end;
	align-self: start;
	min-width: max-content;
}

.xc-home-popular .elementor-element-d9d44cd,
.xc-home-popular .elementor-element-d9d44cd .elementor-widget-container {
	margin: 0 !important;
}

.xc-home-popular .elementor-element-d9d44cd .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #c5a059 !important;
	transition: color 0.2s ease;
}

.xc-home-popular .elementor-element-d9d44cd .elementor-button:hover,
.xc-home-popular .elementor-element-d9d44cd .elementor-button:focus {
	background: transparent !important;
	color: #111827 !important;
}

.xc-home-popular .elementor-element-d9d44cd .elementor-button-content-wrapper {
	display: inline-flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 8px;
}

.xc-home-popular .elementor-element-d9d44cd .elementor-button-icon {
	display: inline-flex;
	margin: 0 !important;
	font-size: 14px;
	transition: transform 0.2s ease;
}

.xc-home-popular .elementor-element-d9d44cd .elementor-button:hover .elementor-button-icon,
.xc-home-popular .elementor-element-d9d44cd .elementor-button:focus .elementor-button-icon {
	transform: translateX(4px);
}

.xc-home-popular .elementor-element-d9d44cd .elementor-button-icon svg,
.xc-home-popular .elementor-element-d9d44cd .elementor-button-icon svg path {
	width: 1em;
	height: 1em;
	fill: currentColor !important;
}

.xc-home-popular .elementor-element-2f6dcf8 {
	grid-area: products;
	--width: 100% !important;
	--display: block;
	width: 100%;
	min-width: 0;
}

.xc-home-popular .elementor-element-6cea2d7,
.xc-home-popular .elementor-element-6cea2d7 .elementor-widget-container,
.xc-home-popular .woocommerce {
	width: 100%;
}

.xc-home-popular .woocommerce ul.products,
.xc-home-popular .woocommerce ul.products.elementor-grid,
.xc-home-popular .woocommerce.columns-4 ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.xc-home-popular .woocommerce ul.products::before,
.xc-home-popular .woocommerce ul.products::after {
	display: none !important;
	content: none !important;
}

.xc-home-popular .woocommerce ul.products li.product,
.xc-home-popular .woocommerce-page ul.products li.product,
.xc-home-popular .elementor-grid .product {
	display: flex !important;
	flex-direction: column;
	float: none !important;
	clear: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent;
	font-family: "Inter", sans-serif;
}

.xc-home-popular .woocommerce ul.products li.product a.woocommerce-loop-product__link {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-areas:
		"image image"
		"title price"
		"rating rating";
	align-items: start;
	column-gap: 16px;
	row-gap: 0;
	color: inherit;
	text-decoration: none !important;
}

.xc-home-popular .woocommerce ul.products li.product a.woocommerce-loop-product__link::before {
	content: "";
	grid-area: image;
	display: block;
	aspect-ratio: 1 / 1;
	width: 100%;
	margin: 0 0 16px;
	border: 1px solid #f3f4f6;
	border-radius: 4px;
	background: #f9fafb;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.xc-home-popular .woocommerce ul.products li.product:hover a.woocommerce-loop-product__link::before {
	border-color: #e5e7eb;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
}

.xc-home-popular .woocommerce ul.products li.product a img {
	grid-area: image;
	align-self: center;
	justify-self: center;
	z-index: 1;
	width: 100% !important;
	height: 100% !important;
	aspect-ratio: 1 / 1;
	max-width: none;
	margin: 0 0 16px !important;
	padding: 32px;
	object-fit: contain;
	border: 0;
	border-radius: 4px;
	box-shadow: none !important;
	background: transparent;
	transition: transform 500ms ease;
}

.xc-home-popular .woocommerce ul.products li.product:hover a img {
	transform: scale(1.05);
}

.xc-home-popular .xc-loop-product-category {
	display: none !important;
}

.xc-home-popular .woocommerce-loop-product__title {
	grid-area: title;
	min-width: 0;
	margin: 0 0 8px !important;
	padding: 0 !important;
	font-family: "Inter", sans-serif;
	font-size: 16px !important;
	font-weight: 600;
	line-height: 24px !important;
	color: #111827 !important;
	transition: color 0.2s ease;
}

.xc-home-popular .woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
	color: #c5a059 !important;
}

.xc-home-popular .woocommerce ul.products li.product .star-rating {
	grid-area: rating;
	grid-column: 1 / -1;
	justify-self: start;
	float: none !important;
	width: 5.4em;
	height: 1em;
	margin: 0 0 16px !important;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #c5a059 !important;
}

.xc-home-popular .woocommerce ul.products li.product .star-rating::before {
	color: #d1d5db !important;
	opacity: 1;
}

.xc-home-popular .woocommerce ul.products li.product .star-rating span,
.xc-home-popular .woocommerce ul.products li.product .star-rating span::before {
	color: #c5a059 !important;
}

.xc-home-popular .woocommerce ul.products li.product .star-rating .rating,
.xc-home-popular .woocommerce ul.products li.product .star-rating .count,
.xc-home-popular .woocommerce ul.products li.product .woocommerce-review-link,
.xc-home-popular .woocommerce ul.products li.product .review-count {
	margin-left: 4px;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #9ca3af !important;
}

.xc-home-popular .woocommerce ul.products li.product .price {
	grid-area: price;
	justify-self: end;
	margin: 0 0 8px !important;
	font-family: "Inter", sans-serif;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 24px !important;
	white-space: nowrap;
	color: #111827 !important;
}

.xc-home-popular .woocommerce ul.products li.product .price ins,
.xc-home-popular .woocommerce ul.products li.product .price bdi,
.xc-home-popular .woocommerce ul.products li.product .price .amount,
.xc-home-popular .woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol {
	font: inherit;
	color: inherit !important;
	text-decoration: none;
}

.xc-home-popular .woocommerce ul.products li.product .price del {
	margin-right: 6px;
	font-weight: 400;
	color: #9ca3af !important;
}

.xc-home-popular .woocommerce ul.products li.product .button,
.xc-home-popular .woocommerce ul.products li.product .button.add_to_cart_button,
.xc-home-popular .woocommerce ul.products li.product a.button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	margin: 8px 0 0 !important;
	padding: 10px 16px !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 4px !important;
	background: #fff !important;
	box-shadow: none !important;
	font-family: "Inter", sans-serif;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 20px !important;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	color: #111827 !important;
	text-decoration: none !important;
	transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.xc-home-popular .woocommerce ul.products li.product .button:hover,
.xc-home-popular .woocommerce ul.products li.product .button:focus {
	border-color: #c5a059 !important;
	background: #fff !important;
	color: #c5a059 !important;
}

.xc-home-popular .woocommerce ul.products li.product .added_to_cart {
	display: inline-flex;
	justify-content: center;
	margin-top: 8px;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	color: #c5a059 !important;
}

.xc-home-popular .woocommerce ul.products li.product .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 1024px) {
	.xc-home-popular {
		--content-width: min(100%, 1024px);
	}

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

@media (max-width: 767px) {
	.xc-home-popular {
		--padding-top: 72px;
		--padding-right: 20px;
		--padding-bottom: 72px;
		--padding-left: 20px;
	}

	.xc-home-popular > .e-con-inner {
		grid-template-columns: 1fr;
		grid-template-areas:
			"intro"
			"action"
			"products";
		align-items: start;
		row-gap: 24px;
	}

	.xc-home-popular .elementor-element-e30db91 {
		justify-self: start;
		align-self: start;
	}

	.xc-home-popular .elementor-element-2f6dcf8 {
		margin-top: 24px;
	}

	.xc-home-popular .woocommerce ul.products,
	.xc-home-popular .woocommerce ul.products.elementor-grid,
	.xc-home-popular .woocommerce.columns-4 ul.products {
		grid-template-columns: 1fr;
		gap: 24px !important;
	}

	.xc-home-popular .woocommerce ul.products li.product a img {
		padding: 24px;
	}
}

/* Custom single product template - Elementor/Hello compatible */
	.xc-single-product-page {
		--xc-primary: #c5a059;
		--xc-on-surface: #1b1c1c;
		--xc-on-surface-variant: #4e4639;
		--xc-surface-container: #efeded;
		--xc-surface-container-low: #f5f3f3;
		--xc-surface-container-high: #e9e8e7;
		--xc-surface-variant: #e3e2e2;
		font-family: "Inter", sans-serif;
		color: var(--xc-on-surface);
		background: #fff;
	}
	
	.xc-single-container {
		width: min(100%, 1280px);
		max-width: 1280px;
		margin-inline: auto;
		padding-inline: 24px;
	}
	
	.xc-single-breadcrumb-section {
		padding-block: 24px;
		background: #fff;
	}
	
	.xc-single-breadcrumb,
	.xc-single-breadcrumb a,
	.xc-single-breadcrumb .rank-math-breadcrumb,
	.xc-single-breadcrumb .woocommerce-breadcrumb {
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
		color: var(--xc-on-surface-variant);
	}
	
	.xc-single-breadcrumb a:hover,
	.xc-single-breadcrumb a:focus {
		color: var(--xc-primary);
	}
	
	.xc-single-product-section {
		padding-block: 0 80px;
	}
	
	.xc-single-product-grid {
		display: grid;
		grid-template-columns: repeat(12, minmax(0, 1fr));
		gap: 48px;
		align-items: start;
	}
	
	.xc-single-gallery-column,
	.xc-single-summary-column {
		width: auto !important;
		min-width: 0;
	}
	
	.xc-single-gallery-column {
		grid-column: span 6;
	}
	
	.xc-single-summary-column {
		grid-column: span 6;
	}
	
	.xc-single-gallery-wrap,
	.xc-single-summary-wrap {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	
	.xc-single-gallery-wrap .woocommerce-product-gallery {
		width: 100% !important;
		float: none !important;
		margin: 0 !important;
	}
	
	.xc-single-gallery-wrap .woocommerce-product-gallery__wrapper {
		margin: 0;
	}
	
	.xc-single-gallery-wrap .woocommerce-product-gallery__image:first-child {
		aspect-ratio: 1 / 1;
		margin-bottom: 16px;
		padding: 32px;
		border: 1px solid var(--xc-surface-variant);
		border-radius: 8px;
		background: var(--xc-surface-container);
		display: flex !important;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}
	
	.xc-single-gallery-wrap .woocommerce-product-gallery__image:first-child img {
		width: 100% !important;
		height: 100% !important;
		object-fit: contain;
		mix-blend-mode: multiply;
	}
	
	.xc-single-gallery-wrap .flex-control-thumbs {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 16px;
		margin: 16px 0 0 !important;
		padding: 0 !important;
	}
	
	.xc-single-gallery-wrap .flex-control-thumbs li {
		width: auto !important;
		float: none !important;
		margin: 0 !important;
		padding: 8px !important;
		aspect-ratio: 1 / 1;
		border: 1px solid var(--xc-surface-variant);
		border-radius: 4px;
		background: var(--xc-surface-container);
		overflow: hidden;
	}
	
	.xc-single-gallery-wrap .flex-control-thumbs li img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		mix-blend-mode: multiply;
	}
	
	.xc-single-summary-wrap.summary.entry-summary {
		float: none !important;
		width: 100% !important;
		margin: 0 !important;
	}
	
	.xc-single-stock-row {
		margin-bottom: 12px;
	}
	
	.xc-single-stock-row .stock {
		display: inline-flex;
		align-items: center;
		min-height: 28px;
		margin: 0 !important;
		padding: 6px 12px;
		border-radius: 4px;
		background: var(--xc-surface-container-high);
		font-size: 10px;
		font-weight: 700;
		line-height: 16px;
		letter-spacing: 0.12em;
		text-transform: uppercase;
		color: var(--xc-on-surface) !important;
	}
	
	.xc-single-title {
		margin: 0 0 8px !important;
		font-size: 40px;
		font-weight: 700;
		line-height: 1.15;
		letter-spacing: -0.02em;
		color: var(--xc-on-surface);
	}
	
	.xc-single-short-description-row {
		margin-bottom: 24px;
		font-size: 18px;
		line-height: 1.6;
		color: var(--xc-on-surface-variant);
	}
	
	.xc-single-short-description-row p:last-child,
	.xc-single-custom-note-row p:last-child,
	.xc-single-accordion-content p:last-child {
		margin-bottom: 0;
	}
	
	.xc-single-price-row {
		margin-bottom: 24px;
	}
	
	.xc-single-price-row .price {
		margin: 0 !important;
		font-size: 44px !important;
		font-weight: 700 !important;
		line-height: 1.1 !important;
		color: var(--xc-on-surface) !important;
	}
	
	.xc-single-price-row .price ins,
	.xc-single-price-row .price bdi,
	.xc-single-price-row .price .amount,
	.xc-single-price-row .price .woocommerce-Price-currencySymbol {
		font: inherit;
		color: inherit !important;
		text-decoration: none;
	}
	
	.xc-single-price-row .price del {
		margin-right: 10px;
		font-size: 0.65em;
		font-weight: 400;
		color: #9ca3af !important;
	}
	
	.xc-single-custom-note-row {
		margin-bottom: 24px;
		padding: 16px 18px;
		border-left: 3px solid var(--xc-primary);
		border-radius: 4px;
		background: var(--xc-surface-container-low);
		font-size: 14px;
		line-height: 1.6;
		color: var(--xc-on-surface-variant);
	}
	
	.xc-single-cart-row {
		margin-bottom: 24px;
	}
	
	.xc-single-cart-row form.cart {
		display: flex;
		align-items: flex-end;
		gap: 16px;
		margin: 0 !important;
	}
	
	.xc-single-cart-row .quantity {
		margin: 0 !important;
	}
	
	.xc-single-cart-row .quantity .qty {
		width: 96px;
		height: 48px;
		border: 1px solid var(--xc-on-surface);
		border-radius: 4px;
		font-size: 16px;
		font-weight: 600;
		text-align: center;
	}
	
	.xc-single-cart-row .single_add_to_cart_button,
	.xc-single-cart-row .button {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		min-height: 48px;
		padding: 14px 32px !important;
		border: 0 !important;
		border-radius: 4px !important;
		background: var(--xc-primary) !important;
		font-size: 12px !important;
		font-weight: 700 !important;
		line-height: 20px !important;
		letter-spacing: 0.14em;
		text-transform: uppercase;
		color: #fff !important;
		transition: opacity 0.2s ease;
	}
	
	.xc-single-cart-row .single_add_to_cart_button:hover,
	.xc-single-cart-row .button:hover {
		opacity: 0.9;
	}
	
	.xc-single-trust-note-row {
		display: flex;
		flex-direction: column;
		gap: 12px;
		margin-bottom: 24px;
		padding: 20px;
		border: 1px solid var(--xc-surface-variant);
		border-radius: 6px;
		background: var(--xc-surface-container-low);
	}
	
	.xc-single-trust-item {
		display: flex;
		align-items: center;
		gap: 12px;
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
		color: var(--xc-on-surface);
	}
	
	.xc-single-trust-icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 20px;
		height: 20px;
		border-radius: 999px;
		background: rgb(197 160 89 / 14%);
		font-size: 12px;
		font-weight: 700;
		color: var(--xc-primary);
	}
	
	.xc-single-accordion-list {
		border-top: 1px solid var(--xc-surface-variant);
	}
	
	.xc-single-accordion-item {
		border-bottom: 1px solid var(--xc-surface-variant);
		padding-block: 16px;
	}
	
	.xc-single-accordion-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		font-size: 16px;
		font-weight: 700;
		line-height: 24px;
		color: var(--xc-on-surface);
		cursor: pointer;
		list-style: none;
	}
	
	.xc-single-accordion-title::-webkit-details-marker {
		display: none;
	}
	
	.xc-single-accordion-title span::before {
		content: "+";
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
		font-size: 20px;
		font-weight: 400;
		color: var(--xc-primary);
	}
	
	.xc-single-accordion-item[open] .xc-single-accordion-title span::before {
		content: "−";
	}
	
	.xc-single-accordion-content {
		padding-top: 16px;
		font-size: 15px;
		line-height: 1.7;
		color: var(--xc-on-surface-variant);
	}
	
	.xc-single-accessories-section {
		padding-block: 80px;
		background: var(--xc-surface-container-low);
	}
	
	.xc-single-accessories-header {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		gap: 24px;
		width: 100%;
		margin-bottom: 40px;
		padding-bottom: 16px;
		border-bottom: 1px solid #d1d5db;
	}
	
	.xc-single-accessories-header h2 {
		margin: 0;
		font-size: 30px;
		font-weight: 700;
		line-height: 36px;
		color: var(--xc-on-surface);
	}
	
	.xc-single-accessories-header a {
		font-size: 12px;
		font-weight: 700;
		line-height: 16px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: #6b7280;
	}
	
	.xc-single-accessories-header a:hover,
	.xc-single-accessories-header a:focus {
		color: var(--xc-primary);
	}
	
	.xc-single-accessories-grid.products {
		display: grid !important;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 24px !important;
		width: 100%;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none;
	}
	
	.xc-single-accessories-grid.products::before,
	.xc-single-accessories-grid.products::after {
		display: none !important;
		content: none !important;
	}
	
	.xc-single-accessories-grid.products li.product {
		float: none !important;
		clear: none !important;
		width: auto !important;
		margin: 0 !important;
		padding: 24px !important;
		border: 1px solid #e5e7eb;
		border-radius: 6px;
		background: #fff;
		text-align: center;
		transition: box-shadow 0.2s ease, border-color 0.2s ease;
	}
	
	.xc-single-accessories-grid.products li.product:hover {
		border-color: var(--xc-primary);
		box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
	}
	
	.xc-single-accessories-grid.products li.product a img {
		aspect-ratio: 1 / 1;
		width: 100% !important;
		height: auto !important;
		margin: 0 0 18px !important;
		object-fit: contain;
		mix-blend-mode: multiply;
	}
	
	.xc-single-accessories-grid.products .woocommerce-loop-product__title {
		margin: 0 0 8px !important;
		padding: 0 !important;
		font-size: 16px !important;
		font-weight: 700;
		line-height: 24px !important;
		color: var(--xc-on-surface) !important;
	}
	
	.xc-single-accessories-grid.products .price {
		display: block;
		margin-bottom: 16px !important;
		font-size: 15px !important;
		font-weight: 600 !important;
		color: #6b7280 !important;
	}
	
	.xc-single-accessories-grid.products .button {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 40px;
		padding: 9px 14px !important;
		border: 1px solid var(--xc-on-surface) !important;
		border-radius: 4px !important;
		background: #fff !important;
		font-size: 10px !important;
		font-weight: 700 !important;
		letter-spacing: 0.12em;
		text-transform: uppercase;
		color: var(--xc-on-surface) !important;
	}
	
	.xc-single-accessories-grid.products .button:hover,
	.xc-single-accessories-grid.products .button:focus {
		background: var(--xc-on-surface) !important;
		color: #fff !important;
	}
	
	@media (max-width: 1024px) {
		.xc-single-product-grid {
			gap: 36px;
		}
	
		.xc-single-accessories-grid.products {
			grid-template-columns: repeat(3, minmax(0, 1fr));
		}
	}
	
	@media (max-width: 767px) {
		.xc-single-container {
			padding-inline: 20px;
		}
	
		.xc-single-product-section {
			padding-bottom: 56px;
		}
	
		.xc-single-product-grid {
			grid-template-columns: 1fr;
			gap: 32px;
		}
	
		.xc-single-gallery-column,
		.xc-single-summary-column {
			grid-column: 1 / -1;
		}
	
		.xc-single-title {
			font-size: 32px;
		}
	
		.xc-single-price-row .price {
			font-size: 34px !important;
		}
	
		.xc-single-cart-row form.cart {
			align-items: stretch;
			flex-direction: column;
		}
	
		.xc-single-cart-row .quantity .qty,
		.xc-single-cart-row .single_add_to_cart_button,
		.xc-single-cart-row .button {
			width: 100%;
		}
	
		.xc-single-accessories-section {
			padding-block: 56px;
		}
	
		.xc-single-accessories-header {
			align-items: flex-start;
			flex-direction: column;
		}
	
		.xc-single-accessories-grid.products {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}
	}
	
	@media (max-width: 480px) {
		.xc-single-accessories-grid.products {
			grid-template-columns: 1fr;
		}
	}

@media (max-width: 480px) {
	.xc-home-popular .woocommerce ul.products li.product a.woocommerce-loop-product__link {
		grid-template-columns: 1fr;
		grid-template-areas:
			"image"
			"title"
			"price"
			"rating";
	}

	.xc-home-popular .woocommerce ul.products li.product .price {
		justify-self: start;
	}
}

/* Single post - match supplied single-post.html design */
body.single-post {
	background: #fbf9f9;
}

body.single-post .elementor.elementor-163 {
	font-family: "Inter", sans-serif;
	color: #1b1c1c;
}

body.single-post .elementor-163 .elementor-element-bf1a6d3 {
	--content-width: min(100%, 1024px);
	--padding-top: 64px;
	--padding-right: 24px;
	--padding-bottom: 0px;
	--padding-left: 24px;
	--row-gap: 0px;
	--column-gap: 0px;
}

body.single-post .elementor-163 .elementor-element-bf1a6d3 > .e-con-inner {
	display: flex;
	align-items: center;
	max-width: 1024px;
	padding-block-start: var(--padding-top);
	padding-block-end: var(--padding-bottom);
}

body.single-post .elementor-163 .xc-single- {
	width: 100%;
	margin: 0;
}

body.single-post .elementor-163 .xc-single-::before {
	content: "Journal · Culture";
	display: block;
	margin: 0 0 24px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.3em;
	text-align: center;
	text-transform: uppercase;
	color: #a8a29e;
}

body.single-post .elementor-163 .xc-single- .elementor-heading-title {
	max-width: 896px;
	margin: 0 auto 32px;
	font-size: clamp(36px, 5vw, 60px);
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	color: #1c1917;
}

body.single-post .elementor-163 .xc-single-meta {
	width: 100%;
	margin: 0 0 64px;
}

body.single-post .elementor-163 .xc-single-meta .elementor-icon-list-items.elementor-inline-items {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin: 0;
	padding: 0;
}

body.single-post .elementor-163 .xc-single-meta .elementor-icon-list-item {
	display: flex;
	align-items: center;
	margin: 0 !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #78716c;
}

body.single-post .elementor-163 .xc-single-meta .elementor-icon-list-item:not(:last-child)::after {
	content: "" !important;
	position: static !important;
	display: block !important;
	width: 4px !important;
	height: 4px !important;
	margin-left: 16px;
	border: 0 !important;
	border-radius: 9999px;
	background: #d6d3d1;
}

body.single-post .elementor-163 .xc-single-meta a,
body.single-post .elementor-163 .xc-single-meta .elementor-icon-list-text,
body.single-post .elementor-163 .xc-single-meta time {
	color: #78716c !important;
	text-decoration: none !important;
}

body.single-post .elementor-163 .xc-single-meta .elementor-icon-list-icon {
	display: none !important;
}

body.single-post .elementor-163 .elementor-widget-theme-post-featured-image {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto 64px;
}

body.single-post .elementor-163 .elementor-widget-theme-post-featured-image img {
	display: block;
	width: 100%;
	height: min(42.857vw, 439px) !important;
	min-height: 220px;
	max-height: 439px;
	object-fit: cover;
	border: 1px solid #e7e5e4;
	border-radius: 8px;
}

body.single-post .elementor-163 .xc-single-content {
	width: 100%;
	max-width: 672px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	color: #44403c;
}

body.single-post .elementor-163 .xc-single-content > .elementor-widget-container > :first-child::first-letter {
	float: left;
	margin-top: 0.25rem;
	margin-right: 0.75rem;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1;
	color: #1b1c1c;
}

body.single-post .elementor-163 .xc-single-content p {
	margin: 0 0 32px;
	font-size: inherit;
	line-height: inherit;
	color: #44403c;
}

body.single-post .elementor-163 .xc-single-content p:has(br) {
	margin-top: 56px;
}

body.single-post .elementor-163 .xc-single-content p:has(br)::first-line {
	font-size: 24px;
	font-weight: 700;
	line-height: 2;
	color: #1c1917;
}

body.single-post .elementor-163 .xc-single-content blockquote {
	margin: 48px 0;
	padding: 0 0 0 32px;
	border-left: 4px solid #d97706;
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	line-height: 1.75;
	color: #57534e;
}

body.single-post .elementor-163 .xc-single-content blockquote p {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

body.single-post .elementor-163 .e-divider-base {
	width: min(100% - 48px, 672px);
	height: 1px;
	margin: 80px auto 0;
	border: 0;
	background: #e7e5e4;
}

body.single-post .elementor-163 .elementor-element-1d2ad3f {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: min(100% - 48px, 672px);
	margin: 0 auto;
	padding: 40px 0 0;
}

body.single-post .elementor-163 .xc-single-terms-2 {
	width: auto !important;
	max-width: none !important;
}

body.single-post .elementor-163 .xc-single-terms-2 .elementor-icon-list-items,
body.single-post .elementor-163 .xc-single-terms-2 .elementor-icon-list-text,
body.single-post .elementor-163 .xc-single-terms-2 .elementor-post-info__terms-list {
	display: flex !important;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0;
	padding: 0 !important;
}

body.single-post .elementor-163 .xc-single-terms-2 .elementor-icon-list-item {
	margin: 0 !important;
}

body.single-post .elementor-163 .xc-single-terms-2 .elementor-icon-list-item::after,
body.single-post .elementor-163 .xc-single-terms-2 .elementor-icon-list-icon {
	display: none !important;
}

body.single-post .elementor-163 .xc-single-terms-2 .elementor-post-info__terms-list {
	font-size: 0;
	line-height: 0;
}

body.single-post .elementor-163 .xc-single-terms-2 .elementor-post-info__terms-list-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 6px 16px;
	border: 1px solid #e7e5e4;
	border-radius: 9999px;
	background: #f5f5f4;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0.025em;
	color: #78716c !important;
	text-decoration: none !important;
	transition: border-color 0.15s ease, color 0.15s ease;
}

body.single-post .elementor-163 .xc-single-terms-2 .elementor-post-info__terms-list-item:hover,
body.single-post .elementor-163 .xc-single-terms-2 .elementor-post-info__terms-list-item:focus {
	border-color: #d97706;
	color: #d97706 !important;
}

body.single-post .elementor-163 .elementor-element-a92d39c {
	width: auto !important;
	max-width: none !important;
	margin-left: auto;
}

body.single-post .elementor-163 .elementor-element-a92d39c .elementor-grid {
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
	width: auto;
	margin: 0;
	word-spacing: 0;
}

body.single-post .elementor-163 .elementor-element-a92d39c .elementor-grid-item {
	display: inline-flex !important;
	margin: 0 !important;
}

body.single-post .elementor-163 .elementor-element-a92d39c .elementor-grid-item:nth-of-type(n+3) {
	display: none !important;
}

body.single-post .elementor-163 .elementor-element-a92d39c .elementor-grid::before {
	content: "Share";
	margin-right: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.25;
	text-transform: uppercase;
	color: #a8a29e;
}

body.single-post .elementor-163 .elementor-share-btn {
	width: 20px;
	height: 20px;
	border-radius: 0;
	background: transparent !important;
	color: #a8a29e !important;
	filter: none !important;
	overflow: visible;
	transition: color 0.15s ease;
}

body.single-post .elementor-163 .elementor-share-btn:hover,
body.single-post .elementor-163 .elementor-share-btn:focus {
	background: transparent !important;
	color: #d97706 !important;
}

body.single-post .elementor-163 .elementor-share-btn__icon {
	align-items: center;
	justify-content: center;
	width: 20px;
	color: currentColor !important;
}

body.single-post .elementor-163 .elementor-share-btn__icon svg {
	width: 20px;
	height: 20px;
	fill: currentColor !important;
}

body.single-post .elementor-163 .elementor-share-btn__text {
	display: none !important;
}

body.single-post .elementor-163 .elementor-element-90c2be8 {
	--content-width: min(100%, 1280px);
	--padding-top: 96px;
	--padding-right: 24px;
	--padding-bottom: 96px;
	--padding-left: 24px;
	--row-gap: 0px;
	--column-gap: 0px;
	margin-top: 96px;
	border-top: 1px solid #e7e5e4;
}

body.single-post .elementor-163 .elementor-element-90c2be8 > .e-con-inner {
	max-width: 1280px;
	padding-block-start: var(--padding-top);
	padding-block-end: var(--padding-bottom);
}

body.single-post .elementor-163 .elementor-element-913b0d2 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 48px;
	padding: 0;
}

body.single-post .elementor-163 .elementor-element-913b0d2 .e-heading-base {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	color: #1c1917;
}

body.single-post .elementor-163 .elementor-element-913b0d2 .e-heading-base:last-child {
	font-size: 13px;
	line-height: 1.25;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #d97706;
}

body.single-post .elementor-163 .elementor-element-913b0d2 .e-heading-base:last-child:hover {
	text-decoration: underline;
	text-decoration-color: #d97706;
	text-underline-offset: 4px;
}

body.single-post .elementor-163 .xc-single-related .elementor-posts-container {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
}

body.single-post .elementor-163 .xc-single-related .elementor-post {
	overflow: visible;
	background: transparent;
	text-align: center;
}

body.single-post .elementor-163 .xc-single-related .post-172 {
	order: 1;
}

body.single-post .elementor-163 .xc-single-related .post-176 {
	order: 2;
}

body.single-post .elementor-163 .xc-single-related .post-179 {
	order: 3;
}

body.single-post .elementor-163 .xc-single-related .elementor-post__thumbnail__link {
	overflow: hidden;
	margin: 0 0 24px !important;
	border: 1px solid #e7e5e4;
	border-radius: 8px;
	background: #fff;
}

body.single-post .elementor-163 .xc-single-related .elementor-post__thumbnail {
	padding-bottom: 56.25% !important;
}

body.single-post .elementor-163 .xc-single-related .elementor-post__thumbnail img {
	height: 100% !important;
	object-fit: cover;
	transition: transform 0.5s ease;
}

body.single-post .elementor-163 .xc-single-related .elementor-post:hover .elementor-post__thumbnail img {
	transform: scale(1.05) translate(-50%, -50%) !important;
}

body.single-post .elementor-163 .xc-single-related .elementor-post__text {
	text-align: center;
}

body.single-post .elementor-163 .xc-single-related .elementor-post__text::before {
	display: block;
	margin: 0 0 12px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #a8a29e;
}

body.single-post .elementor-163 .xc-single-related .post-172 .elementor-post__text::before {
	content: "Guides";
}

body.single-post .elementor-163 .xc-single-related .post-176 .elementor-post__text::before {
	content: "Pairings";
}

body.single-post .elementor-163 .xc-single-related .post-179 .elementor-post__text::before {
	content: "Provenance";
}

body.single-post .elementor-163 .xc-single-related .elementor-post__title {
	margin: 0 0 16px;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	color: #1c1917;
}

body.single-post .elementor-163 .xc-single-related .elementor-post__title a {
	color: #1c1917 !important;
	text-decoration: none !important;
	transition: color 0.15s ease;
}

body.single-post .elementor-163 .xc-single-related .elementor-post:hover .elementor-post__title a,
body.single-post .elementor-163 .xc-single-related .elementor-post__title a:hover {
	color: #d97706 !important;
}

body.single-post .elementor-163 .xc-single-related .elementor-post__meta-data,
body.single-post .elementor-163 .xc-single-related .elementor-post__read-more {
	display: none !important;
}

body.single-post .elementor-163 .xc-single-related .elementor-post__excerpt p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	color: #78716c;
}

@media (max-width: 1024px) {
	body.single-post .elementor-163 .xc-single-related .elementor-posts-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.single-post .elementor-163 .elementor-element-bf1a6d3 {
		--padding-top: 48px;
		--padding-right: 20px;
		--padding-left: 20px;
	}

	body.single-post .elementor-163 .xc-single- .elementor-heading-title {
		font-size: 36px;
	}

	body.single-post .elementor-163 .xc-single-meta .elementor-icon-list-items.elementor-inline-items {
		gap: 10px;
	}

	body.single-post .elementor-163 .xc-single-meta .elementor-icon-list-item {
		font-size: 13px;
	}

	body.single-post .elementor-163 .elementor-widget-theme-post-featured-image {
		margin-bottom: 48px;
	}

	body.single-post .elementor-163 .elementor-widget-theme-post-featured-image img {
		height: auto !important;
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	body.single-post .elementor-163 .xc-single-content {
		font-size: 16px;
	}

	body.single-post .elementor-163 .xc-single-content blockquote {
		padding-left: 24px;
		font-size: 18px;
	}

	body.single-post .elementor-163 .elementor-element-1d2ad3f {
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

	body.single-post .elementor-163 .elementor-element-a92d39c {
		margin-left: 0;
	}

	body.single-post .elementor-163 .elementor-element-90c2be8 {
		--padding-top: 64px;
		--padding-bottom: 64px;
		--padding-right: 20px;
		--padding-left: 20px;
		margin-top: 64px;
	}

	body.single-post .elementor-163 .elementor-element-913b0d2 {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}

	body.single-post .elementor-163 .xc-single-related .elementor-posts-container {
		grid-template-columns: 1fr;
	}
}

/* Blog index - match supplied blog.html journal layout */
body.blog,
body.category,
body.archive.category {
	background: #fff;
}

.xc-blog-page {
	--xc-blog-stone-50: #fafaf9;
	--xc-blog-stone-100: #f5f5f4;
	--xc-blog-stone-200: #e7e5e4;
	--xc-blog-stone-300: #d6d3d1;
	--xc-blog-stone-400: #a8a29e;
	--xc-blog-stone-500: #78716c;
	--xc-blog-stone-600: #57534e;
	--xc-blog-stone-900: #1c1917;
	--xc-blog-amber-700: #b45309;
	--xc-blog-amber-800: #92400e;
	--xc-blog-amber-900: #78350f;
	padding: 128px 0 96px;
	font-family: "Inter", sans-serif;
	color: var(--xc-blog-stone-900);
	background: #fff;
}

.xc-blog-page *,
.xc-blog-page *::before,
.xc-blog-page *::after {
	box-sizing: border-box;
}

.xc-blog-page a {
	color: inherit;
	text-decoration: none !important;
}

.xc-blog-hero {
	width: min(100%, 672px);
	margin: 0 auto 64px;
	padding-inline: 24px;
	text-align: center;
}

.xc-blog-title {
	margin: 0 0 24px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(48px, 6vw, 60px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.025em;
	color: var(--xc-blog-stone-900);
}

.xc-blog-kicker {
	margin: 0 0 16px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--xc-blog-stone-400);
}

.xc-blog-description {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	color: var(--xc-blog-stone-500);
}

.xc-blog-filters {
	width: min(100%, 1280px);
	margin: 0 auto 64px;
	padding-inline: 24px;
}

.xc-blog-filter-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}

.xc-blog-filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 24px;
	border: 1px solid var(--xc-blog-stone-200);
	background: transparent;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--xc-blog-stone-500);
	transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.xc-blog-filter:hover,
.xc-blog-filter:focus {
	border-color: var(--xc-blog-stone-400);
	color: var(--xc-blog-stone-900);
}

.xc-blog-filter.is-active {
	border-color: var(--xc-blog-stone-900);
	background: var(--xc-blog-stone-900);
	color: #fff;
}

.xc-blog-grid-section {
	width: min(100%, 1280px);
	margin: 0 auto;
	padding-inline: 48px;
}

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

.xc-blog-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}

.xc-blog-card-image-link {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 0 24px;
	background: var(--xc-blog-stone-100);
}

.xc-blog-card-image,
.xc-blog-card-placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 700ms ease;
}

.xc-blog-card-placeholder {
	background:
		linear-gradient(135deg, rgb(28 25 23 / 58%), rgb(180 83 9 / 38%)),
		linear-gradient(45deg, var(--xc-blog-stone-100), var(--xc-blog-stone-200));
}

.xc-blog-card:hover .xc-blog-card-image,
.xc-blog-card:focus-within .xc-blog-card-image,
.xc-blog-card:hover .xc-blog-card-placeholder,
.xc-blog-card:focus-within .xc-blog-card-placeholder {
	transform: scale(1.1);
}

.xc-blog-card-category {
	align-self: flex-start;
	margin: 0 0 12px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--xc-blog-stone-400) !important;
	transition: color 0.2s ease;
}

.xc-blog-card-category:hover,
.xc-blog-card-category:focus {
	color: var(--xc-blog-amber-700) !important;
}

.xc-blog-card-title {
	margin: 0 0 16px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.375;
	color: var(--xc-blog-stone-900);
}

.xc-blog-card-title a {
	color: var(--xc-blog-stone-900) !important;
	transition: color 0.2s ease;
}

.xc-blog-card:hover .xc-blog-card-title a,
.xc-blog-card-title a:hover,
.xc-blog-card-title a:focus {
	color: var(--xc-blog-amber-800) !important;
}

.xc-blog-card-excerpt {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 0 0 32px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--xc-blog-stone-500);
}

.xc-blog-card-excerpt p {
	margin: 0;
	font: inherit;
	color: inherit;
}

.xc-blog-card-footer {
	margin-top: auto;
}

.xc-blog-read-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--xc-blog-amber-700) !important;
	transition: color 0.2s ease;
}

.xc-blog-read-more svg {
	width: 16px;
	height: 16px;
	transition: transform 0.2s ease;
}

.xc-blog-read-more:hover,
.xc-blog-read-more:focus {
	color: var(--xc-blog-amber-900) !important;
}

.xc-blog-read-more:hover svg,
.xc-blog-read-more:focus svg {
	transform: translateX(4px);
}

.xc-blog-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	width: min(100%, 1280px);
	margin: 80px auto 0;
	padding-inline: 24px;
}

.xc-blog-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 16px;
	height: 40px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: var(--xc-blog-stone-400) !important;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.xc-blog-pagination .page-numbers:not(.prev):not(.next) {
	border-bottom: 2px solid transparent;
}

.xc-blog-pagination .page-numbers.current {
	border-bottom-color: var(--xc-blog-stone-900);
	color: var(--xc-blog-stone-900) !important;
}

.xc-blog-pagination a.page-numbers:hover,
.xc-blog-pagination a.page-numbers:focus {
	color: var(--xc-blog-stone-900) !important;
}

.xc-blog-pagination .prev,
.xc-blog-pagination .next {
	width: 40px;
	min-width: 40px;
	border: 1px solid var(--xc-blog-stone-200);
	color: var(--xc-blog-stone-600) !important;
}

.xc-blog-pagination .prev:hover,
.xc-blog-pagination .next:hover,
.xc-blog-pagination .prev:focus,
.xc-blog-pagination .next:focus {
	border-color: var(--xc-blog-stone-900);
	color: var(--xc-blog-stone-900) !important;
}

.xc-blog-empty {
	max-width: 672px;
	margin: 0 auto;
	padding: 48px 24px;
	border: 1px solid var(--xc-blog-stone-200);
	background: var(--xc-blog-stone-50);
	text-align: center;
}

.xc-blog-empty h2 {
	margin: 0 0 12px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--xc-blog-stone-900);
}

.xc-blog-empty p {
	margin: 0;
	color: var(--xc-blog-stone-500);
}

@media (max-width: 1024px) {
	.xc-blog-grid-section {
		padding-inline: 24px;
	}

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

@media (max-width: 767px) {
	.xc-blog-page {
		padding: 96px 0 72px;
	}

	.xc-blog-hero,
	.xc-blog-filters {
		margin-bottom: 48px;
	}

	.xc-blog-title {
		font-size: 44px;
	}

	.xc-blog-description {
		font-size: 16px;
	}

	.xc-blog-filter-list {
		gap: 12px;
	}

	.xc-blog-filter {
		padding-inline: 18px;
	}

	.xc-blog-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.xc-blog-pagination {
		gap: 18px;
		margin-top: 64px;
	}
}
