/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=DM+Sans:wght@300;400;500&family=Montserrat:wght@300;400;500;600&display=swap");

.banner_sec:after {
	content: '';
	position: absolute;
	inset: 0;
	background-image: linear-gradient(to top in oklab, #080706 0%, color-mix(in oklab, #080706 60%, transparent) 50%, color-mix(in oklab, #080706 20%, transparent) 100%) !important;
}

/* Maqure collection page */
.maqure-cat-page {
	--maqure-bg: #050505;
	--maqure-bg-soft: #111111;
	--maqure-border-strong: rgba(211, 176, 117, 0.48);
	--maqure-text: #f3ede3;
	--maqure-muted: #a38a64;
	--maqure-accent: #caa36a;
	--maqure-accent-soft: #d7b27a;
	--maqure-font-serif: Georgia, "Times New Roman", serif;
	background: var(--maqure-bg);
	color: var(--maqure-text);
	padding-bottom: 120px;
}

.maqure-cat-page a {
	text-decoration: none;
}

.maqure-cat-hero {
	min-height: 430px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 96px 24px 72px;
}

.maqure-cat-hero-inner {
	max-width: 920px;
}

.maqure-cat-kicker {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 0.38em;
	text-transform: uppercase;
	color: #eadcc7;
	margin-bottom: 18px;
}

.maqure-cat-hero h1 {
	margin: 0;
	font-family: var(--maqure-font-serif);
	font-size: clamp(42px, 6vw, 74px);
	line-height: 1;
	font-weight: 400;
	letter-spacing: -0.02em;
	color: #f8f1e7;
}

.maqure-cat-hero p {
	margin: 20px auto 0;
	max-width: 680px;
	color: rgba(243, 237, 227, 0.82);
	font-size: 17px;
	line-height: 1.8;
}

.maqure-cat-topbar {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: #0a0a0a;
}

.maqure-cat-shell {
	width: min(1150px, calc(100% - 40px));
	margin: 0 auto;
}

.maqure-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 54px;
	color: rgba(243, 237, 227, 0.58);
	font-size: 12px;
}

.maqure-breadcrumbs a {
	color: inherit;
}

.maqure-breadcrumbs span[aria-hidden="true"] {
	color: rgba(243, 237, 227, 0.26);
}

.maqure-category-tabs-wrap {
	background: #111111;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	overflow-x: auto;
}

.maqure-category-tabs {
	display: flex;
	align-items: center;
	gap: 34px;
	min-height: 74px;
	white-space: nowrap;
}

.maqure-category-tab {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 74px;
	color: rgba(243, 237, 227, 0.72);
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transition: color 0.25s ease;
}

.maqure-category-tab:hover,
.maqure-category-tab.active {
	color: var(--maqure-text);
}

.maqure-category-tab.active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: var(--maqure-accent);
}

.maqure-cat-content {
	padding-top: 68px;
}

.maqure-products-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	margin-bottom: 38px;
}

.maqure-products-count {
	color: rgba(243, 237, 227, 0.72);
	font-size: 16px;
}

.maqure-back-link {
	color: rgba(243, 237, 227, 0.72);
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.maqure-back-link:hover {
	color: var(--maqure-accent-soft);
}

.maqure-products-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 48px 18px;
}

.btn-solid:hover {
	transform: translateY(0px) !important;
}

.maqure-product-image {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--maqure-bg-soft);
	aspect-ratio: 1 / 1.05;
	margin-bottom: 16px;
}

.maqure-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.maqure-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.maqure-product-card:hover .maqure-product-image img {
	transform: scale(1.04);
}

.maqure-product-badge {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 1;
	background: rgba(255, 248, 239, 0.9);
	color: #76613d;
	padding: 6px 10px 5px;
	font-size: 9px;
	line-height: 1;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.maqure-product-meta {
	color: var(--maqure-muted);
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.maqure-product-card h3 {
	font-family: var(--maqure-font-serif);
	font-weight: 400;
	color: #f5eee5;
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.25;
}

.maqure-product-card p {
	margin: 0 0 22px;
	color: #8b6f52;
	font-size: 14px;
	line-height: 1.7;
	flex: 1;
}

.maqure-price {
	margin-bottom: 18px;
	color: #f5f0e8;
	font-size: 16px;
}

.maqure-price .amount {
	color: inherit;
}

.maqure-product-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 34px;
	gap: 10px;
	margin-top: auto;
}

.maqure-view-link,
.maqure-add-cart-square {
	border: 1px solid var(--maqure-border-strong);
	min-height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: 0.25s ease;
}

.woocommerce form.checkout_coupon p.form-row {
	margin: 0 0 0px !important;
}

.maqure-view-link {
	color: #f1e7da;
	font-size: 11px;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	padding: 0 18px;
	background: transparent;
}

.maqure-view-link:hover {
	border-color: var(--maqure-accent);
	color: var(--maqure-accent-soft);
}

.maqure-add-cart-square {
	color: #1a1207;
	background: var(--maqure-accent);
	font-size: 19px;
	line-height: 1;
	padding: 0;
}

.maqure-add-cart-square:hover {
	background: var(--maqure-accent-soft);
	color: #120d06;
}

.maqure-no-products {
	padding: 56px 0 0;
	color: rgba(243, 237, 227, 0.72);
	font-size: 16px;
}

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

@media (max-width: 991px) {
	.maqure-cat-hero {
		min-height: 360px;
		padding-top: 80px;
	}

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

	.maqure-product-card h3 {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.maqure-cat-shell {
		width: min(100% - 28px, 1160px);
	}

	.maqure-breadcrumbs {
		gap: 8px;
		font-size: 11px;
		min-height: 48px;
	}

	.maqure-category-tabs {
		gap: 22px;
		min-height: 62px;
	}

	.maqure-category-tab {
		min-height: 62px;
	}

	.maqure-cat-content {
		padding-top: 44px;
	}

	.maqure-products-toolbar {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 28px;
	}

	.maqure-products-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.maqure-product-card h3 {
		font-size: 24px;
	}
}

/* Herbero collection page */
body.tax-product_cat.parent-cat-herbero,
body.tax-product_cat.term-herbero,
.herbero-collection-page {
	--herbero-sans: "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	--herbero-serif: "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: "Myriad Pro", sans-serif !important;
}

body.tax-product_cat.parent-cat-herbero h1,
body.tax-product_cat.parent-cat-herbero h2,
body.tax-product_cat.parent-cat-herbero h3,
body.tax-product_cat.parent-cat-herbero h4,
body.tax-product_cat.parent-cat-herbero h5,
body.tax-product_cat.parent-cat-herbero h6,
body.tax-product_cat.parent-cat-herbero p,
body.tax-product_cat.parent-cat-herbero span:not([class*="icon"]):not([class*="fa-"]):not([class*="lqd-icn"]),
body.tax-product_cat.parent-cat-herbero li,
body.tax-product_cat.parent-cat-herbero button,
body.tax-product_cat.parent-cat-herbero input,
body.tax-product_cat.parent-cat-herbero label,
body.tax-product_cat.term-herbero h1,
body.tax-product_cat.term-herbero h2,
body.tax-product_cat.term-herbero h3,
body.tax-product_cat.term-herbero h4,
body.tax-product_cat.term-herbero h5,
body.tax-product_cat.term-herbero h6,
body.tax-product_cat.term-herbero p,
body.tax-product_cat.term-herbero a,
body.tax-product_cat.term-herbero span:not([class*="icon"]):not([class*="fa-"]):not([class*="lqd-icn"]),
body.tax-product_cat.term-herbero li,
body.tax-product_cat.term-herbero button,
body.tax-product_cat.term-herbero input,
body.tax-product_cat.term-herbero label,
.herbero-collection-page h1,
.herbero-collection-page h2,
.herbero-collection-page h3,
.herbero-collection-page h4,
.herbero-collection-page h5,
.herbero-collection-page h6,
.herbero-collection-page p,
.herbero-collection-page a,
.herbero-collection-page span:not([class*="icon"]):not([class*="fa-"]):not([class*="lqd-icn"]),
.herbero-collection-page li,
.herbero-collection-page button,
.herbero-collection-page input,
.herbero-collection-page label,
.herbero-collection-hero h1,
.herbero-collection-card h3,
.herbero-collection-price,
.herbero-collection-kicker,
.herbero-collection-breadcrumbs,
.herbero-collection-tab,
.herbero-collection-meta {
	font-family: "Myriad Pro", sans-serif !important;
}

.herbero-collection-page {
	background: #fbf8f2;
	color: #5f5345;
	padding-bottom: 120px;
	font-family: "Myriad Pro", sans-serif;
}

.herbero-collection-page a {
	text-decoration: none;
}

.herbero-collection-hero {
	min-height: 228px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 64px 32px 48px;
}

.herbero-collection-hero-inner,
.herbero-collection-shell {
	width: min(1150px, calc(100% - 40px));
	margin: 0 auto;
}

.herbero-collection-kicker {
	display: inline-block;
	font-size: 10px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.74);
	margin-bottom: 12px;
}

.herbero-collection-hero h1 {
	margin: 0;
	font-family: "Myriad Pro", sans-serif;
	font-size: clamp(38px, 5vw, 58px);
	line-height: 1;
	font-weight: 400;
	color: #fffefb;
}

.herbero-collection-hero p {
	display: none;
}

.herbero-collection-topbar,
.herbero-collection-tabs-wrap {
	background: #f6f2ec;
	border-top: 1px solid rgba(164, 143, 111, 0.14);
	border-bottom: 1px solid rgba(164, 143, 111, 0.14);
}

.herbero-collection-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 48px;
	color: #948271;
	font-size: 11px;
}

.herbero-collection-breadcrumbs a {
	color: inherit;
}

.herbero-collection-tabs {
	display: flex;
	align-items: center;
	gap: 34px;
	min-height: 65px;
	white-space: nowrap;
	overflow-x: auto;
}

.herbero-collection-tab {
	position: relative;
	padding: 0;
	color: #8b7b69;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: color 0.25s ease;
}

.herbero-collection-tab:hover,
.herbero-collection-tab.active {
	color: #5f4b35;
}

.herbero-collection-tab.active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -13px;
	height: 2px;
	background: #b9965e;
}

.herbero-collection-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 72px 0 36px;
}

.herbero-collection-count,
.herbero-collection-back {
	color: #8f7f6e;
	font-size: 13px;
}

.herbero-collection-back:hover {
	color: #7d6647;
}

.herbero-collection-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 46px 18px;
}

.herbero-collection-card {
	color: #5f5345;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.herbero-collection-image {
	position: relative;
	display: block;
	overflow: hidden;
	background: #e8dfd3;
	aspect-ratio: 1 / 1.05;
	margin-bottom: 16px;
}

.herbero-collection-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.herbero-collection-card:hover .herbero-collection-image img {
	transform: scale(1.04);
}

.herbero-collection-badge {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 1;
	background: rgba(255, 248, 239, 0.9);
	color: #8f7550;
	padding: 6px 10px;
	font-size: 9px;
	line-height: 1;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.herbero-collection-meta {
	color: #9e8a6d;
	font-size: 10px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	margin-bottom: 12px;
	line-height: 1.6;
}

.herbero-collection-card h3 {
	margin: 0 0 12px;
	font-family: "Myriad Pro", sans-serif;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 400;
	color: #5d4938;
}

.herbero-collection-card p {
	margin: 0 0 14px;
	color: #8f7f70;
	font-size: 14px;
	line-height: 1.7;
	flex: 1;
}

.herbero-collection-price {
	margin-bottom: 18px;
	color: #8f7550;
	font-family: "Myriad Pro", sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.herbero-collection-price .amount {
	color: inherit;
}

.herbero-collection-price ins {
	text-decoration: none;
}

.herbero-collection-price del {
	opacity: 0.6;
	font-weight: normal;
	margin-right: 8px;
}

.herbero-collection-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 34px;
	gap: 10px;
	margin-top: auto;
}

.herbero-collection-link,
.herbero-collection-cart {
	min-height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #a88453;
	transition: 0.25s ease;
}

.herbero-collection-link {
	color: #736251;
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	background: transparent;
}

.herbero-collection-link:hover {
	border-color: #8f6f42;
	color: #5e4a34;
}

.herbero-collection-cart {
	background: #a88453;
	color: #fffaf2;
	font-size: 18px;
	line-height: 1;
}

.herbero-collection-cart:hover {
	background: #8f6f42;
	color: #fffaf2;
}

.herbero-collection-empty {
	color: #8f7f70;
	font-size: 16px;
	padding-top: 20px;
}

.woocommerce a.added_to_cart {
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

body.single-product.parent-cat-herbero #wrap,
body.single-product.parent-cat-herbero main#lqd-site-content,
body.single-product.parent-cat-herbero #lqd-contents-wrap {
	background: #fbf8f2;
}

body.single-product.parent-cat-herbero #lqd-contents-wrap,
body.single-product.parent-cat-maqure #lqd-contents-wrap {
	width: 100%;
	max-width: none !important;
	padding-right: 0;
	padding-left: 0;
}

/* Herbero product header matched to the supplied reference build. */
body.parent-cat-herbero #herberoHeader,
body.parent-cat-herbero #herberoHeader.scrolled {
	top: 0 !important;
	height: 60px !important;
	min-height: 60px !important;
	background: rgba(248, 246, 241, 0.97) !important;
	border-bottom: 1px solid hsl(35, 20%, 82%) !important;
	box-shadow: none !important;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

body.admin-bar.parent-cat-herbero #herberoHeader,
body.admin-bar.parent-cat-herbero #herberoHeader.scrolled {
	top: 32px !important;
}

body.parent-cat-herbero #herberoHeader>.e-con-inner {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 1400px !important;
	height: 60px;
	margin: 0 auto;
	padding: 0 48px;
}

body.parent-cat-herbero #herberoHeader .elementor-element-518c08c {
	width: auto !important;
	margin-right: auto;
	flex: 1 1 auto !important;
}

body.parent-cat-herbero #herberoHeader .elementor-element-290557a {
	position: absolute !important;
	top: 50%;
	left: 50%;
	width: auto !important;
	transform: translate(-50%, -50%);
}

body.parent-cat-herbero #herberoHeader .elementor-element-cd2678b,
body.parent-cat-herbero #herberoHeader .elementor-element-0a33bc4 {
	width: auto !important;
	flex: 0 0 auto !important;
}

body.parent-cat-herbero #herberoHeader .elementor-element-0a33bc4 {
	margin-left: 16px;
}

body.parent-cat-herbero #herberoHeader .herberoLogo,
body.parent-cat-herbero #herberoHeader .herberoLogo p,
body.parent-cat-herbero #herberoHeader.scrolled .herberoLogo p {
	margin: 0;
	color: hsl(28, 18%, 18%) !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 24.8px !important;
	font-weight: 300 !important;
	line-height: 1 !important;
	letter-spacing: 0.28em !important;
	text-transform: uppercase;
	white-space: nowrap;
}

body.parent-cat-herbero #herberoHeader .brand-title-simple {
	color: hsl(30, 12%, 46%) !important;
	font-family: "DM Sans", sans-serif !important;
	font-size: 10.4px !important;
	font-weight: 400 !important;
	line-height: 1.2;
	letter-spacing: 0.2em !important;
	text-transform: uppercase;
}

body.parent-cat-herbero #herberoHeader .brand-box-simple {
	top: 26px;
	width: 240px;
	padding: 20px;
	background: hsl(38, 28%, 96%);
	border: 1px solid hsl(35, 20%, 82%);
	box-shadow: 0 12px 32px rgba(60, 40, 20, 0.12);
}

body.parent-cat-herbero #herberoHeader .brand-item-simple span {
	margin: 0;
	color: hsl(30, 12%, 48%);
	font-family: "DM Sans", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

body.parent-cat-herbero #herberoHeader .brand-item-simple small {
	margin-top: 2px;
	color: hsl(28, 18%, 18%);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
}

body.parent-cat-herbero #herberoHeader .brand-line-simple {
	margin: 16px 0;
	background: hsl(35, 20%, 82%);
}

body.parent-cat-herbero #herberoHeader .main-nav {
	display: flex;
	align-items: center;
	gap: 24px;
}

body.parent-cat-herbero #herberoHeader .main-nav>li>a,
body.parent-cat-herbero #herberoHeader.scrolled .main-nav>li>a {
	padding: 0 !important;
	color: hsl(30, 12%, 46%) !important;
	font-family: "DM Sans", sans-serif !important;
	font-size: 11.2px !important;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

body.parent-cat-herbero #herberoHeader .main-nav>li>a:hover {
	color: hsl(32, 35%, 38%) !important;
}

body.parent-cat-herbero #herberoHeader .submenu-expander {
	position: static;
	display: inline-flex;
	width: 9px;
	height: 9px;
	margin-left: 3px;
	align-items: center;
	justify-content: center;
}

body.parent-cat-herbero #herberoHeader .nav-item-children {
	padding: 8px 0;
	background: hsl(38, 28%, 96%);
	border: 1px solid hsl(35, 20%, 82%);
	box-shadow: 0 12px 32px rgba(60, 40, 20, 0.12);
}

body.parent-cat-herbero #herberoHeader .nav-item-children>li>a {
	padding: 12px 20px;
	color: hsl(30, 12%, 46%);
	font-family: "DM Sans", sans-serif !important;
	font-size: 14px;
	font-weight: 400;
}

body.parent-cat-herbero #herberoHeader .elementor-icon-list-items {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0;
}

body.parent-cat-herbero #herberoHeader .elementor-icon-list-item {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0 !important;
	padding: 0;
}

body.parent-cat-herbero #herberoHeader .elementor-icon-list-icon i,
body.parent-cat-herbero #herberoHeader.scrolled .elementor-icon-list-icon i {
	color: hsl(28, 18%, 18%) !important;
	font-size: 15px;
}

body.parent-cat-herbero #herberoHeader .elementor-icon-list-item:first-child::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: hsl(28, 18%, 18%);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (max-width: 1199px) {
	body.parent-cat-herbero #herberoHeader>.e-con-inner {
		padding: 0 24px;
	}

	body.parent-cat-herbero #herberoHeader .elementor-element-518c08c,
	body.parent-cat-herbero #herberoHeader .elementor-element-cd2678b {
		display: none;
	}

	body.parent-cat-herbero #herberoHeader .elementor-element-290557a {
		left: 50%;
	}

	body.parent-cat-herbero #herberoHeader .elementor-element-0a33bc4 {
		margin-left: auto;
	}

	body.parent-cat-herbero #herberoHeader .herberoLogo p,
	body.parent-cat-herbero #herberoHeader.scrolled .herberoLogo p {
		font-size: 19.2px !important;
		letter-spacing: 0.22em !important;
	}
}

body.single-product.parent-cat-herbero div.product.herbero-single-page {
	--herbero-bg: #fbf8f2;
	--herbero-surface: #f1ece4;
	--herbero-border: rgba(84, 65, 43, 0.16);
	--herbero-border-strong: rgba(84, 65, 43, 0.34);
	--herbero-text: #766758;
	--herbero-text-strong: #43342a;
	--herbero-muted: #988673;
	--herbero-accent: #3b3028;
	--herbero-accent-soft: #83633f;
	--herbero-footer: #2f241d;
	--herbero-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--herbero-sans: "DM Sans", "Montserrat", Arial, sans-serif;
	background: var(--herbero-bg);
	color: var(--herbero-text);
	font-family: var(--herbero-sans);
	padding-top: 0;
}

.herbero-single-page a {
	color: inherit;
	text-decoration: none;
}

.herbero-single-shell {
	width: min(1400px, calc(100% - 44px));
	margin: 0 auto;
}

.herbero-single-banner {
	height: clamp(180px, 22vw, 260px);
	min-height: 180px;
	display: flex;
	align-items: flex-end;
	padding: 0 0 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.herbero-single-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 11px;
	line-height: 1.55;
}

.herbero-single-main {
	padding: 50px 0 78px;
}

.herbero-single-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(52px, 5.7vw, 82px);
	align-items: start;
}

.herbero-single-image-frame {
	height: clamp(600px, 52vw, 760px);
	background: #f1ece4;
	overflow: hidden;
}

.herbero-single-main-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}

.herbero-single-copy {
	padding-top: 4px;
}

.herbero-single-brand,
.herbero-single-section-label,
.herbero-single-related-kicker,
.herbero-single-signature-kicker,
.herbero-single-signature-label,
.herbero-single-related-meta {
	color: var(--herbero-muted);
	font-size: 10px;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	font-family: var(--herbero-sans);
	font-weight: 400;
}

.herbero-single-brand {
	margin-bottom: 8px;
}

.herbero-single-mantra {
	margin-bottom: 14px;
	color: #b8aa99;
	font-family: var(--herbero-serif);
	font-size: 15px;
	font-style: italic;
	line-height: 1.35;
}

.herbero-single-title,
.herbero-single-signature h2,
.herbero-single-related h2,
.herbero-single-related-card h3 {
	margin: 0;
	color: var(--herbero-text-strong);
	font-family: var(--herbero-serif);
	font-weight: 400;
	letter-spacing: -0.02em;
}

.herbero-single-title {
	font-size: clamp(52px, 4.1vw, 58px);
	line-height: 0.95;
}

.herbero-single-subtitle {
	margin-top: 8px;
	color: #8d7965;
	font-size: 14px;
	line-height: 1.55;
	font-family: var(--herbero-sans);
}

.herbero-single-divider {
	margin: 22px 0 18px;
	height: 1px;
	background: rgba(110, 91, 67, 0.14);
}

.herbero-single-summary,
.herbero-single-story-box p,
.herbero-single-detail-block p,
.herbero-single-signature-copy p,
.herbero-single-related-card p {
	margin: 0;
	color: #8a7a69;
	font-size: 14px;
	line-height: 1.7;
	font-family: var(--herbero-sans);
}

.herbero-single-story-box {
	margin-top: 18px;
	padding: 20px 24px 18px;
	background: var(--herbero-surface);
}

.herbero-single-story-box p {
	margin-top: 10px;
	color: #9b8b79;
	font-family: var(--herbero-serif);
	font-size: 16px;
	font-style: italic;
	line-height: 1.7;
}

.herbero-single-detail-block {
	margin-top: 18px;
}

.herbero-single-detail-block p {
	margin-top: 8px;
}

.herbero-single-notes-section {
	padding: 72px 0 80px;
	border-top: 1px solid var(--herbero-border);
	background: var(--herbero-bg);
}

.herbero-single-notes-header {
	text-align: center;
	max-width: 600px;
	margin: 0 auto 48px;
}

.herbero-single-notes-header .herbero-single-section-label {
	margin-bottom: 10px;
}

.herbero-single-notes-header h2 {
	margin: 0 0 12px;
	color: var(--herbero-text-strong);
	font-family: var(--herbero-serif);
	font-size: clamp(34px, 3.2vw, 44px);
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.08;
}

.herbero-single-notes-header p {
	margin: 0;
	color: var(--herbero-text);
	font-size: 14px;
	line-height: 1.65;
}

.herbero-single-notes,
body.single-product.parent-cat-herbero .herbero-single-page .maqure-single-notes {
	display: grid;
	gap: 22px;
	margin-top: 14px;
}

.herbero-single-notes-section .herbero-single-notes {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
	margin-top: 0;
}

.herbero-single-note-group,
body.single-product.parent-cat-herbero .herbero-single-page .maqure-single-note-group {
	display: grid;
	gap: 12px;
}

.herbero-single-notes-section .herbero-single-note-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 38px 24px 34px;
	background: var(--herbero-surface);
	border: 1px solid var(--herbero-border);
	border-radius: 4px;
	transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.herbero-single-notes-section .herbero-single-note-group:hover {
	border-color: var(--herbero-border-strong);
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(84, 65, 43, 0.05);
}

