/*!
Theme Name: Themes X Relieval
Theme URI: http://xhino.com/
Author: Xhino Tafa
Author URI: http://xhino.com/
Description: Relieval — architecture and sculpture theme with Catalog CPT, SEO, and Customizer brand colors.
Version: 1.4.0
Requires PHP: 8.0
Tested up to: 6.8
Requires at least: 6.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theme_x
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

theme_x is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


@font-face {
	font-family: 'Flex';
	src: url('assets/font/flex.woff2') format('woff2-variations'),
		url('assets/font/flex.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-family: 'Flex', system-ui, -apple-system, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	--font-serif: 'Cormorant Garamond', 'Times New Roman', Times, serif;
	--font-weight-100: 100;
	--font-weight-200: 200;
	--font-weight-300: 300;
	--font-weight-400: 400;
	--font-weight-500: 500;
	--font-weight-600: 600;
	--font-weight-700: 700;
	--font-weight-800: 800;
	--font-weight-900: 900;

	/* Relieval — stone, sand, muted gold (legacy --pink-* aliases kept for utilities) */
	--pink-50: #f7f3ec;
	--pink-100: #ede6d9;
	--pink-200: #dccfbb;
	--pink-300: #c4a882;
	--pink-400: #c4a574;
	--pink-500: #b08d57;

	--bg-dark: #1a1612;
	--bg-white: #f7f3ec;
	--bg-black: #120f0c;
	--bg-grey: #e8e0d4;
	--bg-primary: var(--pink-500);
	--bg-secondary: var(--pink-400);
	--bg-light: var(--pink-100);
	--button-primary: #c4a574;
	--button-secondary: #8c6e3f;
	--text-primary: #1a1612;
	--text-secondary: #6f6458;
	--text-white: #f7f3ec;
	--text-black: #1a1612;
	--text-grey: #9a8d7c;
	--border: #d9cfc0;
	--gold: #c4a574;
}


* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


body {
	background-color: #f3eee4;
	color: var(--text-primary);
	font-family: var(--font-family);
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	cursor: default;
	line-height: 1.5;
}


::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #ede6d9;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #c4a574;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #8c6e3f;
}


body {
	scrollbar-width: thin;
	scrollbar-color: #c4a574 #ede6d9;
}


h1, h2, h3 {
	font-family: var(--font-serif);
	font-weight: 500;
	letter-spacing: -0.02em;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: none;
}

li > ul,
li > ol {
	margin: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

p {
	font-size: 16px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted var(--border);
	cursor: help;
}

mark,
ins {
	background: #00000000;
	text-decoration: none;
	padding: 0px 10px;
}

big {
	font-size: 125%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}


embed,
iframe,
object {
	max-width: 100%;
}

figure {
	margin: 0px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}


fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

form {
	outline: 0;
}


input,
select,
optgroup,
textarea,
button {
	color: #000000;
	font-family: var(--font-family);
	font-size: 16px;
	line-height: 1.4;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
	touch-action: manipulation;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	box-sizing: border-box;
}




.button:hover {
	background-color: #252525;
	color: #ffffff;
}

.button-no-bg {
	background-color: #ffffff00;
}

/* Lucide inline SVG wrappers (inc/svg-icons.php). */
.theme-x-icon {
	display: inline-flex;
	line-height: 0;
	align-items: center;
	justify-content: center;
}

.theme-x-icon svg {
	display: block;
	flex-shrink: 0;
}

.mobile_header .theme-x-icon--mobile-header {
	color: #ffffff;
}

/* Mobile menu toggle: hamburger when closed, X when open (body.body-menu-open from main.js). */
#menu-toggle .menu-toggle__icon--close {
	display: none;
}

#menu-toggle .menu-toggle__icon--menu {
	display: inline-flex;
}

body.body-menu-open #menu-toggle .menu-toggle__icon--menu {
	display: none;
}

body.body-menu-open #menu-toggle .menu-toggle__icon--close {
	display: inline-flex;
}

#menu-toggle[aria-expanded="true"] {
	background-color: var(--gold) !important;
}

/* Homepage FAQ (<details> / <summary>) */
.section-faq .faq-summary {
	list-style: none;
}

.section-faq .faq-summary::-webkit-details-marker {
	display: none;
}

.section-faq .faq-summary-chevron {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease;
}

.section-faq details.faq-item[open] .faq-summary-chevron {
	transform: rotate(180deg);
}