.herbero-single-note-heading,
body.single-product.parent-cat-herbero .herbero-single-page .maqure-single-note-heading {
	color: var(--herbero-text-strong);
	font-family: var(--herbero-sans);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.herbero-single-notes-section .herbero-single-note-heading {
	letter-spacing: 0.24em;
	margin-bottom: 26px;
	position: relative;
	padding-bottom: 12px;
}

.herbero-single-notes-section .herbero-single-note-heading::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 1px;
	background: var(--herbero-border-strong);
}

.herbero-single-note-items,
body.single-product.parent-cat-herbero .herbero-single-page .maqure-single-note-items {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}

.herbero-single-notes-section .herbero-single-note-items {
	justify-content: center;
	width: 100%;
}

.herbero-single-note-item,
body.single-product.parent-cat-herbero .herbero-single-page .maqure-single-note-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	min-width: 76px;
}

.herbero-single-notes-section .herbero-single-note-item {
	gap: 12px;
	min-width: 84px;
}

.herbero-single-note-icon,
body.single-product.parent-cat-herbero .herbero-single-page .maqure-single-note-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid var(--herbero-border);
	background: var(--herbero-surface);
	color: var(--herbero-text-strong);
	font-family: var(--herbero-serif);
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	transition: border-color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

.herbero-single-notes-section .herbero-single-note-icon {
	width: 52px;
	height: 52px;
	background: var(--herbero-bg);
	font-size: 18px;
}

.herbero-single-note-item:hover .herbero-single-note-icon,
body.single-product.parent-cat-herbero .herbero-single-page .maqure-single-note-item:hover .maqure-single-note-icon {
	border-color: var(--herbero-border-strong);
	background: #eee6da;
	transform: translateY(-2px);
}

.herbero-single-notes-section .herbero-single-note-group:hover .herbero-single-note-icon {
	border-color: var(--herbero-border-strong);
	background: #f7f1e7;
}

.herbero-single-note-name,
body.single-product.parent-cat-herbero .herbero-single-page .maqure-single-note-name {
	font-family: var(--herbero-sans) !important;
	font-weight: 400 !important;
	color: var(--herbero-text-strong) !important;
	font-size: 10px !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
	text-align: center !important;
	line-height: 1.4 !important;
}

@media (max-width: 991px) {
	.herbero-single-notes-section .herbero-single-notes {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}

	.herbero-single-notes-section .herbero-single-note-group {
		padding: 28px 20px;
	}
}

@media (max-width: 767px) {

	.herbero-single-note-items,
	body.single-product.parent-cat-herbero .herbero-single-page .maqure-single-note-items {
		gap: 20px;
	}

	.herbero-single-note-item,
	body.single-product.parent-cat-herbero .herbero-single-page .maqure-single-note-item {
		min-width: 68px;
	}

	.herbero-single-note-icon,
	body.single-product.parent-cat-herbero .herbero-single-page .maqure-single-note-icon {
		width: 44px;
		height: 44px;
		font-size: 15px;
	}
}

.herbero-single-cart {
	display: grid;
	gap: 12px;
	width: 100%;
}

.herbero-single-quantity-wrap {
	display: grid;
	gap: 10px;
	justify-items: start;
}

body.single-product.parent-cat-herbero .herbero-single-page .herbero-single-qty {
	display: inline-grid;
	grid-template-columns: 44px 48px 44px;
	width: 136px;
	border: 1px solid var(--herbero-border);
	background: transparent;
	box-sizing: border-box;
	overflow: hidden;
}

body.single-product.parent-cat-herbero .herbero-single-page .herbero-single-qty-btn,
body.single-product.parent-cat-herbero .herbero-single-page .herbero-single-qty-input {
	appearance: none;
	float: none;
	min-width: 0;
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	background-image: none !important;
	color: #705d49;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 48px;
	font-family: var(--herbero-sans);
	box-shadow: none !important;
	box-sizing: border-box;
}

body.single-product.parent-cat-herbero .herbero-single-page .herbero-single-qty-btn {
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

body.single-product.parent-cat-herbero .herbero-single-page .herbero-single-qty-btn:hover {
	background: #f2ebe3 !important;
	color: var(--herbero-text-strong);
}

body.single-product.parent-cat-herbero .herbero-single-page .herbero-single-qty-input {
	appearance: textfield;
	border-left: 1px solid var(--herbero-border);
	border-right: 1px solid var(--herbero-border);
	opacity: 1;
}

.herbero-single-qty-input::-webkit-outer-spin-button,
.herbero-single-qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

body.single-product.parent-cat-herbero .herbero-single-page .herbero-single-add,
body.single-product.parent-cat-herbero .herbero-single-page .herbero-single-list {
	appearance: none;
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 20px;
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	transition: 0.25s ease;
	font-family: var(--herbero-sans);
	font-weight: 400;
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
	box-shadow: none;
}

body.single-product.parent-cat-herbero .herbero-single-page .herbero-single-add {
	border: 0;
	border-radius: 0;
	background: var(--herbero-accent) !important;
	background-image: none !important;
	color: #fbf6ef !important;
}

body.single-product.parent-cat-herbero .herbero-single-page .herbero-single-add:hover:not(:disabled) {
	background: #372b23 !important;
}

.herbero-single-add:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

body.single-product.parent-cat-herbero .herbero-single-page .herbero-single-list {
	border: 1px solid var(--herbero-border-strong);
	border-radius: 0;
	background: transparent !important;
	color: #76614a !important;
}

.herbero-single-list:hover {
	border-color: #8d7557;
	color: #5e4d3b;
}

.herbero-single-signature {
	padding: 0 0 72px;
}

.herbero-single-signature-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
	gap: 46px;
	padding: 40px 42px;
	background: var(--herbero-footer);
	color: #d6c1a3;
}

.herbero-single-signature-copy h2 {
	margin-top: 20px;
	color: #f7f0e6;
	font-size: clamp(42px, 3.3vw, 52px);
	line-height: 0.98;
}

.herbero-single-signature-rule {
	width: 56px;
	height: 1px;
	margin: 28px 0 18px;
	background: rgba(216, 193, 163, 0.46);
}

.herbero-single-signature-copy p {
	max-width: 410px;
	color: rgba(240, 228, 213, 0.7);
}

.herbero-single-signature-copy em {
	display: block;
	margin-top: 14px;
	color: #b89a6b;
	font-family: var(--herbero-serif);
	font-style: italic;
}

.herbero-single-signature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	align-content: start;
}

.herbero-single-signature-card {
	padding: 14px 16px 16px;
	border: 1px solid rgba(216, 193, 163, 0.16);
}

.herbero-single-signature-value {
	margin-top: 10px;
	color: #f2e8da;
	font-size: 20px;
	line-height: 1.4;
	font-family: var(--herbero-serif);
}

.herbero-single-related {
	padding: 0 0 96px;
}

.herbero-single-related h2 {
	margin-top: 14px;
	font-size: clamp(29px, 3.5vw, 35px);
	line-height: 1.15;
}

.herbero-single-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 34px;
}

.herbero-single-related-card {
	min-width: 0;
}

.herbero-single-related-image {
	position: relative;
	display: block;
	height: 320px;
	overflow: hidden;
	background: #e7ddcf;
}

.herbero-single-related-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.herbero-single-related-card:hover .herbero-single-related-image img {
	transform: scale(1.03);
}

.herbero-single-related-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	padding: 5px 8px 4px;
	background: rgba(255, 250, 243, 0.92);
	color: #9d8461;
	font-size: 8px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.herbero-single-related-meta {
	margin-top: 12px;
}

.herbero-single-related-card h3 {
	margin-top: 6px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.35;
	letter-spacing: 0;
}

.herbero-single-related-card p {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.625;
}

.herbero-single-related-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 34px;
	gap: 10px;
	margin-top: 16px;
}

.herbero-single-related-link,
.herbero-single-related-add {
	min-height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	transition: 0.25s ease;
	font-family: var(--herbero-sans);
	text-decoration: none !important;
}

.herbero-single-related-link {
	border: 1px solid #b79a73;
	color: #7a654c;
}

.herbero-single-related-link:hover {
	border-color: #8d7557;
	color: #5e4d3b;
}

.herbero-single-related-add {
	background: #a88453;
	color: #fffaf3;
	font-size: 22px;
	line-height: 1;
}

.herbero-single-related-add:hover {
	background: #8d6d42;
	color: #fffaf3;
}

@media (max-width: 1199px) {

	.herbero-single-grid,
	.herbero-single-signature-inner {
		grid-template-columns: 1fr;
	}

	.herbero-single-copy {
		max-width: 760px;
	}

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

@media (max-width: 767px) {
	.herbero-single-shell {
		width: min(100% - 28px, 1150px);
	}

	.herbero-single-banner {
		min-height: 138px;
		padding-bottom: 18px;
	}

	.herbero-single-main {
		padding-top: 30px;
	}

	.herbero-single-image-frame {
		height: min(132vw, 680px);
	}

	.herbero-single-grid {
		gap: 28px;
	}

	.herbero-single-title,
	.herbero-single-signature h2,
	.herbero-single-related h2 {
		font-size: 36px;
	}

	.herbero-single-story-box {
		padding: 16px;
	}

	.herbero-single-add,
	.herbero-single-list {
		width: 100%;
	}

	.herbero-single-signature-inner {
		padding: 28px 22px;
	}

	.herbero-single-signature-grid,
	.herbero-single-related-grid {
		grid-template-columns: 1fr;
	}
}

.woocommerce-Tabs-panel p:not(:last-child),
.woocommerce-product-details__short-description p:not(:last-child) {
	margin-bottom: 15px;
}

.parent-cat-maqure .woocommerce-Tabs-panel p,
.parent-cat-maqure .related.products h2 {
	color: white;
}

.lqd-woo-single-layout-3 div.product {
	padding-top: 3em;
}

body.parent-cat-maqure .headercontainer {
	background-color: #000000;
}

body.parent-cat-maqure .headercontainer.is-sticky {
	background-color: #171411;
}

body.single-product.parent-cat-maqure .maqure-ref-header-icon {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin: 0;
	padding: 8px;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	color: inherit;
	box-shadow: none;
	cursor: pointer;
}

body.single-product.parent-cat-maqure .maqure-ref-header-icon svg,
body.single-product.parent-cat-maqure .ld-module-cart .ld-module-trigger-icon>svg {
	display: block;
	width: 17px;
	height: 17px;
	fill: none !important;
	stroke: currentColor;
}

body.single-product.parent-cat-maqure .maqure-ref-menu-icon {
	margin-right: 8px;
}

body.single-product.parent-cat-maqure .maqure-ref-header-utilities {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-left: auto;
}

body.parent-cat-maqure.woocommerce ul.products li.product a,
body.parent-cat-maqure.woocommerce ul.products li.product .price,
body.parent-cat-maqure.woocommerce .woocommerce-tabs ul.wc-tabs li a,
body.parent-cat-maqure.woocommerce .woocommerce-tab ul.tabs li.active a {
	color: #ffffff !important;
}

.product .ld-sp-info {
	padding: 0 20px;
}

body.single-product.parent-cat-maqure #wrap,
body.single-product.parent-cat-maqure main#lqd-site-content,
body.single-product.parent-cat-maqure #lqd-contents-wrap {
	background: #040404;
}

body.single-product.parent-cat-maqure div.product.maqure-single-page {
	--maqure-single-bg: #040404;
	--maqure-single-bg-soft: #0b0a09;
	--maqure-single-surface: #11100f;
	--maqure-single-border: rgba(149, 118, 73, 0.2);
	--maqure-single-border-strong: rgba(199, 160, 99, 0.34);
	--maqure-single-text: #f1e5d2;
	--maqure-single-text-soft: rgba(241, 229, 210, 0.75);
	--maqure-single-muted: rgba(198, 164, 112, 0.72);
	--maqure-single-accent: #c8a05f;
	--maqure-single-accent-soft: #e1bc79;
	--maqure-single-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--maqure-single-sans: "Montserrat", Arial, sans-serif;
	background: var(--maqure-single-bg);
	color: var(--maqure-single-text);
	padding-top: 0;
	font-family: var(--maqure-single-sans);
}

.maqure-single-page a {
	color: inherit;
	text-decoration: none;
}

.maqure-single-shell {
	width: min(1400px, calc(100% - 56px));
	margin: 0 auto;
}

.maqure-single-hero {
	padding: 18px 0 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(8, 7, 6, 0.22) 100%),
		var(--maqure-single-bg);
}

.maqure-single-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(400px, 0.78fr);
	border-top: 1px solid rgba(255, 255, 255, 0.04);
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.maqure-single-gallery {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	gap: 28px;
	padding: 36px 30px 24px 18px;
	min-height: 760px;
	background: #090807;
}

.maqure-single-thumb-rail {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 16px;
	padding-top: 10px;
}

.maqure-single-thumb-chevron {
	width: 12px;
	height: 12px;
	margin-left: 20px;
	color: rgba(201, 164, 93, 0.4);
}

.maqure-single-thumb-card {
	width: 52px;
	height: 74px;
	border: 1px solid rgba(216, 179, 120, 0.44);
	background: rgba(18, 15, 12, 0.96);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
}

.maqure-single-thumb-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.maqure-single-stage {
	display: flex;
	align-items: center;
	justify-content: center;
}

.maqure-single-stage-frame {
	width: min(100%, 590px);
	aspect-ratio: 0.78;
	background:
		radial-gradient(circle at 16% 44%, rgba(148, 66, 17, 0.58), transparent 26%),
		radial-gradient(circle at 76% 40%, rgba(191, 102, 32, 0.62), transparent 24%),
		linear-gradient(180deg, #120c09 0%, #070707 100%);
	border: 1px solid rgba(255, 255, 255, 0.03);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	box-shadow: inset 0 0 0 1px rgba(221, 180, 118, 0.04);
	overflow: hidden;
}

.maqure-single-main-image {
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: cover;
	object-position: center;
	display: block;
	filter: drop-shadow(0 22px 40px rgba(0, 0, 0, 0.45));
}

.maqure-single-summary {
	background: #080807;
	border-left: 1px solid rgba(255, 255, 255, 0.04);
}

.maqure-single-summary-inner {
	max-width: 470px;
	padding: 68px 36px 34px;
}

.maqure-single-meta-line {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 22px;
	color: rgba(208, 174, 122, 0.6);
	font-size: 10px;
	letter-spacing: 0.38em;
	text-transform: uppercase;
}

.maqure-single-title,
.maqure-single-story h2,
.maqure-single-editorial-copy h2,
.maqure-single-discover h2,
.maqure-single-discover-card h3 {
	font-family: var(--maqure-single-serif);
	font-weight: 400;
	letter-spacing: -0.02em;
	color: #f6ebdc;
}

.maqure-single-title {
	margin: 0;
	font-size: clamp(50px, 4.3vw, 64px);
	line-height: 0.95;
}

.maqure-single-divider-title {
	margin-top: 16px;
	color: rgba(208, 174, 122, 0.62);
	font-size: 10px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	font-family: var(--maqure-single-sans);
}

.maqure-single-tagline {
	margin: 24px 0 28px;
	max-width: 430px;
	color: rgba(233, 223, 207, 0.72);
	font-size: 15px;
	line-height: 1.75;
	font-style: italic;
}

.maqure-single-price {
	display: inline-block;
	font-family: var(--maqure-single-serif);
	font-size: 56px;
	line-height: 0.9;
	letter-spacing: -0.03em;
	color: #f7ebd9;
	padding-top: 30px;
}

.maqure-single-vat {
	margin-top: 12px;
	color: #caa36a;
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	font-family: var(--maqure-single-sans);
}

.maqure-single-divider {
	margin: 34px 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.maqure-single-cart {
	display: grid;
	gap: 22px;
}

.maqure-single-fieldset {
	display: grid;
	gap: 10px;
	width: min(100%, 438px);
}

.maqure-single-field-label {
	color: #caa36a;
	font-size: 10px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	font-family: var(--maqure-single-sans);
}

.maqure-single-size-chip {
	display: inline-flex;
	align-items: center;
	width: 100%;
	min-height: 54px;
	padding: 14px 18px;
	border: 1px solid rgba(200, 160, 95, 0.45);
	color: #f0dfc7;
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	background: rgba(11, 10, 8, 0.72);
	font-family: var(--maqure-single-sans);
}

.maqure-single-qty {
	display: inline-grid;
	grid-template-columns: 52px 56px 52px;
	align-items: stretch;
	width: 160px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(10, 9, 8, 0.9);
}

.maqure-single-qty-btn,
.maqure-single-qty-input {
	border: 0;
	background: transparent;
	color: #f1e6d7;
	height: 48px;
	text-align: center;
	font-size: 16px;
}

.maqure-single-qty-btn {
	cursor: pointer;
	font-family: inherit;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.maqure-single-qty-btn svg {
	display: block;
	width: 12px;
	height: 12px;
	margin: auto;
	stroke-width: 2;
}

.maqure-single-qty-btn:hover {
	background: rgba(255, 255, 255, 0.03);
	color: var(--maqure-single-accent-soft);
}

.maqure-single-qty-input {
	appearance: textfield;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	padding: 0;
	font-size: 18px;
}

.maqure-single-qty-input::-webkit-outer-spin-button,
.maqure-single-qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.maqure-single-cart .stock {
	margin: -6px 0 0;
	color: rgba(241, 229, 210, 0.62);
	font-size: 12px;
}

.maqure-single-add-to-cart,
.maqure-single-enquiry {
	appearance: none;
	min-height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 438px);
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	transition: 0.25s ease;
	font-family: var(--maqure-single-sans);
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
}

.maqure-single-add-to-cart {
	border: 0;
	background: var(--maqure-single-accent);
	color: #16100b;
	font-weight: 600;
}

.maqure-single-add-to-cart:hover:not(:disabled) {
	background: var(--maqure-single-accent-soft);
}

.maqure-single-add-to-cart:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.maqure-single-enquiry {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: transparent;
	color: rgba(241, 229, 210, 0.82);
}

.maqure-single-enquiry:hover {
	border-color: rgba(200, 160, 95, 0.45);
	color: #f3e7d4;
}

.maqure-single-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.maqure-single-benefit {
	display: grid;
	justify-items: center;
	gap: 10px;
	text-align: center;
	color: #caa36a;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.maqure-single-benefit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	color: var(--maqure-single-accent);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}

.maqure-single-benefit-icon::before,
.maqure-single-benefit-icon::after {
	content: none;
}

.maqure-single-benefit-icon-plus::before {
	width: 10px;
	height: 2px;
}

.maqure-single-benefit-icon-plus::after {
	width: 2px;
	height: 10px;
}

.maqure-single-benefit-icon-loop::before,
.maqure-single-benefit-icon-loop::after {
	width: 8px;
	height: 8px;
	border: 1px solid currentColor;
	border-radius: 999px;
	background: transparent;
}

.maqure-single-benefit-icon-loop::before {
	left: 0;
	right: auto;
}

.maqure-single-benefit-icon-loop::after {
	right: 0;
	left: auto;
}

.maqure-single-benefit-icon-diamond::before {
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	background: transparent;
	border: 1px solid currentColor;
}

.maqure-single-composition {
	padding: 78px 0 72px;
	background: #050505;
}

.maqure-single-composition-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(290px, 400px);
	gap: 64px;
	align-items: start;
}

.maqure-single-kicker,
.maqure-single-note-heading,
.maqure-single-spec-label,
.maqure-single-discover-meta {
	color: rgba(208, 174, 122, 0.55);
	font-size: 12px;
	letter-spacing: 0.38em;
	text-transform: uppercase;
}

.maqure-single-story h2 {
	margin: 18px 0 14px;
	max-width: 680px;
	font-size: clamp(34px, 3.1vw, 46px);
	line-height: 1.04;
}

.maqure-single-story p {
	margin: 0;
	max-width: 710px;
	color: rgba(241, 229, 210, 0.6);
	font-size: 16px;
	line-height: 1.9;
}

.maqure-single-mood-label {
	margin-top: 38px;
	color: rgba(208, 174, 122, 0.5);
	font-size: 10px;
	letter-spacing: 0.38em;
	text-transform: uppercase;
}

.maqure-single-mood-copy {
	margin-top: 14px;
	color: rgba(233, 223, 207, 0.7);
	font-size: 15px;
	line-height: 1.9;
	font-style: italic;
}

.maqure-single-notes {
	display: grid;
	gap: 34px;
}

.maqure-single-note-group {
	display: grid;
	gap: 16px;
}

.maqure-single-note-items {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}

.maqure-single-note-item {
	display: grid;
	justify-items: center;
	gap: 12px;
	min-width: 88px;
}

.maqure-single-note-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 999px;
	border: 1px solid rgba(200, 160, 95, 0.22);
	background: rgba(199, 160, 99, 0.07);
	color: var(--maqure-single-accent);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.maqure-single-note-icon::before,
.maqure-single-note-icon::after {
	content: none;
}

.maqure-single-note-icon-circle::before {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: var(--maqure-single-accent);
}

.maqure-single-note-icon-diamond::before {
	width: 10px;
	height: 10px;
	background: var(--maqure-single-accent);
	transform: rotate(45deg);
}

.maqure-single-note-icon-square::before {
	width: 10px;
	height: 14px;
	border: 1px solid var(--maqure-single-accent);
}

.maqure-single-note-icon-teardrop::before {
	width: 10px;
	height: 14px;
	border-radius: 50% 50% 50% 50% / 40% 40% 60% 60%;
	background: var(--maqure-single-accent);
	transform: rotate(180deg);
	clip-path: polygon(50% 0%, 82% 40%, 65% 100%, 35% 100%, 18% 40%);
}

.maqure-single-note-icon-ring::before {
	width: 12px;
	height: 12px;
	border-radius: 999px;
	border: 1px solid var(--maqure-single-accent);
}

.maqure-single-note-name {
	font-weight: 400 !important;
	color: #f3ede3 !important;
	font-size: 10px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.5;
}

.maqure-single-specs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	background: #0f0d0b;
}

.maqure-single-spec {
	padding: 28px 34px 24px;
	border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.maqure-single-spec:last-child {
	border-right: 0;
}

.maqure-single-spec-value {
	margin-top: 10px;
	color: #f1e6d7;
	font-size: 15px;
	line-height: 1.7;
}

.maqure-single-editorial {
	background-color: #060505;
	background-position: center 18%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 640px;
	display: flex;
	align-items: flex-end;
}

.maqure-single-editorial .maqure-single-shell {
	width: min(1270px, calc(100% - 56px));
}

.maqure-single-editorial-copy {
	max-width: 470px;
	padding: 0 0 82px 24px;
}

.maqure-single-editorial-copy h2 {
	margin: 18px 0 0;
	font-size: clamp(38px, 3.4vw, 54px);
	line-height: 1.02;
}

.maqure-single-discover {
	padding: 88px 0 100px;
	background: #050505;
}

.maqure-single-discover-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 42px;
}

.maqure-single-discover h2 {
	margin: 18px 0 0;
	font-size: clamp(40px, 3.3vw, 52px);
	line-height: 1.02;
}

.maqure-single-discover-all,
.maqure-single-discover-link {
	color: rgba(208, 174, 122, 0.7);
	font-size: 10px;
	letter-spacing: 0.38em;
	text-transform: uppercase;
}

.maqure-single-discover-all:hover,
.maqure-single-discover-link:hover {
	color: #f0ddbe;
}

.maqure-single-discover-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.maqure-single-discover-card {
	min-width: 0;
}

.maqure-single-discover-card.is-current {
	opacity: 0.92;
}

.maqure-single-discover-image {
	display: block;
	aspect-ratio: 0.76;
	overflow: hidden;
	background: #0d0b09;
	margin-bottom: 20px;
}

.maqure-single-discover-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.55s ease;
}

.maqure-single-discover-card:hover .maqure-single-discover-image img {
	transform: scale(1.03);
}

.maqure-single-discover-card h3 {
	margin: 10px 0 0;
	font-size: 34px;
	line-height: 1.02;
}

.maqure-single-discover-card h3 a:hover {
	color: #fbf2e8;
}

.maqure-single-discover-price {
	margin-top: 8px;
	color: rgba(241, 229, 210, 0.68);
	font-size: 15px;
}

.maqure-single-discover-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
}

/* Maqure product-page tokens measured from the supplied reference build. */
body.single-product.parent-cat-maqure div.product.maqure-single-page {
	--maqure-single-bg: #050505;
	--maqure-single-text: #f4eee4;
	--maqure-single-text-soft: #9b9286;
	--maqure-single-muted: #5a5650;
	--maqure-single-accent: #c9a45d;
}

.maqure-single-hero {
	padding: 0;
}

.maqure-single-hero>.maqure-single-shell {
	width: 100%;
	max-width: none;
}

.maqure-single-hero-grid {
	grid-template-columns: minmax(0, 56fr) minmax(400px, 44fr);
	min-height: 90vh;
}

.maqure-single-gallery {
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 20px;
	padding: 0 32px 0 20px;
	min-height: 60vh;
	background: #0a0907;
}

.maqure-single-thumb-rail {
	padding-top: 112px;
}

.maqure-single-stage-frame {
	width: min(100%, 505px);
	aspect-ratio: auto;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.maqure-single-main-image {
	height: auto;
	max-height: 82vh;
	object-fit: contain;
}

.maqure-single-summary {
	display: flex;
	align-items: center;
	background: #050505;
	border-left-color: rgba(201, 164, 93, 0.12);
}

.maqure-single-summary-inner {
	width: 100%;
	max-width: none;
	padding: 128px 56px 64px;
}

.maqure-single-meta-line {
	gap: 8px;
	margin-bottom: 32px;
	color: #5a5650;
	font-size: 8.5px;
	letter-spacing: 0.2em;
}

.maqure-single-meta-line span:first-child {
	color: #c9a45d;
	letter-spacing: 0.25em;
}

.maqure-single-title,
.maqure-single-story h2,
.maqure-single-editorial-copy h2,
.maqure-single-discover h2,
.maqure-single-discover-card h3 {
	color: #f4eee4;
}

.maqure-single-title {
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.04;
}

.maqure-single-divider-title {
	margin-top: 20px;
	color: #c9a45d;
	font-size: 8.5px;
	letter-spacing: 0.28em;
}

.maqure-single-tagline {
	margin: 12px 0 32px;
	max-width: none;
	color: #9b9286;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.625;
}

.maqure-single-price {
	font-size: 32px;
	line-height: 1;
	letter-spacing: 0;
	color: #f4eee4;
}

.maqure-single-divider {
	margin: 24px 0 28px;
	background: rgba(201, 164, 93, 0.15);
}

.maqure-single-cart {
	gap: 0;
}

.maqure-single-fieldset {
	gap: 12px;
	width: 100%;
}

.maqure-single-fieldset:first-child {
	margin-bottom: 24px;
}

.maqure-single-fieldset:has(.maqure-single-qty) {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 28px;
}


.maqure-single-size-chip {
	width: fit-content;
	min-height: 0;
	padding: 8px 20px;
	border-color: rgba(201, 164, 93, 0.65);
	background: rgba(201, 164, 93, 0.08);
	color: #f4eee4;
	font-size: 10px;
	letter-spacing: 0.15em;
}

body.single-product.parent-cat-maqure .maqure-single-page .maqure-single-qty {
	grid-template-columns: 40px 48px 40px;
	width: 128px;
	border-color: #2c2825;
	background: transparent;
	overflow: hidden;
}

body.single-product.parent-cat-maqure .maqure-single-page .maqure-single-qty-btn,
body.single-product.parent-cat-maqure .maqure-single-page .maqure-single-qty-input {
	appearance: none;
	float: none;
	min-width: 0;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	box-sizing: border-box;
	color: #f4eee4;
	font-family: var(--maqure-single-sans);
	font-size: 14px;
	font-weight: 300;
	line-height: 40px;
}

body.single-product.parent-cat-maqure .maqure-single-page .maqure-single-qty-btn {
	color: #6b6560;
}

body.single-product.parent-cat-maqure .maqure-single-page .maqure-single-qty-input {
	border-right: 1px solid #2c2825;
	border-left: 1px solid #2c2825;
}

body.single-product.parent-cat-maqure .maqure-single-page .maqure-single-add-to-cart,
body.single-product.parent-cat-maqure .maqure-single-page .maqure-single-enquiry {
	width: 100%;
	min-height: 48px;
	border-radius: 0;
}

body.single-product.parent-cat-maqure .maqure-single-page .maqure-single-add-to-cart {
	background: #c9a45d !important;
	background-image: none !important;
	color: #050505 !important;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.3em;
}

body.single-product.parent-cat-maqure .maqure-single-page .maqure-single-enquiry {
	margin-top: 12px;
	border-color: rgba(201, 164, 93, 0.28);
	background: transparent !important;
	color: #f4eee4 !important;
	font-size: 10px;
	letter-spacing: 0.22em;
}

.maqure-single-cart+.maqure-single-divider {
	margin: 40px 0 0;
	background: rgba(255, 255, 255, 0.06);
}

.maqure-single-benefits {
	padding-top: 32px;
}


.maqure-single-benefit-icon {
	color: rgba(201, 164, 93, 0.7);
}

.maqure-single-composition {
	padding: 112px 0;
}

.maqure-single-composition-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 96px;
}

.maqure-single-kicker,
.maqure-single-note-heading,
.maqure-single-spec-label,
.maqure-single-discover-meta {
	font-size: 9px;
	letter-spacing: 0.25em;
}

.maqure-single-kicker {
	color: rgb(201, 164, 93);
	letter-spacing: 0.3em;
}

.maqure-single-story h2 {
	margin: 32px 0 12px;
	font-size: 20px;
	line-height: 1.5;
}

.maqure-single-story p {
	color: #9b9286;
	font-size: 13px;
	font-weight: 300;
	line-height: 2;
}

.maqure-single-mood-label {
	margin-top: 40px;
	color: #c9a45d;
	font-size: 9px;
	letter-spacing: 0.25em;
}

.maqure-single-mood-copy {
	margin-top: 12px;
	color: #9b9286;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.5;
}

.maqure-single-notes {
	gap: 32px;
}

.maqure-single-note-group {
	gap: 20px;
}

.maqure-single-note-heading {
	color: #c9a45d;
}

.maqure-single-note-icon {
	width: 56px;
	height: 56px;
	background: #161109;
	border-color: #2c2825;
}

.maqure-single-specs {
	max-width: 1440px;
	margin: 0 auto;
	background: #0d0c0a;
}

.maqure-single-spec {
	padding: 40px;
}

.maqure-single-spec-label {
	color: #5a5650;
	font-size: 9px;
	letter-spacing: 0.22em;
}

.maqure-single-spec-value {
	margin-top: 12px;
	color: #d4c4a8;
	font-family: var(--maqure-single-serif);
	font-size: 13px;
	line-height: 1.5;
}

.maqure-single-editorial-copy h2 {
	font-size: 24px;
	line-height: 1.33;
}

.maqure-single-discover {
	padding: 112px 0;
}

.maqure-single-discover-head {
	margin-bottom: 56px;
}

.maqure-single-discover h2 {
	margin-top: 12px;
	font-size: 30px;
	line-height: 1.2;
}

.maqure-single-discover-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.maqure-single-discover-card h3 {
	margin-top: 8px;
	font-size: 18px;
	line-height: 1.25;
}

.maqure-single-discover-price {
	font-size: 13px;
}

@media (max-width: 1023px) {
	.maqure-single-hero-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.maqure-single-summary {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.04);
	}

	.maqure-single-summary-inner {
		max-width: 100%;
		padding-top: 44px;
	}

	.maqure-single-composition-grid {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 991px) {

	.maqure-single-shell,
	.maqure-single-editorial .maqure-single-shell {
		width: min(100% - 32px, 1270px);
	}

	.maqure-single-gallery {
		grid-template-columns: 1fr;
		padding: 22px 16px 18px;
		min-height: unset;
	}

	.maqure-single-thumb-rail {
		justify-content: flex-start;
		padding-top: 0;
	}

	.maqure-single-stage-frame {
		width: 100%;
		min-height: 480px;
		padding: 8px;
	}

	.maqure-single-benefits,
	.maqure-single-specs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.maqure-single-editorial {
		min-height: 480px;
	}
}

@media (max-width: 767px) {
	.maqure-single-hero {
		padding-top: 10px;
	}

	.maqure-single-title {
		font-size: 32px;
	}

	.maqure-single-summary-inner {
		padding: 32px 20px 24px;
	}

	.maqure-single-price {
		font-size: 32px;
	}

	.maqure-single-benefits,
	.maqure-single-specs,
	.maqure-single-discover-grid {
		grid-template-columns: 1fr;
	}

	.maqure-single-benefit {
		justify-items: flex-start;
		text-align: left;
	}

	.maqure-single-composition {
		padding-top: 56px;
	}

	.maqure-single-story h2,
	.maqure-single-editorial-copy h2,
	.maqure-single-discover h2 {
		font-size: 34px;
	}

	.maqure-single-spec {
		padding: 22px 20px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	}

	.maqure-single-spec:last-child {
		border-bottom: 0;
	}

	.maqure-single-editorial {
		min-height: 360px;
		background-position: center;
	}

	.maqure-single-editorial-copy {
		padding: 0 0 42px;
	}

	.maqure-single-discover {
		padding: 60px 0 72px;
	}

	.maqure-single-discover-head {
		align-items: flex-start;
		flex-direction: column;
	}
}



@media (max-width: 1199px) {
	.herbero-collection-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

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

@media (max-width: 767px) {

	.herbero-collection-hero-inner,
	.herbero-collection-shell {
		width: min(100% - 28px, 1180px);
	}

	.herbero-collection-hero {
		min-height: 200px;
		padding: 52px 18px 36px;
	}

	.herbero-collection-tabs {
		gap: 22px;
	}

	.herbero-collection-toolbar {
		flex-direction: column;
		align-items: flex-start;
		padding-top: 42px;
	}

	.herbero-collection-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}
}

/* WooCommerce success message modal popup styling */


.woocommerce-notices-wrapper:has(> .woocommerce-message),
.woocommerce-notices-wrapper.wc-toast-wrapper {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	z-index: 999999 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100vw !important;
	height: 100vh !important;
	margin: 0 !important;
	padding: 20px !important;
	pointer-events: none !important;
}

.woocommerce-notices-wrapper>.woocommerce-message {
	position: relative !important;
	pointer-events: auto !important;
	display: block !important;
	width: 450px !important;
	max-width: 92vw !important;
	margin: 0 !important;
	padding: 24px !important;
	border: 1px solid rgba(211, 176, 117, 0.35) !important;
	border-radius: 8px !important;
	background: #090909 !important;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.9) !important;
	color: #f3ede3 !important;
	font-family: "Montserrat", "DM Sans", sans-serif !important;
	animation: maqure-toast-modal-enter 0.35s cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

.woocommerce-notices-wrapper>.woocommerce-message::before {
	display: none !important;
}

@keyframes maqure-toast-modal-enter {
	from {
		opacity: 0;
		transform: scale(0.94) translateY(12px);
	}

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

.woocommerce-notices-wrapper>.woocommerce-message.is-leaving {
	pointer-events: none !important;
	animation: maqure-toast-modal-exit 0.3s ease both !important;
}

@keyframes maqure-toast-modal-exit {
	to {
		opacity: 0;
		transform: scale(0.96) translateY(-8px);
	}
}

.maqure-toast-modal-card {
	display: block;
}

.maqure-toast-modal-card .maqure-bag-modal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(211, 176, 117, 0.15);
}

.maqure-toast-modal-card .maqure-bag-modal-status {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.8px;
	color: #caa36a;
	text-transform: uppercase;
}

.maqure-toast-modal-card .maqure-bag-modal-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(202, 163, 106, 0.2);
	color: #caa36a;
	font-size: 12px;
}

.maqure-toast-modal-card .maqure-bag-modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: transparent !important;
	border: none !important;
	color: #a38a64 !important;
	font-size: 24px;
	cursor: pointer;
	line-height: 1;
	padding: 0 !important;
	transition: color 200ms ease;
}

.maqure-toast-modal-card .maqure-bag-modal-close:hover {
	color: #f3ede3 !important;
}

.maqure-toast-modal-card .maqure-bag-modal-body {
	padding: 12px 0 20px;
}

.maqure-toast-modal-card .maqure-bag-modal-product {
	display: flex;
	align-items: center;
	gap: 16px;
}

.maqure-toast-modal-card .maqure-bag-modal-img {
	width: 72px;
	height: 72px;
	background: #000;
	border-radius: 6px;
	overflow: hidden;
	flex-shrink: 0;
	border: 1px solid rgba(211, 176, 117, 0.2);
}

.maqure-toast-modal-card .maqure-bag-modal-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.maqure-toast-modal-card .maqure-bag-modal-info h3 {
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	color: #f3ede3 !important;
	margin: 0 0 4px !important;
	line-height: 1.2;
}

.maqure-toast-modal-card .maqure-bag-modal-qty {
	font-size: 12px;
	color: #a38a64;
	margin-bottom: 4px;
}

.maqure-toast-modal-card .maqure-bag-modal-price {
	font-size: 14px;
	font-weight: 600;
	color: #d7b27a;
}

.maqure-toast-modal-card .maqure-bag-modal-actions {
	display: flex;
	gap: 12px;
	padding-top: 8px;
}

.maqure-toast-modal-card .maqure-bag-modal-btn-view {
	flex: 1;
	height: 44px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	background: #caa36a !important;
	color: #050505 !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none !important;
	border-radius: 4px;
	transition: background 250ms ease;
	border: none !important;
}

.maqure-toast-modal-card .maqure-bag-modal-btn-view:hover {
	background: #d7b27a !important;
}

.maqure-toast-modal-card .maqure-bag-modal-btn-continue {
	flex: 1;
	height: 44px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	background: transparent !important;
	border: 1px solid rgba(211, 176, 117, 0.35) !important;
	color: #f3ede3 !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	border-radius: 4px;
	cursor: pointer;
	transition: border-color 250ms ease, color 250ms ease;
}

.maqure-toast-modal-card .maqure-bag-modal-btn-continue:hover {
	border-color: #caa36a !important;
	color: #caa36a !important;
}

/* Maqure home: isolated recreation of the brand reference experience. */
body.page-id-6606,
body.page-id-6606 #wrap,
body.page-id-6606 main#lqd-site-content,
body.page-id-6606 #lqd-contents-wrap {
	margin: 0 !important;
	padding: 0 !important;
	background: #0a0908 !important;
}

body.page-id-6606 .elementor-7087,
body.page-id-6606 .elementor-7041 {
	display: none !important;
}

body.page-id-6606 #lqd-contents-wrap,
body.page-id-6606 .lqd-contents-wrap,
body.page-id-6606 .container {
	width: 100% !important;
	max-width: none !important;
}

body.page-id-6606.maqure-menu-open {
	overflow: hidden;
}

.maqure-home {
	--mh-black: #0a0908;
	--mh-deep-black: #050505;
	--mh-ivory: #f5f0e8;
	--mh-gold: #c9a96e;
	--mh-bronze: #8b6f52;
	--mh-muted: #d4c4a8;
	--mh-line: #1e1c1a;
	--mh-ease: cubic-bezier(.22, 1, .36, 1);
	position: relative;
	width: 100%;
	overflow: hidden;
	background: var(--mh-black);
	color: var(--mh-ivory);
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

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

.maqure-home h1,
.maqure-home h2,
.maqure-home h3,
.maqure-home h4,
.maqure-home p {
	margin: 0;
}

.maqure-home h1,
.maqure-home h2,
.maqure-home h3,
.maqure-home h4 {
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
}

.maqure-home a {
	color: inherit;
	text-decoration: none;
}

.maqure-home button,
.maqure-home input {
	font: inherit;
}

.maqure-home img {
	display: block;
	max-width: 100%;
	width: 112px;
}

.maqure-home-shell {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-right: 48px;
	padding-left: 48px;
}

.maqure-progress {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1002;
	width: 100%;
	height: 2px;
	pointer-events: none;
}

.maqure-progress span {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--mh-gold);
	transform: scaleX(0);
	transform-origin: left;
}

.maqure-home-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	border-bottom: 1px solid rgba(201, 169, 110, .22);
	background: rgba(245, 239, 230, .97);
	color: var(--mh-black);
	backdrop-filter: blur(14px);
	transform: translateY(-100%);
	transition: transform 500ms var(--mh-ease), background-color 300ms ease, border-color 300ms ease, backdrop-filter 300ms ease;
}

.maqure-home-header.is-visible {
	transform: translateY(0);
}

body:not(.page-id-6606) .maqure-home-header.is-visible {
	transform: translateY(0);
}

.maqure-home-header-inner {
	position: relative;
	display: flex;
	max-width: 1400px;
	align-items: center;
	height: 72px;
	transition: height 300ms var(--mh-ease);
}

.maqure-home-header.is-compact .maqure-home-header-inner {
	height: 60px;
}

.maqure-nav-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--mh-black) !important;
	box-shadow: none !important;
	transition: color 300ms ease, transform 300ms var(--mh-ease);
}

.maqure-nav-icon:hover {
	color: var(--mh-gold) !important;
	transform: translateY(-2px);
}

.maqure-nav-icon svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.maqure-menu-toggle {
	display: none;
}

.maqure-header-brands {
	display: flex;
	flex: 1;
	align-items: center;
	gap: 30px;
}

.maqure-header-brands .company-name {
	color: #837567 !important;
	font-size: 11.2px;
	font-weight: 400;
	letter-spacing: .18em;
	line-height: 1.4;
	text-transform: uppercase;
	position: relative;
}

.maqure-header-brands .company-name::after {
	position: absolute;
	right: 100%;
	bottom: 5px;
	left: 0;
	height: 1px;
	background: #c8a45d;
	content: "";
	transition: right 400ms cubic-bezier(.22, 1, .36, 1);
}

.maqure-header-brands .company-name:hover::after {
	right: 0;
}

.maqure-desktop-nav {
	display: flex;
	align-items: center;
	gap: 20px;
}

.maqure-header-link {
	position: relative;
	padding: 0;
	font-size: 11.2px;
	font-weight: 400;
	letter-spacing: .18em;
	line-height: 1.4;
	text-transform: uppercase;
	white-space: nowrap;
}

.maqure-header-link::after {
	position: absolute;
	right: 100%;
	bottom: -5px;
	left: 0;
	height: 1px;
	background: var(--mh-gold);
	content: "";
	transition: right 400ms var(--mh-ease);
}

.maqure-header-link:hover::after {
	right: 0;
}

.maqure-header-logo {
	position: absolute;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(-50%);
}

.maqure-header-logo img {
	width: 112px;
	height: auto;
}

.maqure-header-dropdown {
	position: relative;
}

.maqure-header-dropdown::before {
	position: absolute;
	top: 100%;
	z-index: 49;
	height: 9px;
	content: "";
}

.maqure-brands-dropdown::before {
	left: 0;
	width: 240px;
}

.maqure-collections-dropdown::before {
	right: 0;
	width: 208px;
}

.maqure-dropdown-trigger {
	display: flex !important;
	width: auto !important;
	min-width: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	align-items: center !important;
	gap: 4px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: inherit !important;
	cursor: pointer;
	appearance: none;
	font-family: "Montserrat", sans-serif !important;
	font-size: 10.4px !important;
	font-weight: 400 !important;
	letter-spacing: .18em !important;
	line-height: 1.4 !important;
	text-align: left !important;
	text-transform: uppercase !important;
	white-space: nowrap;
	transition: color 300ms ease;
}

.maqure-collections-dropdown>.maqure-dropdown-trigger {
	font-size: 11.2px !important;
}

.maqure-dropdown-trigger:hover,
.maqure-header-dropdown:focus-within>.maqure-dropdown-trigger {
	color: var(--mh-gold) !important;
}

.maqure-dropdown-trigger svg {
	display: block;
	width: 9px;
	height: 9px;
	margin-top: 2px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 300ms ease;
}

.maqure-header-dropdown:hover>.maqure-dropdown-trigger svg,
.maqure-header-dropdown:focus-within>.maqure-dropdown-trigger svg,
.maqure-header-dropdown.is-open>.maqure-dropdown-trigger svg {
	transform: rotate(180deg);
}

.maqure-dropdown-panel {
	position: absolute;
	top: 100%;
	z-index: 50;
	margin-top: 8px;
	overflow: hidden;
	border: 1px solid rgba(139, 111, 82, .28);
	background: #f5f0e8;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .12), 0 8px 10px -6px rgba(0, 0, 0, .12);
	color: var(--mh-black);
	opacity: 0;
	pointer-events: none;
	transform: translateY(-8px) scaleY(.95);
	transition: opacity 350ms var(--mh-ease), transform 350ms var(--mh-ease);
}

.maqure-header-dropdown:hover>.maqure-dropdown-panel,
.maqure-header-dropdown:focus-within>.maqure-dropdown-panel,
.maqure-header-dropdown.is-open>.maqure-dropdown-panel {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0) scaleY(1);
}

.maqure-brands-panel {
	left: 0;
	width: 240px;
	transform-origin: left top;
}

.maqure-brands-panel>div {
	padding: 20px;
}

.maqure-brand-option {
	display: block;
	opacity: 0;
	transform: translateY(-6px);
	transition: opacity 400ms, transform 400ms var(--mh-ease);
}

.maqure-brand-option+.maqure-brand-option {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(139, 111, 82, .22);
	transition-delay: 60ms;
}

.maqure-header-dropdown:hover .maqure-brand-option,
.maqure-header-dropdown:focus-within .maqure-brand-option,
.maqure-header-dropdown.is-open .maqure-brand-option {
	opacity: 1;
	transform: translateY(0);
}