:focus-visible {
	outline: none;
}


a {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal !important;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

/* Scroll-to-top: fixed corner; hidden until user scrolls (see main.js). */
.scroll-Top {
	bottom: 50px;
	right: 50px;
	width: 50px;
	height: 50px;
	z-index: 9990;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--button-primary);
	color: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.scroll-Top--mobile {
	right: 16px;
	bottom: 16px;
	width: 40px;
	height: 40px;
}

.scroll-Top .icon-wrap svg {
	display: block;
}

.scroll-top-hidden {
	display: none !important;
}

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

.footer a:hover,
.footer a:focus-visible {
	color: var(--bg-primary);
}

.footer-social__link {
	border: 2px solid rgba(255, 255, 255, 0.85);
	transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.footer a.footer-social__link {
	color: var(--text-white);
}

.footer a.footer-social__link:hover,
.footer a.footer-social__link:focus-visible {
	background: var(--bg-primary);
	border-color: var(--bg-primary);
	color: var(--text-white);
	transform: scale(1.06);
}

.footer__wave {
	line-height: 0;
	pointer-events: none;
}

.footer__wave-svg {
	height: 48px;
}

.screen-reader-text:focus {
	clip: auto !important;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip-path: none;
	color: #2b2d2f;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}



/* --------------------------------------------------------------------------
   2. Layout — page containers
   -------------------------------------------------------------------------- */
.container { width: 1200px !important; margin: 0 auto !important; }
.max-container { margin: 0 auto !important; max-width: 1280px !important; }
.mobile-container { max-width: 414px !important; margin: 0 auto !important; }
.center-box-500 { max-width: 500px !important; }

/* --------------------------------------------------------------------------
   3. Display & visibility
   -------------------------------------------------------------------------- */
.clear { clear: both !important; }
.box-border { box-sizing: border-box !important; }
.block { display: block !important; }
.inline-block { display: inline-block !important; }
.hidden { display: none !important; }

/* --------------------------------------------------------------------------
   4. Floats (legacy)
   -------------------------------------------------------------------------- */
.float-left { float: left !important; }
.float-right { float: right !important; }
.left { float: left !important; }
.right { float: right !important; }
.clearfix::after { content: "" !important; display: table !important; clear: both !important; }

/* --------------------------------------------------------------------------
   5. Backgrounds
   -------------------------------------------------------------------------- */
.bg-white {background: var(--bg-white) !important;}
.bg-black { background: var(--bg-black) !important; }
.bg-grey { background: var(--bg-grey) !important; }
.bg-dark { background-color: var(--bg-dark) !important; }
.bg-primary { background-color: var(--bg-primary) !important; }
.bg-secondary { background: var(--bg-secondary) !important; }
.bg-light { background: var(--bg-light) !important; }
.bg-pink-50 { background-color: var(--pink-50) !important; }
.bg-pink-100 { background-color: var(--pink-100) !important; }
.bg-pink-200 { background-color: var(--pink-200) !important; }
.bg-pink-300 { background-color: var(--pink-300) !important; }
.bg-pink-400 { background-color: var(--pink-400) !important; }
.bg-pink-500 { background-color: var(--pink-500) !important; }
.bg-transparent { background: #ffffff66 !important; }
.bg-black-overlay { background: rgba(0, 0, 0, 0.4) !important; }
.bg-none { background: transparent !important; }
.white-svg:hover { filter: brightness(0) invert(1) !important; }

/* --------------------------------------------------------------------------
   6. Text color
   -------------------------------------------------------------------------- */
.text-white { color: var(--text-white) !important; }
.text-black { color: var(--text-black) !important; }
.text-grey { color: var(--text-grey) !important; }
.text-primary { color: var(--text-primary) !important; }
.text-secondary { color: var(--text-secondary) !important; }
.text-white-muted { color: rgba(255, 255, 255, 0.75) !important; }
.text-pink-50 { color: var(--pink-50) !important; }
.text-pink-100 { color: var(--pink-100) !important; }
.text-pink-200 { color: var(--pink-200) !important; }
.text-pink-300 { color: var(--pink-300) !important; }
.text-pink-400 { color: var(--pink-400) !important; }
.text-pink-500 { color: var(--pink-500) !important; }

/* --------------------------------------------------------------------------
   7. Button presets
   -------------------------------------------------------------------------- */
.button-primary { background: var(--button-primary) !important; color: var(--text-white) !important; padding: 15px 25px !important; }
.button-primary:hover,
.button-primary:focus-visible { background: var(--bg-black) !important; }
.button-outline-white { color: var(--text-white) !important; padding: 15px 25px !important; border: 2px solid white !important; }
.button-outline-black { color: var(--text-black) !important; padding: 15px 25px !important; border: 2px solid black !important; }

/* --------------------------------------------------------------------------
   8. Border width & sides
   -------------------------------------------------------------------------- */
.border-none { border: none !important; }
.border-1 { border: 1px solid var(--border) !important; }
.border-2 { border: 2px solid var(--border) !important; }
.border-2-white { border: 2px solid var(--text-white) !important; }
.border-2-dark { border: 2px solid var(--button-primary) !important; }
.border-t { border-top: 1px solid var(--border) !important; }
.border-b { border-bottom: 1px solid var(--border) !important; }
.border-l { border-left: 1px solid var(--border) !important; }
.border-r { border-right: 1px solid var(--border) !important; }

/* --------------------------------------------------------------------------
   9. Border radius
   -------------------------------------------------------------------------- */
.border-radius-4 { border-radius: 4px !important; }
.border-radius-5 { border-radius: 5px !important; }
.border-radius-6 { border-radius: 6px !important; }
.border-radius-7 { border-radius: 7px !important; }
.border-radius-8 { border-radius: 8px !important; }
.border-radius-9 { border-radius: 9px !important; }
.border-radius-10 { border-radius: 10px !important; }
.border-radius-100 { border-radius: 100px !important; }

/* --------------------------------------------------------------------------
   10. Sizing — width, max-width, min-width, height
   -------------------------------------------------------------------------- */
.width-full { width: 100% !important; }
.width-100 { width: 100% !important; }
.width-50 { width: 50% !important; }
.width-280 { width: 280px !important; }
.width-300 { width: 300px !important; }
.max-w-600 { max-width: 600px !important; margin-left: auto !important; margin-right: auto !important; }
.min-w-600 { max-width: 600px !important; margin-left: auto !important; margin-right: auto !important; }
.max-w-500 { max-width: 500px !important; margin-left: auto !important; margin-right: auto !important; }
.min-w-500 { max-width: 500px !important; margin-left: auto !important; margin-right: auto !important; }
.max-w-400 { max-width: 400px !important; }
.min-w-100 { min-width: 100px !important; }
.min-w-48 { min-width: 48px !important; }
.min-w-56 { min-width: 56px !important; }
.min-w-36 { min-width: 36px !important; }
.min-w-40 { min-width: 40px !important; }
.min-w-44 { min-width: 44px !important; }
.min-h-36 { min-height: 36px !important; }
.min-h-44 { min-height: 44px !important; }
.min-h-48 { min-height: 48px !important; }
.min-h-56 { min-height: 56px !important; }
.height-full { height: 100vh !important; }
.height-100 { height: 100% !important; }
.height-50 { height: 50% !important; }
.h-40 { height: 40px !important; }
.h-48 { height: 48px !important; }
.h-56 { height: 56px !important; }
.w-56 { width: 56px !important; }
.width-height-50 { width: 50px !important; height: 50px !important; }
.aspect-square { aspect-ratio: 1 / 1 !important; }
.width-74 { width: 74px !important; }
/* --------------------------------------------------------------------------
   11. Padding
   -------------------------------------------------------------------------- */
.p-0 { padding: 0px !important; }
.p-5 { padding: 5px !important; }
.p-10 { padding: 10px !important; }
.p-12 { padding: 12px !important; }
.p-15 { padding: 15px !important; }
.p-20 { padding: 20px !important; }
.p-30 { padding: 30px !important; }
.pt-5 { padding-top: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-50 { padding-top: 50px !important; }
.pb-5 { padding-bottom: 5px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pl-5 { padding-left: 5px !important; }
.pl-10 { padding-left: 10px !important; }
.pl-12 { padding-left: 12px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-40 { padding-left: 40px !important; }
.pr-5 { padding-right: 5px !important; }
.pr-10 { padding-right: 10px !important; }
.pr-12 { padding-right: 12px !important; }
.pr-20 { padding-right: 20px !important; }
.pr-48 { padding-right: 48px !important; }
.px-12 { padding-left: 12px !important; padding-right: 12px !important; }
.px-14 { padding-left: 14px !important; padding-right: 14px !important; }
.px-20 { padding-left: 20px !important; padding-right: 20px !important; }
.py-10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.py-12 { padding-top: 12px !important; padding-bottom: 12px !important; }
.py-14 { padding-top: 14px !important; padding-bottom: 14px !important; }
.py-20 { padding-top: 20px !important; padding-bottom: 20px !important; }

/* --------------------------------------------------------------------------
   12. Margin
   -------------------------------------------------------------------------- */
.m-0 { margin: 0px !important; }
.m-5 { margin: 5px !important; }
.m-10 { margin: 10px !important; }
.m-15 { margin: 15px !important; }
.m-20 { margin: 20px !important; }
.m-30 { margin: 30px !important; }
.m-40 { margin: 40px !important; }
.m-50 { margin: 50px !important; }
.mt-1 { margin-top: 1px !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mb-1 { margin-bottom: 1px !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.ml-5 { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-20 { margin-left: 20px !important; }
.mr-5 { margin-right: 5px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-20 { margin-right: 20px !important; }
.mx-10 { margin-left: 10px !important; margin-right: 10px !important; }
.mx-20 { margin-left: 20px !important; margin-right: 20px !important; }
.my-10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.my-20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }

/* --------------------------------------------------------------------------
   13. Typography — alignment, transform, size, weight, line-height
   -------------------------------------------------------------------------- */
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-10 { font-size: 10px !important; }
.text-12 { font-size: 12px !important; }
.text-14 { font-size: 14px !important; }
.text-16 { font-size: 16px !important; }
.text-18 { font-size: 18px !important; }
.text-20 { font-size: 20px !important; }
.text-22 { font-size: 22px !important; }
.text-24 { font-size: 24px !important; }
.text-26 { font-size: 26px !important; }
.text-28 { font-size: 28px !important; }
.text-30 { font-size: 30px !important; }
.text-32 { font-size: 32px !important; }
.text-34 { font-size: 34px !important; }
.text-36 { font-size: 36px !important; }
.text-38 { font-size: 38px !important; }

.weight-100 { font-weight: var(--font-weight-100) !important; }
.weight-200 { font-weight: var(--font-weight-200) !important; }
.weight-300 { font-weight: var(--font-weight-300) !important; }
.weight-400 { font-weight: var(--font-weight-400) !important; }
.weight-500 { font-weight: var(--font-weight-500) !important; }
.weight-600 { font-weight: var(--font-weight-600) !important; }
.weight-700 { font-weight: var(--font-weight-700) !important; }
.weight-800 { font-weight: var(--font-weight-800) !important; }
.weight-900 { font-weight: var(--font-weight-900) !important; }
.font-serif { font-family: var(--font-serif) !important; }
.leading-none { line-height: 1 !important; }
.leading-tight { line-height: 1.15 !important; }
.leading-snug { line-height: 1.35 !important; }
.space-nowrap { white-space: nowrap !important; }

/* --------------------------------------------------------------------------
   14. Flexbox
   -------------------------------------------------------------------------- */
.flex { display: flex !important; }
.flex-1 { flex: 1 1 0% !important; }
.min-w-0 { min-width: 0 !important; }
.flex-shrink-0 { flex-shrink: 0 !important; }
.flex-row { flex-direction: row !important; }
.flex-col { flex-direction: column !important; }
.flex-wrap { flex-wrap: wrap !important; }
.justify-start { justify-content: flex-start !important; }
.justify-items-center { justify-items: center !important; }
.justify-center { justify-content: center !important; }
.justify-end { justify-content: flex-end !important; }
.justify-between { justify-content: space-between !important; }
.items-start { align-items: flex-start !important; }
.items-center { align-items: center !important; }
.items-end { align-items: flex-end !important; }
.items-stretch { align-items: stretch !important; }
.items-baseline { align-items: baseline !important; }
.self-start { align-self: flex-start !important; }
.align-space-between { align-content: space-between !important; }

/* --------------------------------------------------------------------------
   15. Grid
   -------------------------------------------------------------------------- */
.grid { display: grid !important; }
.grid-cols-1 { grid-template-columns: repeat(1, 1fr) !important; }
.grid-cols-2 { grid-template-columns: repeat(2, 1fr) !important; }
.grid-cols-3 { grid-template-columns: repeat(3, 1fr) !important; }
.grid-cols-4 { grid-template-columns: repeat(4, 1fr) !important; }
.grid-cols-5 { grid-template-columns: repeat(5, 1fr) !important; }
.grid-cols-6 { grid-template-columns: repeat(6, 1fr) !important; }
.grid-cols-7 { grid-template-columns: repeat(7, 1fr) !important; }
.gap-1 { gap: 1px !important; }
.gap-5 { gap: 5px !important; }
.gap-8 { gap: 8px !important; }
.gap-10 { gap: 10px !important; }
.gap-15 { gap: 15px !important; }
.gap-20 { gap: 20px !important; }
.gap-24 { gap: 24px !important; }
.gap-30 { gap: 30px !important; }
.gap-40 { gap: 40px !important; }
.gap-y-5 { row-gap: 5px !important; }
.gap-y-10 { row-gap: 10px !important; }
.gap-y-15 { row-gap: 15px !important; }
.gap-y-20 { row-gap: 20px !important; }
.gap-y-30 { row-gap: 30px !important; }

/* --------------------------------------------------------------------------
   16. Positioning & transforms
   -------------------------------------------------------------------------- */
.relative { position: relative !important; }
.absolute { position: absolute !important; }
.fixed { position: fixed !important; }
.sticky { position: sticky !important; }
.top-0 { top: 0 !important; }
.top-24 { top: 24px !important; }
.top-80 { top: 80px !important; }
.bottom-0 { bottom: 0 !important; }
.left-0 { left: 0 !important; }
.left-12 { left: 12px !important; }
.right-0 { right: 0 !important; }
.top-50 { top: 50% !important; }
.bottom-50 { bottom: 50% !important; }
.left-50 { left: 50% !important; }
.right-50 { right: 50% !important; }
.transform-center { transform: translate(-50%, -50%) !important; }
.transform-0 { transform: translate(0, 0) !important; }
.translate-x-50 { transform: translateX(-50%) !important; }
.translate-y-50 { transform: translateY(-50%) !important; }

/* --------------------------------------------------------------------------
   17. Overflow & transitions
   -------------------------------------------------------------------------- */
.overflow-auto { overflow: auto !important; }
.overflow-hidden { overflow: hidden !important; }
.overflow-x-scroll { overflow-x: scroll !important; }
.overflow-y-scroll { overflow-y: scroll !important; }
.transition-all { transition: all 0.3s ease !important; }
.transition-colors { transition: background-color 0.3s ease, color 0.3s ease !important; }
.transition-opacity { transition: opacity 0.3s ease !important; }

/* --------------------------------------------------------------------------
   18. Cursor
   -------------------------------------------------------------------------- */
.cursor-pointer { cursor: pointer !important; }
.cursor-default { cursor: default !important; }
.cursor-not-allowed { cursor: not-allowed !important; }

/* --------------------------------------------------------------------------
   19. Z-index
   -------------------------------------------------------------------------- */
.z-10 { z-index: 10 !important; }
.z-20 { z-index: 20 !important; }
.z-30 { z-index: 30 !important; }
.z-100 { z-index: 100 !important; }
.z-1000 { z-index: 1000 !important; }
.z-999 { z-index: 999 !important; }
.z-9999 { z-index: 9999 !important; }
.z-99999 { z-index: 99999 !important; }

/* --------------------------------------------------------------------------
   20. Scrollbar (hide)
   -------------------------------------------------------------------------- */
.hide-scrollbar { scrollbar-width: none !important; -ms-overflow-style: none !important; }
.hide-scrollbar::-webkit-scrollbar { display: none !important; }

/* --------------------------------------------------------------------------
   21. Images & objects
   -------------------------------------------------------------------------- */
.img-cover {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover !important;
}
.cart-badge-24 {
   width: 24px !important;
   height: 24px !important;
}

/* --------------------------------------------------------------------------
   22. Line clamp
   -------------------------------------------------------------------------- */
.line-clamp-1 { display: -webkit-box !important; -webkit-line-clamp: 1 !important; line-clamp: 1 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; }
.line-clamp-2 { display: -webkit-box !important; -webkit-line-clamp: 2 !important; line-clamp: 2 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; line-height: 1.4 !important; }
.line-clamp-3 { display: -webkit-box !important; -webkit-line-clamp: 3 !important; line-clamp: 3 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; line-height: 1.4 !important; }
.line-clamp-4 { display: -webkit-box !important; -webkit-line-clamp: 4 !important; line-clamp: 4 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; line-height: 1.4 !important; }
.line-clamp-5 { display: -webkit-box !important; -webkit-line-clamp: 5 !important; line-clamp: 5 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; line-height: 1.4 !important; }

/* --------------------------------------------------------------------------
   23. Theme layout
   -------------------------------------------------------------------------- */
.flex-basis-260 { flex: 0 0 260px !important; width: 260px !important; min-width: 260px !important; }
.flex-basis-320 { flex: 0 0 320px !important; width: 320px !important; }
.flex-basis-760 { flex: 0 0 760px !important; width: 760px !important; }
.flex-basis-1000 { flex: 0 0 1000px !important; width: 1000px !important; flex-shrink: 0 !important; }
.hero-min-h { height: 410px !important; max-height: 410px !important; min-height: 410px !important; }
.h-post-desktop { height: 420px !important; }
.h-post-mobile { height: 222px !important; }

.wpnm-button-inner-left {position: relative;display: inline-block;}
.wpnm-button-inner-left:before,.wpnm-button-inner-left:after {box-sizing: border-box;margin: 0;padding: 0;transition: .2s ease-in-out;outline: none;}
.wpnm-button .wpnm-button-inner-left:before {content: '';display: block;position: absolute;z-index: 0;height: 22px;width: 22px;border-radius: 100%;top: 4px;bottom: 0px;right: 24px;background: #FFB200;transform: rotate(-45deg);box-shadow: 0 0 .625em #fff;}
.wpnm-button .wpnm-button-inner-left:after {content: '';display: inline-block;width: 50px;height: 30px;border-radius: 100px;background: rgba(255,255,255,0.15);vertical-align: middle;border: 2px solid var(--border);}
.wpnm-button {border: none;background: none;padding: 0;}
.dark-mode-active .wpnm-button-inner-left:before {right: 10px;box-shadow: 4px 4px 0 0 #eee;background: transparent;}
.dark-mode-active .wpnm-button-inner-left:after {background: #000;border: 2px solid var(--bg-white);}
.dark-mode { background: #505050; }
.dark-mode .bg-white {background: var(--bg-dark) !important;color: #ececec;}
.dark-mode .bg-grey { background: #3e3e3e; color: #ececec; }
.dark-mode .bg-dark-mode { background: #505050; color: white; border: 1px solid var(--border); }
.dark-mode a,
.dark-mode .text-black {color: white;}
.dark-mode .svg-icon { filter: brightness(0) saturate(100%) invert(1); }

/* Breadcrumb separator (SVG chevron between links) */
.theme-x-breadcrumbs .breadcrumb-sep-inner svg {
	display: block;
	opacity: 0.55;
}
.theme-x-breadcrumbs .breadcrumb-sep-text {
	opacity: 0.55;
	font-size: 0.85em;
}

/* Desktop header hover dropdowns (desktop header template only). */
.header,
.header_container,
.header_wrapper,
.header_center,
.desktop-navigation {
	overflow: visible;
}
.header {
	transition: background-color 0.25s ease, backdrop-filter 0.25s ease, box-shadow 0.25s ease;
}
.header--home {
	background: transparent;
}
.header--home.is-scrolled,
.header--inner {
	background: rgba(26, 22, 18, 0.78);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
	box-shadow: 0 1px 0 rgba(247, 243, 236, 0.08);
}

.mobile_header--home {
	background: transparent;
}

.mobile_header--home.is-scrolled {
	background: rgba(26, 22, 18, 0.78);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
	box-shadow: 0 1px 0 rgba(247, 243, 236, 0.08);
}



.header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border: 1px solid rgba(247, 243, 236, 0.55);
	border-radius: 100px;
	color: var(--text-white) !important;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.header-cta:hover,
.header-cta:focus-visible {
	background: var(--gold);
	border-color: var(--gold);
	color: var(--bg-dark) !important;
}
.desktop_menu_css {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: visible;
	gap: 28px;
}
.desktop_menu_css > .menu-item > a {
	color: rgba(247, 243, 236, 0.88) !important;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	padding: 8px 0;
	background: none;
}
.desktop_menu_css .menu-item {
	list-style: none;
	overflow: visible;
	position: relative;
}
.desktop_menu_css > .menu-item:hover > a,
.desktop_menu_css > .menu-item:focus-within > a {
	background: transparent;
	color: var(--gold) !important;
}
.desktop_menu_css > .menu-item:not(:last-child) {
	border-right: none;
}
.desktop_menu_css .sub-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	top: 100%;
	left: 0;
	right: auto;
	min-width: 240px;
	z-index: 1000;
	background: #f7f3ec;
	border: 1px solid var(--border);
	box-shadow: 0 18px 40px rgba(18, 15, 12, 0.16);
}
.desktop_menu_css .sub-menu::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	height: 12px;
}
.desktop_menu_css .menu-item:hover > .sub-menu,
.desktop_menu_css .menu-item:focus-within > .sub-menu {
	display: block !important;
}
.desktop_menu_css .sub-menu .sub-menu {
	top: 0;
	left: 100%;
	right: auto;
}
.desktop_menu_css .sub-menu .sub-menu::before {
	top: 0;
	bottom: 0;
	left: auto;
	right: 100%;
	width: 12px;
	height: auto;
}
.desktop_menu_css .sub-menu > .menu-item:not(:last-child) {
	border-bottom: 1px solid var(--border);
}
.desktop_menu_css .sub-menu a {
	display: block;
	padding: 10px 16px;
	color: var(--text-primary) !important;
	font-size: 13px;
	letter-spacing: 0.04em;
}
.desktop_menu_css .sub-menu a:hover,
.desktop_menu_css .sub-menu a:focus-visible {
	background: var(--bg-grey);
	color: var(--bg-primary) !important;
}

/* Mobile menu panel + overlay (used with .menu-is-open from main.js) */
body.home .mobile-menu-float {
    top: 74px;
}

.mobile-menu,
.mobile-menu .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-menu li {
    border-bottom: 1px solid #dbdbdb;
}
.mobile-menu-float {
	position: fixed;
	left: 0;
	width: 280px;
	max-width: 100%;
	height: 100vh;
	z-index: 9999;
	overflow: hidden;
	transform: translateX(-100%);
	transition: transform 0.3s ease;
}
.mobile-menu-float.has-submenu-open .mobile-scroll {
	overflow: hidden !important;
}
.mobile-menu .sub-menu {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	z-index: 2;
}
.mobile-menu .sub-menu .sub-menu {
	z-index: 3;
}
.mobile-menu .sub-menu .sub-menu .sub-menu {
	z-index: 4;
}
.mobile-menu .is-submenu-open > .sub-menu {
	transform: translateX(0);
}

.menu-is-open {
	transform: translateX(0);
}

.overly-is-open {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	z-index: 9998;
	background-color: rgba(0, 0, 0, 0.32);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	transition: opacity 0.3s ease;
}

.menu-is-open {
	opacity: 1;
	pointer-events: auto;
}

html:has(body.body-menu-open) {
	overflow: hidden;
}

body.body-menu-open {
	overflow: visible;
}



.price-box .features li {
    padding: 10px;
    border-bottom: 1px solid #dbe2f9;
}
.price-block:hover .price-button {
    background-color: #d5f218 !important;
}

.section-hero {
    background-image: none;
    background-color: transparent;
}

.section-prices--mobile {
	--price-snap-card: min(100vw, 360px);
}

.section-prices--mobile > .container {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}

.section-prices--mobile .price-wrapper-scroll {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	overscroll-behavior-x: contain;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: calc(50vw - var(--price-snap-card) * 0.5);
	padding-right: calc(50vw - var(--price-snap-card) * 0.5);
	padding-bottom: 12px;
}

.section-prices--mobile .price-wrapper-scroll:focus-visible {
	outline: 2px solid var(--text-primary);
	outline-offset: 2px;
}

.section-prices--mobile .price-wrapper {
	display: flex !important;
	flex-wrap: nowrap !important;
	width: max-content !important;
	grid-template-columns: unset !important;
	gap: 16px !important;
}

.section-prices--mobile .price-block {
	flex: 0 0 var(--price-snap-card);
	width: var(--price-snap-card);
	max-width: var(--price-snap-card);
	scroll-snap-align: center;
	scroll-snap-stop: always;
}

.price-block:hover  {
    /* border-style: solid; */
    box-shadow: 0 5px 0 0 #e1f561;
    border-radius: 10px;
    transition: all 200ms ease-in-out !important;
    --ui-anim-delay: 100ms;
    display: flex;
    flex-direction: column;
    --ui-bl-gap: 16px 16px;
    --ui-bl-padding: 32px 32px 40px 32px;
}