.maqure-brand-option span {
	display: block;
	color: var(--mh-bronze);
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.maqure-brand-option em {
	display: block;
	margin-top: 2px;
	color: var(--mh-black);
	font-family: "Cormorant Garamond", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25;
	text-transform: none;
}

.maqure-collections-panel {
	right: 0;
	width: 208px;
	transform-origin: right top;
}

.maqure-collections-panel>div {
	padding: 8px 0;
}

.maqure-collections-panel a {
	display: block;
	padding: 12px 20px;
	color: var(--mh-bronze);
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.4;
	opacity: 0;
	transform: translateX(-8px);
	transition: color 200ms, background-color 200ms, opacity 350ms, transform 350ms var(--mh-ease);
}

.maqure-collections-panel a:nth-child(2) {
	transition-delay: 0s, 0s, 50ms, 50ms;
}

.maqure-collections-panel a:nth-child(3) {
	transition-delay: 0s, 0s, 100ms, 100ms;
}

.maqure-collections-panel a:nth-child(4) {
	transition-delay: 0s, 0s, 150ms, 150ms;
}

.maqure-header-dropdown:hover .maqure-collections-panel a,
.maqure-header-dropdown:focus-within .maqure-collections-panel a,
.maqure-header-dropdown.is-open .maqure-collections-panel a {
	opacity: 1;
	transform: translateX(0);
}

.maqure-collections-panel a:hover {
	background: #ebe3d8;
	color: var(--mh-black);
}

.maqure-mobile-logo {
	display: none;
}

.maqure-header-tools {
	display: flex;
	margin-left: 24px;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
}

.maqure-cart-link {
	position: relative;
}

.maqure-cart-link>span {
	position: absolute;
	top: -7px;
	right: -9px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 16px;
	height: 16px;
	padding: 0 3px;
	border-radius: 50%;
	background: hsl(32, 35%, 42%);
	font-size: 8px;
	font-weight: 600;
	color: #ffffff;
}

.maqure-mobile-drawer {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1100;
	display: flex;
	width: min(80vw, 384px);
	padding: 32px;
	background: #f5f0e8;
	color: #0a0908;
	flex-direction: column;
	transform: translateX(-105%);
	transition: transform 700ms cubic-bezier(.22, 1, .36, 1);
}

.maqure-mobile-drawer.is-open {
	box-shadow: 0 0 0 100vmax rgba(10, 9, 8, .65);
	transform: translateX(0);
}

.maqure-mobile-drawer>img {
	width: 130px;
	margin: 18px 0 44px;
}

.maqure-mobile-drawer nav {
	display: flex;
	gap: 22px;
	flex-direction: column;
}

.maqure-mobile-drawer nav a {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: #0a0908;
	font-family: "Montserrat", sans-serif;
	line-height: 1.5;
}

.maqure-mobile-drawer nav a:nth-child(2),
.maqure-mobile-drawer nav a:nth-child(3),
.maqure-mobile-drawer nav a:nth-child(4) {
	padding-left: 16px;
	color: #8b6f52;
}

.maqure-drawer-close {
	align-self: flex-end;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	color: var(--mh-black) !important;
	font-size: 26px;
	font-weight: 300;
}

.maqure-hero {
	position: relative;
	display: flex;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	min-height: 640px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: var(--mh-black);
}

.maqure-hero-image {
	position: absolute;
	inset: -12%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .68;
	transform: scale(1.1);
	animation: maqure-hero-in 2.8s var(--mh-ease) both;
	will-change: transform;
}

.maqure-hero-shade {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at center, transparent 38%, rgba(10, 9, 8, .6) 100%), linear-gradient(to bottom, rgba(10, 9, 8, .35), transparent 50%, rgba(10, 9, 8, .55));
}

.maqure-hero-content {
	position: relative;
	z-index: 2;
	display: flex;
	width: min(100% - 48px, 620px);
	align-items: center;
	text-align: center;
	flex-direction: column;
}

.maqure-hero-logo {
	width: clamp(250px, 30vw, 540px);
	height: auto;
	margin-bottom: 16px;
	opacity: 0;
	animation: maqure-content-in 1.8s .3s var(--mh-ease) forwards;
}

.maqure-hero-tag {
	margin-bottom: 32px !important;
	color: var(--mh-gold);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .32em;
	text-transform: uppercase;
	opacity: 0;
	animation: maqure-content-in 1.2s 1.35s var(--mh-ease) forwards;
}

.maqure-hero-copy {
	max-width: 384px;
	margin-bottom: 40px !important;
	color: var(--mh-muted);
	font-size: 11.5px;
	font-weight: 300;
	letter-spacing: .06em;
	line-height: 2;
	opacity: 0;
	animation: maqure-content-in 1.3s 1.75s var(--mh-ease) forwards;
}

.maqure-outline-cta {
	padding: 14px 32px;
	border: 1px solid rgba(245, 240, 232, .25);
	color: var(--mh-ivory) !important;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .24em;
	text-transform: uppercase;
	opacity: 0;
	animation: maqure-content-in 1.1s 2.2s var(--mh-ease) forwards;
	transition: color 700ms var(--mh-ease), border-color 700ms var(--mh-ease);
}

.maqure-outline-cta:hover {
	border-color: rgba(201, 169, 110, .7);
	color: var(--mh-gold) !important;
}

.maqure-scroll-cue {
	position: absolute;
	bottom: 40px;
	left: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-direction: column;
	transform: translateX(-50%);
}

.maqure-scroll-cue span {
	color: rgba(212, 196, 168, .75);
	font-size: 9px;
	font-weight: 400;
	letter-spacing: .3em;
	text-transform: uppercase;
	white-space: nowrap;
}

.maqure-scroll-cue i {
	position: relative;
	display: block;
	width: 1px;
	height: 56px;
	overflow: hidden;
	background: rgba(212, 196, 168, .18);
}

.maqure-scroll-cue i::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 33%;
	background: var(--mh-gold);
	content: "";
	animation: maqure-scroll-line 2.8s .7s ease-in-out infinite;
}

.maqure-editorial {
	position: relative;
	height: clamp(560px, 85vh, 1000px);
	overflow: hidden;
	background: var(--mh-deep-black);
}

.maqure-editorial>img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 65% center;
}

.maqure-editorial-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(5, 5, 5, .82), rgba(5, 5, 5, .48) 45%, rgba(5, 5, 5, .18));
}

.maqure-editorial-shade::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 96px;
	background: linear-gradient(to top, var(--mh-black), transparent);
	content: "";
}

.maqure-editorial-content {
	position: relative;
	z-index: 1;
	display: flex;
	height: 100%;
	justify-content: center;
	flex-direction: column;
}

.maqure-kicker {
	display: block;
	margin-bottom: 24px;
	color: var(--mh-gold);
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .32em;
	text-transform: uppercase;
}

.maqure-editorial h2 {
	max-width: 576px;
	margin-bottom: 48px !important;
	color: var(--mh-ivory);
	font-size: clamp(2.2rem, 4.5vw, 3.4rem);
	letter-spacing: .025em;
	line-height: 1;
}

.maqure-text-link {
	position: relative;
	display: inline-block;
	align-self: flex-start;
	padding-bottom: 6px;
	color: #0a0908 !important;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.maqure-text-link::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: currentColor;
	content: "";
	transform: scaleX(.25);
	transform-origin: left;
	transition: transform 650ms var(--mh-ease);
}

.maqure-text-link:hover::after {
	transform: scaleX(1);
}

.maqure-text-link span,
.maqure-text-link b {
	display: inline-block;
	font-weight: 400;
	transition: transform 500ms var(--mh-ease);
}

.maqure-text-link:hover span,
.maqure-text-link:hover b {
	transform: translateX(5px);
}

.maqure-manifesto,
.maqure-feature {
	display: flex;
	width: 100%;
}

.maqure-manifesto {
	min-height: 760px;
	background: var(--mh-ivory);
	color: var(--mh-black);
}

.maqure-manifesto-copy {
	display: flex;
	width: 50%;
	padding: clamp(72px, 8.3vw, 128px);
	justify-content: center;
	flex-direction: column;
}

.maqure-section-label {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 32px;
	color: var(--mh-bronze);
}

.maqure-section-label i {
	font-family: "Cormorant Garamond", serif;
	font-size: 14px;
	font-style: italic;
}

.maqure-section-label span {
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.maqure-manifesto .maqure-section-label {
	margin-bottom: 48px;
}

.maqure-manifesto h2 {
	max-width: 560px;
	margin-bottom: 32px !important;
	color: var(--mh-black);
	font-size: clamp(2.05rem, 2.7vw, 2.7rem);
	line-height: 1.15;
}

.maqure-manifesto p {
	max-width: 448px;
	color: #2c2825;
	font-size: 13px;
	line-height: 1.95;
}

.maqure-manifesto-image {
	width: 50%;
	min-height: 65vh;
	background-position: center;
	background-size: cover;
}

.maqure-collections {
	padding: 144px 0;
	background: var(--mh-black);
	color: var(--mh-ivory);
}

.maqure-section-intro {
	display: flex;
	align-items: center;
	margin-bottom: 80px;
	text-align: center;
	flex-direction: column;
}

.maqure-section-intro .maqure-section-label,
.maqure-journal .maqure-section-label {
	color: var(--mh-gold);
}

.maqure-section-intro h2 {
	margin-bottom: 24px !important;
	color: var(--mh-ivory);
	font-size: clamp(2.05rem, 2.7vw, 2.7rem);
	line-height: 1.15;
}

.maqure-section-intro>p {
	max-width: 576px;
	color: var(--mh-bronze);
	font-size: 13px;
	line-height: 1.85;
}

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

.maqure-collection-card {
	display: flex;
	flex-direction: column;
}

.maqure-card-image {
	position: relative;
	width: 100%;
	margin-bottom: 28px;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: #2c2825;
}

.maqure-card-image::after {
	position: absolute;
	inset: 10px;
	border: 1px solid rgba(201, 169, 110, 0);
	content: "";
	transition: border-color 800ms var(--mh-ease), inset 800ms var(--mh-ease);
}

.maqure-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(.82);
	transition: filter 1.2s var(--mh-ease), transform 1.8s var(--mh-ease);
}

.maqure-collection-card:hover .maqure-card-image img {
	filter: brightness(1);
	transform: scale(1.045);
}

.maqure-collection-card:hover .maqure-card-image::after {
	inset: 16px;
	border-color: rgba(201, 169, 110, .55);
}

.maqure-collection-card h3 {
	margin-bottom: 12px !important;
	color: var(--mh-ivory);
	font-size: 18px;
	letter-spacing: .1em;
	line-height: 1.4;
}

.maqure-collection-card>p {
	margin-bottom: 20px !important;
	color: var(--mh-muted);
	font-size: 12px;
	line-height: 1.65;
}

.maqure-feature {
	min-height: 85vh;
	border-top: 1px solid var(--mh-line);
	background: var(--mh-black);
}

.maqure-feature-copy {
	display: flex;
	width: 48%;
	padding: 80px clamp(64px, 7.3vw, 112px);
	justify-content: center;
	flex-direction: column;
}

.maqure-gold-label {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 40px;
	color: var(--mh-gold);
}

.maqure-gold-label i {
	display: block;
	width: 32px;
	height: 1px;
	background: var(--mh-gold);
}

.maqure-gold-label span {
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .28em;
	text-transform: uppercase;
}

.maqure-feature h2 {
	margin-bottom: 32px !important;
	color: var(--mh-ivory);
	font-size: clamp(2.35rem, 3.8vw, 3.55rem);
	letter-spacing: .025em;
	line-height: 1.06;
}

.maqure-feature hr {
	width: 48px;
	height: 1px;
	margin: 0 0 32px;
	border: 0;
	background: rgba(201, 169, 110, .6);
}

.maqure-feature-copy>p {
	max-width: 384px;
	margin-bottom: 48px !important;
	color: #c4b89a;
	font-size: 14px;
	line-height: 2;
}

.maqure-feature-image {
	position: relative;
	display: block;
	width: 52%;
	overflow: hidden;
}

.maqure-feature-image img {
	position: absolute;
	inset: -6%;
	width: 112%;
	height: 112%;
	max-width: none;
	object-fit: cover;
	transition: transform 1.8s var(--mh-ease);
}

.maqure-feature-image:hover img {
	transform: scale(1.04);
}

.maqure-craft {
	padding: 144px 0;
	background: var(--mh-ivory);
	color: var(--mh-black);
}

.maqure-house {
	--mh-black: #0a0908;
	--mh-deep-black: #050505;
	--mh-ivory: #f5f0e8;
	--mh-gold: #c9a96e;
	--mh-bronze: #8b6f52;
	--mh-muted: #d4c4a8;
	--mh-line: #1e1c1a;
	--mh-ease: cubic-bezier(.22, 1, .36, 1);
	padding: 144px 0;
	background: var(--mh-ivory);
	color: var(--mh-black);
}

.maqure-craft-layout {
	display: flex;
	align-items: center;
	gap: 80px;
}

.maqure-craft-copy {
	width: 38%;
}

.maqure-craft-copy h2 {
	color: var(--mh-black);
	font-size: clamp(2.25rem, 3vw, 2.9rem);
	line-height: 1.1;
}

.maqure-craft-copy h2 em {
	font-weight: 300;
}

.maqure-craft-copy>p {
	max-width: 384px;
	margin-top: 32px !important;
	color: #5a4f42;
	font-size: 13px;
	line-height: 1.9;
}

.maqure-craft-grid {
	display: grid;
	width: 62%;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px 24px;
}

.maqure-craft-grid article>div {
	margin-bottom: 16px;
	aspect-ratio: 1;
	overflow: hidden;
	background: #d8d0c5;
}

.maqure-craft-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.82);
	transition: transform 1.4s var(--mh-ease), filter 1.1s var(--mh-ease);
}

.maqure-craft-grid article:hover img {
	filter: saturate(1);
	transform: scale(1.04);
}

.maqure-craft-grid h3 {
	margin-bottom: 8px !important;
	color: #2c2825;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .19em;
	line-height: 1.5;
}

.maqure-craft-grid p {
	color: #5a4f42;
	font-size: 11px;
	line-height: 1.7;
}

.maqure-journal {
	padding: 128px 20px;
	overflow: hidden;
	background: var(--mh-black);
}

.maqure-journal-head {
	display: flex;
	align-items: flex-end;
	gap: 80px;
	margin-bottom: 48px;
}

.maqure-journal-head>div:first-child {
	width: 33.333%;
}

.maqure-journal-head>div:last-child {
	display: flex;
	width: 66.666%;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}

.maqure-journal h2 {
	color: var(--mh-ivory);
	font-size: clamp(2rem, 2.7vw, 2.3rem);
	line-height: 1.18;
}

.maqure-journal-head p {
	max-width: 512px;
	color: var(--mh-bronze);
	font-size: 13px;
	line-height: 1.85;
}

.maqure-slider-controls {
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
}

.maqure-slider-controls button {
	display: flex;
	width: 40px;
	height: 40px;
	padding: 0 !important;
	align-items: center;
	justify-content: center;
	border: 1px solid #2c2825 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--mh-bronze) !important;
	font-size: 14px;
	box-shadow: none !important;
	transition: color 500ms var(--mh-ease), border-color 500ms var(--mh-ease);
}

.maqure-slider-controls button:hover {
	border-color: rgba(201, 169, 110, .5) !important;
	color: var(--mh-gold) !important;
}

.maqure-journal-track {
	display: flex;
	padding: 0 24px 0 max(24px, calc((100vw - 1440px) / 2 + 48px));
	gap: 24px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.maqure-journal-track::-webkit-scrollbar {
	display: none;
}

.maqure-journal-track article {
	display: flex;
	width: min(84vw, 420px);
	flex: 0 0 min(84vw, 420px);
	flex-direction: column;
	scroll-snap-align: start;
}

.maqure-journal-image {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #1a1816;
}

.maqure-journal-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.6s var(--mh-ease);
}

.maqure-journal-track article:hover img {
	transform: scale(1.04);
}

.maqure-journal-image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(10, 9, 8, .6), transparent 50%);
	content: "";
}

.maqure-journal-image span {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 1;
	color: var(--mh-gold);
	font-size: 9px;
	font-weight: 400;
	letter-spacing: .22em;
}

.maqure-journal-copy {
	display: flex;
	min-height: 182px;
	padding: 24px;
	border: 1px solid var(--mh-line);
	border-top: 0;
	background: #0d0b09;
	flex-direction: column;
}

.maqure-journal-copy h3 {
	margin-bottom: 12px !important;
	color: var(--mh-ivory);
	font-size: 14px;
	letter-spacing: .025em;
	line-height: 1.4;
}

.maqure-journal-copy p {
	margin-bottom: 20px !important;
	color: var(--mh-bronze);
	font-size: 11px;
	line-height: 1.85;
	flex-grow: 1;
}

.maqure-journal-copy a {
	align-self: flex-start;
	color: var(--mh-muted);
	font-size: 9px;
	font-weight: 400;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.maqure-house-intro {
	display: flex;
	gap: 80px;
	margin-bottom: 64px;
}

.maqure-house-intro>div:first-child {
	width: 33.333%;
}

.maqure-house-intro>div:last-child {
	display: flex;
	width: 66.666%;
	justify-content: center;
	flex-direction: column;
}

.maqure-house-intro h2 {
	color: var(--mh-black);
	font-size: clamp(2rem, 2.7vw, 2.3rem);
	line-height: 1.15;
}

.maqure-house-intro p {
	max-width: 672px;
	margin-bottom: 32px !important;
	color: #2c2825;
	font-size: clamp(14px, 1.1vw, 16px);
	line-height: 1.75;
}

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

.maqure-house-grid .maqure-house-card {
	display: block;
	overflow: hidden;
	background: #1a1816;
	text-decoration: none;
}

.maqure-house-grid .maqure-house-card>div {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.maqure-house-grid .maqure-house-card>div::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(10, 9, 8, .8), rgba(10, 9, 8, .3), transparent);
	content: "";
}

.maqure-house-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.5s var(--mh-ease);
}

.maqure-house-grid .maqure-house-card:hover img {
	transform: scale(1.04);
}

.maqure-house-grid header {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1;
}

.maqure-house-grid h3 {
	color: var(--mh-ivory);
	font-size: 20px;
	letter-spacing: .12em;
	line-height: 1.2;
}

.maqure-house-grid header span {
	color: var(--mh-gold);
	font-size: 9px;
	font-weight: 400;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.maqure-house-grid .maqure-house-card>p {
	min-height: 90px;
	padding: 20px 24px;
	color: var(--mh-bronze);
	font-size: 11px;
	line-height: 1.8;
}

.maqure-home-footer {
	padding: 96px 0 32px;
	border-top: 1px solid #1e1c1a;
	background: #0A0908;
}

.maqure-footer-brand {
	display: flex;
	align-items: center;
	margin-bottom: 80px;
	text-align: center;
	flex-direction: column;
}

.maqure-footer-brand img {
	width: 260px;
	margin-bottom: 16px;
}

.maqure-footer-brand span {
	color: #c9a96e;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: .28em;
	text-transform: uppercase;
}

.maqure-footer-grid {
	display: grid;
	margin-bottom: 80px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 24px;
}

.maqure-footer-grid>div {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	flex-direction: column;
}

.maqure-footer-grid h3 {
	margin-bottom: 4px !important;
	color: #8b6f52;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.maqure-footer-grid a,
.maqure-footer-grid p {
	color: #d4c4a8;
	font-size: 12px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	line-height: 1.65;
	transition: color 400ms var(--mh-ease);
}

.maqure-footer-grid a:hover {
	color: #fff;
}

.maqure-footer-grid form {
	display: flex;
	width: 100%;
	padding-bottom: 8px;
	border-bottom: 1px solid #2c2825;
}

.maqure-footer-grid input {
	min-width: 0;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #f5f0e8 !important;
	font-size: 11px;
	font-family: "Montserrat", sans-serif;
	box-shadow: none !important;
	flex-grow: 1;
	outline: none;
}

.maqure-footer-grid form button {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #d4c4a8 !important;
	font-size: 9px;
	font-weight: 400;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.maqure-socials {
	color: #8b6f52 !important;
	font-size: 9px !important;
	letter-spacing: .14em;
}

.maqure-footer-bottom {
	display: flex;
	padding-top: 32px;
	border-top: 1px solid #1e1c1a;
	justify-content: space-between;
	color: #8b6f52;
	font-size: 9px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: .1em;
}

.maqure-home [data-reveal] {
	opacity: 0;
	filter: blur(8px);
	transform: translateY(28px);
	transition: opacity 1.3s var(--mh-ease) var(--delay, 0ms), filter 1.3s var(--mh-ease) var(--delay, 0ms), transform 1.3s var(--mh-ease) var(--delay, 0ms);
}

.maqure-home [data-reveal].is-revealed {
	opacity: 1;
	filter: blur(0);
	transform: translateY(0);
}

.maqure-home .maqure-image-wipe[data-reveal] {
	clip-path: inset(0);
	transform: none;
	transition: opacity 1.5s var(--mh-ease), filter 1.5s var(--mh-ease), clip-path 1.8s var(--mh-ease);
}

.maqure-home .maqure-feature-image[data-reveal] {
	clip-path: inset(0);
}

.maqure-home .maqure-image-wipe.is-revealed {
	clip-path: inset(1);
}

@keyframes maqure-hero-in {
	from {
		opacity: 0;
		transform: scale(1.2);
	}

	to {
		opacity: .68;
		transform: scale(1.1);
	}
}

@keyframes maqure-content-in {
	from {
		opacity: 0;
		filter: blur(8px);
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		filter: blur(0);
		transform: translateY(0);
	}
}

@keyframes maqure-scroll-line {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(400%);
	}
}

@media (max-width: 1199px) {
	.maqure-home-shell {
		padding-right: 32px;
		padding-left: 32px;
	}

	.maqure-header-brands,
	.maqure-desktop-nav {
		display: none;
	}

	.maqure-menu-toggle {
		display: inline-flex;
		width: 36px;
		height: 36px;
		padding: 0px !important;
		justify-content: flex-start;
		flex-basis: 25%;
	}

	.maqure-menu-toggle svg {
		width: 20px;
		height: 20px;
		stroke-width: 1.5;
	}

	.maqure-header-tools {
		margin-left: auto;
		flex-basis: 25%;
	}

	.maqure-header-tools>a:first-child {
		display: none;
	}
}

@media (max-width: 1023px) {
	.maqure-home-shell {
		padding-right: 32px;
		padding-left: 32px;
	}

	.maqure-manifesto {
		min-height: 680px;
	}

	.maqure-manifesto-copy {
		padding: 25px;
	}

	.maqure-collection-grid {
		gap: 32px;
	}

	.maqure-feature {
		min-height: 720px;
	}

	.maqure-feature-copy {
		padding: 50px 25px;
	}

	.maqure-craft-layout {
		gap: 30px;
		flex-direction: column;
	}

	.maqure-craft-layout .maqure-craft-copy,
	.maqure-craft-layout .maqure-craft-grid {
		width: 100%;
	}

	.maqure-journal h2 br {
		display: none;
	}

	.maqure-craft-copy>p,
	.maqure-house-intro p {
		max-width: 100%;
		margin-bottom: 0px !important;
	}

	.maqure-journal-head,
	.maqure-house-intro {
		align-items: flex-start !important;
		gap: 30px !important;
		padding: 0 !important;
	}

	.maqure-journal-head>div:first-child,
	.maqure-house .maqure-house-intro>div:first-child {
		width: 100%;
	}

	.maqure-journal-head>div:last-child,
	.maqure-house-intro>div:last-child {
		width: 100%;
		gap: 20px;
	}

	.maqure-craft,
	.maqure-house,
	.maqure-collections {
		padding-top: 112px;
		padding-bottom: 112px;
	}

	.maqure-journal {
		padding-top: 104px;
		padding-bottom: 104px;
	}
}

@media (max-width: 767px) {

	.maqure-home-shell,
	.herbero-home-shell {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.maqure-home-header-inner {
		height: 64px;
	}

	.maqure-header-brands,
	.maqure-desktop-nav,
	.maqure-header-logo,
	.maqure-tool-desktop {
		display: none;
	}

	.maqure-mobile-logo {
		position: absolute;
		left: 50%;
		display: block;
		transform: translateX(-50%);
	}

	.maqure-mobile-logo img {
		width: 112px;
	}

	.maqure-menu-toggle {
		display: inline-flex;
		width: 36px;
		height: 36px;
		padding: 8px !important;
		justify-content: flex-start;
		flex-basis: 25%;
	}

	.maqure-menu-toggle svg {
		width: 18px;
		height: 18px;
		stroke-width: 1.5;
	}

	.maqure-header-tools {
		margin-left: auto;
		gap: 0;
		flex-basis: 25%;
	}

	.maqure-hero {
		min-height: 620px;
	}

	.maqure-hero-tag {
		font-size: 11px;
	}

	.maqure-scroll-cue {
		bottom: 24px;
	}

	.maqure-editorial {
		height: 70vh;
		min-height: 580px;
	}

	.maqure-editorial>img {
		object-position: 66% center;
	}

	.maqure-editorial-shade {
		background: linear-gradient(90deg, rgba(5, 5, 5, .82), rgba(5, 5, 5, .32));
	}

	.maqure-manifesto,
	.maqure-feature {
		flex-direction: column;
	}

	.maqure-manifesto-copy,
	.maqure-manifesto-image,
	.maqure-feature-copy,
	.maqure-feature-image {
		width: 100%;
	}

	.maqure-manifesto-copy {
		padding: 72px 40px;
	}

	.maqure-manifesto-image {
		min-height: 65vh;
	}

	.maqure-collections,
	.maqure-craft,
	.maqure-house {
		padding: 60px 0;
	}

	.maqure-section-intro {
		margin-bottom: 64px;
	}

	.maqure-collection-grid {
		grid-template-columns: 1fr;
		gap: 64px;
	}

	.maqure-feature-copy {
		padding: 80px 32px;
	}

	.maqure-feature-image {
		min-height: 100vw;
	}

	.maqure-craft-layout,
	.maqure-journal-head,
	.maqure-house-intro {
		align-items: stretch;
		gap: 56px;
		flex-direction: column;
	}

	.maqure-craft-copy,
	.maqure-craft-grid,
	.maqure-journal-head>div:first-child,
	.maqure-journal-head>div:last-child,
	.maqure-house-intro>div:first-child,
	.maqure-house-intro>div:last-child {
		width: 100%;
	}

	.maqure-craft-grid {
		gap: 28px 16px;
	}

	.maqure-journal {
		padding: 96px 0;
	}

	.maqure-journal-head>div:last-child {
		align-items: flex-end;
	}

	.maqure-journal-track {
		padding-left: 24px;
	}

	.maqure-house-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.maqure-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 48px 24px;
	}

	.maqure-footer-grid>div:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 479px) {
	.maqure-hero-logo {
		width: 260px;
	}

	.maqure-hero-copy {
		font-size: 11px;
	}

	.maqure-scroll-cue span {
		font-size: 8px;
	}

	.maqure-manifesto-copy {
		padding: 64px 20px 30px 20px;
	}

	.maqure-craft-grid {
		grid-template-columns: 1fr;
	}

	.maqure-journal-head>div:last-child {
		align-items: flex-start;
		flex-direction: column;
	}

	.maqure-footer-brand {
		margin-bottom: 60px;
	}

	.maqure-footer-grid,
	.herbero-footer-grid {
		grid-template-columns: 1fr 1fr !important;
		gap: 35px 20px !important;
		margin-bottom: 50px !important;
	}

	.maqure-footer-grid>div:last-child {
		grid-column: auto;
	}

	.maqure-footer-bottom {
		align-items: center;
		gap: 14px;
		text-align: center;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {

	.maqure-home *,
	.maqure-home *::before,
	.maqure-home *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

/* Herbero home: standalone reference implementation. */
body.page-id-6731,
body.page-id-6731 #wrap,
body.page-id-6731 main#lqd-site-content,
body.page-id-6731 #lqd-contents-wrap {
	margin: 0 !important;
	padding: 0 !important;
	background: hsl(38, 28%, 96%) !important;
}

body.page-id-6731 .elementor-6742,
body.page-id-6731 .elementor-7251,
body.page-id-6731 #herberoHeader {
	display: none !important;
}

body.page-id-6731 #lqd-contents-wrap,
body.page-id-6731 .lqd-contents-wrap,
body.page-id-6731 .container {
	width: 100% !important;
	max-width: none !important;
}

body.herbero-menu-open {
	overflow: hidden;
}

.herbero-home {
	--hh-cream: hsl(38, 28%, 96%);
	--hh-sand: hsl(36, 22%, 92%);
	--hh-ink: hsl(28, 18%, 18%);
	--hh-dark: hsl(28, 16%, 12%);
	--hh-brown: hsl(30, 12%, 46%);
	--hh-gold: hsl(32, 35%, 42%);
	--hh-border: hsl(35, 20%, 82%);
	--hh-ease: cubic-bezier(.22, 1, .36, 1);
	width: 100%;
	overflow: hidden;
	background: var(--hh-cream);
	color: var(--hh-ink);
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

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

.herbero-home h1,
.herbero-home h2,
.herbero-home h3,
.herbero-home h4,
.herbero-home p {
	margin: 0;
}

.herbero-home h1,
.herbero-home h2,
.herbero-home h3,
.herbero-home h4 {
	font-family: "Cormorant Garamond", serif;
	font-weight: 300;
}

.herbero-home a {
	color: inherit;
	text-decoration: none;
}

.herbero-home img {
	display: block;
	max-width: 100%;
}

.herbero-home button,
.herbero-home input {
	font: inherit;
}

.herbero-home-shell {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding-right: 48px;
	padding-left: 48px;
}

.herbero-label {
	display: block;
	color: hsl(30, 12%, 52%);
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .22em;
	line-height: 1.4;
	text-transform: uppercase;
}

.herbero-home-nav {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	color: var(--hh-brown);
	background: hsla(38, 28%, 96%, .97);
	border-bottom: 1px solid var(--hh-border);
	backdrop-filter: blur(14px);
	transform: translateY(-100%);
	transition: transform 500ms var(--hh-ease), color 300ms ease, background-color 300ms ease, border-color 300ms ease, backdrop-filter 300ms ease;
}

.herbero-home-nav.is-visible {
	transform: translateY(0);
}

body:not(.page-id-6731) .herbero-home-nav.is-visible {
	transform: translateY(0);
}

.herbero-nav-inner {
	position: relative;
	display: flex;
	height: 72px;
	align-items: center;
	transition: height 300ms var(--hh-ease);
}

.herbero-home-nav.is-compact .herbero-nav-inner {
	height: 60px;
}

.herbero-home .herbero-nav-brands {
	display: flex;
	align-items: center;
	gap: 30px;
	flex: 1;
	font-family: 'Montserrat', sans-serif !important;
}

.herbero-nav-brands {
	display: flex;
	align-items: center;
	gap: 30px;
	flex: 1;
	font-family: 'Montserrat', sans-serif !important;
}

.herbero-nav-brands .company-name {
	font-size: 11.2px;
	font-weight: 400;
	letter-spacing: .2em;
	text-transform: uppercase;
	position: relative;
}

.herbero-nav-brands .company-name::after {
	position: absolute;
	right: 100%;
	bottom: -5px;
	left: 0;
	height: 1px;
	background: var(--hh-gold);
	content: "";
	transition: right 400ms var(--hh-ease);
}

.herbero-nav-brands .company-name:hover::after {
	right: 0;
}

.herbero-nav-logo {
	position: absolute;
	left: 50%;
	color: var(--hh-ink);
	font-family: "Cormorant Garamond", serif;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: .28em;
	transform: translateX(-50%);
	transition: font-size 500ms var(--hh-ease);
}

.herbero-nav-links {
	display: flex;
	align-items: center;
	gap: 20px;
}

.herbero-nav-main-link {
	position: relative;
	font-size: 11.2px;
	font-weight: 400;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.herbero-nav-main-link::after {
	position: absolute;
	right: 100%;
	bottom: -5px;
	left: 0;
	height: 1px;
	background: var(--hh-gold);
	content: "";
	transition: right 400ms var(--hh-ease);
}

.herbero-nav-main-link:hover::after {
	right: 0;
}

.herbero-nav-dropdown {
	position: relative;
}

.herbero-nav-dropdown::before {
	position: absolute;
	top: 100%;
	z-index: 49;
	height: 9px;
	content: "";
}

.herbero-brands-dropdown::before {
	left: 0;
	width: 240px;
}

.herbero-collections-dropdown::before {
	right: 0;
	width: 208px;
}

.herbero-home .herbero-dropdown-trigger {
	display: flex !important;
	width: auto !important;
	min-width: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	align-items: center !important;
	gap: 4px !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0;
	background: transparent !important;
	box-shadow: none !important;
	color: inherit !important;
	cursor: pointer;
	appearance: none;
	font-family: "DM Sans", sans-serif !important;
	font-size: 10.4px !important;
	font-weight: 400 !important;
	letter-spacing: .2em !important;
	line-height: 1.4 !important;
	text-align: left !important;
	text-transform: uppercase !important;
	white-space: nowrap;
	transition: color 300ms ease;
}

.herbero-collections-dropdown>.herbero-dropdown-trigger {
	font-size: 11.2px;
}

.herbero-home .herbero-collections-dropdown>.herbero-dropdown-trigger {
	font-size: 11.2px !important;
}

.herbero-home .herbero-dropdown-trigger:hover,
.herbero-home .herbero-nav-dropdown:focus-within>.herbero-dropdown-trigger {
	color: var(--hh-gold) !important;
}

.herbero-dropdown-trigger svg {
	display: block;
	width: 9px;
	height: 9px;
	margin-top: 2px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 300ms ease;
}

.herbero-nav-dropdown:hover>.herbero-dropdown-trigger svg,
.herbero-nav-dropdown:focus-within>.herbero-dropdown-trigger svg,
.herbero-nav-dropdown.is-open>.herbero-dropdown-trigger svg {
	transform: rotate(180deg);
}

.herbero-dropdown-panel {
	position: absolute;
	top: 100%;
	z-index: 50;
	margin-top: 8px;
	overflow: hidden;
	border: 1px solid hsl(35, 20%, 82%);
	background: hsl(38, 28%, 96%);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
	color: hsl(28, 18%, 18%);
	opacity: 0;
	pointer-events: none;
	transform: translateY(-8px) scaleY(.95);
	transition: opacity 350ms var(--hh-ease), transform 350ms var(--hh-ease);
}

.herbero-nav-dropdown:hover>.herbero-dropdown-panel,
.herbero-nav-dropdown:focus-within>.herbero-dropdown-panel,
.herbero-nav-dropdown.is-open>.herbero-dropdown-panel {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0) scaleY(1);
}

.herbero-brands-panel {
	left: 0;
	width: 240px;
	transform-origin: left top;
}

.herbero-brands-panel-inner {
	padding: 20px;
}

.herbero-brand-option {
	display: block;
	opacity: 0;
	transform: translateY(-6px);
	transition: opacity 400ms, transform 400ms var(--hh-ease);
}

.herbero-brand-option+.herbero-brand-option {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid hsl(35, 20%, 82%);
	transition-delay: 60ms;
}

.herbero-nav-dropdown:hover .herbero-brand-option,
.herbero-nav-dropdown:focus-within .herbero-brand-option,
.herbero-nav-dropdown.is-open .herbero-brand-option {
	opacity: 1;
	transform: translateY(0);
}

.herbero-brand-option span {
	display: block;
	color: hsl(30, 12%, 48%);
	font-family: "DM Sans", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .2em;
	line-height: 1.4;
	text-transform: uppercase;
}

.herbero-brand-option em {
	display: block;
	margin-top: 2px;
	color: hsl(28, 18%, 18%);
	font-family: "Cormorant Garamond", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25;
	text-transform: none;
}

.herbero-collections-panel {
	right: 0;
	width: 208px;
	transform-origin: right top;
}

.herbero-collections-panel>div {
	padding: 8px 0;
}

.herbero-collections-panel a {
	display: block;
	padding: 12px 20px;
	color: hsl(30, 12%, 46%);
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4;
	text-transform: none;
	opacity: 0;
	transform: translateX(-8px);
	transition: color 200ms, background-color 200ms, opacity 350ms, transform 350ms var(--hh-ease);
}

.herbero-collections-panel a:nth-child(2) {
	transition-delay: 0s, 0s, 50ms, 50ms;
}

.herbero-collections-panel a:nth-child(3) {
	transition-delay: 0s, 0s, 100ms, 100ms;
}

.herbero-collections-panel a:nth-child(4) {
	transition-delay: 0s, 0s, 150ms, 150ms;
}

.herbero-nav-dropdown:hover .herbero-collections-panel a,
.herbero-nav-dropdown:focus-within .herbero-collections-panel a,
.herbero-nav-dropdown.is-open .herbero-collections-panel a {
	opacity: 1;
	transform: translateX(0);
}

.herbero-collections-panel a:hover {
	background: hsl(36, 22%, 91%);
	color: hsl(28, 18%, 18%);
}

.herbero-nav-tools {
	display: flex;
	margin-left: 24px;
	align-items: center;
	gap: 16px;
	color: var(--hh-ink);
}

.herbero-nav-tools>a {
	display: inline-flex;
	width: 18px;
	height: 18px;
	align-items: center;
	justify-content: center;
	transition: color 300ms ease, transform 300ms var(--hh-ease);
}

.herbero-nav-tools>a:hover {
	color: var(--hh-gold);
	transform: translateY(-2px);
}

.herbero-nav-tools svg {
	display: block;
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.herbero-nav-cart {
	position: relative;
}

.herbero-nav-cart span {
	position: absolute;
	top: -7px;
	right: -9px;
	display: flex;
	width: 16px;
	height: 16px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #916e46;
	color: #fff;
	font-size: 8px;
}

.herbero-mobile-toggle {
	display: none;
}

.herbero-mobile-menu {
	position: fixed;
	inset: 0;
	z-index: 1100;
	display: flex;
	padding: 80px 24px 36px;
	background: hsl(38, 28%, 96%);
	color: hsl(28, 18%, 18%);
	flex-direction: column;
	opacity: 0;
	pointer-events: none;
	transform: translateX(100%);
	transition: opacity 500ms cubic-bezier(.22, 1, .36, 1), transform 500ms cubic-bezier(.22, 1, .36, 1);
}

.herbero-mobile-menu.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}

.herbero-mobile-menu>button {
	position: absolute;
	top: 20px;
	right: 24px;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--hh-ink) !important;
	font-size: 28px;
}

.herbero-mobile-menu nav {
	display: flex;
	flex-direction: column;
}

.herbero-mobile-menu nav a {
	padding: 10px 0;
	border-bottom: 1px solid hsl(35, 20%, 85%);
	font-family: "Cormorant Garamond", serif;
	font-size: 36px;
	font-style: italic;
	line-height: 1.2;
	color: hsl(28, 18%, 18%);
}

.herbero-mobile-menu nav .herbero-mobile-sub {
	padding: 5px 0 5px 16px;
	border: 0;
	color: var(--hh-brown);
	font-family: "DM Sans", sans-serif;
	font-size: 13px;
	font-style: normal;
}

.herbero-mobile-menu>p {
	margin-top: auto;
	color: hsl(30, 12%, 50%);
	font-size: 10px;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.herbero-mobile-menu>em {
	margin-top: 5px;
	font-family: "Cormorant Garamond", serif;
	font-size: 18px;
}

.herbero-home-hero {
	position: relative;
	display: flex;
	min-height: 100vh;
	min-height: 100svh;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: hsl(28, 22%, 14%);
}

.herbero-hero-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	filter: blur(0);
	transform: scale(1);
	animation: herbero-hero-image 2.2s var(--hh-ease) both;
	will-change: transform;
}

.herbero-hero-overlay {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 70% 55% at 50% 52%, rgba(0, 0, 0, .42), transparent), linear-gradient(to bottom, rgba(0, 0, 0, .55), rgba(0, 0, 0, .28), rgba(0, 0, 0, .68)), linear-gradient(to right, rgba(0, 0, 0, .22), transparent, rgba(0, 0, 0, .22));
}

.herbero-hero-content {
	position: relative;
	z-index: 2;
	display: flex;
	width: min(100% - 48px, 768px);
	padding: 112px 0;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

.herbero-hero-content h1 {
	margin-bottom: 20px;
	color: #fff;
	font-size: clamp(3rem, 10vw, 7.5rem);
	letter-spacing: .32em;
	line-height: .95;
	text-shadow: 0 2px 48px rgba(0, 0, 0, .45);
	animation: herbero-reveal-in 1.4s 80ms var(--hh-ease) both;
}

.herbero-hero-content h2 {
	margin-bottom: 16px;
	color: rgba(255, 255, 255, .8);
	font-size: clamp(1.1rem, 3vw, 1.5rem);
	font-style: italic;
	letter-spacing: .04em;
	animation: herbero-reveal-in 1.1s 240ms var(--hh-ease) both;
}

.herbero-hero-ornament {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	gap: 12px;
	animation: herbero-fade-in 900ms 380ms ease both;
}

.herbero-hero-ornament span {
	width: 40px;
	height: 1px;
	background: rgba(255, 255, 255, .25);
}

.herbero-hero-ornament b {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .3);
}

.herbero-hero-content h3 {
	margin-bottom: 12px;
	color: rgba(255, 255, 255, .7);
	font-family: "DM Sans", sans-serif;
	font-size: clamp(.85rem, 2vw, 1rem);
	font-weight: 300;
	letter-spacing: .06em;
	animation: herbero-reveal-in 1s 430ms var(--hh-ease) both;
}

.herbero-hero-content>p {
	max-width: 320px;
	margin-bottom: 40px;
	color: rgba(255, 255, 255, .5);
	font-size: clamp(.8rem, 1.8vw, .9rem);
	line-height: 1.65;
	animation: herbero-reveal-in 1s 500ms var(--hh-ease) both;
}

.herbero-hero-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	animation: herbero-reveal-in 1s 580ms var(--hh-ease) both;
}

.herbero-btn-primary,
.herbero-btn-light,
.herbero-btn-outline {
	display: inline-flex;
	min-height: 48px;
	padding: 0 30px;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: .16em;
	text-transform: uppercase;
	transition: color 500ms var(--hh-ease), background 500ms var(--hh-ease), border-color 500ms var(--hh-ease);
}

.herbero-btn-primary {
	background: hsl(32, 35%, 38%);
	color: #fff !important;
}

.herbero-btn-primary:hover {
	background: hsl(32, 35%, 48%);
}

.herbero-btn-light {
	border-color: rgba(255, 255, 255, .4);
	color: #fff !important;
}

.herbero-btn-light:hover {
	border-color: rgba(255, 255, 255, .8);
	background: rgba(255, 255, 255, .08);
}

.herbero-btn-outline {
	border-color: var(--hh-ink);
	color: var(--hh-ink) !important;
}

.herbero-btn-outline:hover {
	background: var(--hh-ink);
	color: #fff !important;
}

.herbero-scroll {
	position: absolute;
	bottom: 32px;
	left: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, .4) !important;
	font-size: 9px;
	letter-spacing: .3em;
	text-transform: uppercase;
	flex-direction: column;
	transform: translateX(-50%);
}

.herbero-scroll span {
	font-size: 14px;
	animation: herbero-bounce 1.5s ease-in-out infinite;
}

.herbero-story {
	position: relative;
	min-height: min(100vh, 900px);
	overflow: hidden;
	background: var(--hh-dark);
}

.herbero-story>img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 2.8s var(--hh-ease);
}

.herbero-story:hover>img {
	transform: scale(1.025);
}

.herbero-story-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, .72), rgba(0, 0, 0, .45), rgba(0, 0, 0, .18)), linear-gradient(to top, rgba(0, 0, 0, .4), transparent);
}

.herbero-story-inner {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: min(100vh, 900px);
	padding-top: 96px;
	padding-bottom: 96px;
	align-items: center;
}

.herbero-story-inner>div {
	max-width: 576px;
}

.herbero-story .herbero-label {
	margin-bottom: 24px;
	color: rgba(255, 255, 255, .55);
}

.herbero-story h2 {
	margin-bottom: 32px;
	color: #fff;
	font-size: clamp(2.8rem, 7vw, 5rem);
	line-height: 1;
}

.herbero-story h2 em,
.herbero-date-seed h2 em,
.herbero-home .herbero-split-heading h2 em,
.herbero-origin h2 em,
.herbero-house h2 em {
	font-weight: 300;
}

.herbero-story-inner>div>i,
.herbero-date-grid>div:first-child>i,
.herbero-origin-grid>div:last-child>i {
	display: block;
	width: 64px;
	height: 1px;
	margin-bottom: 32px;
	background: hsl(38, 28%, 70%);
}

.herbero-story p {
	max-width: 416px;
	margin-bottom: 48px;
	color: rgba(255, 255, 255, .75);
	font-size: clamp(.9rem, 1.5vw, 1.1rem);
	line-height: 1.7;
}

.herbero-story-inner>div>div {
	display: flex;
	gap: 16px;
}

.herbero-date-seed {
	padding: 128px 0;
	overflow: hidden;
	background: var(--hh-dark);
	color: #fff;
}

.herbero-date-grid {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 80px;
}

.herbero-date-grid .herbero-label {
	margin-bottom: 24px;
	color: rgba(255, 255, 255, .45);
}

.herbero-date-grid h2 {
	margin-bottom: 32px;
	color: #fff;
	font-size: clamp(2.4rem, 5vw, 4rem);
	line-height: 1.05;
}

.herbero-date-grid>div:first-child>i {
	width: 56px;
	background: hsl(32, 35%, 48%);
}

.herbero-date-grid>div:first-child>p {
	margin-bottom: 16px;
	color: rgba(255, 255, 255, .65);
	font-size: clamp(.9rem, 1.5vw, 1rem);
	line-height: 1.7;
}

.herbero-date-grid blockquote {
	margin: 0 0 40px;
	padding: 0;
	border: 0;
	color: hsl(35, 28%, 62%);
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(.9rem, 1.4vw, 1rem);
	font-style: italic;
}

.herbero-date-grid>div:last-child {
	position: relative;
	overflow: hidden;
}

.herbero-date-grid img {
	width: 100%;
	height: clamp(340px, 55vw, 600px);
	object-fit: cover;
}

.herbero-date-grid aside {
	position: absolute;
	bottom: 24px;
	left: 24px;
	padding: 12px 16px;
	border-left: 2px solid hsl(32, 35%, 48%);
	background: hsla(28, 16%, 12%, .8);
	backdrop-filter: blur(5px);
}

.herbero-date-grid aside small {
	display: block;
	margin-bottom: 2px;
	color: rgba(255, 255, 255, .5);
	font-size: 9px;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.herbero-date-grid aside strong {
	font-family: "Cormorant Garamond", serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

.herbero-signature-points {
	display: grid;
	margin-top: 64px;
	padding-top: 48px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.herbero-signature-points article {
	padding-right: 32px;
}

.herbero-signature-points span {
	display: block;
	margin-bottom: 12px;
	color: hsl(32, 35%, 48%);
	font-size: 10px;
	letter-spacing: .25em;
}

.herbero-signature-points h3 {
	margin-bottom: 12px;
	color: #fff;
	font-size: 18px;
	line-height: 1.25;
}

.herbero-signature-points p {
	color: rgba(255, 255, 255, .5);
	font-size: 14px;
	line-height: 1.6;
}

.herbero-atlas,
.herbero-sequence,
.herbero-house {
	padding: 128px 0;
	background: var(--hh-sand);
}

.herbero-split-heading {
	display: grid;
	margin-bottom: 56px;
	align-items: end;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.herbero-split-heading .herbero-label {
	margin-bottom: 16px;
}

.herbero-split-heading h2,
.herbero-featured-head h2 {
	color: var(--hh-ink);
	font-size: clamp(2rem, 4.5vw, 3.2rem);
	line-height: 1.08;
}

.herbero-split-heading>p,
.herbero-split-heading>div:last-child>p {
	max-width: 448px;
	color: var(--hh-brown);
	font-size: clamp(.875rem, 1.5vw, 1rem);
	line-height: 1.65;
	justify-self: end;
}

.herbero-atlas-grid {
	display: grid;
	margin-bottom: 32px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.herbero-atlas-grid>a {
	position: relative;
	display: block;
	height: 490px;
	overflow: hidden;
	background: var(--hh-dark);
}

.herbero-atlas-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.8s var(--hh-ease), filter 800ms ease;
}

.herbero-atlas-grid>a::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, .78), transparent 70%);
	content: "";
}

.herbero-atlas-grid>a:hover img {
	filter: brightness(1.05);
	transform: scale(1.06);
}

.herbero-atlas-grid>a>div {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 24px;
	color: #fff;
}

.herbero-atlas-grid span {
	color: rgba(255, 255, 255, .5);
	font-size: 10px;
	letter-spacing: .22em;
}

.herbero-atlas-grid h3 {
	margin: 6px 0 8px;
	font-size: clamp(1.3rem, 2.5vw, 1.6rem);
}

.herbero-atlas-grid p {
	max-height: 0;
	margin-bottom: 0;
	overflow: hidden;
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	line-height: 1.55;
	opacity: 0;
	transition: max-height 600ms var(--hh-ease), opacity 500ms ease, margin 500ms ease;
}

.herbero-atlas-grid>a:hover p {
	max-height: 100px;
	margin-bottom: 16px;
	opacity: 1;
}

.herbero-atlas-grid b {
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.herbero-coming {
	padding-top: 24px;
	border-top: 1px solid var(--hh-border);
}

.herbero-coming>div {
	display: flex;
	margin-top: 16px;
	flex-wrap: wrap;
	gap: 12px;
}

.herbero-coming>div>span {
	display: inline-flex;
	padding: 10px 16px;
	align-items: center;
	gap: 8px;
	border: 1px solid var(--hh-border);
	color: hsl(30, 12%, 58%);
	font-size: 14px;
}

.herbero-coming b {
	padding: 3px 6px;
	background: hsl(36, 20%, 88%);
	font-size: 8px;
	font-weight: 400;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.herbero-featured,
.herbero-origin,
.herbero-home-journal {
	padding: 112px 0;
	background: var(--hh-cream);
}

.herbero-featured-head {
	display: flex;
	margin-bottom: 56px;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}

.herbero-featured-head .herbero-label {
	margin-bottom: 16px;
}

.herbero-featured-head>div:last-child {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

.herbero-featured-head p {
	max-width: 320px;
	color: var(--hh-brown);
	font-size: 14px;
	line-height: 1.6;
}

.herbero-featured-head a {
	color: hsl(32, 35%, 38%);
	font-size: 11px;
	font-weight: 400;
	letter-spacing: .16em;
	text-transform: uppercase;
	white-space: nowrap;
}

.herbero-featured-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.herbero-featured-grid article {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.herbero-product-image {
	display: block;
	height: 380px;
	overflow: hidden;
	background: hsl(36, 22%, 91%);
}

.herbero-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.8s var(--hh-ease);
}

.herbero-featured-grid article:hover .herbero-product-image img {
	transform: scale(1.06);
}

.herbero-featured-grid article>div {
	display: flex;
	padding: 20px 0 0;
	flex-grow: 1;
	flex-direction: column;
}

.herbero-featured-grid .herbero-label {
	margin-bottom: 6px;
	color: var(--hh-gold);
	font-size: 8px;
}

.herbero-featured-grid h3 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.25;
}

.herbero-featured-grid article p {
	margin-bottom: 20px;
	color: hsl(30, 12%, 48%);
	font-size: 12px;
	line-height: 1.55;
	flex-grow: 1;
}

.herbero-product-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 40px;
	gap: 8px;
}

.herbero-product-actions a {
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--hh-ink);
	font-size: 9px;
	font-weight: 400;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.herbero-product-actions a:last-child {
	border: 0;
	background: hsl(32, 35%, 38%);
	color: #fff;
	font-size: 18px;
}

.herbero-centered-link {
	display: flex;
	margin-top: 48px;
	justify-content: center;
}

.herbero-origin-top {
	margin-bottom: 64px;
	text-align: center;
}

.herbero-origin-grid {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.herbero-origin-grid>div:first-child {
	overflow: hidden;
}

.herbero-origin-grid>div:first-child img {
	width: 100%;
	height: clamp(320px, 50vw, 560px);
	object-fit: cover;
}

.herbero-origin-grid>div:last-child {
	padding-left: 80px;
}

.herbero-origin-grid .herbero-label {
	margin-bottom: 20px;
}

.herbero-origin-grid h2 {
	margin-bottom: 32px;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.1;
}

.herbero-origin-grid>div:last-child>i {
	width: 48px;
	background: var(--hh-gold);
}

.herbero-origin-grid>div:last-child>p {
	max-width: 384px;
	margin-bottom: 48px;
	color: hsl(30, 12%, 44%);
	font-size: clamp(.875rem, 1.5vw, 1rem);
	line-height: 1.7;
}

.herbero-origin-points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px 32px;
}

.herbero-origin-points article>svg {
	display: block;
	width: 16px;
	height: 16px;
	margin-bottom: 12px;
	fill: none;
	stroke: var(--hh-gold);
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.herbero-origin-points h3 {
	margin-bottom: 6px;
	font-size: 18px;
}

.herbero-origin-points p {
	color: hsl(30, 12%, 48%);
	font-size: 14px;
	line-height: 1.55;
}

.herbero-sequence-grid {
	display: grid;
	padding-top: 32px;
	border-top: 1px solid rgba(111, 85, 56, .3);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
}

.herbero-sequence-grid article>div {
	height: 250px;
	margin-bottom: 20px;
	overflow: hidden;
}

.herbero-sequence-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.7s var(--hh-ease);
}

.herbero-sequence-grid article:hover img {
	transform: scale(1.05);
}

.herbero-sequence-grid article>span {
	display: block;
	margin-bottom: 10px;
	color: var(--hh-gold);
	font-size: 10px;
	letter-spacing: .25em;
}

.herbero-sequence-grid h3 {
	margin-bottom: 8px;
	font-size: 23px;
}

.herbero-sequence-grid p {
	color: var(--hh-brown);
	font-size: 14px;
	line-height: 1.6;
}

.herbero-journal-intro {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 16px;
}

.herbero-journal-intro>div {
	display: flex;
	gap: 16px;
}

.herbero-journal-intro button {
	display: flex;
	width: 40px;
	height: 40px;
	padding: 0 !important;
	align-items: center;
	justify-content: center;
	border: 1px solid hsl(35, 20%, 78%) !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: hsl(30, 12%, 50%) !important;
	box-shadow: none !important;
}

.herbero-journal-track {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.herbero-journal-track::-webkit-scrollbar {
	display: none;
}

.herbero-journal-track article {
	width: calc(33.333% - 16px);
	flex: 0 0 calc(33.333% - 16px);
	scroll-snap-align: start;
}

.herbero-journal-track article>div {
	height: 280px;
	margin-bottom: 20px;
	overflow: hidden;
}

.herbero-journal-track img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.7s var(--hh-ease);
}

.herbero-journal-track article:hover img {
	transform: scale(1.05);
}

.herbero-journal-track .herbero-label {
	margin-bottom: 9px;
	color: var(--hh-gold);
}

.herbero-journal-track h3 {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 1.25;
}

.herbero-journal-track p {
	margin-bottom: 18px;
	color: var(--hh-brown);
	font-size: 14px;
	line-height: 1.6;
}

.herbero-journal-track article>a {
	color: var(--hh-gold);
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.herbero-house {
	background: var(--hh-sand);
}

.herbero-house>div>header {
	max-width: 520px;
	margin: 0 auto 64px;
	text-align: center;
}

.herbero-house header .herbero-label {
	margin-bottom: 20px;
}

.herbero-house header h2 {
	margin-bottom: 24px;
	font-size: clamp(2.25rem, 4vw, 3rem);
}

.herbero-house header p {
	color: var(--hh-brown);
	font-size: 14px;
	line-height: 1.65;
}

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

.herbero-house-grid article {
	min-height: 330px;
	padding: 40px 48px;
	background: hsl(36, 25%, 88%);
	transition: transform 600ms var(--hh-ease), box-shadow 600ms var(--hh-ease);
}

.herbero-house-grid article:hover {
	box-shadow: 0 24px 60px rgba(0, 0, 0, .1);
	transform: translateY(-6px);
}

.herbero-house-grid article.dark {
	background: var(--hh-ink);
	color: hsl(38, 28%, 90%);
}

.herbero-house-grid article>b {
	display: inline-block;
	margin-bottom: 24px;
	padding: 5px 10px;
	background: var(--hh-border);
	color: hsl(30, 12%, 50%);
	font-size: 9px;
	font-weight: 400;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.herbero-house-grid h3 {
	margin-bottom: 12px;
	font-size: 30px;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.herbero-house-grid i {
	display: block;
	width: 32px;
	height: 1px;
	margin-bottom: 16px;
	background: hsl(35, 20%, 70%);
	transition: width 700ms var(--hh-ease);
}

.herbero-house-grid article:hover i {
	width: 56px;
}

.herbero-house-grid article.dark i {
	background: hsl(38, 28%, 32%);
}

.herbero-house-grid article>span {
	display: block;
	margin-bottom: 16px;
	color: var(--hh-brown);
	font-size: 11px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.herbero-house-grid article.dark>span,
.herbero-house-grid article.dark p {
	color: hsl(38, 28%, 58%);
}

.herbero-house-grid p {
	color: hsl(30, 12%, 52%);
	font-size: 14px;
	line-height: 1.6;
}

.herbero-house-grid a {
	display: inline-block;
	margin-top: 32px;
	color: var(--hh-brown);
	font-size: 10px;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.herbero-home-footer {
	background: hsl(28, 18%, 16%);
	color: hsl(38, 28%, 88%);
}

.herbero-footer-grid {
	display: grid;
	padding-top: 80px;
	padding-bottom: 80px;
	grid-template-columns: 2fr repeat(4, 1fr);
	gap: 32px;
}

.herbero-footer-grid>div {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.herbero-footer-grid h2 {
	margin-bottom: 12px;
	color: hsl(38, 28%, 92%);
	font-size: 24px;
	letter-spacing: .3em;
	font-family: "Cormorant Garamond", serif;
	font-weight: 300;
}

.herbero-footer-grid>div:first-child em {
	margin-bottom: 20px;
	color: hsl(38, 28%, 60%);
	font-size: 12px;
	font-family: "DM Sans", sans-serif;
}

.herbero-footer-grid>div:first-child i {
	width: 48px;
	height: 1px;
	margin-bottom: 20px;
	background: hsl(38, 28%, 28%);
}

.herbero-footer-grid h3 {
	margin-bottom: 20px;
	color: hsl(38, 28%, 45%);
	font-family: "DM Sans", sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.herbero-footer-grid p {
	max-width: 220px;
	color: hsl(38, 28%, 52%);
	font-size: 12px;
	font-family: "DM Sans", sans-serif;
	line-height: 1.6;
}

.herbero-footer-grid a {
	margin-bottom: 12px;
	color: hsl(38, 28%, 68%);
	font-size: 14px;
	font-family: "DM Sans", sans-serif;
	transition: color 400ms ease;
}

.herbero-footer-grid a:hover {
	color: hsl(38, 28%, 92%);
}

.herbero-footer-grid>div:first-child>span {
	margin-top: 28px;
	color: hsl(38, 28%, 42%);
}

.herbero-footer-grid form {
	width: 100%;
	margin-top: 24px;
}

.herbero-footer-grid input {
	width: 100%;
	height: 44px;
	margin-bottom: 12px;
	padding: 0 14px !important;
	border: 1px solid hsl(38, 28%, 28%) !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: hsl(38, 28%, 80%) !important;
	font-size: 13px;
	box-shadow: none !important;
}

.herbero-footer-grid button {
	width: 100%;
	height: 42px;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: hsl(32, 35%, 42%) !important;
	color: #fff !important;
	font-size: 10px;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.herbero-footer-bottom {
	border-top: 1px solid hsl(38, 28%, 22%);
}

.herbero-footer-bottom>div {
	display: flex;
	padding-top: 24px;
	padding-bottom: 24px;
	justify-content: space-between;
	color: hsl(38, 28%, 42%);
	font-size: 12px;
}

.herbero-home [data-herbero-reveal] {
	opacity: 0;
	filter: blur(6px);
	transform: translateY(28px);
	transition: opacity 1.2s var(--hh-ease) var(--delay, 0ms), filter 1s ease var(--delay, 0ms), transform 1.2s var(--hh-ease) var(--delay, 0ms);
}

.herbero-home [data-herbero-reveal].is-visible {
	opacity: 1;
	filter: blur(0);
	transform: translateY(0);
}

.herbero-home .herbero-wipe[data-herbero-reveal] {
	clip-path: inset(0);
	transform: none;
	transition: opacity 1.2s ease, filter 1.2s ease, clip-path 1.8s var(--hh-ease);
}

.herbero-home .herbero-wipe.is-visible {
	clip-path: inset(0);
}

@keyframes herbero-nav-in {
	from {
		opacity: 0;
		transform: translateY(-16px);
	}

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

@keyframes herbero-hero-image {
	from {
		filter: blur(8px);
		transform: scale(1.1);
	}

	to {
		filter: blur(0);
		transform: scale(1);
	}
}

@keyframes herbero-reveal-in {
	from {
		opacity: 0;
		filter: blur(8px);
		transform: translateY(24px);
	}

	to {
		opacity: 1;
		filter: blur(0);
		transform: translateY(0);
	}
}

@keyframes herbero-fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes herbero-rule {
	from {
		width: 0;
	}

	to {
		width: 48px;
	}
}

@keyframes herbero-bounce {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(5px);
	}
}

@media (max-width: 1199px) {
	.herbero-home-shell {
		padding-right: 32px;
		padding-left: 32px;
	}

	.herbero-atlas,
	.herbero-sequence,
	.herbero-house,
	.herbero-date-seed {
		padding-top: 104px;
		padding-bottom: 104px;
	}

	.herbero-featured,
	.herbero-origin,
	.herbero-home-journal {
		padding-top: 96px;
		padding-bottom: 96px;
	}

	.herbero-home-nav .herbero-nav-brands,
	.herbero-home-nav .herbero-nav-links,
	.herbero-home .herbero-nav-brands,
	.herbero-home .herbero-nav-links {
		display: none !important;
	}

	.herbero-mobile-toggle {
		display: flex;
		width: 24px;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		color: #0a0908 !important;
		flex-direction: column;
		gap: 4px;
	}

	.herbero-mobile-toggle span {
		display: block;
		width: 20px;
		height: 1px;
		background: currentColor;
	}

	.herbero-nav-tools {
		margin-left: auto;
	}

	.herbero-nav-tools>a:first-child {
		display: none;
	}

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

	.herbero-product-image {
		height: 320px;
	}

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

	.herbero-atlas-grid>a {
		height: 520px;
	}
}

@media (max-width: 767px) {
	.herbero-home-shell {
		padding-right: 24px;
		padding-left: 24px;
	}

	.herbero-nav-inner {
		height: 64px;
	}

	.herbero-nav-logo {
		font-size: 20px;
		letter-spacing: .22em;
	}

	.herbero-hero-content h1 {
		padding-left: .32em;
		font-size: clamp(2.8rem, 15vw, 5rem);
		letter-spacing: .24em;
	}

	.herbero-hero-actions {
		width: 100%;
		flex-direction: column;
	}

	.herbero-hero-actions a {
		width: min(100%, 320px);
	}

	.herbero-story-inner {
		min-height: auto;
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.herbero-story-overlay {
		background: linear-gradient(to right, rgba(0, 0, 0, .74), rgba(0, 0, 0, .38)), linear-gradient(to top, rgba(0, 0, 0, .5), transparent);
	}

	.herbero-story-inner>div>div {
		align-items: flex-start;
		flex-direction: column;
	}

	.herbero-date-grid,
	.herbero-origin-grid,
	.herbero-split-heading {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.herbero-date-grid>div:last-child {
		grid-row: 1;
	}

	.herbero-signature-points {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px 16px;
	}

	.herbero-atlas,
	.herbero-sequence,
	.herbero-house,
	.herbero-date-seed {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.herbero-featured,
	.herbero-origin,
	.herbero-home-journal {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.herbero-split-heading>p,
	.herbero-split-heading>div:last-child>p {
		justify-self: start;
	}

	.herbero-atlas-grid>a {
		height: 440px;
	}

	.herbero-atlas-grid p {
		max-height: 100px;
		margin-bottom: 16px;
		opacity: 1;
	}

	.herbero-featured-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.herbero-featured-head>div:last-child {
		flex-direction: column;
	}

	.herbero-featured-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.herbero-product-image {
		height: 280px;
	}

	.herbero-origin-grid>div:last-child {
		padding: 48px 0 0;
	}

	.herbero-sequence-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 40px 20px;
	}

	.herbero-journal-intro {
		align-items: flex-start;
	}

	.herbero-journal-track article {
		width: min(72vw, 400px);
		flex-basis: min(72vw, 400px);
	}

	.herbero-house-grid {
		grid-template-columns: 1fr;
	}

	.herbero-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 48px 24px;
	}

	.herbero-footer-grid>div:first-child {
		grid-column: 1 / -1;
	}

	.maqure-section-label {
		margin-bottom: 25px;
	}

	.maqure-section-intro h2 {
		margin-bottom: 20px !important;
	}

	.maqure-section-intro>p {
		max-width: 100%;
	}
}

@media (max-width: 479px) {
	.herbero-atlas-grid {
		grid-template-columns: 1fr;
	}

	.herbero-atlas-grid>a {
		height: 500px;
	}

	.herbero-featured-grid {
		grid-template-columns: 1fr;
	}

	.herbero-product-image {
		height: 380px;
	}

	.herbero-signature-points,
	.herbero-origin-points,
	.herbero-sequence-grid {
		grid-template-columns: 1fr;
	}



	.herbero-footer-bottom>div {
		align-items: center;
		gap: 12px;
		text-align: center;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {

	.herbero-home *,
	.herbero-home *::before,
	.herbero-home *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important;
	}
}

/* Shared Maqure inner-page header from the reference application. */
body.parent-cat-maqure .maqure-inner-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(201, 169, 110, .22);
	background: #f5f0e8;
	color: #0a0908;
	font-family: "Montserrat", sans-serif;
	box-shadow: none;
	animation: maqure-inner-header-in 900ms cubic-bezier(.22, 1, .36, 1) both;
}

body.admin-bar.parent-cat-maqure .maqure-inner-header {
	top: 32px;
}

body.parent-cat-maqure.maqure-inner-menu-open {
	overflow: hidden;
}

.maqure-inner-header {
	width: 100%;
	background: #f5f0e8;
}

.maqure-inner-shell {
	display: flex;
	width: 100%;
	max-width: 1440px;
	height: 78px;
	margin: 0 auto;
	padding: 0 24px;
	align-items: center;
	justify-content: space-between;
	transition: height 700ms cubic-bezier(.22, 1, .36, 1);
}

.maqure-inner-header.is-compact .maqure-inner-shell {
	height: 62px;
}

.maqure-inner-left {
	display: flex;
	width: 25%;
	align-items: center;
	justify-content: flex-start;
}

.maqure-inner-icon {
	position: relative;
	display: inline-flex;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 8px !important;
	align-items: center;
	justify-content: center;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-image: none !important;
	color: #0a0908 !important;
	box-shadow: none !important;
	cursor: pointer;
	transition: color 400ms ease, transform 400ms cubic-bezier(.22, 1, .36, 1);
}

.maqure-inner-icon:hover {
	color: #c9a96e !important;
	transform: translateY(-1px);
}

.maqure-inner-icon svg {
	display: block;
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.25;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.maqure-inner-nav {
	display: flex;
	width: 50%;
	align-items: center;
	justify-content: center;
	gap: clamp(28px, 3vw, 48px);
}

.maqure-inner-nav>a:not(.maqure-inner-logo) {
	position: relative;
	padding: 3px 0;
	color: #0a0908;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .16em;
	line-height: 1.5;
	text-transform: uppercase;
	white-space: nowrap;
}

.maqure-inner-nav>a:not(.maqure-inner-logo)::after {
	position: absolute;
	right: 50%;
	bottom: 0;
	left: 50%;
	height: 1px;
	background: #c9a96e;
	content: "";
	transition: right 500ms cubic-bezier(.22, 1, .36, 1), left 500ms cubic-bezier(.22, 1, .36, 1);
}

.maqure-inner-nav>a:not(.maqure-inner-logo):hover::after {
	right: 0;
	left: 0;
}

.maqure-inner-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.maqure-inner-logo img {
	display: block;
	width: 130px;
	height: auto;
	margin: 0;
}

.maqure-inner-mobile-logo {
	display: none;
}

.maqure-inner-tools {
	display: flex;
	width: 25%;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
}

.maqure-inner-cart>span {
	position: absolute;
	top: -1px;
	right: -1px;
	display: flex;
	min-width: 16px;
	height: 16px;
	padding: 0 3px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #c9a96e;
	color: #0a0908;
	font-size: 8px;
	font-weight: 600;
	line-height: 1;
	animation: maqure-cart-badge 300ms cubic-bezier(.22, 1, .36, 1);
}

.maqure-inner-drawer {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1200;
	display: flex;
	width: min(80vw, 384px);
	padding: 0;
	background: #f5f0e8;
	color: #0a0908;
	font-family: "Montserrat", sans-serif;
	flex-direction: column;
	box-shadow: 0 0 0 100vmax rgba(10, 9, 8, 0);
	opacity: 0;
	pointer-events: none;
	transform: translateX(-100%);
	transition: opacity 700ms cubic-bezier(.22, 1, .36, 1), transform 700ms cubic-bezier(.22, 1, .36, 1), box-shadow 700ms ease;
}

body.admin-bar.parent-cat-maqure .maqure-inner-drawer {
	top: 32px;
}

.maqure-inner-drawer.is-open {
	box-shadow: 0 0 0 100vmax rgba(10, 9, 8, .6);
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}

.maqure-inner-drawer-head {
	display: flex;
	min-height: 76px;
	padding: 0 32px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(201, 169, 110, .2);
}

.maqure-inner-drawer-head img {
	display: block;
	width: 128px;
	height: auto;
}

.maqure-inner-drawer-head button {
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #0a0908 !important;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 1;
	box-shadow: none !important;
}

.maqure-inner-drawer nav {
	display: flex;
	padding: 38px 32px;
	gap: 26px;
	flex-direction: column;
	flex-grow: 1;
}

.maqure-inner-drawer nav a {
	color: #0a0908;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: .22em;
	line-height: 1.35;
	text-transform: uppercase;
	transition: color 400ms ease;
}

.maqure-inner-drawer nav a:hover {
	color: #c9a96e;
}

.maqure-inner-drawer nav .maqure-inner-sub {
	margin-top: -10px;
	padding-left: 16px;
	color: #8b6f52;
}

.maqure-inner-socials {
	display: flex;
	padding: 28px 32px;
	gap: 20px;
	border-top: 1px solid rgba(201, 169, 110, .2);
	color: #8b6f52;
	font-size: 9px;
	letter-spacing: .15em;
}

@keyframes maqure-inner-header-in {
	from {
		opacity: 0;
		transform: translateY(-16px);
	}

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

@keyframes maqure-cart-badge {
	from {
		transform: scale(.5);
	}

	to {
		transform: scale(1);
	}
}

@media (max-width: 782px) {
	body.admin-bar.parent-cat-maqure .maqure-inner-header {
		top: 46px;
	}

	body.admin-bar.parent-cat-maqure .maqure-inner-drawer {
		top: 46px;
	}
}

@media (max-width: 767px) {
	.maqure-inner-shell {
		height: 64px;
		padding: 0 20px;
	}

	.maqure-inner-header.is-compact .maqure-inner-shell {
		height: 60px;
	}

	.maqure-inner-left,
	.maqure-inner-tools {
		width: 25%;
	}

	.maqure-inner-nav,
	.maqure-inner-desktop-tool {
		display: none;
	}

	.maqure-inner-mobile-logo {
		position: absolute;
		left: 50%;
		display: block;
		transform: translateX(-50%);
	}

	.maqure-inner-mobile-logo img {
		display: block;
		width: 112px;
		height: auto;
	}

	.maqure-inner-tools {
		gap: 0;
	}

	.maqure-inner-drawer {
		width: min(88vw, 384px);
	}
}

@media (prefers-reduced-motion: reduce) {

	.maqure-inner-header,
	.maqure-inner-header *,
	.maqure-inner-drawer,
	.maqure-inner-drawer * {
		animation-duration: .01ms !important;
		transition-duration: .01ms !important;
	}
}

/* Custom Herbero commerce flow: cart and checkout. */
body.hc-commerce-body {
	--hc-bg: hsl(38, 28%, 96%);
	--hc-panel: hsl(36, 22%, 91%);
	--hc-ink: hsl(28, 18%, 18%);
	--hc-copy: hsl(30, 12%, 46%);
	--hc-muted: hsl(30, 12%, 52%);
	--hc-border: hsl(35, 20%, 82%);
	--hc-gold: hsl(32, 35%, 42%);
	--hc-ease: cubic-bezier(.22, 1, .36, 1);
	margin: 0;
	background: var(--hc-bg);
	color: var(--hc-ink);
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
}

body.hc-commerce-menu-open {
	overflow: hidden;
}

.hc-commerce-site,
.hc-commerce-site *,
.hc-commerce-site *::before,
.hc-commerce-site *::after {
	box-sizing: border-box;
}

.hc-commerce-site {
	min-height: 100vh;
	overflow: hidden;
	background: var(--hc-bg);
	color: var(--hc-ink);
}

.hc-commerce-site h1,
.hc-commerce-site h2,
.hc-commerce-site h3,
.hc-commerce-site p {
	margin: 0;
}

.hc-commerce-site h1,
.hc-commerce-site h2,
.hc-commerce-site h3 {
	font-family: "Cormorant Garamond", serif;
	font-weight: 300;
	line-height: 1.15;
}

.hc-commerce-site a {
	color: inherit;
	text-decoration: none;
}

.hc-commerce-site img {
	display: block;
	max-width: 100%;
}

.hc-commerce-site button,
.hc-commerce-site input,
.hc-commerce-site select,
.hc-commerce-site textarea {
	font: inherit;
}

.hc-commerce-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	border-bottom: 1px solid var(--hc-border);
	background: hsla(38, 28%, 96%, .97);
	color: var(--hc-copy);
	backdrop-filter: blur(14px);
}

.admin-bar .hc-commerce-header {
	top: 32px;
}

.hc-commerce-header-shell {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 1400px;
	height: 72px;
	margin: 0 auto;
	padding: 0 48px;
	align-items: center;
}

.hc-commerce-brands {
	display: flex;
	flex: 1;
	align-items: center;
	gap: 30px;
}

.hc-commerce-brands .company-name {
	font-size: 11.2px;
	font-weight: 400;
	letter-spacing: .2em;
	text-transform: uppercase;
	position: relative;
}

.hc-commerce-brands .company-name::after {
	position: absolute;
	right: 100%;
	bottom: -5px;
	left: 0;
	height: 1px;
	background: var(--hc-gold);
	content: "";
	transition: right 400ms cubic-bezier(.22, 1, .36, 1);
}

.hc-commerce-brands .company-name:hover::after {
	right: 0;
}

.hc-commerce-logo {
	position: absolute;
	left: 50%;
	color: var(--hc-ink) !important;
	font-family: "Cormorant Garamond", serif;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: .28em;
	transform: translateX(-50%);
}

.hc-commerce-nav {
	display: flex;
	align-items: center;
	gap: 24px;
}

.hc-commerce-nav-link {
	position: relative;
	font-size: 11.2px;
	font-weight: 400;
	letter-spacing: .2em;
	line-height: 1.4;
	text-transform: uppercase;
	white-space: nowrap;
}

.hc-commerce-nav-link::after {
	position: absolute;
	right: 100%;
	bottom: -5px;
	left: 0;
	height: 1px;
	background: var(--hc-gold);
	content: "";
	transition: right 400ms var(--hc-ease);
}

.blog-post-footer,
.related-posts {
	display: none;
}

.lqd-single-post-content {
	padding-bottom: 70px;
}

.hc-commerce-nav-link:hover::after {
	right: 0;
}

.hc-commerce-tools {
	display: flex;
	margin-left: 24px;
	align-items: center;
	gap: 16px;
	color: var(--hc-ink);
}

.hc-commerce-tools>a {
	display: inline-flex;
	width: 18px;
	height: 18px;
	align-items: center;
	justify-content: center;
	transition: color 300ms ease, transform 300ms var(--hc-ease);
}

.hc-commerce-tools>a:hover {
	color: var(--hc-gold);
	transform: translateY(-2px);
}

.hc-commerce-tools svg {
	display: block;
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hc-commerce-cart-icon {
	position: relative;
}

.hc-commerce-cart-icon>span {
	position: absolute;
	top: -7px;
	right: -9px;
	display: flex;
	min-width: 16px;
	height: 16px;
	padding: 0 3px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--hc-gold);
	color: #fff;
	font-size: 8px;
	font-weight: 500;
	line-height: 1;
}

.hc-commerce-dropdown {
	position: relative;
}

.hc-commerce-dropdown::before {
	position: absolute;
	top: 100%;
	z-index: 49;
	height: 9px;
	content: "";
}

.hc-commerce-brand-dropdown::before {
	left: 0;
	width: 240px;
}

.hc-commerce-collection-dropdown::before {
	right: 0;
	width: 208px;
}

.hc-commerce-site .hc-commerce-dropdown-trigger {
	display: flex !important;
	width: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	align-items: center !important;
	gap: 4px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: inherit !important;
	appearance: none;
	font-family: "DM Sans", sans-serif !important;
	font-size: 10.4px !important;
	font-weight: 400 !important;
	letter-spacing: .2em !important;
	line-height: 1.4 !important;
	text-transform: uppercase !important;
	white-space: nowrap;
	cursor: pointer;
}

.hc-commerce-site .hc-commerce-collection-dropdown>.hc-commerce-dropdown-trigger {
	font-size: 11.2px !important;
}

.hc-commerce-site .hc-commerce-dropdown-trigger:hover,
.hc-commerce-site .hc-commerce-dropdown:focus-within>.hc-commerce-dropdown-trigger {
	color: var(--hc-gold) !important;
}

.hc-commerce-dropdown-trigger svg {
	width: 9px;
	height: 9px;
	margin-top: 2px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 300ms ease;
}

.hc-commerce-dropdown:hover>.hc-commerce-dropdown-trigger svg,
.hc-commerce-dropdown:focus-within>.hc-commerce-dropdown-trigger svg,
.hc-commerce-dropdown.is-open>.hc-commerce-dropdown-trigger svg {
	transform: rotate(180deg);
}

.hc-commerce-dropdown-panel {
	position: absolute;
	top: 100%;
	z-index: 50;
	margin-top: 8px;
	overflow: hidden;
	border: 1px solid var(--hc-border);
	background: var(--hc-bg);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
	color: var(--hc-ink);
	opacity: 0;
	pointer-events: none;
	transform: translateY(-8px) scaleY(.95);
	transition: opacity 350ms var(--hc-ease), transform 350ms var(--hc-ease);
}

.hc-commerce-dropdown:hover>.hc-commerce-dropdown-panel,
.hc-commerce-dropdown:focus-within>.hc-commerce-dropdown-panel,
.hc-commerce-dropdown.is-open>.hc-commerce-dropdown-panel {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0) scaleY(1);
}

.hc-commerce-brand-panel {
	left: 0;
	width: 240px;
	transform-origin: left top;
}

.hc-commerce-brand-panel>div {
	padding: 20px;
}

.hc-commerce-brand-panel a {
	display: block;
}

.hc-commerce-brand-panel a+a {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--hc-border);
}

.hc-commerce-brand-panel span {
	display: block;
	color: var(--hc-copy);
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .2em;
	line-height: 1.4;
	text-transform: uppercase;
}

.hc-commerce-brand-panel em {
	display: block;
	margin-top: 2px;
	color: var(--hc-ink);
	font-family: "Cormorant Garamond", serif;
	font-size: 14px;
	line-height: 1.25;
}

.hc-commerce-collection-panel {
	right: 0;
	width: 208px;
	transform-origin: right top;
}

.hc-commerce-collection-panel>div {
	padding: 8px 0;
}

.hc-commerce-collection-panel a {
	display: block;
	padding: 12px 20px;
	color: var(--hc-copy);
	font-size: 14px;
	line-height: 1.4;
	transition: color 200ms, background-color 200ms;
}

.hc-commerce-collection-panel a:hover {
	background: var(--hc-panel);
	color: var(--hc-ink);
}

.hc-commerce-menu-toggle {
	display: none;
}

.hc-commerce-mobile-menu {
	position: fixed;
	inset: 0;
	z-index: 1100;
	display: flex;
	padding: 80px 24px 36px;
	background: var(--hc-bg);
	color: var(--hc-ink);
	flex-direction: column;
	opacity: 0;
	pointer-events: none;
	transform: translateX(100%);
	transition: opacity 500ms var(--hc-ease), transform 500ms var(--hc-ease);
}

.hc-commerce-mobile-menu.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}

.hc-commerce-mobile-menu>button {
	position: absolute;
	top: 20px;
	right: 24px;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--hc-ink) !important;
	font-size: 28px;
	box-shadow: none !important;
}

.hc-commerce-mobile-menu nav {
	display: flex;
	flex-direction: column;
}

.hc-commerce-mobile-menu nav a {
	padding: 10px 0;
	border-bottom: 1px solid var(--hc-border);
	font-family: "Cormorant Garamond", serif;
	font-size: 36px;
	font-style: italic;
	line-height: 1.2;
}

.hc-commerce-main {
	min-height: 75vh;
	padding: 112px 0 96px;
	background: var(--hc-bg);
}

.admin-bar .hc-commerce-main {
	padding-top: 144px;
}

.hc-commerce-content {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 48px;
}

.hc-commerce-page-heading {
	margin-bottom: 32px;
	opacity: 0;
	filter: blur(4px);
	transform: translateY(20px);
	transition: opacity 900ms ease 100ms, filter 900ms ease 100ms, transform 900ms var(--hc-ease) 100ms;
}

.hc-commerce-site.is-ready .hc-commerce-page-heading {
	opacity: 1;
	filter: blur(0);
	transform: translateY(0);
}

.hc-commerce-page-heading>a {
	display: inline-flex;
	margin-bottom: 24px;
	align-items: center;
	gap: 8px;
	color: var(--hc-muted);
	font-size: 12px;
	letter-spacing: .025em;
	transition: color 300ms ease;
}

.hc-commerce-page-heading>a:hover {
	color: var(--hc-ink);
}

.hc-commerce-page-heading>a span {
	transition: transform 300ms ease;
}

.hc-commerce-page-heading>a:hover span {
	transform: translateX(-3px);
}

.hc-commerce-page-heading>p,
.hc-commerce-label {
	color: var(--hc-gold);
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .22em;
	line-height: 1.4;
	text-transform: uppercase;
}

.hc-commerce-page-heading>p {
	margin-bottom: 12px;
}

.hc-commerce-page-heading h1 {
	color: var(--hc-ink);
	font-size: clamp(36px, 4vw, 48px);
}

.hc-commerce-site .woocommerce {
	color: var(--hc-copy);
	font-family: "DM Sans", sans-serif;
}

.hc-commerce-site .woocommerce::before,
.hc-commerce-site .woocommerce::after,
.hc-cart-layout::before,
.hc-cart-layout::after {
	display: none !important;
	content: none !important;
}

.hc-commerce-site .woocommerce-notices-wrapper:empty {
	display: none;
}

.hc-commerce-site .woocommerce-error,
.hc-commerce-site .woocommerce-info,
.hc-commerce-site .woocommerce-message {
	position: relative;
	margin: 0 0 24px !important;
	padding: 14px 18px 14px 44px !important;
	border: 1px solid var(--hc-border) !important;
	border-radius: 0;
	background: var(--hc-panel);
	color: var(--hc-copy);
	font-size: 12px;
	line-height: 1.6;
	box-shadow: none;
}

.hc-commerce-site .woocommerce-error::before,
.hc-commerce-site .woocommerce-info::before,
.hc-commerce-site .woocommerce-message::before {
	top: 14px;
	left: 17px;
	color: var(--hc-gold);
}

.hc-cart-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 400px;
	gap: 48px;
	align-items: start;
}

.hc-cart-items {
	min-width: 0;
	opacity: 0;
	transform: translateX(-20px);
	transition: opacity 900ms ease 280ms, transform 900ms var(--hc-ease) 280ms;
}

.hc-cart-summary {
	opacity: 0;
	transform: translateX(20px);
	transition: opacity 900ms ease 360ms, transform 900ms var(--hc-ease) 360ms;
}

.hc-commerce-site.is-ready .hc-cart-items,
.hc-commerce-site.is-ready .hc-cart-summary {
	opacity: 1;
	transform: translateX(0);
}

.hc-cart-list-heading {
	display: flex;
	margin-bottom: 16px;
	align-items: center;
	justify-content: space-between;
}

.hc-cart-list-heading p {
	color: var(--hc-copy);
	font-size: 14px;
}

.hc-cart-list-heading a {
	color: var(--hc-muted);
	font-size: 12px;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 300ms ease;
}

.hc-cart-list-heading a:hover {
	color: #b54848;
}

.hc-commerce-site .woocommerce-cart-form {
	margin: 0;
}

.hc-cart-list {
	border-top: 1px solid var(--hc-border);
	border-bottom: 1px solid var(--hc-border);
}

.hc-cart-item {
	position: relative;
	display: flex;
	min-height: 129px;
	padding: 24px 0;
	gap: 20px;
}

.hc-cart-item+.hc-cart-item {
	border-top: 1px solid var(--hc-border);
}

.hc-cart-item-image {
	width: 80px;
	height: 80px;
	flex: 0 0 80px;
	overflow: hidden;
	background: var(--hc-panel);
}

.hc-cart-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 700ms var(--hc-ease);
}

.hc-cart-item-image:hover img {
	transform: scale(1.05);
}

.hc-cart-item-copy {
	min-width: 0;
	padding-right: 80px;
	flex: 1;
}

.hc-cart-item-copy h2 {
	margin: 2px 0 !important;
	color: var(--hc-ink);
	font-size: 18px;
}

.hc-cart-item-meta {
	min-height: 20px;
	margin-bottom: 12px;
	color: var(--hc-muted);
	font-size: 12px;
	line-height: 1.5;
}

.hc-cart-item-meta .variation {
	display: inline;
	margin: 0 8px 0 0;
}

.hc-cart-item-meta .variation dt,
.hc-cart-item-meta .variation dd {
	display: inline;
	float: none;
	margin: 0 3px 0 0;
}

.hc-cart-item-actions {
	display: flex;
	align-items: center;
	gap: 16px;
}

.hc-cart-quantity {
	display: flex;
	height: 32px;
	align-items: center;
	border: 1px solid hsl(35, 20%, 80%);
}

.hc-commerce-site .hc-qty-button {
	display: flex !important;
	width: 32px !important;
	height: 30px !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	align-items: center;
	justify-content: center;
	border: 0 !important;
	background: transparent !important;
	color: var(--hc-muted) !important;
	font-size: 18px !important;
	box-shadow: none !important;
}

.hc-commerce-site .hc-qty-button:hover {
	color: var(--hc-ink) !important;
}

.hc-cart-quantity .quantity {
	width: 32px;
	height: 30px;
	margin: 0 !important;
}

.woocommerce .hc-cart-quantity .qty {
	height: 35px !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--hc-ink) !important;
	font-size: 13px !important;
	text-align: center;
	box-shadow: none !important;
	appearance: textfield !important;
}

.hc-cart-quantity .qty::-webkit-inner-spin-button,
.hc-cart-quantity .qty::-webkit-outer-spin-button {
	margin: 0;
	appearance: none;
}

.hc-cart-remove {
	display: flex !important;
	width: 24px !important;
	height: 24px !important;
	align-items: center;
	justify-content: center;
	color: var(--hc-muted) !important;
	font-size: 0 !important;
}

.hc-cart-remove:hover {
	background: transparent !important;
	color: #b54848 !important;
}

.hc-cart-remove svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hc-cart-item-subtotal {
	position: absolute;
	top: 45px;
	right: 0;
	color: var(--hc-ink);
	font-family: "Cormorant Garamond", serif;
	font-size: 20px;
	font-weight: 400;
}

.hc-cart-form-actions {
	display: flex;
	margin-top: 20px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.hc-cart-form-actions .coupon {
	display: flex;
	height: 42px;
}

.hc-commerce-site .hc-cart-form-actions input {
	width: 150px;
	height: 42px;
	min-height: 0;
	margin: 0;
	padding: 0 12px !important;
	border: 1px solid var(--hc-border) !important;
	border-radius: 0 !important;
	background: var(--hc-bg) !important;
	color: var(--hc-ink) !important;
	font-size: 12px;
	box-shadow: none !important;
}

.hc-commerce-site .hc-cart-form-actions button {
	min-height: 42px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 1px solid var(--hc-border) !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--hc-copy) !important;
	font-size: 10px !important;
	font-weight: 400 !important;
	letter-spacing: .14em !important;
	text-transform: uppercase !important;
	box-shadow: none !important;
}

.hc-commerce-site .hc-cart-form-actions button:hover {
	border-color: var(--hc-gold) !important;
	color: var(--hc-ink) !important;
}

.hc-commerce-site .hc-cart-form-actions button:disabled {
	opacity: .45;
}

.hc-cart-summary .cart_totals {
	width: 100% !important;
	padding: 32px;
	float: none !important;
	background: var(--hc-panel);
}

.hc-cart-summary h2,
.hc-checkout-section-head h2 {
	margin-bottom: 8px !important;
	color: var(--hc-ink);
	font-size: 24px;
}

.hc-checkout-section-head {
	display: none;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	grid-column: 1 / -1;
	width: 100%;
}

.hc-summary-intro,
.hc-checkout-section-head p {
	margin-bottom: 24px !important;
	color: var(--hc-muted);
	font-size: 12px;
	line-height: 1.65;
}

.hc-cart-summary table,
.hc-checkout-summary table {
	width: 100%;
	margin: 0 0 24px !important;
	border: 0 !important;
	border-collapse: collapse;
	background: transparent !important;
}

.woocommerce .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table td {
	font-size: 20px;
}

.woocommerce form.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .order-total .woocommerce-Price-amount {
	font-size: 20px;
}

.hc-cart-summary th,
.hc-cart-summary td,
.hc-checkout-summary th,
.hc-checkout-summary td {
	font-family: "Cormorant Garamond", serif !important;
	padding: 12px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid var(--hc-border) !important;
	background: transparent !important;
	color: var(--hc-copy);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}

.hc-cart-summary td,
.hc-checkout-summary td {
	text-align: right;
}

.hc-cart-summary .order-total th,
.hc-cart-summary .order-total td,
.hc-cart-summary .order-total .amount,
.hc-checkout-summary .order-total th,
.hc-checkout-summary .order-total td,
.hc-checkout-summary .order-total .amount,
.woocommerce-cart .order-total th,
.woocommerce-cart .order-total td,
.woocommerce-cart .order-total .amount,
.woocommerce-checkout .order-total th,
.woocommerce-checkout .order-total td,
.woocommerce-checkout .order-total .amount {
	padding-top: 18px !important;
	border-bottom: 0 !important;
	color: var(--hc-ink);
	font-family: "Cormorant Garamond", serif !important;
	font-size: 20px;
	font-weight: 400;
}

.hc-checkout-summary .cart-subtotal th,
.hc-checkout-summary .cart-subtotal td,
.hc-checkout-summary .cart-subtotal .amount,
.woocommerce-checkout .cart-subtotal th,
.woocommerce-checkout .cart-subtotal td,
.woocommerce-checkout .cart-subtotal .amount {
	font-family: "Cormorant Garamond", serif !important;
	font-size: 16px;
	font-weight: 500;
}


.hc-commerce-site .wc-proceed-to-checkout {
	padding: 0;
}

.hc-commerce-site .checkout-button,
.hc-commerce-site #place_order,
.hc-commerce-site .hc-empty-cart .button {
	display: flex !important;
	width: 100% !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 0 24px !important;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--hc-gold) !important;
	border-radius: 0 !important;
	background: var(--hc-gold) !important;
	color: #fff !important;
	font-family: "DM Sans", sans-serif !important;
	font-size: 10px !important;
	font-weight: 400 !important;
	letter-spacing: .16em !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
	box-shadow: none !important;
	transition: background-color 400ms ease;
}

.hc-commerce-site .checkout-button:hover,
.hc-commerce-site #place_order:hover,
.hc-commerce-site .hc-empty-cart .button:hover {
	background: hsl(32, 35%, 34%) !important;
}

.hc-empty-cart {
	padding: 64px 24px;
	border: 1px solid var(--hc-border);
	text-align: center;
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 900ms ease 250ms, transform 900ms var(--hc-ease) 250ms;
}

.hc-commerce-site.is-ready .hc-empty-cart {
	opacity: 1;
	transform: translateY(0);
}

.hc-empty-cart h2 {
	margin-bottom: 12px !important;
	color: var(--hc-ink);
	font-size: 28px;
	font-style: italic;
}

.hc-empty-cart p {
	margin-bottom: 28px;
	color: var(--hc-muted);
	font-size: 13px;
}

.hc-commerce-site .hc-empty-cart .button {
	display: inline-flex !important;
	width: auto !important;
}

.hc-commerce-site .woocommerce-form-login,
.hc-commerce-site .checkout_coupon {
	margin: 0 0 24px !important;
	padding: 24px !important;
	border: 1px solid var(--hc-border) !important;
	border-radius: 0;
}

.hc-checkout-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 400px;
	gap: 48px;
	align-items: start;
}

.hc-checkout-details {
	min-width: 100%;
	opacity: 1;
	transform: translateX(-20px);
	transition: opacity 900ms ease 280ms, transform 900ms var(--hc-ease) 280ms;
	grid-column: 1;
}

.hc-checkout-summary {
	padding: 30px;
	background: var(--hc-panel);
	opacity: 1;
	transform: translateX(20px);
	transition: opacity 900ms ease 360ms, transform 900ms var(--hc-ease) 360ms;
	grid-column: 2;
}

.hc-commerce-site.is-ready .hc-checkout-details,
.hc-commerce-site.is-ready .hc-checkout-summary {
	opacity: 1;
	transform: translateX(0);
}

.hc-checkout-details .col2-set,
.hc-checkout-details .col-1,
.hc-checkout-details .col-2 {
	width: 100% !important;
	float: none !important;
}

.hc-checkout-details .col-2 {
	margin-top: 28px;
}

.hc-checkout-details h3 {
	margin: 0 0 20px !important;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--hc-border);
	color: var(--hc-ink);
	font-size: 20px;
}

.hc-commerce-site .form-row {
	margin: 0 0 16px !important;
	padding: 0 !important;
}

.hc-commerce-site .form-row-first,
.hc-commerce-site .form-row-last {
	width: calc(50% - 8px) !important;
}

.hc-commerce-site .form-row-first {
	float: left !important;
}

.hc-commerce-site .form-row-last {
	float: right !important;
}

.hc-commerce-site .form-row-wide {
	clear: both;
}

.hc-commerce-site .form-row label {
	display: block;
	margin-bottom: 6px;
	color: var(--hc-copy);
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.hc-commerce-site .form-row label .required {
	color: var(--hc-gold);
}

.hc-commerce-site .input-text,
.hc-commerce-site select,
.hc-commerce-site .select2-selection {
	width: 100% !important;
	min-height: 46px !important;
	margin: 0 !important;
	padding: 0 14px !important;
	border: 1px solid hsl(35, 20%, 80%) !important;
	border-radius: 0 !important;
	outline: 0;
	background: var(--hc-bg) !important;
	color: var(--hc-ink) !important;
	font-size: 13px !important;
	box-shadow: none !important;
	transition: border-color 300ms ease;
}

.hc-commerce-site textarea.input-text {
	min-height: 100px !important;
	padding-top: 12px !important;
	resize: vertical;
}

.hc-commerce-site .input-text:focus,
.hc-commerce-site select:focus,
.hc-commerce-site .select2-container--open .select2-selection {
	border-color: var(--hc-gold) !important;
}

.hc-commerce-site .select2-container {
	width: 100% !important;
}

.hc-commerce-site .select2-selection {
	display: flex;
	align-items: center;
}

.hc-commerce-site .select2-selection__rendered {
	padding: 0 !important;
	color: var(--hc-ink) !important;
	line-height: 44px !important;
}

.hc-checkout-summary .woocommerce-checkout-review-order-table thead {
	display: none;
}

.hc-checkout-summary .cart_item .product-name {
	width: 68%;
	color: var(--hc-ink);
	font-family: "Cormorant Garamond", serif;
	font-size: 16px;
	text-align: left;
}

.hc-checkout-summary .cart_item .product-total {
	color: var(--hc-ink);
}

.hc-checkout-summary .product-quantity {
	color: var(--hc-muted);
	font-family: "DM Sans", sans-serif;
	font-size: 11px;
	font-weight: 300;
}

.hc-checkout-summary .woocommerce-checkout-payment {
	margin: 8px 0 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.hc-checkout-summary .wc_payment_methods {
	margin: 0 0 18px !important;
	padding: 0 !important;
	border: 0 !important;
}

.hc-checkout-summary .wc_payment_method {
	padding: 14px 0 !important;
	border-bottom: 1px solid var(--hc-border);
}

.hc-checkout-summary .wc_payment_method label {
	color: var(--hc-ink);
	font-size: 13px;
	font-weight: 400;
}

.hc-checkout-summary .payment_box {
	margin: 12px 0 0 !important;
	padding: 14px !important;
	background: var(--hc-bg) !important;
	color: var(--hc-copy) !important;
	font-size: 11px;
	line-height: 1.6;
}

.hc-checkout-summary .payment_box::before {
	display: none !important;
}

.hc-checkout-summary .place-order {
	margin: 0 !important;
	padding: 0 !important;
}

.hc-checkout-summary .woocommerce-privacy-policy-text,
.hc-checkout-summary .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 18px;
	color: var(--hc-muted);
	font-size: 10px;
	line-height: 1.6;
}

.hc-commerce-site .woocommerce-order {
	padding: 32px;
	background: var(--hc-panel);
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 900ms ease 280ms, transform 900ms var(--hc-ease) 280ms;
}

.hc-commerce-site.is-ready .woocommerce-order {
	opacity: 1;
	transform: translateY(0);
}

.hc-commerce-footer {
	background: hsl(28, 18%, 16%);
	color: hsl(38, 28%, 88%);
}

.hc-commerce-footer-shell {
	display: grid;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 72px 48px;
	grid-template-columns: 2fr repeat(3, 1fr);
	gap: 36px;
}

.hc-commerce-footer-shell>div {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.hc-commerce-footer h2 {
	margin-bottom: 8px;
	color: hsl(38, 28%, 92%);
	font-size: 24px;
	letter-spacing: .3em;
}

.hc-commerce-footer-brand em {
	margin-bottom: 18px;
	color: hsl(38, 28%, 60%);
	font-family: "Cormorant Garamond", serif;
	font-size: 12px;
}

.hc-commerce-footer-brand i {
	width: 48px;
	height: 1px;
	margin-bottom: 18px;
	background: hsl(38, 28%, 28%);
}

.hc-commerce-footer h3 {
	margin-bottom: 18px;
	color: hsl(38, 28%, 45%);
	font-family: "DM Sans", sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.hc-commerce-footer p {
	max-width: 220px;
	color: hsl(38, 28%, 52%);
	font-size: 12px;
	line-height: 1.6;
}

.hc-commerce-footer a {
	margin-bottom: 10px;
	color: hsl(38, 28%, 68%);
	font-size: 13px;
	transition: color 300ms ease;
}

.hc-commerce-footer a:hover {
	color: hsl(38, 28%, 92%);
}

.hc-commerce-footer-bottom {
	border-top: 1px solid hsl(38, 28%, 22%);
}

.hc-commerce-footer-bottom>div {
	display: flex;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 22px 48px;
	justify-content: space-between;
	color: hsl(38, 28%, 42%);
	font-size: 11px;
}

@media (max-width:1199px) {
	.hc-commerce-header-shell {
		padding-right: 32px;
		padding-left: 32px;
	}

	.hc-commerce-brands,
	.hc-commerce-nav {
		display: none;
	}

	.hc-commerce-menu-toggle {
		display: flex;
		width: 24px;
		margin: 0;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		flex-direction: column;
		gap: 4px;
		box-shadow: none !important;
	}

	.hc-commerce-menu-toggle span {
		display: block;
		width: 20px;
		height: 1px;
		background: var(--hc-ink);
	}

	.hc-commerce-tools {
		margin-left: auto;
	}

	.hc-commerce-search {
		display: none !important;
	}
}

@media (max-width:900px) {
	.hc-commerce-content {
		padding: 0 32px;
	}

	.hc-cart-layout,
	.hc-checkout-layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.hc-cart-summary,
	.hc-checkout-summary {
		transform: translateY(20px);
	}

	.hc-commerce-site.is-ready .hc-cart-summary,
	.hc-commerce-site.is-ready .hc-checkout-summary {
		transform: translateY(0);
	}

	.hc-cart-summary .cart_totals,
	.hc-checkout-summary {
		padding: 28px;
	}

	.hc-commerce-footer-shell {
		padding-right: 32px;
		padding-left: 32px;
	}
}

@media (max-width:767px) {
	.admin-bar .hc-commerce-header {
		top: 46px;
	}

	.hc-commerce-header-shell {
		height: 64px;
		padding-right: 24px;
		padding-left: 24px;
	}

	.hc-commerce-logo {
		font-size: 20px;
		letter-spacing: .22em;
	}

	.hc-commerce-tools {
		gap: 12px;
	}

	.hc-commerce-main {
		padding: 96px 0 72px;
	}

	.admin-bar .hc-commerce-main {
		padding-top: 142px;
	}

	.hc-commerce-content {
		padding: 0 24px;
	}

	.hc-commerce-page-heading h1 {
		font-size: 36px;
	}

	.hc-cart-item {
		gap: 14px;
	}

	.hc-cart-item-image {
		width: 72px;
		height: 72px;
		flex-basis: 72px;
	}

	.hc-cart-item-copy {
		padding-right: 0;
	}

	.hc-cart-item-subtotal {
		position: static;
		display: block;
		margin-left: auto;
		align-self: flex-start;
		font-size: 15px;
	}

	.hc-cart-form-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.hc-cart-form-actions .coupon {
		width: 100%;
	}

	.hc-commerce-site .hc-cart-form-actions input {
		width: 100%;
		flex: 1;
	}

	.hc-commerce-site .hc-update-cart {
		width: 100%;
	}

	.hc-commerce-site .form-row-first,
	.hc-commerce-site .form-row-last {
		width: 100% !important;
		float: none !important;
	}

	.hc-commerce-footer-shell {
		padding: 56px 24px;
		grid-template-columns: repeat(2, 1fr);
		gap: 36px 24px;
	}

	.hc-commerce-footer-brand {
		grid-column: 1/-1;
	}

	.hc-commerce-footer-bottom>div {
		padding: 20px 24px;
		gap: 10px;
		flex-direction: column;
	}
}

@media (max-width:479px) {
	.hc-cart-item {
		flex-wrap: wrap;
	}

	.hc-cart-item-copy {
		width: calc(100% - 86px);
		flex: none;
	}

	.hc-cart-item-subtotal {
		width: 100%;
		margin-left: 86px;
	}

	.hc-cart-summary .cart_totals,
	.hc-checkout-summary {
		padding: 24px;
	}

	.hc-commerce-footer-shell {
		grid-template-columns: 1fr;
	}

	.hc-commerce-footer-brand {
		grid-column: auto;
	}

	.herbero-footer-grid {
		padding-bottom: 30px;
	}
}

@media (prefers-reduced-motion:reduce) {

	.hc-commerce-site *,
	.hc-commerce-site *::before,
	.hc-commerce-site *::after {
		animation-duration: .01ms !important;
		transition-duration: .01ms !important;
	}
}

/* WooCommerce Cart Quantity Spinner Fallback fixes */
.hc-cart-quantity .ui-spinner {
	background: transparent !important;
	border-top: none !important;
	border-bottom: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	box-shadow: none !important;
}

.hc-cart-quantity .ui-spinner-button {
	display: none !important;
}

/* ==========================================================================
   MAQURE SIDE DRAWER SEARCH STYLES
   ========================================================================== */
body.maqure-search-open {
	overflow: hidden !important;
}

.maqure-search-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999990;
	width: 100vw;
	height: 100vh;
	background: rgba(5, 5, 5, 0.75);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 400ms cubic-bezier(0.16, 1, 0.3, 1), visibility 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.maqure-search-backdrop.is-open {
	opacity: 1;
	visibility: visible;
}

.maqure-search-drawer {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999999;
	display: flex;
	flex-direction: column;
	width: 480px;
	max-width: 90vw;
	height: 100vh;
	background: #080808;
	border-left: 1px solid rgba(211, 176, 117, 0.3);
	box-shadow: none;
	color: #f3ede3;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(100%);
	transition: transform 450ms cubic-bezier(0.16, 1, 0.3, 1), opacity 450ms ease, visibility 450ms ease, box-shadow 450ms ease;
}

.maqure-search-drawer.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	box-shadow: -10px 0 40px rgba(0, 0, 0, 0.8);
	transform: translateX(0);
}

.maqure-search-drawer-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 32px 32px 24px;
	border-bottom: 1px solid rgba(211, 176, 117, 0.15);
}

.maqure-search-kicker {
	display: block;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #a38a64;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.maqure-search-heading {
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 26px !important;
	font-weight: 400 !important;
	color: #f3ede3 !important;
	margin: 0 !important;
	letter-spacing: 0.5px;
	line-height: 1.1;
}

.maqure-search-close {
	background: transparent !important;
	border: 1px solid rgba(211, 176, 117, 0.25) !important;
	color: #f3ede3 !important;
	width: 36px;
	height: 36px;
	border-radius: 50% !important;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	transition: all 250ms ease;
}

.maqure-search-close:hover {
	border-color: #caa36a !important;
	color: #caa36a !important;
	transform: rotate(90deg);
}

.maqure-search-box-wrap {
	padding: 24px 32px;
	border-bottom: 1px solid rgba(211, 176, 117, 0.12);
}

.maqure-search-input-inner {
	position: relative;
	display: flex;
	align-items: center;
}

.maqure-search-input-icon {
	position: absolute;
	left: 14px;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: #a38a64;
	stroke-width: 2;
	pointer-events: none;
}

.maqure-search-input {
	width: 100%;
	height: 48px;
	background: #121212 !important;
	border: 1px solid rgba(211, 176, 117, 0.3) !important;
	border-radius: 4px !important;
	padding: 0 42px 0 42px !important;
	color: #f3ede3 !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 14px !important;
	outline: none !important;
	transition: border-color 300ms ease, box-shadow 300ms ease;
}

.maqure-search-input:focus {
	border-color: #caa36a !important;
	box-shadow: 0 0 12px rgba(202, 163, 106, 0.25) !important;
}

.maqure-search-input::placeholder {
	color: #665a48;
}

.maqure-search-clear {
	position: absolute;
	right: 12px;
	background: transparent !important;
	border: none !important;
	color: #a38a64 !important;
	font-size: 18px;
	cursor: pointer;
	padding: 4px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.maqure-search-clear:hover {
	color: #f3ede3 !important;
}

.maqure-search-results-meta {
	padding: 12px 32px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #caa36a;
	text-transform: uppercase;
	background: rgba(202, 163, 106, 0.05);
	border-bottom: 1px solid rgba(211, 176, 117, 0.1);
}

.maqure-search-body {
	flex: 1;
	overflow-y: auto;
	padding: 24px 32px 40px;
}

.maqure-search-section-label {
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.5px;
	color: #a38a64;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.maqure-search-initial-grid,
.maqure-search-results-grid {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.maqure-search-card {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 14px;
	background: #111111;
	border: 1px solid rgba(211, 176, 117, 0.15);
	border-radius: 6px;
	text-decoration: none !important;
	color: #f3ede3 !important;
	transition: all 250ms ease;
}

.maqure-search-card:hover {
	background: #161616;
	border-color: rgba(211, 176, 117, 0.5);
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.maqure-search-card-img {
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	background: #000;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.maqure-search-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.maqure-search-card-info {
	flex: 1;
	min-width: 0;
}

.maqure-search-card-badge {
	display: inline-block;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 1.2px;
	color: #caa36a;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.maqure-search-card-title {
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	color: #f3ede3 !important;
	margin: 0 0 4px !important;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.maqure-search-card-price {
	font-size: 13px;
	color: #d7b27a;
	font-weight: 500;
}

.maqure-search-card-price del {
	color: #776854;
	margin-right: 6px;
}

.maqure-search-card-price ins {
	text-decoration: none;
}

.maqure-search-card-arrow {
	font-size: 18px;
	color: #a38a64;
	transition: transform 200ms ease, color 200ms ease;
}

.maqure-search-card:hover .maqure-search-card-arrow {
	transform: translateX(4px);
	color: #caa36a;
}

/* Loading Spinner */
.maqure-search-loading {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 48px 0;
	gap: 16px;
	color: #a38a64;
	font-size: 13px;
}

.maqure-search-spinner {
	width: 32px;
	height: 32px;
	border: 2px solid rgba(211, 176, 117, 0.2);
	border-top-color: #caa36a;
	border-radius: 50%;
	animation: maqureSpinner 800ms linear infinite;
}

@keyframes maqureSpinner {
	to {
		transform: rotate(360deg);
	}
}

/* Empty state */
.maqure-search-empty {
	padding: 32px 0;
	color: #f3ede3;
}

.maqure-search-empty p {
	font-size: 15px;
	color: #d7b27a;
	margin-bottom: 24px;
}

.maqure-search-suggestions {
	background: #111;
	padding: 20px;
	border-radius: 6px;
	border: 1px solid rgba(211, 176, 117, 0.15);
}

.maqure-search-suggestions span {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #a38a64;
	font-weight: 600;
}

.maqure-search-suggestions ul {
	margin: 12px 0 20px 20px;
	padding: 0;
	color: #bfaea2;
	font-size: 13px;
}

.maqure-search-suggestions li {
	margin-bottom: 6px;
}

.maqure-search-all-btn {
	display: inline-block;
	padding: 10px 20px;
	background: transparent;
	border: 1px solid #caa36a;
	color: #caa36a !important;
	text-decoration: none !important;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 4px;
	transition: all 250ms ease;
}

.maqure-search-all-btn:hover {
	background: #caa36a;
	color: #050505 !important;
}

@media (max-width: 575px) {
	.maqure-search-drawer {
		width: 100vw;
		max-width: 100vw;
	}

	.maqure-search-drawer-header,
	.maqure-search-box-wrap,
	.maqure-search-body {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* ==========================================================================
   MAQURE ADD TO BAG MODAL & PRODUCT DETAIL ENHANCEMENTS
   ========================================================================== */

/* Add to Bag Modal Popup */
.maqure-bag-modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999995;
	width: 100vw;
	height: 100vh;
	background: rgba(5, 5, 5, 0.7);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 300ms ease, visibility 300ms ease;
}

.maqure-bag-modal-backdrop.is-open {
	opacity: 1;
	visibility: visible;
}

.maqure-bag-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999999;
	width: 440px;
	max-width: 92vw;
	background: #090909;
	border: 1px solid rgba(211, 176, 117, 0.35);
	border-radius: 8px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.85);
	color: #f3ede3;
	padding: 24px;
	font-family: "Montserrat", sans-serif;
	transform: translate(-50%, -46%) scale(0.96);
	opacity: 0;
	visibility: hidden;
	transition: all 350ms cubic-bezier(0.16, 1, 0.3, 1);
}

.maqure-bag-modal.is-open {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	visibility: visible;
}

.maqure-bag-modal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(211, 176, 117, 0.15);
}

.maqure-bag-modal-status {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.8px;
	color: #caa36a;
	text-transform: uppercase;
}

.maqure-bag-modal-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(202, 163, 106, 0.2);
	color: #caa36a;
	font-size: 12px;
}

.maqure-bag-modal-close {
	background: transparent !important;
	border: none !important;
	color: #a38a64 !important;
	font-size: 24px;
	cursor: pointer;
	line-height: 1;
	padding: 0 !important;
	transition: color 200ms ease;
}

.maqure-bag-modal-close:hover {
	color: #f3ede3 !important;
}

.maqure-bag-modal-body {
	padding: 20px 0;
}

.maqure-bag-modal-product {
	display: flex;
	align-items: center;
	gap: 16px;
}

.maqure-bag-modal-img {
	width: 72px;
	height: 72px;
	background: #000;
	border-radius: 6px;
	overflow: hidden;
	flex-shrink: 0;
	border: 1px solid rgba(211, 176, 117, 0.2);
}

.maqure-bag-modal-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.maqure-bag-modal-info h3 {
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	color: #f3ede3 !important;
	margin: 0 0 4px !important;
	line-height: 1.2;
}

.maqure-bag-modal-qty {
	font-size: 12px;
	color: #a38a64;
	margin-bottom: 4px;
}

.maqure-bag-modal-price {
	font-size: 14px;
	font-weight: 600;
	color: #d7b27a;
}

.maqure-bag-modal-actions {
	display: flex;
	gap: 12px;
	padding-top: 8px;
}

.maqure-bag-modal .maqure-bag-modal-btn-view {
	flex: 1;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #caa36a !important;
	color: #050505 !important;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none !important;
	border-radius: 4px;
	transition: background 250ms ease;
}

.maqure-bag-modal .maqure-bag-modal-btn-view:hover {
	background: #d7b27a !important;
}

.maqure-bag-modal .maqure-bag-modal-btn-continue {
	flex: 1;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent !important;
	border: 1px solid rgba(211, 176, 117, 0.35) !important;
	color: #f3ede3 !important;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	border-radius: 4px;
	cursor: pointer;
	transition: border-color 250ms ease, color 250ms ease;
}

.maqure-bag-modal .maqure-bag-modal-btn-continue:hover {
	border-color: #caa36a !important;
	color: #caa36a !important;
}

/* Need Assistance CTA link */
.maqure-single-assistance {
	display: inline-block;
	margin-top: 14px;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #a38a64 !important;
	text-decoration: none !important;
	transition: color 250ms ease;
	font-weight: 500;
}

.maqure-single-assistance:hover {
	color: #caa36a !important;
}

/* Footer logo size & alignment consistency across all pages */
.maqure-footer-brand img,
footer.maqure-home-footer .maqure-footer-brand img {
	width: 180px !important;
	max-width: 100% !important;
	height: auto !important;
	display: block !important;
	margin: 0 auto 12px !important;
	object-fit: contain;
}

/* Single Product Detail Typography & Contrast Fixes */
.maqure-single-summary .maqure-single-meta-line {
	font-size: 12px !important;
	color: #caa36a !important;
	letter-spacing: 2px !important;
	font-weight: 500 !important;
}

.maqure-single-summary .maqure-single-tagline {
	font-size: 17px !important;
	line-height: 1.7 !important;
	color: rgba(243, 237, 227, 0.88) !important;
}

.maqure-single-story p {
	font-size: 17px !important;
	line-height: 1.75 !important;
	color: rgba(243, 237, 227, 0.88) !important;
}

.maqure-single-spec-label {
	font-size: 12px !important;
	letter-spacing: 1.5px !important;
	color: #a38a64 !important;
	font-weight: 600 !important;
}

.maqure-single-spec-value {
	font-size: 15px !important;
	color: #f3ede3 !important;
}

.maqure-single-note-heading {
	font-size: 12px !important;
	letter-spacing: 2px !important;
	color: #caa36a !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}

/* Fragrance Notes Layout & Readability Fixes */


.maqure-single-note-item {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	text-align: center !important;
	min-width: 90px !important;
	gap: 10px !important;
}

.maqure-single-note-icon {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 50% !important;
	color: #caa36a !important;
	font-size: 1.125rem !important;
	margin: 0 0 4px 0 !important;
	transition: all 250ms ease !important;
}

.maqure-single-note-item:hover .maqure-single-note-icon {
	border-color: #caa36a !important;
	background: rgba(202, 163, 106, 0.22) !important;
	transform: scale(1.08) !important;
}

.maqure-home #contact.maqure-homemaqure-home {
	display: none !important;
}

/* Disable all animations, transitions, and block revealers on Maqure footer logo */
.maqure-footer-brand,
.maqure-footer-brand img,
.maqure-footer-brand span {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
	animation: none !important;
	visibility: visible !important;
}

.maqure-footer-brand .block-revealer__element {
	display: none !important;
}

.maqure-header-link::after {
	position: absolute;
	right: 100%;
	bottom: -5px;
	left: 0;
	height: 1px;
	background: #c8a45d;
	content: "";
	transition: right 400ms cubic-bezier(.22, 1, .36, 1);
}

.maqure-header-link:hover::after {
	right: 0;
}

.herbero-nav-main-link::after {
	position: absolute;
	right: 100%;
	bottom: 0px;
	left: 0;
	height: 1px;
	background: #837567;
	content: "";
	transition: right 400ms cubic-bezier(.22, 1, .36, 1);
}

.herbero-nav-main-link:hover::after {
	right: 0;
}

.woocommerce-additional-fields {
	display: none;
}

/* Updated Herbero Brand Logo Styles */
.herbero-nav-logo {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.herbero-nav-logo img {
	height: 35px !important;
	width: auto !important;
	max-width: 180px !important;
	object-fit: contain !important;
	display: block !important;
	transition: height 300ms var(--hh-ease) !important;
}


.herbero-hero-logo {
	width: min(650px, 80vw) !important;
	max-width: 100% !important;
	height: auto !important;
	display: block !important;
	margin: 0 auto 20px !important;
	object-fit: contain !important;
	animation: herbero-reveal-in 1.4s 80ms var(--hh-ease) both !important;
}

.herbero-footer-brand {
	display: block !important;
	margin-bottom: 12px !important;
	text-decoration: none !important;
}

.herbero-footer-logo {
	width: 180px !important;
	max-width: 100% !important;
	height: auto !important;
	display: block !important;
	margin: 0 0 12px !important;
	object-fit: contain !important;
}