:root {
	--almaraz-ivory: #f8f4ee;
	--almaraz-sand: #e9dcc9;
	--almaraz-taupe: #cdb8a0;
	--almaraz-gold: #b99663;
	--almaraz-gold-soft: #d8be92;
	--almaraz-ink: #1f1c1a;
	--almaraz-brown: #43372d;
	--almaraz-muted: #6f6257;
	--almaraz-white: #fffdf9;
	--almaraz-radius: 1.65rem;
	--almaraz-shadow: 0 22px 65px rgba(36, 28, 22, 0.08);
	--almaraz-shadow-soft: 0 12px 34px rgba(36, 28, 22, 0.06);
	--almaraz-shadow-deep: 0 28px 70px rgba(17, 12, 8, 0.18);
	--almaraz-font-heading: "Cormorant Garamond", Georgia, serif;
	--almaraz-font-body: "Manrope", "Helvetica Neue", Arial, sans-serif;
	--almaraz-header-height: 166px;
	--almaraz-header-height-mobile: 102px;
	--almaraz-section-gap: 2rem;
}

html {
	scroll-behavior: smooth;
}

body {
	background:
		radial-gradient(circle at top left, rgba(233, 220, 201, 0.65), transparent 32%),
		linear-gradient(180deg, #fbf8f4 0%, #f6efe6 100%);
	color: var(--almaraz-ink);
	font-family: var(--almaraz-font-body);
}

h1,
h2,
h3,
h4 {
	font-family: var(--almaraz-font-heading);
	letter-spacing: -0.02em;
	color: var(--almaraz-ink);
}

.almaraz-site-shell {
	width: min(1240px, calc(100% - 2rem));
	margin: 0 auto;
	padding: 2rem 0 5rem;
}

.almaraz-section,
.almaraz-page-hero,
.almaraz-split-section,
.almaraz-newsletter,
.almaraz-value-strip,
.almaraz-brand-showcase {
	margin-bottom: var(--almaraz-section-gap);
}

.almaraz-section,
.almaraz-page-hero,
.almaraz-newsletter {
	padding: clamp(1.4rem, 2.4vw, 2.4rem);
	background: rgba(255, 253, 249, 0.82);
	border: 1px solid rgba(205, 184, 160, 0.5);
	border-radius: calc(var(--almaraz-radius) + 0.2rem);
	box-shadow: var(--almaraz-shadow);
	backdrop-filter: blur(12px);
}

.almaraz-section-muted {
	background: linear-gradient(180deg, rgba(245, 237, 227, 0.88), rgba(255, 252, 247, 0.92));
}

.almaraz-eyebrow {
	display: inline-block;
	margin: 0 0 0.9rem;
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: var(--almaraz-gold);
}

.almaraz-section-heading {
	max-width: 760px;
	margin-bottom: 1.5rem;
}

.almaraz-section-heading h2,
.almaraz-page-hero h1 {
	margin: 0 0 0.8rem;
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 0.98;
	max-width: 12ch;
}

.almaraz-section-text,
.almaraz-page-hero p,
.almaraz-hero-text {
	font-size: 1rem;
	line-height: 1.8;
	color: var(--almaraz-muted);
}

.almaraz-section-text {
	max-width: 560px;
	font-size: 0.98rem;
}

.almaraz-button,
.almaraz-text-link {
	transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.almaraz-button:hover,
.almaraz-button:focus,
.almaraz-text-link:hover,
.almaraz-text-link:focus {
	transform: translateY(-2px);
}

.almaraz-text-link {
	display: inline-flex;
	gap: 0.45rem;
	align-items: center;
	color: var(--almaraz-brown);
	font-weight: 600;
	text-decoration: none;
}

/* =========================
   SAFE GLOBAL HEADER RESET
========================= */

.site-header,
.site-header-row-container,
.site-header-row-container-inner,
.site-header-wrap,
#masthead {
	background: rgba(255, 253, 249, 0.96) !important;
	border: 0 !important;
	box-shadow: none !important;
}

.site-header,
#masthead {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	z-index: 100 !important;
	border-bottom: 1px solid rgba(205, 184, 160, 0.25) !important;
	backdrop-filter: blur(10px);
}

.site-header-row-container-inner {
	min-height: var(--almaraz-header-height) !important;
	padding-left: 10px !important;
	padding-right: 24px !important;
	align-items: center !important;
}

.site-branding,
.site-branding *,
.site-header .navigation,
.site-header .navigation *,
.site-header .main-navigation,
.site-header .main-navigation *,
.site-header .menu,
.site-header .menu *,
.site-header .header-navigation,
.site-header .header-navigation *,
.site-header .site-header-item,
.site-header .site-header-item * {
	opacity: 1 !important;
	visibility: visible !important;
}

.site-branding {
	display: flex !important;
	align-items: center !important;
	margin-left: -8px !important;
	padding-top: 8px !important;
}

.site-branding .site-title,
.site-branding .site-title a,
.site-branding .custom-logo-link + .site-title,
.site-branding .custom-logo-link + .site-title a {
	font-family: var(--almaraz-font-heading);
	font-size: clamp(1.8rem, 2.2vw, 2rem);
	line-height: 1;
	letter-spacing: -0.02em;
	color: var(--almaraz-ink) !important;
	display: inline-block !important;
	text-decoration: none;
}

.site-header .custom-logo-link {
	display: inline-flex !important;
	align-items: center !important;
	margin-top: 8px !important;
	margin-left: -6px !important;
}

.site-header .custom-logo,
.site-header .custom-logo-link img {
	max-height: 163px !important;
	width: auto !important;
	height: auto !important;
}

.site-header .navigation .menu > li > a,
.site-header .main-navigation .menu > li > a,
.site-header .menu li a,
.site-header .header-navigation a,
.site-header .header-menu-container a,
.site-header .header-menu-wrap a,
.site-header .site-header-item a {
	font-family: var(--almaraz-font-body);
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--almaraz-ink) !important;
	display: inline-block !important;
	text-decoration: none;
}

.site-header .navigation .menu > li > a::after,
.site-header .main-navigation .menu > li > a::after,
.site-header .menu > li > a::after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	margin-top: 0.42rem;
	background: var(--almaraz-gold);
	transition: width 0.25s ease;
}

.site-header .navigation .menu > li > a:hover::after,
.site-header .main-navigation .menu > li > a:hover::after,
.site-header .menu > li.current-menu-item > a::after,
.site-header .menu > li.current_page_item > a::after {
	width: 100%;
}

.site-header .navigation .menu > li > a:hover,
.site-header .main-navigation .menu > li > a:hover,
.site-header .menu li a:hover,
.site-header .navigation .menu > li.current-menu-item > a,
.site-header .main-navigation .menu > li.current-menu-item > a,
.site-header .menu li.current-menu-item > a,
.site-header .menu li.current_page_item > a {
	color: var(--almaraz-gold) !important;
}

.site-header .drawer-toggle,
.site-header .menu-toggle {
	color: var(--almaraz-ink) !important;
}

/* =========================
   HOMEPAGE OVERLAY HEADER
========================= */

body.home .site-header,
body.home #masthead,
body.home .site-header-row-container,
body.home .site-header-row-container-inner,
body.home .site-header-wrap {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.home .site-header,
body.home #masthead {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	z-index: 1000 !important;
	border-bottom: 0 !important;
	backdrop-filter: none !important;
}

body.admin-bar.home .site-header,
body.admin-bar.home #masthead {
	top: 32px !important;
}

body.home .site-header-row-container-inner {
	min-height: var(--almaraz-header-height) !important;
	padding-left: 10px !important;
	padding-right: 24px !important;
	background: linear-gradient(180deg, rgba(12, 10, 9, 0.42) 0%, rgba(12, 10, 9, 0.16) 62%, rgba(12, 10, 9, 0) 100%) !important;
}

body.home .site-branding {
	margin-left: -10px !important;
	padding-top: 10px !important;
}

body.home .site-header .custom-logo-link {
	margin-top: 10px !important;
	margin-left: -8px !important;
}

body.home .site-branding .site-title,
body.home .site-branding .site-title a,
body.home .site-branding .custom-logo-link + .site-title,
body.home .site-branding .custom-logo-link + .site-title a {
	color: #fffaf3 !important;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

body.home .site-header .navigation .menu > li > a,
body.home .site-header .main-navigation .menu > li > a,
body.home .site-header .menu li a,
body.home .site-header .header-navigation a,
body.home .site-header .header-menu-container a,
body.home .site-header .header-menu-wrap a,
body.home .site-header .site-header-item a {
	color: #fffaf3 !important;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.22);
}

body.home .site-header .navigation .menu > li > a::after,
body.home .site-header .main-navigation .menu > li > a::after,
body.home .site-header .menu > li > a::after {
	background: var(--almaraz-gold-soft);
}

body.home .site-header .navigation .menu > li > a:hover,
body.home .site-header .main-navigation .menu > li > a:hover,
body.home .site-header .menu li a:hover,
body.home .site-header .navigation .menu > li.current-menu-item > a,
body.home .site-header .main-navigation .menu > li.current-menu-item > a,
body.home .site-header .menu li.current-menu-item > a,
body.home .site-header .menu li.current_page_item > a {
	color: var(--almaraz-gold-soft) !important;
}

body.home .site-header .drawer-toggle,
body.home .site-header .menu-toggle {
	color: #fffaf3 !important;
}

/* =========================
   OVERLAY HEADER SYSTEM
========================= */

body.post-type-archive-product .site-header,
body.post-type-archive-product #masthead,
body.post-type-archive-product .site-header-row-container,
body.post-type-archive-product .site-header-row-container-inner,
body.post-type-archive-product .site-header-wrap,
body.tax-product_cat .site-header,
body.tax-product_cat #masthead,
body.tax-product_cat .site-header-row-container,
body.tax-product_cat .site-header-row-container-inner,
body.tax-product_cat .site-header-wrap,
body.tax-product_tag .site-header,
body.tax-product_tag #masthead,
body.tax-product_tag .site-header-row-container,
body.tax-product_tag .site-header-row-container-inner,
body.tax-product_tag .site-header-wrap,
body.page-template-template-collections .site-header,
body.page-template-template-collections #masthead,
body.page-template-template-collections .site-header-row-container,
body.page-template-template-collections .site-header-row-container-inner,
body.page-template-template-collections .site-header-wrap,
body.page-template-template-collections-php .site-header,
body.page-template-template-collections-php #masthead,
body.page-template-template-collections-php .site-header-row-container,
body.page-template-template-collections-php .site-header-row-container-inner,
body.page-template-template-collections-php .site-header-wrap,
body.page-id-20 .site-header,
body.page-id-20 #masthead,
body.page-id-20 .site-header-row-container,
body.page-id-20 .site-header-row-container-inner,
body.page-id-20 .site-header-wrap,
body.page-template-template-private-label .site-header,
body.page-template-template-private-label #masthead,
body.page-template-template-private-label .site-header-row-container,
body.page-template-template-private-label .site-header-row-container-inner,
body.page-template-template-private-label .site-header-wrap,
body.page-template-template-private-label-php .site-header,
body.page-template-template-private-label-php #masthead,
body.page-template-template-private-label-php .site-header-row-container,
body.page-template-template-private-label-php .site-header-row-container-inner,
body.page-template-template-private-label-php .site-header-wrap,
body.page-template-template-lookbook .site-header,
body.page-template-template-lookbook #masthead,
body.page-template-template-lookbook .site-header-row-container,
body.page-template-template-lookbook .site-header-row-container-inner,
body.page-template-template-lookbook .site-header-wrap,
body.page-template-template-lookbook-php .site-header,
body.page-template-template-lookbook-php #masthead,
body.page-template-template-lookbook-php .site-header-row-container,
body.page-template-template-lookbook-php .site-header-row-container-inner,
body.page-template-template-lookbook-php .site-header-wrap,
body.page-template-template-about .site-header,
body.page-template-template-about #masthead,
body.page-template-template-about .site-header-row-container,
body.page-template-template-about .site-header-row-container-inner,
body.page-template-template-about .site-header-wrap,
body.page-template-template-about-php .site-header,
body.page-template-template-about-php #masthead,
body.page-template-template-about-php .site-header-row-container,
body.page-template-template-about-php .site-header-row-container-inner,
body.page-template-template-about-php .site-header-wrap,
body.page-template-template-contact .site-header,
body.page-template-template-contact #masthead,
body.page-template-template-contact .site-header-row-container,
body.page-template-template-contact .site-header-row-container-inner,
body.page-template-template-contact .site-header-wrap,
body.page-template-template-contact-php .site-header,
body.page-template-template-contact-php #masthead,
body.page-template-template-contact-php .site-header-row-container,
body.page-template-template-contact-php .site-header-row-container-inner,
body.page-template-template-contact-php .site-header-wrap,
body.page-template-template-faq .site-header,
body.page-template-template-faq #masthead,
body.page-template-template-faq .site-header-row-container,
body.page-template-template-faq .site-header-row-container-inner,
body.page-template-template-faq .site-header-wrap,
body.page-template-template-faq-php .site-header,
body.page-template-template-faq-php #masthead,
body.page-template-template-faq-php .site-header-row-container,
body.page-template-template-faq-php .site-header-row-container-inner,
body.page-template-template-faq-php .site-header-wrap,
body.page-template-template-legal .site-header,
body.page-template-template-legal #masthead,
body.page-template-template-legal .site-header-row-container,
body.page-template-template-legal .site-header-row-container-inner,
body.page-template-template-legal .site-header-wrap,
body.page-template-template-legal-php .site-header,
body.page-template-template-legal-php #masthead,
body.page-template-template-legal-php .site-header-row-container,
body.page-template-template-legal-php .site-header-row-container-inner,
body.page-template-template-legal-php .site-header-wrap,
body.page-template-template-service-information .site-header,
body.page-template-template-service-information #masthead,
body.page-template-template-service-information .site-header-row-container,
body.page-template-template-service-information .site-header-row-container-inner,
body.page-template-template-service-information .site-header-wrap,
body.page-template-template-service-information-php .site-header,
body.page-template-template-service-information-php #masthead,
body.page-template-template-service-information-php .site-header-row-container,
body.page-template-template-service-information-php .site-header-row-container-inner,
body.page-template-template-service-information-php .site-header-wrap {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.post-type-archive-product .site-header,
body.post-type-archive-product #masthead,
body.tax-product_cat .site-header,
body.tax-product_cat #masthead,
body.tax-product_tag .site-header,
body.tax-product_tag #masthead,
body.page-template-template-collections .site-header,
body.page-template-template-collections #masthead,
body.page-template-template-collections-php .site-header,
body.page-template-template-collections-php #masthead,
body.page-id-20 .site-header,
body.page-id-20 #masthead,
body.page-template-template-private-label .site-header,
body.page-template-template-private-label #masthead,
body.page-template-template-private-label-php .site-header,
body.page-template-template-private-label-php #masthead,
body.page-template-template-lookbook .site-header,
body.page-template-template-lookbook #masthead,
body.page-template-template-lookbook-php .site-header,
body.page-template-template-lookbook-php #masthead,
body.page-template-template-about .site-header,
body.page-template-template-about #masthead,
body.page-template-template-about-php .site-header,
body.page-template-template-about-php #masthead,
body.page-template-template-contact .site-header,
body.page-template-template-contact #masthead,
body.page-template-template-contact-php .site-header,
body.page-template-template-contact-php #masthead,
body.page-template-template-faq .site-header,
body.page-template-template-faq #masthead,
body.page-template-template-faq-php .site-header,
body.page-template-template-faq-php #masthead,
body.page-template-template-legal .site-header,
body.page-template-template-legal #masthead,
body.page-template-template-legal-php .site-header,
body.page-template-template-legal-php #masthead,
body.page-template-template-service-information .site-header,
body.page-template-template-service-information #masthead,
body.page-template-template-service-information-php .site-header,
body.page-template-template-service-information-php #masthead {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	z-index: 1000 !important;
	border-bottom: 0 !important;
	backdrop-filter: none !important;
}

body.admin-bar.post-type-archive-product .site-header,
body.admin-bar.post-type-archive-product #masthead,
body.admin-bar.tax-product_cat .site-header,
body.admin-bar.tax-product_cat #masthead,
body.admin-bar.tax-product_tag .site-header,
body.admin-bar.tax-product_tag #masthead,
body.admin-bar.page-template-template-collections .site-header,
body.admin-bar.page-template-template-collections #masthead,
body.admin-bar.page-template-template-collections-php .site-header,
body.admin-bar.page-template-template-collections-php #masthead,
body.admin-bar.page-id-20 .site-header,
body.admin-bar.page-id-20 #masthead,
body.admin-bar.page-template-template-private-label .site-header,
body.admin-bar.page-template-template-private-label #masthead,
body.admin-bar.page-template-template-private-label-php .site-header,
body.admin-bar.page-template-template-private-label-php #masthead,
body.admin-bar.page-template-template-lookbook .site-header,
body.admin-bar.page-template-template-lookbook #masthead,
body.admin-bar.page-template-template-lookbook-php .site-header,
body.admin-bar.page-template-template-lookbook-php #masthead,
body.admin-bar.page-template-template-about .site-header,
body.admin-bar.page-template-template-about #masthead,
body.admin-bar.page-template-template-about-php .site-header,
body.admin-bar.page-template-template-about-php #masthead,
body.admin-bar.page-template-template-contact .site-header,
body.admin-bar.page-template-template-contact #masthead,
body.admin-bar.page-template-template-contact-php .site-header,
body.admin-bar.page-template-template-contact-php #masthead,
body.admin-bar.page-template-template-faq .site-header,
body.admin-bar.page-template-template-faq #masthead,
body.admin-bar.page-template-template-faq-php .site-header,
body.admin-bar.page-template-template-faq-php #masthead,
body.admin-bar.page-template-template-legal .site-header,
body.admin-bar.page-template-template-legal #masthead,
body.admin-bar.page-template-template-legal-php .site-header,
body.admin-bar.page-template-template-legal-php #masthead,
body.admin-bar.page-template-template-service-information .site-header,
body.admin-bar.page-template-template-service-information #masthead,
body.admin-bar.page-template-template-service-information-php .site-header,
body.admin-bar.page-template-template-service-information-php #masthead {
	top: 32px !important;
}

body.post-type-archive-product .site-header-row-container-inner,
body.tax-product_cat .site-header-row-container-inner,
body.tax-product_tag .site-header-row-container-inner,
body.page-template-template-collections .site-header-row-container-inner,
body.page-template-template-collections-php .site-header-row-container-inner,
body.page-id-20 .site-header-row-container-inner,
body.page-template-template-private-label .site-header-row-container-inner,
body.page-template-template-private-label-php .site-header-row-container-inner,
body.page-template-template-lookbook .site-header-row-container-inner,
body.page-template-template-lookbook-php .site-header-row-container-inner,
body.page-template-template-about .site-header-row-container-inner,
body.page-template-template-about-php .site-header-row-container-inner,
body.page-template-template-contact .site-header-row-container-inner,
body.page-template-template-contact-php .site-header-row-container-inner,
body.page-template-template-faq .site-header-row-container-inner,
body.page-template-template-faq-php .site-header-row-container-inner,
body.page-template-template-legal .site-header-row-container-inner,
body.page-template-template-legal-php .site-header-row-container-inner,
body.page-template-template-service-information .site-header-row-container-inner,
body.page-template-template-service-information-php .site-header-row-container-inner {
	min-height: var(--almaraz-header-height) !important;
	padding-left: 10px !important;
	padding-right: 24px !important;
	background: linear-gradient(180deg, rgba(12, 10, 9, 0.42) 0%, rgba(12, 10, 9, 0.16) 62%, rgba(12, 10, 9, 0) 100%) !important;
}

body.post-type-archive-product .site-branding,
body.tax-product_cat .site-branding,
body.tax-product_tag .site-branding,
body.page-template-template-collections .site-branding,
body.page-template-template-collections-php .site-branding,
body.page-id-20 .site-branding,
body.page-template-template-private-label .site-branding,
body.page-template-template-private-label-php .site-branding,
body.page-template-template-lookbook .site-branding,
body.page-template-template-lookbook-php .site-branding,
body.page-template-template-about .site-branding,
body.page-template-template-about-php .site-branding,
body.page-template-template-contact .site-branding,
body.page-template-template-contact-php .site-branding,
body.page-template-template-faq .site-branding,
body.page-template-template-faq-php .site-branding,
body.page-template-template-legal .site-branding,
body.page-template-template-legal-php .site-branding,
body.page-template-template-service-information .site-branding,
body.page-template-template-service-information-php .site-branding {
	margin-left: -10px !important;
	padding-top: 10px !important;
}

body.post-type-archive-product .site-header .custom-logo-link,
body.tax-product_cat .site-header .custom-logo-link,
body.tax-product_tag .site-header .custom-logo-link,
body.page-template-template-collections .site-header .custom-logo-link,
body.page-template-template-collections-php .site-header .custom-logo-link,
body.page-id-20 .site-header .custom-logo-link,
body.page-template-template-private-label .site-header .custom-logo-link,
body.page-template-template-private-label-php .site-header .custom-logo-link,
body.page-template-template-lookbook .site-header .custom-logo-link,
body.page-template-template-lookbook-php .site-header .custom-logo-link,
body.page-template-template-about .site-header .custom-logo-link,
body.page-template-template-about-php .site-header .custom-logo-link,
body.page-template-template-contact .site-header .custom-logo-link,
body.page-template-template-contact-php .site-header .custom-logo-link,
body.page-template-template-faq .site-header .custom-logo-link,
body.page-template-template-faq-php .site-header .custom-logo-link,
body.page-template-template-legal .site-header .custom-logo-link,
body.page-template-template-legal-php .site-header .custom-logo-link,
body.page-template-template-service-information .site-header .custom-logo-link,
body.page-template-template-service-information-php .site-header .custom-logo-link {
	margin-top: 10px !important;
	margin-left: -8px !important;
}

body.post-type-archive-product .site-branding .site-title,
body.post-type-archive-product .site-branding .site-title a,
body.post-type-archive-product .site-branding .custom-logo-link + .site-title,
body.post-type-archive-product .site-branding .custom-logo-link + .site-title a,
body.tax-product_cat .site-branding .site-title,
body.tax-product_cat .site-branding .site-title a,
body.tax-product_cat .site-branding .custom-logo-link + .site-title,
body.tax-product_cat .site-branding .custom-logo-link + .site-title a,
body.tax-product_tag .site-branding .site-title,
body.tax-product_tag .site-branding .site-title a,
body.tax-product_tag .site-branding .custom-logo-link + .site-title,
body.tax-product_tag .site-branding .custom-logo-link + .site-title a,
body.page-template-template-collections .site-branding .site-title,
body.page-template-template-collections .site-branding .site-title a,
body.page-template-template-collections .site-branding .custom-logo-link + .site-title,
body.page-template-template-collections .site-branding .custom-logo-link + .site-title a,
body.page-template-template-collections-php .site-branding .site-title,
body.page-template-template-collections-php .site-branding .site-title a,
body.page-template-template-collections-php .site-branding .custom-logo-link + .site-title,
body.page-template-template-collections-php .site-branding .custom-logo-link + .site-title a,
body.page-id-20 .site-branding .site-title,
body.page-id-20 .site-branding .site-title a,
body.page-id-20 .site-branding .custom-logo-link + .site-title,
body.page-id-20 .site-branding .custom-logo-link + .site-title a,
body.page-template-template-private-label .site-branding .site-title,
body.page-template-template-private-label .site-branding .site-title a,
body.page-template-template-private-label .site-branding .custom-logo-link + .site-title,
body.page-template-template-private-label .site-branding .custom-logo-link + .site-title a,
body.page-template-template-private-label-php .site-branding .site-title,
body.page-template-template-private-label-php .site-branding .site-title a,
body.page-template-template-private-label-php .site-branding .custom-logo-link + .site-title,
body.page-template-template-private-label-php .site-branding .custom-logo-link + .site-title a,
body.page-template-template-lookbook .site-branding .site-title,
body.page-template-template-lookbook .site-branding .site-title a,
body.page-template-template-lookbook .site-branding .custom-logo-link + .site-title,
body.page-template-template-lookbook .site-branding .custom-logo-link + .site-title a,
body.page-template-template-lookbook-php .site-branding .site-title,
body.page-template-template-lookbook-php .site-branding .site-title a,
body.page-template-template-lookbook-php .site-branding .custom-logo-link + .site-title,
body.page-template-template-lookbook-php .site-branding .custom-logo-link + .site-title a,
body.page-template-template-about .site-branding .site-title,
body.page-template-template-about .site-branding .site-title a,
body.page-template-template-about .site-branding .custom-logo-link + .site-title,
body.page-template-template-about .site-branding .custom-logo-link + .site-title a,
body.page-template-template-about-php .site-branding .site-title,
body.page-template-template-about-php .site-branding .site-title a,
body.page-template-template-about-php .site-branding .custom-logo-link + .site-title,
body.page-template-template-about-php .site-branding .custom-logo-link + .site-title a,
body.page-template-template-contact .site-branding .site-title,
body.page-template-template-contact .site-branding .site-title a,
body.page-template-template-contact .site-branding .custom-logo-link + .site-title,
body.page-template-template-contact .site-branding .custom-logo-link + .site-title a,
body.page-template-template-contact-php .site-branding .site-title,
body.page-template-template-contact-php .site-branding .site-title a,
body.page-template-template-contact-php .site-branding .custom-logo-link + .site-title,
body.page-template-template-contact-php .site-branding .custom-logo-link + .site-title a,
body.page-template-template-faq .site-branding .site-title,
body.page-template-template-faq .site-branding .site-title a,
body.page-template-template-faq .site-branding .custom-logo-link + .site-title,
body.page-template-template-faq .site-branding .custom-logo-link + .site-title a,
body.page-template-template-faq-php .site-branding .site-title,
body.page-template-template-faq-php .site-branding .site-title a,
body.page-template-template-faq-php .site-branding .custom-logo-link + .site-title,
body.page-template-template-faq-php .site-branding .custom-logo-link + .site-title a,
body.page-template-template-legal .site-branding .site-title,
body.page-template-template-legal .site-branding .site-title a,
body.page-template-template-legal .site-branding .custom-logo-link + .site-title,
body.page-template-template-legal .site-branding .custom-logo-link + .site-title a,
body.page-template-template-legal-php .site-branding .site-title,
body.page-template-template-legal-php .site-branding .site-title a,
body.page-template-template-legal-php .site-branding .custom-logo-link + .site-title,
body.page-template-template-legal-php .site-branding .custom-logo-link + .site-title a,
body.page-template-template-service-information .site-branding .site-title,
body.page-template-template-service-information .site-branding .site-title a,
body.page-template-template-service-information .site-branding .custom-logo-link + .site-title,
body.page-template-template-service-information .site-branding .custom-logo-link + .site-title a,
body.page-template-template-service-information-php .site-branding .site-title,
body.page-template-template-service-information-php .site-branding .site-title a,
body.page-template-template-service-information-php .site-branding .custom-logo-link + .site-title,
body.page-template-template-service-information-php .site-branding .custom-logo-link + .site-title a {
	color: #fffaf3 !important;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

body.post-type-archive-product .site-header .navigation .menu > li > a,
body.post-type-archive-product .site-header .main-navigation .menu > li > a,
body.post-type-archive-product .site-header .menu li a,
body.post-type-archive-product .site-header .header-navigation a,
body.post-type-archive-product .site-header .header-menu-container a,
body.post-type-archive-product .site-header .header-menu-wrap a,
body.post-type-archive-product .site-header .site-header-item a,
body.tax-product_cat .site-header .navigation .menu > li > a,
body.tax-product_cat .site-header .main-navigation .menu > li > a,
body.tax-product_cat .site-header .menu li a,
body.tax-product_cat .site-header .header-navigation a,
body.tax-product_cat .site-header .header-menu-container a,
body.tax-product_cat .site-header .header-menu-wrap a,
body.tax-product_cat .site-header .site-header-item a,
body.tax-product_tag .site-header .navigation .menu > li > a,
body.tax-product_tag .site-header .main-navigation .menu > li > a,
body.tax-product_tag .site-header .menu li a,
body.tax-product_tag .site-header .header-navigation a,
body.tax-product_tag .site-header .header-menu-container a,
body.tax-product_tag .site-header .header-menu-wrap a,
body.tax-product_tag .site-header .site-header-item a,
body.page-template-template-collections .site-header .navigation .menu > li > a,
body.page-template-template-collections .site-header .main-navigation .menu > li > a,
body.page-template-template-collections .site-header .menu li a,
body.page-template-template-collections .site-header .header-navigation a,
body.page-template-template-collections .site-header .header-menu-container a,
body.page-template-template-collections .site-header .header-menu-wrap a,
body.page-template-template-collections .site-header .site-header-item a,
body.page-template-template-collections-php .site-header .navigation .menu > li > a,
body.page-template-template-collections-php .site-header .main-navigation .menu > li > a,
body.page-template-template-collections-php .site-header .menu li a,
body.page-template-template-collections-php .site-header .header-navigation a,
body.page-template-template-collections-php .site-header .header-menu-container a,
body.page-template-template-collections-php .site-header .header-menu-wrap a,
body.page-template-template-collections-php .site-header .site-header-item a,
body.page-id-20 .site-header .navigation .menu > li > a,
body.page-id-20 .site-header .main-navigation .menu > li > a,
body.page-id-20 .site-header .menu li a,
body.page-id-20 .site-header .header-navigation a,
body.page-id-20 .site-header .header-menu-container a,
body.page-id-20 .site-header .header-menu-wrap a,
body.page-id-20 .site-header .site-header-item a,
body.page-template-template-private-label .site-header .navigation .menu > li > a,
body.page-template-template-private-label .site-header .main-navigation .menu > li > a,
body.page-template-template-private-label .site-header .menu li a,
body.page-template-template-private-label .site-header .header-navigation a,
body.page-template-template-private-label .site-header .header-menu-container a,
body.page-template-template-private-label .site-header .header-menu-wrap a,
body.page-template-template-private-label .site-header .site-header-item a,
body.page-template-template-private-label-php .site-header .navigation .menu > li > a,
body.page-template-template-private-label-php .site-header .main-navigation .menu > li > a,
body.page-template-template-private-label-php .site-header .menu li a,
body.page-template-template-private-label-php .site-header .header-navigation a,
body.page-template-template-private-label-php .site-header .header-menu-container a,
body.page-template-template-private-label-php .site-header .header-menu-wrap a,
body.page-template-template-private-label-php .site-header .site-header-item a,
body.page-template-template-lookbook .site-header .navigation .menu > li > a,
body.page-template-template-lookbook .site-header .main-navigation .menu > li > a,
body.page-template-template-lookbook .site-header .menu li a,
body.page-template-template-lookbook .site-header .header-navigation a,
body.page-template-template-lookbook .site-header .header-menu-container a,
body.page-template-template-lookbook .site-header .header-menu-wrap a,
body.page-template-template-lookbook .site-header .site-header-item a,
body.page-template-template-lookbook-php .site-header .navigation .menu > li > a,
body.page-template-template-lookbook-php .site-header .main-navigation .menu > li > a,
body.page-template-template-lookbook-php .site-header .menu li a,
body.page-template-template-lookbook-php .site-header .header-navigation a,
body.page-template-template-lookbook-php .site-header .header-menu-container a,
body.page-template-template-lookbook-php .site-header .header-menu-wrap a,
body.page-template-template-lookbook-php .site-header .site-header-item a,
body.page-template-template-about .site-header .navigation .menu > li > a,
body.page-template-template-about .site-header .main-navigation .menu > li > a,
body.page-template-template-about .site-header .menu li a,
body.page-template-template-about .site-header .header-navigation a,
body.page-template-template-about .site-header .header-menu-container a,
body.page-template-template-about .site-header .header-menu-wrap a,
body.page-template-template-about .site-header .site-header-item a,
body.page-template-template-about-php .site-header .navigation .menu > li > a,
body.page-template-template-about-php .site-header .main-navigation .menu > li > a,
body.page-template-template-about-php .site-header .menu li a,
body.page-template-template-about-php .site-header .header-navigation a,
body.page-template-template-about-php .site-header .header-menu-container a,
body.page-template-template-about-php .site-header .header-menu-wrap a,
body.page-template-template-about-php .site-header .site-header-item a,
body.page-template-template-contact .site-header .navigation .menu > li > a,
body.page-template-template-contact .site-header .main-navigation .menu > li > a,
body.page-template-template-contact .site-header .menu li a,
body.page-template-template-contact .site-header .header-navigation a,
body.page-template-template-contact .site-header .header-menu-container a,
body.page-template-template-contact .site-header .header-menu-wrap a,
body.page-template-template-contact .site-header .site-header-item a,
body.page-template-template-contact-php .site-header .navigation .menu > li > a,
body.page-template-template-contact-php .site-header .main-navigation .menu > li > a,
body.page-template-template-contact-php .site-header .menu li a,
body.page-template-template-contact-php .site-header .header-navigation a,
body.page-template-template-contact-php .site-header .header-menu-container a,
body.page-template-template-contact-php .site-header .header-menu-wrap a,
body.page-template-template-contact-php .site-header .site-header-item a,
body.page-template-template-faq .site-header .navigation .menu > li > a,
body.page-template-template-faq .site-header .main-navigation .menu > li > a,
body.page-template-template-faq .site-header .menu li a,
body.page-template-template-faq .site-header .header-navigation a,
body.page-template-template-faq .site-header .header-menu-container a,
body.page-template-template-faq .site-header .header-menu-wrap a,
body.page-template-template-faq .site-header .site-header-item a,
body.page-template-template-faq-php .site-header .navigation .menu > li > a,
body.page-template-template-faq-php .site-header .main-navigation .menu > li > a,
body.page-template-template-faq-php .site-header .menu li a,
body.page-template-template-faq-php .site-header .header-navigation a,
body.page-template-template-faq-php .site-header .header-menu-container a,
body.page-template-template-faq-php .site-header .header-menu-wrap a,
body.page-template-template-faq-php .site-header .site-header-item a,
body.page-template-template-legal .site-header .navigation .menu > li > a,
body.page-template-template-legal .site-header .main-navigation .menu > li > a,
body.page-template-template-legal .site-header .menu li a,
body.page-template-template-legal .site-header .header-navigation a,
body.page-template-template-legal .site-header .header-menu-container a,
body.page-template-template-legal .site-header .header-menu-wrap a,
body.page-template-template-legal .site-header .site-header-item a,
body.page-template-template-legal-php .site-header .navigation .menu > li > a,
body.page-template-template-legal-php .site-header .main-navigation .menu > li > a,
body.page-template-template-legal-php .site-header .menu li a,
body.page-template-template-legal-php .site-header .header-navigation a,
body.page-template-template-legal-php .site-header .header-menu-container a,
body.page-template-template-legal-php .site-header .header-menu-wrap a,
body.page-template-template-legal-php .site-header .site-header-item a,
body.page-template-template-service-information .site-header .navigation .menu > li > a,
body.page-template-template-service-information .site-header .main-navigation .menu > li > a,
body.page-template-template-service-information .site-header .menu li a,
body.page-template-template-service-information .site-header .header-navigation a,
body.page-template-template-service-information .site-header .header-menu-container a,
body.page-template-template-service-information .site-header .header-menu-wrap a,
body.page-template-template-service-information .site-header .site-header-item a,
body.page-template-template-service-information-php .site-header .navigation .menu > li > a,
body.page-template-template-service-information-php .site-header .main-navigation .menu > li > a,
body.page-template-template-service-information-php .site-header .menu li a,
body.page-template-template-service-information-php .site-header .header-navigation a,
body.page-template-template-service-information-php .site-header .header-menu-container a,
body.page-template-template-service-information-php .site-header .header-menu-wrap a,
body.page-template-template-service-information-php .site-header .site-header-item a {
	color: #fffaf3 !important;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.22);
}

body.post-type-archive-product .site-header .navigation .menu > li > a::after,
body.post-type-archive-product .site-header .main-navigation .menu > li > a::after,
body.post-type-archive-product .site-header .menu > li > a::after,
body.tax-product_cat .site-header .navigation .menu > li > a::after,
body.tax-product_cat .site-header .main-navigation .menu > li > a::after,
body.tax-product_cat .site-header .menu > li > a::after,
body.tax-product_tag .site-header .navigation .menu > li > a::after,
body.tax-product_tag .site-header .main-navigation .menu > li > a::after,
body.tax-product_tag .site-header .menu > li > a::after,
body.page-template-template-collections .site-header .navigation .menu > li > a::after,
body.page-template-template-collections .site-header .main-navigation .menu > li > a::after,
body.page-template-template-collections .site-header .menu > li > a::after,
body.page-template-template-collections-php .site-header .navigation .menu > li > a::after,
body.page-template-template-collections-php .site-header .main-navigation .menu > li > a::after,
body.page-template-template-collections-php .site-header .menu > li > a::after,
body.page-id-20 .site-header .navigation .menu > li > a::after,
body.page-id-20 .site-header .main-navigation .menu > li > a::after,
body.page-id-20 .site-header .menu > li > a::after,
body.page-template-template-private-label .site-header .navigation .menu > li > a::after,
body.page-template-template-private-label .site-header .main-navigation .menu > li > a::after,
body.page-template-template-private-label .site-header .menu > li > a::after,
body.page-template-template-private-label-php .site-header .navigation .menu > li > a::after,
body.page-template-template-private-label-php .site-header .main-navigation .menu > li > a::after,
body.page-template-template-private-label-php .site-header .menu > li > a::after,
body.page-template-template-lookbook .site-header .navigation .menu > li > a::after,
body.page-template-template-lookbook .site-header .main-navigation .menu > li > a::after,
body.page-template-template-lookbook .site-header .menu > li > a::after,
body.page-template-template-lookbook-php .site-header .navigation .menu > li > a::after,
body.page-template-template-lookbook-php .site-header .main-navigation .menu > li > a::after,
body.page-template-template-lookbook-php .site-header .menu > li > a::after,
body.page-template-template-about .site-header .navigation .menu > li > a::after,
body.page-template-template-about .site-header .main-navigation .menu > li > a::after,
body.page-template-template-about .site-header .menu > li > a::after,
body.page-template-template-about-php .site-header .navigation .menu > li > a::after,
body.page-template-template-about-php .site-header .main-navigation .menu > li > a::after,
body.page-template-template-about-php .site-header .menu > li > a::after,
body.page-template-template-contact .site-header .navigation .menu > li > a::after,
body.page-template-template-contact .site-header .main-navigation .menu > li > a::after,
body.page-template-template-contact .site-header .menu > li > a::after,
body.page-template-template-contact-php .site-header .navigation .menu > li > a::after,
body.page-template-template-contact-php .site-header .main-navigation .menu > li > a::after,
body.page-template-template-contact-php .site-header .menu > li > a::after,
body.page-template-template-faq .site-header .navigation .menu > li > a::after,
body.page-template-template-faq .site-header .main-navigation .menu > li > a::after,
body.page-template-template-faq .site-header .menu > li > a::after,
body.page-template-template-faq-php .site-header .navigation .menu > li > a::after,
body.page-template-template-faq-php .site-header .main-navigation .menu > li > a::after,
body.page-template-template-faq-php .site-header .menu > li > a::after,
body.page-template-template-legal .site-header .navigation .menu > li > a::after,
body.page-template-template-legal .site-header .main-navigation .menu > li > a::after,
body.page-template-template-legal .site-header .menu > li > a::after,
body.page-template-template-legal-php .site-header .navigation .menu > li > a::after,
body.page-template-template-legal-php .site-header .main-navigation .menu > li > a::after,
body.page-template-template-legal-php .site-header .menu > li > a::after,
body.page-template-template-service-information .site-header .navigation .menu > li > a::after,
body.page-template-template-service-information .site-header .main-navigation .menu > li > a::after,
body.page-template-template-service-information .site-header .menu > li > a::after,
body.page-template-template-service-information-php .site-header .navigation .menu > li > a::after,
body.page-template-template-service-information-php .site-header .main-navigation .menu > li > a::after,
body.page-template-template-service-information-php .site-header .menu > li > a::after {
	background: var(--almaraz-gold-soft);
}

body.post-type-archive-product .site-header .navigation .menu > li > a:hover,
body.post-type-archive-product .site-header .main-navigation .menu > li > a:hover,
body.post-type-archive-product .site-header .menu li a:hover,
body.post-type-archive-product .site-header .navigation .menu > li.current-menu-item > a,
body.post-type-archive-product .site-header .main-navigation .menu > li.current-menu-item > a,
body.post-type-archive-product .site-header .menu li.current-menu-item > a,
body.post-type-archive-product .site-header .menu li.current_page_item > a,
body.tax-product_cat .site-header .navigation .menu > li > a:hover,
body.tax-product_cat .site-header .main-navigation .menu > li > a:hover,
body.tax-product_cat .site-header .menu li a:hover,
body.tax-product_cat .site-header .navigation .menu > li.current-menu-item > a,
body.tax-product_cat .site-header .main-navigation .menu > li.current-menu-item > a,
body.tax-product_cat .site-header .menu li.current-menu-item > a,
body.tax-product_cat .site-header .menu li.current_page_item > a,
body.tax-product_tag .site-header .navigation .menu > li > a:hover,
body.tax-product_tag .site-header .main-navigation .menu > li > a:hover,
body.tax-product_tag .site-header .menu li a:hover,
body.tax-product_tag .site-header .navigation .menu > li.current-menu-item > a,
body.tax-product_tag .site-header .main-navigation .menu > li.current-menu-item > a,
body.tax-product_tag .site-header .menu li.current-menu-item > a,
body.tax-product_tag .site-header .menu li.current_page_item > a,
body.page-template-template-collections .site-header .navigation .menu > li > a:hover,
body.page-template-template-collections .site-header .main-navigation .menu > li > a:hover,
body.page-template-template-collections .site-header .menu li a:hover,
body.page-template-template-collections .site-header .navigation .menu > li.current-menu-item > a,
body.page-template-template-collections .site-header .main-navigation .menu > li.current-menu-item > a,
body.page-template-template-collections .site-header .menu li.current-menu-item > a,
body.page-template-template-collections .site-header .menu li.current_page_item > a,
body.page-template-template-collections-php .site-header .navigation .menu > li > a:hover,
body.page-template-template-collections-php .site-header .main-navigation .menu > li > a:hover,
body.page-template-template-collections-php .site-header .menu li a:hover,
body.page-template-template-collections-php .site-header .navigation .menu > li.current-menu-item > a,
body.page-template-template-collections-php .site-header .main-navigation .menu > li.current-menu-item > a,
body.page-template-template-collections-php .site-header .menu li.current-menu-item > a,
body.page-template-template-collections-php .site-header .menu li.current_page_item > a,
body.page-id-20 .site-header .navigation .menu > li > a:hover,
body.page-id-20 .site-header .main-navigation .menu > li > a:hover,
body.page-id-20 .site-header .menu li a:hover,
body.page-id-20 .site-header .navigation .menu > li.current-menu-item > a,
body.page-id-20 .site-header .main-navigation .menu > li.current-menu-item > a,
body.page-id-20 .site-header .menu li.current-menu-item > a,
body.page-id-20 .site-header .menu li.current_page_item > a,
body.page-template-template-private-label .site-header .navigation .menu > li > a:hover,
body.page-template-template-private-label .site-header .main-navigation .menu > li > a:hover,
body.page-template-template-private-label .site-header .menu li a:hover,
body.page-template-template-private-label .site-header .navigation .menu > li.current-menu-item > a,
body.page-template-template-private-label .site-header .main-navigation .menu > li.current-menu-item > a,
body.page-template-template-private-label .site-header .menu li.current-menu-item > a,
body.page-template-template-private-label .site-header .menu li.current_page_item > a,
body.page-template-template-private-label-php .site-header .navigation .menu > li > a:hover,
body.page-template-template-private-label-php .site-header .main-navigation .menu > li > a:hover,
body.page-template-template-private-label-php .site-header .menu li a:hover,
body.page-template-template-private-label-php .site-header .navigation .menu > li.current-menu-item > a,
body.page-template-template-private-label-php .site-header .main-navigation .menu > li.current-menu-item > a,
body.page-template-template-private-label-php .site-header .menu li.current-menu-item > a,
body.page-template-template-private-label-php .site-header .menu li.current_page_item > a,
body.page-template-template-lookbook .site-header .navigation .menu > li > a:hover,
body.page-template-template-lookbook .site-header .main-navigation .menu > li > a:hover,
body.page-template-template-lookbook .site-header .menu li a:hover,
body.page-template-template-lookbook .site-header .navigation .menu > li.current-menu-item > a,
body.page-template-template-lookbook .site-header .main-navigation .menu > li.current-menu-item > a,
body.page-template-template-lookbook .site-header .menu li.current-menu-item > a,
body.page-template-template-lookbook .site-header .menu li.current_page_item > a,
body.page-template-template-lookbook-php .site-header .navigation .menu > li > a:hover,
body.page-template-template-lookbook-php .site-header .main-navigation .menu > li > a:hover,
body.page-template-template-lookbook-php .site-header .menu li a:hover,
body.page-template-template-lookbook-php .site-header .navigation .menu > li.current-menu-item > a,
body.page-template-template-lookbook-php .site-header .main-navigation .menu > li.current-menu-item > a,
body.page-template-template-lookbook-php .site-header .menu li.current-menu-item > a,
body.page-template-template-lookbook-php .site-header .menu li.current_page_item > a,
body.page-template-template-about .site-header .navigation .menu > li > a:hover,
body.page-template-template-about .site-header .main-navigation .menu > li > a:hover,
body.page-template-template-about .site-header .menu li a:hover,
body.page-template-template-about .site-header .navigation .menu > li.current-menu-item > a,
body.page-template-template-about .site-header .main-navigation .menu > li.current-menu-item > a,
body.page-template-template-about .site-header .menu li.current-menu-item > a,
body.page-template-template-about .site-header .menu li.current_page_item > a,
body.page-template-template-about-php .site-header .navigation .menu > li > a:hover,
body.page-template-template-about-php .site-header .main-navigation .menu > li > a:hover,
body.page-template-template-about-php .site-header .menu li a:hover,
body.page-template-template-about-php .site-header .navigation .menu > li.current-menu-item > a,
body.page-template-template-about-php .site-header .main-navigation .menu > li.current-menu-item > a,
body.page-template-template-about-php .site-header .menu li.current-menu-item > a,
body.page-template-template-about-php .site-header .menu li.current_page_item > a,
body.page-template-template-contact .site-header .navigation .menu > li > a:hover,
body.page-template-template-contact .site-header .main-navigation .menu > li > a:hover,
body.page-template-template-contact .site-header .menu li a:hover,
body.page-template-template-contact .site-header .navigation .menu > li.current-menu-item > a,
body.page-template-template-contact .site-header .main-navigation .menu > li.current-menu-item > a,
body.page-template-template-contact .site-header .menu li.current-menu-item > a,
body.page-template-template-contact .site-header .menu li.current_page_item > a,
body.page-template-template-contact-php .site-header .navigation .menu > li > a:hover,
body.page-template-template-contact-php .site-header .main-navigation .menu > li > a:hover,
body.page-template-template-contact-php .site-header .menu li a:hover,
body.page-template-template-contact-php .site-header .navigation .menu > li.current-menu-item > a,
body.page-template-template-contact-php .site-header .main-navigation .menu > li.current-menu-item > a,
body.page-template-template-contact-php .site-header .menu li.current-menu-item > a,
body.page-template-template-contact-php .site-header .menu li.current_page_item > a,
body.page-template-template-faq .site-header .navigation .menu > li > a:hover,
body.page-template-template-faq .site-header .main-navigation .menu > li > a:hover,
body.page-template-template-faq .site-header .menu li a:hover,
body.page-template-template-faq .site-header .navigation .menu > li.current-menu-item > a,
body.page-template-template-faq .site-header .main-navigation .menu > li.current-menu-item > a,
body.page-template-template-faq .site-header .menu li.current-menu-item > a,
body.page-template-template-faq .site-header .menu li.current_page_item > a,
body.page-template-template-faq-php .site-header .navigation .menu > li > a:hover,
body.page-template-template-faq-php .site-header .main-navigation .menu > li > a:hover,
body.page-template-template-faq-php .site-header .menu li a:hover,
body.page-template-template-faq-php .site-header .navigation .menu > li.current-menu-item > a,
body.page-template-template-faq-php .site-header .main-navigation .menu > li.current-menu-item > a,
body.page-template-template-faq-php .site-header .menu li.current-menu-item > a,
body.page-template-template-faq-php .site-header .menu li.current_page_item > a,
body.page-template-template-legal .site-header .navigation .menu > li > a:hover,
body.page-template-template-legal .site-header .main-navigation .menu > li > a:hover,
body.page-template-template-legal .site-header .menu li a:hover,
body.page-template-template-legal .site-header .navigation .menu > li.current-menu-item > a,
body.page-template-template-legal .site-header .main-navigation .menu > li.current-menu-item > a,
body.page-template-template-legal .site-header .menu li.current-menu-item > a,
body.page-template-template-legal .site-header .menu li.current_page_item > a,
body.page-template-template-legal-php .site-header .navigation .menu > li > a:hover,
body.page-template-template-legal-php .site-header .main-navigation .menu > li > a:hover,
body.page-template-template-legal-php .site-header .menu li a:hover,
body.page-template-template-legal-php .site-header .navigation .menu > li.current-menu-item > a,
body.page-template-template-legal-php .site-header .main-navigation .menu > li.current-menu-item > a,
body.page-template-template-legal-php .site-header .menu li.current-menu-item > a,
body.page-template-template-legal-php .site-header .menu li.current_page_item > a,
body.page-template-template-service-information .site-header .navigation .menu > li > a:hover,
body.page-template-template-service-information .site-header .main-navigation .menu > li > a:hover,
body.page-template-template-service-information .site-header .menu li a:hover,
body.page-template-template-service-information .site-header .navigation .menu > li.current-menu-item > a,
body.page-template-template-service-information .site-header .main-navigation .menu > li.current-menu-item > a,
body.page-template-template-service-information .site-header .menu li.current-menu-item > a,
body.page-template-template-service-information .site-header .menu li.current_page_item > a,
body.page-template-template-service-information-php .site-header .navigation .menu > li > a:hover,
body.page-template-template-service-information-php .site-header .main-navigation .menu > li > a:hover,
body.page-template-template-service-information-php .site-header .menu li a:hover,
body.page-template-template-service-information-php .site-header .navigation .menu > li.current-menu-item > a,
body.page-template-template-service-information-php .site-header .main-navigation .menu > li.current-menu-item > a,
body.page-template-template-service-information-php .site-header .menu li.current-menu-item > a,
body.page-template-template-service-information-php .site-header .menu li.current_page_item > a {
	color: var(--almaraz-gold-soft) !important;
}

body.post-type-archive-product .site-header .drawer-toggle,
body.post-type-archive-product .site-header .menu-toggle,
body.tax-product_cat .site-header .drawer-toggle,
body.tax-product_cat .site-header .menu-toggle,
body.tax-product_tag .site-header .drawer-toggle,
body.tax-product_tag .site-header .menu-toggle,
body.page-template-template-collections .site-header .drawer-toggle,
body.page-template-template-collections .site-header .menu-toggle,
body.page-template-template-collections-php .site-header .drawer-toggle,
body.page-template-template-collections-php .site-header .menu-toggle,
body.page-id-20 .site-header .drawer-toggle,
body.page-id-20 .site-header .menu-toggle,
body.page-template-template-private-label .site-header .drawer-toggle,
body.page-template-template-private-label .site-header .menu-toggle,
body.page-template-template-private-label-php .site-header .drawer-toggle,
body.page-template-template-private-label-php .site-header .menu-toggle,
body.page-template-template-lookbook .site-header .drawer-toggle,
body.page-template-template-lookbook .site-header .menu-toggle,
body.page-template-template-lookbook-php .site-header .drawer-toggle,
body.page-template-template-lookbook-php .site-header .menu-toggle,
body.page-template-template-about .site-header .drawer-toggle,
body.page-template-template-about .site-header .menu-toggle,
body.page-template-template-about-php .site-header .drawer-toggle,
body.page-template-template-about-php .site-header .menu-toggle,
body.page-template-template-contact .site-header .drawer-toggle,
body.page-template-template-contact .site-header .menu-toggle,
body.page-template-template-contact-php .site-header .drawer-toggle,
body.page-template-template-contact-php .site-header .menu-toggle,
body.page-template-template-faq .site-header .drawer-toggle,
body.page-template-template-faq .site-header .menu-toggle,
body.page-template-template-faq-php .site-header .drawer-toggle,
body.page-template-template-faq-php .site-header .menu-toggle,
body.page-template-template-legal .site-header .drawer-toggle,
body.page-template-template-legal .site-header .menu-toggle,
body.page-template-template-legal-php .site-header .drawer-toggle,
body.page-template-template-legal-php .site-header .menu-toggle,
body.page-template-template-service-information .site-header .drawer-toggle,
body.page-template-template-service-information .site-header .menu-toggle,
body.page-template-template-service-information-php .site-header .drawer-toggle,
body.page-template-template-service-information-php .site-header .menu-toggle {
	color: #fffaf3 !important;
}

/* =========================
   WHOLESALE PAGE FIX
   Style the real Kadence page hero instead of fighting it
========================= */

body.page-id-20 .entry-hero.page-hero-section {
	position: relative;
	overflow: hidden;
	width: min(1240px, calc(100% - 2rem));
	margin: calc(var(--almaraz-header-height) + 1.25rem) auto 2rem !important;
	padding: 0 !important;
	border: 1px solid rgba(205, 184, 160, 0.32);
	border-radius: 1.75rem;
	background:
		linear-gradient(180deg, rgba(18, 15, 13, 0.42) 0%, rgba(18, 15, 13, 0.10) 28%, rgba(18, 15, 13, 0.32) 100%),
		radial-gradient(circle at top left, rgba(255, 250, 243, 0.12), transparent 28%),
		radial-gradient(circle at bottom right, rgba(185, 150, 99, 0.16), transparent 30%),
		linear-gradient(135deg, #89715c 0%, #b69e86 34%, #d8c7b5 64%, #99816b 100%);
	box-shadow: var(--almaraz-shadow-deep);
}

body.page-id-20 .entry-hero.page-hero-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
		repeating-linear-gradient(
			90deg,
			rgba(255, 250, 243, 0.02) 0,
			rgba(255, 250, 243, 0.02) 1px,
			transparent 1px,
			transparent 120px
		);
	pointer-events: none;
}

body.page-id-20 .entry-hero.page-hero-section .entry-hero-container-inner {
	position: relative;
	z-index: 2;
	padding: 2.6rem 2rem 2.7rem;
	min-height: auto !important;
}

body.page-id-20 .entry-hero.page-hero-section .hero-section-overlay {
	display: none !important;
}

body.page-id-20 .entry-hero.page-hero-section .hero-container.site-container {
	max-width: 740px;
	margin: 0 auto;
	padding: 0 !important;
	text-align: center;
}

body.page-id-20 .entry-hero.page-hero-section .entry-header.page-title {
	margin: 0 !important;
	padding: 0 !important;
}

body.page-id-20 .entry-hero.page-hero-section .entry-title {
	margin: 0;
	color: #fffaf3 !important;
	font-family: var(--almaraz-font-heading);
	font-size: clamp(3.1rem, 6vw, 5.4rem);
	line-height: 0.9;
	letter-spacing: -0.03em;
	text-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

body.page-id-20 #primary {
	margin-top: 0 !important;
}

body.page-id-20 .content-container.site-container {
	padding-top: 0 !important;
}

body.page-id-20 .entry.content-bg.single-entry {
	background: rgba(255, 253, 249, 0.82);
	border: 1px solid rgba(205, 184, 160, 0.5);
	border-radius: calc(var(--almaraz-radius) + 0.2rem);
	box-shadow: var(--almaraz-shadow);
	padding: clamp(1.4rem, 2.4vw, 2.4rem);
}

body.page-id-20 .entry-content-wrap {
	padding-top: 0 !important;
}

/* =========================
   HERO FULL WIDTH
========================= */

.almaraz-hero-fullwidth {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-bottom: 2rem;
	border-radius: 0;
	border: 0;
	box-shadow: none;
}

.almaraz-hero {
	position: relative;
	overflow: hidden;
	padding: 0;
	background: #1f1c1a;
}

.almaraz-hero-video {
	min-height: 100vh;
	display: flex;
	align-items: stretch;
}

.almaraz-hero-video-wrap {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.almaraz-hero-video-element,
.almaraz-hero-video-fallback {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.almaraz-hero-video-fallback {
	background:
		linear-gradient(180deg, rgba(176, 150, 122, 0.15), rgba(46, 37, 28, 0.15)),
		linear-gradient(135deg, #e8d9c5, #cdb6a0 60%, #a68c74);
}

.almaraz-hero-video-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(180deg, rgba(8, 7, 6, 0.62) 0%, rgba(8, 7, 6, 0.16) 22%, rgba(8, 7, 6, 0.36) 100%),
		linear-gradient(90deg, rgba(16, 13, 11, 0.8) 0%, rgba(16, 13, 11, 0.54) 34%, rgba(16, 13, 11, 0.18) 100%);
}

.almaraz-hero-bottom-fade {
	display: none !important;
}

.almaraz-hero-video-content {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	width: min(1240px, calc(100% - 2rem));
	margin: 0 auto;
	padding: calc(var(--almaraz-header-height) + 3rem) 0 5rem;
}

.almaraz-hero-luxury-panel {
	width: min(760px, 100%);
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	backdrop-filter: none;
	box-shadow: none;
}

.almaraz-hero-kicker {
	opacity: 0;
	animation: almarazHeroFadeUp 0.75s ease forwards;
	animation-delay: 0.12s;
}

.almaraz-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1.1rem;
	padding: 0.5rem 0.9rem;
	border: 1px solid rgba(255, 250, 243, 0.18);
	border-radius: 999px;
	background: rgba(255, 253, 249, 0.08);
	backdrop-filter: blur(8px);
	color: rgba(255, 250, 243, 0.9);
	font-size: 0.82rem;
	line-height: 1.4;
	letter-spacing: 0.03em;
	opacity: 0;
	animation: almarazHeroFadeUp 0.75s ease forwards;
	animation-delay: 0.2s;
}

.almaraz-hero-video-content .almaraz-eyebrow {
	color: #e7d1aa;
	font-size: 0.95rem;
	letter-spacing: 0.24em;
	margin-bottom: 1rem;
}

.almaraz-hero-heading {
	display: flex;
	flex-wrap: wrap;
	gap: 0.12em 0.28em;
	max-width: 10.2ch;
	margin: 0 0 1rem;
}

.almaraz-hero-word {
	display: inline-block;
	padding-right: 0.03em;
	color: #fffaf3;
	font-size: clamp(3.2rem, 6.5vw, 6.35rem);
	line-height: 0.88;
	letter-spacing: -0.03em;
	text-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
	opacity: 0;
	transform: translateY(28px);
	animation: almarazHeroWordIn 0.7s ease forwards;
	animation-delay: calc(0.28s + (var(--word-index) * 0.08s));
}

.almaraz-hero-video-content .almaraz-hero-text {
	max-width: 640px;
	color: rgba(255, 250, 243, 0.92);
	font-size: 1.05rem;
	line-height: 1.9;
	opacity: 0;
	animation: almarazHeroFadeUp 0.8s ease forwards;
	animation-delay: 0.7s;
}

.almaraz-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 2rem;
	opacity: 0;
	animation: almarazHeroFadeUp 0.8s ease forwards;
	animation-delay: 0.86s;
}

.almaraz-hero-actions .almaraz-button,
.almaraz-hero-actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 1.55rem;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 16px 40px rgba(17, 12, 8, 0.14);
}

.almaraz-button {
	background: var(--almaraz-ink);
	color: #f8f4ee;
	border: 1px solid var(--almaraz-ink);
}

.almaraz-button:hover {
	background: var(--almaraz-gold);
	border-color: var(--almaraz-gold);
	color: #fff;
	box-shadow: 0 18px 40px rgba(185, 150, 99, 0.18);
}

.almaraz-button-light {
	background: #fffaf3;
	color: var(--almaraz-ink);
	border: 1px solid #fffaf3;
}

.almaraz-button-light:hover {
	background: #ead4ac;
	border-color: #ead4ac;
	color: #201914;
}

.almaraz-button-outline-light {
	background: rgba(255, 253, 249, 0.08);
	color: #fffaf3;
	border: 1px solid rgba(255, 250, 243, 0.42);
	backdrop-filter: blur(10px);
}

.almaraz-button-outline-light:hover {
	background: rgba(234, 212, 172, 0.16);
	border-color: #ead4ac;
	color: #fffaf3;
}

.almaraz-hero-details {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.9rem;
	margin-top: 2rem;
	padding-top: 1.4rem;
	border-top: 1px solid rgba(255, 250, 243, 0.14);
	max-width: 760px;
	opacity: 0;
	animation: almarazHeroFadeUp 0.8s ease forwards;
	animation-delay: 1s;
}

.almaraz-hero-detail-item {
	padding: 0.15rem 0.1rem;
}

.almaraz-hero-detail-label {
	display: block;
	margin-bottom: 0.42rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(234, 212, 172, 0.92);
}

.almaraz-hero-detail-item strong {
	display: block;
	color: rgba(255, 250, 243, 0.96);
	font-size: 0.95rem;
	line-height: 1.5;
	font-weight: 600;
}

.almaraz-hero-scroll {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 0.9rem;
	margin-top: 3rem;
	width: fit-content;
	color: rgba(255, 250, 243, 0.88);
	opacity: 0;
	animation: almarazHeroFadeUp 0.8s ease forwards;
	animation-delay: 1.18s;
}

.almaraz-hero-scroll-mouse {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 42px;
	border: 1px solid rgba(255, 250, 243, 0.55);
	border-radius: 999px;
}

.almaraz-hero-scroll-mouse::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 50%;
	width: 4px;
	height: 8px;
	border-radius: 999px;
	background: #fffaf3;
	transform: translateX(-50%);
	animation: almarazScrollDot 1.6s infinite;
}

.almaraz-hero-scroll-text {
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.18em;
}

@keyframes almarazScrollDot {
	0% { opacity: 0; transform: translate(-50%, 0); }
	30% { opacity: 1; }
	100% { opacity: 0; transform: translate(-50%, 12px); }
}

@keyframes almarazHeroFadeUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes almarazHeroWordIn {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* =========================
   REVEAL ANIMATION
========================= */

.almaraz-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.almaraz-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* =========================
   BRAND SHOWCASE
========================= */

.almaraz-brand-showcase {
	margin-bottom: var(--almaraz-section-gap);
	padding: clamp(1.5rem, 2.8vw, 2.4rem);
	background: linear-gradient(180deg, rgba(255, 251, 245, 0.92), rgba(245, 236, 224, 0.9));
	border: 1px solid rgba(205, 184, 160, 0.48);
	border-radius: calc(var(--almaraz-radius) + 0.25rem);
	box-shadow: var(--almaraz-shadow);
}

.almaraz-brand-showcase-main {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.95fr);
	gap: 1.3rem;
	align-items: stretch;
}

.almaraz-brand-copy {
	padding: 0.1rem 0.1rem 0.4rem;
}

.almaraz-brand-copy h2 {
	margin: 0 0 1rem;
	font-size: clamp(2.4rem, 5vw, 5rem);
	line-height: 0.94;
	max-width: 10ch;
}

.almaraz-brand-lead {
	max-width: 760px;
	margin: 0;
	font-size: 1.06rem;
	line-height: 1.95;
	color: var(--almaraz-muted);
}

.almaraz-brand-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.9rem;
	margin-top: 1.6rem;
}

.almaraz-brand-point {
	padding: 1rem 1rem 1.05rem;
	background: rgba(255, 253, 249, 0.72);
	border: 1px solid rgba(205, 184, 160, 0.4);
	border-radius: 1.15rem;
}

.almaraz-brand-point-label {
	display: block;
	margin-bottom: 0.45rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--almaraz-gold);
}

.almaraz-brand-point strong {
	display: block;
	font-size: 0.98rem;
	line-height: 1.55;
	color: var(--almaraz-ink);
}

.almaraz-brand-sidecard {
	padding: 1.35rem;
	background:
		linear-gradient(180deg, rgba(67, 55, 45, 0.96), rgba(31, 28, 26, 0.98)),
		linear-gradient(135deg, #43372d, #1f1c1a);
	border: 1px solid rgba(205, 184, 160, 0.16);
	border-radius: 1.35rem;
	box-shadow: var(--almaraz-shadow-deep);
}

.almaraz-brand-sidecard .almaraz-eyebrow {
	color: rgba(234, 212, 172, 0.9);
}

.almaraz-brand-list {
	margin: 0;
	padding-left: 1.1rem;
	color: rgba(255, 250, 243, 0.92);
	line-height: 1.9;
}

.almaraz-brand-list li + li {
	margin-top: 0.45rem;
}

.almaraz-brand-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.25rem;
}

.almaraz-brand-card {
	padding: 1.35rem 1.25rem;
	background: rgba(255, 253, 249, 0.76);
	border: 1px solid rgba(205, 184, 160, 0.42);
	border-radius: 1.25rem;
	box-shadow: var(--almaraz-shadow-soft);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.almaraz-brand-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--almaraz-shadow);
	border-color: rgba(185, 150, 99, 0.48);
}

.almaraz-brand-card h3 {
	margin: 0 0 0.8rem;
	font-size: 1.8rem;
	line-height: 1.04;
}

.almaraz-brand-card p {
	margin: 0;
	line-height: 1.85;
	color: var(--almaraz-muted);
}

/* =========================
   CONTENT FLOW SECTIONS
========================= */

.almaraz-value-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.almaraz-value-strip-icons .almaraz-value-item {
	display: grid;
	grid-template-columns: 34px 1fr;
	align-items: start;
	gap: 1rem;
}

.almaraz-value-icon {
	font-size: 1.5rem;
	line-height: 1;
	color: var(--almaraz-gold);
	margin-top: 0.15rem;
}

.almaraz-value-item {
	padding: 1rem 1.1rem;
	background: linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(247, 240, 231, 0.94));
	border: 1px solid rgba(205, 184, 160, 0.42);
	border-radius: 1.2rem;
	box-shadow: var(--almaraz-shadow-soft);
}

.almaraz-value-item strong {
	display: block;
	margin-bottom: 0.35rem;
}

.almaraz-value-item span {
	color: var(--almaraz-muted);
	font-size: 0.92rem;
	line-height: 1.6;
}

/* =========================
   COLLECTIONS SECTION UPGRADE
========================= */

.almaraz-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 2rem;
	gap: 1.4rem;
}

.almaraz-category-card {
	position: relative;
	overflow: hidden;
	border-radius: 1.45rem;
	background: #000;
	border: 1px solid rgba(205, 184, 160, 0.32);
	box-shadow: var(--almaraz-shadow-soft);
	transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
	min-height: 430px;
}

.almaraz-category-card:hover {
	transform: translateY(-8px);
	box-shadow: var(--almaraz-shadow-deep);
	border-color: rgba(185, 150, 99, 0.42);
}

.almaraz-category-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 34%, rgba(0, 0, 0, 0.58) 100%);
	pointer-events: none;
	z-index: 2;
}

.almaraz-category-media {
	position: absolute;
	inset: 0;
	min-height: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: transform 0.7s ease;
}

.almaraz-category-card:hover .almaraz-category-media {
	transform: scale(1.05);
}

.almaraz-category-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	padding: 1.5rem 1.35rem;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.almaraz-category-content .almaraz-eyebrow {
	color: rgba(255, 250, 243, 0.78);
	margin-bottom: 0.55rem;
	font-size: 0.72rem;
	letter-spacing: 0.24em;
}

.almaraz-category-content h3 {
	margin: 0 0 0.55rem;
	font-size: 1.65rem;
	line-height: 1.06;
	color: #fffaf3;
	text-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.almaraz-category-content .almaraz-text-link,
.almaraz-category-content a {
	color: #fffaf3;
	text-decoration: none;
	font-size: 0.84rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

/* =========================
   FEATURED PRODUCT CARDS UPGRADE
========================= */

.almaraz-featured-section {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(245, 237, 227, 0.94), rgba(255, 252, 247, 0.94));
}

.almaraz-featured-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.4rem;
}

.almaraz-product-card,
.woocommerce ul.products li.product.almaraz-woo-card {
	position: relative;
	background: rgba(255, 253, 249, 0.95);
	border: 1px solid rgba(205, 184, 160, 0.36);
	border-radius: 1.45rem;
	box-shadow: var(--almaraz-shadow-soft);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.almaraz-product-card:hover,
.woocommerce ul.products li.product.almaraz-woo-card:hover {
	transform: translateY(-8px);
	box-shadow: var(--almaraz-shadow-deep);
	border-color: rgba(185, 150, 99, 0.42);
}

.almaraz-product-media,
.almaraz-woo-card-media {
	position: relative;
	overflow: hidden;
	min-height: 420px;
	border-radius: 1.45rem 1.45rem 0 0;
}

.almaraz-product-media::after,
.almaraz-woo-card-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(20, 16, 13, 0) 45%, rgba(20, 16, 13, 0.14) 100%);
	pointer-events: none;
}

.almaraz-product-media,
.almaraz-product-media img,
.almaraz-woo-card-media img {
	transition: transform 0.7s ease;
}

.almaraz-product-card:hover .almaraz-product-media,
.almaraz-product-card:hover .almaraz-product-media img,
.woocommerce ul.products li.product.almaraz-woo-card:hover .almaraz-woo-card-media img {
	transform: scale(1.035);
}

.almaraz-product-copy,
.almaraz-woo-card-copy {
	padding: 1.4rem 1.35rem 1.35rem;
}

.almaraz-product-copy h3,
.almaraz-woo-card-copy h2 {
	font-size: 1.7rem;
	line-height: 1.04;
	margin-bottom: 0.75rem;
}

.almaraz-product-copy h3 a,
.almaraz-woo-card-copy h2 a {
	color: inherit;
	text-decoration: none;
}

.almaraz-product-meta,
.almaraz-woo-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.9rem;
}

.almaraz-product-card .almaraz-button,
.almaraz-woo-actions .button,
.woocommerce ul.products li.product.almaraz-woo-card .button {
	border-radius: 999px;
	padding: 0.9rem 1.15rem;
	font-weight: 700;
	box-shadow: 0 12px 24px rgba(17, 12, 8, 0.08);
}

.almaraz-product-card .price,
.almaraz-product-card .woocommerce-Price-amount,
.almaraz-woo-price,
.woocommerce ul.products li.product.almaraz-woo-card .price {
	font-size: 1rem;
	font-weight: 700;
	color: var(--almaraz-ink);
}

.almaraz-product-stock,
.almaraz-page-content,
.almaraz-icon-card p,
.almaraz-contact-card p,
.almaraz-woo-stock {
	color: var(--almaraz-muted);
	line-height: 1.8;
}

/* =========================
   SPLIT / LOOKBOOK / TRUST FLOW
========================= */

.almaraz-split-section {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.2rem;
	margin-bottom: var(--almaraz-section-gap);
}

.almaraz-split-card {
	padding: clamp(1.5rem, 2.6vw, 2.2rem);
	background: linear-gradient(180deg, rgba(255, 253, 249, 0.94), rgba(247, 240, 232, 0.9));
	border: 1px solid rgba(205, 184, 160, 0.42);
	border-radius: calc(var(--almaraz-radius) + 0.1rem);
	box-shadow: var(--almaraz-shadow);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.almaraz-split-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--almaraz-shadow-deep);
	border-color: rgba(185, 150, 99, 0.38);
}

.almaraz-split-card.is-highlight {
	background: linear-gradient(135deg, rgba(248, 240, 230, 0.98), rgba(236, 224, 207, 0.94));
}

.almaraz-split-card h2 {
	margin-top: 0;
	font-size: clamp(2rem, 3vw, 2.95rem);
	line-height: 0.98;
	max-width: 12ch;
}

.almaraz-split-card p {
	color: var(--almaraz-muted);
	line-height: 1.85;
	max-width: 58ch;
}

.almaraz-process-list,
.almaraz-simple-list {
	padding-left: 1.1rem;
	color: var(--almaraz-muted);
	line-height: 1.8;
}

.almaraz-newsletter {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	gap: 1.2rem;
	align-items: center;
}

.almaraz-newsletter-form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.almaraz-newsletter-form input {
	flex: 1 1 220px;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(185, 150, 99, 0.48);
	border-radius: 999px;
	background: #fff;
}

.almaraz-page-content > * + * {
	margin-top: 1rem;
}

.almaraz-page-content a {
	color: var(--almaraz-brown);
}

.almaraz-faq-list {
	display: grid;
	gap: 0.9rem;
}

.almaraz-faq-item {
	background: var(--almaraz-white);
	border: 1px solid rgba(205, 184, 160, 0.48);
	border-radius: 1.2rem;
	overflow: hidden;
}

.almaraz-faq-button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.1rem 1.2rem;
	background: transparent;
	border: 0;
	font: inherit;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
}

.almaraz-faq-answer {
	padding: 0 1.2rem 1.2rem;
	color: var(--almaraz-muted);
	line-height: 1.75;
}

.almaraz-faq-item.is-open .almaraz-faq-icon {
	transform: rotate(45deg);
}

/* Static page heroes */
.almaraz-page-hero {
	text-align: center;
	padding: 2.6rem 2rem 2.7rem;
	margin: calc(var(--almaraz-header-height) + 1.25rem) auto 2rem;
	width: min(1240px, calc(100% - 2rem));
	background:
		linear-gradient(180deg, rgba(18, 15, 13, 0.42) 0%, rgba(18, 15, 13, 0.10) 28%, rgba(18, 15, 13, 0.32) 100%),
		radial-gradient(circle at top left, rgba(255, 250, 243, 0.12), transparent 28%),
		radial-gradient(circle at bottom right, rgba(185, 150, 99, 0.16), transparent 30%),
		linear-gradient(135deg, #89715c 0%, #b69e86 34%, #d8c7b5 64%, #99816b 100%);
	border: 1px solid rgba(205, 184, 160, 0.32);
	border-radius: 1.75rem;
	box-shadow: var(--almaraz-shadow-deep);
	backdrop-filter: none;
}

.almaraz-page-hero h1 {
	margin: 0;
	max-width: none;
	color: #fffaf3;
	font-size: clamp(3.1rem, 6vw, 5.4rem);
	line-height: 0.9;
	letter-spacing: -0.03em;
	text-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.almaraz-page-hero p,
.almaraz-page-intro {
	margin: 1rem auto 0;
	max-width: 760px;
	color: rgba(255, 250, 243, 0.9);
	font-size: 1rem;
	line-height: 1.9;
	text-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
}

.almaraz-page-hero .almaraz-eyebrow {
	color: rgba(255, 244, 224, 0.92);
	margin-bottom: 0.9rem;
	font-size: 0.8rem;
	letter-spacing: 0.24em;
}

.almaraz-icon-grid,
.almaraz-contact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.2rem;
}

.almaraz-icon-card,
.almaraz-contact-card {
	padding: 1.35rem 1.25rem;
	background: linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(247, 240, 232, 0.92));
	border: 1px solid rgba(205, 184, 160, 0.38);
	border-radius: 1.3rem;
	box-shadow: var(--almaraz-shadow-soft);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.almaraz-icon-card:hover,
.almaraz-contact-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--almaraz-shadow);
	border-color: rgba(185, 150, 99, 0.4);
}

.almaraz-icon-card h3,
.almaraz-contact-card h3 {
	margin: 0 0 0.75rem;
	font-size: 1.8rem;
	line-height: 1.04;
}

.almaraz-contact-card p,
.almaraz-icon-card p {
	margin: 0;
}

/* Shop hero */
.almaraz-shop-hero {
	position: relative;
	overflow: hidden;
	width: min(1240px, calc(100% - 2rem));
	margin: calc(var(--almaraz-header-height) + 1.25rem) auto 2rem;
	padding: 2.6rem 2rem 2.7rem;
	border-radius: 1.75rem;
	background:
		linear-gradient(180deg, rgba(18, 15, 13, 0.42) 0%, rgba(18, 15, 13, 0.10) 28%, rgba(18, 15, 13, 0.32) 100%),
		radial-gradient(circle at top left, rgba(255, 250, 243, 0.12), transparent 28%),
		radial-gradient(circle at bottom right, rgba(185, 150, 99, 0.16), transparent 30%),
		linear-gradient(135deg, #89715c 0%, #b69e86 34%, #d8c7b5 64%, #99816b 100%);
	box-shadow: var(--almaraz-shadow-deep);
}

.almaraz-shop-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
		repeating-linear-gradient(
			90deg,
			rgba(255, 250, 243, 0.02) 0,
			rgba(255, 250, 243, 0.02) 1px,
			transparent 1px,
			transparent 120px
		);
	pointer-events: none;
}

.almaraz-shop-hero-inner {
	position: relative;
	z-index: 2;
	max-width: 740px;
	margin: 0 auto;
	text-align: center;
}

.almaraz-shop-hero .almaraz-eyebrow {
	color: rgba(255, 244, 224, 0.92);
	margin-bottom: 0.9rem;
	font-size: 0.8rem;
	letter-spacing: 0.24em;
}

.almaraz-shop-hero h1 {
	margin: 0;
	color: #fffaf3;
	font-size: clamp(3.1rem, 6vw, 5.4rem);
	line-height: 0.9;
	letter-spacing: -0.03em;
	text-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
	max-width: none;
}

.almaraz-shop-hero-text,
.almaraz-shop-hero p:not(.almaraz-eyebrow) {
	margin: 1rem auto 0;
	max-width: 640px;
	color: rgba(255, 250, 243, 0.9);
	font-size: 1rem;
	line-height: 1.9;
	text-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
}

.almaraz-single-product-shell {
	padding: 1.5rem;
	margin-bottom: 2rem;
	background: rgba(255, 253, 249, 0.84);
	border: 1px solid rgba(205, 184, 160, 0.5);
	border-radius: calc(var(--almaraz-radius) + 0.2rem);
	box-shadow: var(--almaraz-shadow);
}

.almaraz-product-summary-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	margin: 1rem 0 1.25rem;
	padding: 1rem 1.1rem;
	background: rgba(248, 244, 238, 0.85);
	border: 1px solid rgba(205, 184, 160, 0.45);
	border-radius: 1rem;
}

.almaraz-summary-label {
	display: block;
	margin-bottom: 0.25rem;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: var(--almaraz-gold);
}

.almaraz-shop-guest-note {
	margin: 1rem 0 0.85rem;
	color: var(--almaraz-muted);
	line-height: 1.7;
}

.almaraz-product-support-panel {
	margin-top: 1.4rem;
	padding: 1.15rem 1.2rem;
	background: rgba(248, 244, 238, 0.88);
	border: 1px solid rgba(205, 184, 160, 0.45);
	border-radius: 1.1rem;
}

.almaraz-product-support-panel h3 {
	margin: 0 0 0.75rem;
	font-size: 1.4rem;
	line-height: 1.05;
}

.almaraz-product-support-panel p {
	margin: 0 0 0.9rem;
	color: var(--almaraz-muted);
	line-height: 1.75;
}

.almaraz-product-support-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.almaraz-product-support-actions .button {
	margin: 0;
}

.almaraz-button-secondary {
	background: transparent !important;
	color: var(--almaraz-ink) !important;
	border: 1px solid rgba(67, 55, 45, 0.22) !important;
}

.almaraz-button-secondary:hover {
	background: rgba(185, 150, 99, 0.1) !important;
	border-color: var(--almaraz-gold) !important;
	color: var(--almaraz-gold) !important;
}

.almaraz-product-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-top: 1rem;
}

.almaraz-product-actions .almaraz-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.15rem;
	border-radius: 999px;
	background: var(--almaraz-ink);
	color: #f8f4ee;
	border: 1px solid var(--almaraz-ink);
	text-decoration: none;
	font-weight: 700;
}

.almaraz-product-actions .almaraz-button:hover {
	background: var(--almaraz-gold);
	border-color: var(--almaraz-gold);
	color: #fff;
}

.almaraz-product-actions .almaraz-button-secondary {
	background: transparent;
	color: var(--almaraz-ink);
	border: 1px solid rgba(67, 55, 45, 0.22);
}

.almaraz-product-actions .almaraz-button-secondary:hover {
	background: rgba(185, 150, 99, 0.1);
	border-color: var(--almaraz-gold);
	color: var(--almaraz-gold);
}

.almaraz-product-price .almaraz-login-price-message,
.almaraz-login-price-message {
	display: inline-block;
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--almaraz-muted);
}

.almaraz-page-intro {
	max-width: 600px;
	margin: 1rem auto 0;
	font-size: 1rem;
}

#private-label-enquiry .almaraz-page-content {
	max-width: 940px;
}

#private-label-enquiry .almaraz-page-content form,
#private-label-enquiry .almaraz-page-content .ff-el-group,
#private-label-enquiry .almaraz-page-content .fluentform {
	width: 100%;
}

#private-label-enquiry .almaraz-page-content input,
#private-label-enquiry .almaraz-page-content select,
#private-label-enquiry .almaraz-page-content textarea {
	width: 100%;
}

.almaraz-selected-product-note {
	margin-top: 1rem;
	padding: 1rem 1.1rem;
	background: rgba(255, 253, 249, 0.9);
	border: 1px solid rgba(205, 184, 160, 0.5);
	border-radius: 1rem;
	color: var(--almaraz-brown);
	line-height: 1.6;
}

.display-none {
	display: none !important;
}

/* =========================
   CUSTOM CURSOR
========================= */

.almaraz-cursor {
	position: fixed;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: var(--almaraz-gold);
	border-radius: 50%;
	pointer-events: none;
	z-index: 9999;
	transform: translate(-50%, -50%);
	transition: transform 0.15s ease, background 0.2s ease;
	mix-blend-mode: difference;
}

.almaraz-cursor.is-active {
	transform: scale(2.2);
	background: #ffffff;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {
	.almaraz-newsletter,
	.almaraz-split-section,
	.almaraz-value-strip,
	.almaraz-hero-details,
	.almaraz-brand-points,
	.almaraz-brand-cards,
	.almaraz-featured-grid {
		grid-template-columns: 1fr;
	}

	.almaraz-brand-showcase-main {
		grid-template-columns: 1fr;
	}

	.almaraz-category-grid,
	.almaraz-product-grid,
	.almaraz-icon-grid,
	.almaraz-contact-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.almaraz-product-media,
	.almaraz-woo-card-media img {
		min-height: 360px;
		height: 360px;
	}

	.almaraz-category-card {
		min-height: 360px;
	}
}

@media (max-width: 782px) {
	body.admin-bar.home .site-header,
	body.admin-bar.home #masthead,
	body.admin-bar.post-type-archive-product .site-header,
	body.admin-bar.post-type-archive-product #masthead,
	body.admin-bar.tax-product_cat .site-header,
	body.admin-bar.tax-product_cat #masthead,
	body.admin-bar.tax-product_tag .site-header,
	body.admin-bar.tax-product_tag #masthead,
	body.admin-bar.page-template-template-collections .site-header,
	body.admin-bar.page-template-template-collections #masthead,
	body.admin-bar.page-template-template-collections-php .site-header,
	body.admin-bar.page-template-template-collections-php #masthead,
	body.admin-bar.page-id-20 .site-header,
	body.admin-bar.page-id-20 #masthead,
	body.admin-bar.page-template-template-private-label .site-header,
	body.admin-bar.page-template-template-private-label #masthead,
	body.admin-bar.page-template-template-private-label-php .site-header,
	body.admin-bar.page-template-template-private-label-php #masthead,
	body.admin-bar.page-template-template-lookbook .site-header,
	body.admin-bar.page-template-template-lookbook #masthead,
	body.admin-bar.page-template-template-lookbook-php .site-header,
	body.admin-bar.page-template-template-lookbook-php #masthead,
	body.admin-bar.page-template-template-about .site-header,
	body.admin-bar.page-template-template-about #masthead,
	body.admin-bar.page-template-template-about-php .site-header,
	body.admin-bar.page-template-template-about-php #masthead,
	body.admin-bar.page-template-template-contact .site-header,
	body.admin-bar.page-template-template-contact #masthead,
	body.admin-bar.page-template-template-contact-php .site-header,
	body.admin-bar.page-template-template-contact-php #masthead,
	body.admin-bar.page-template-template-faq .site-header,
	body.admin-bar.page-template-template-faq #masthead,
	body.admin-bar.page-template-template-faq-php .site-header,
	body.admin-bar.page-template-template-faq-php #masthead,
	body.admin-bar.page-template-template-legal .site-header,
	body.admin-bar.page-template-template-legal #masthead,
	body.admin-bar.page-template-template-legal-php .site-header,
	body.admin-bar.page-template-template-legal-php #masthead,
	body.admin-bar.page-template-template-service-information .site-header,
	body.admin-bar.page-template-template-service-information #masthead,
	body.admin-bar.page-template-template-service-information-php .site-header,
	body.admin-bar.page-template-template-service-information-php #masthead {
		top: 46px !important;
	}
}

@media (max-width: 767px) {
	.almaraz-site-shell {
		width: min(100% - 1rem, 1240px);
		padding-top: 1rem;
	}

	.site-header-row-container-inner {
		min-height: var(--almaraz-header-height-mobile) !important;
		padding-left: 8px !important;
		padding-right: 16px !important;
	}

	body.home .site-header-row-container-inner,
	body.post-type-archive-product .site-header-row-container-inner,
	body.tax-product_cat .site-header-row-container-inner,
	body.tax-product_tag .site-header-row-container-inner,
	body.page-template-template-collections .site-header-row-container-inner,
	body.page-template-template-collections-php .site-header-row-container-inner,
	body.page-id-20 .site-header-row-container-inner,
	body.page-template-template-private-label .site-header-row-container-inner,
	body.page-template-template-private-label-php .site-header-row-container-inner,
	body.page-template-template-lookbook .site-header-row-container-inner,
	body.page-template-template-lookbook-php .site-header-row-container-inner,
	body.page-template-template-about .site-header-row-container-inner,
	body.page-template-template-about-php .site-header-row-container-inner,
	body.page-template-template-contact .site-header-row-container-inner,
	body.page-template-template-contact-php .site-header-row-container-inner,
	body.page-template-template-faq .site-header-row-container-inner,
	body.page-template-template-faq-php .site-header-row-container-inner,
	body.page-template-template-legal .site-header-row-container-inner,
	body.page-template-template-legal-php .site-header-row-container-inner,
	body.page-template-template-service-information .site-header-row-container-inner,
	body.page-template-template-service-information-php .site-header-row-container-inner {
		min-height: var(--almaraz-header-height-mobile) !important;
		padding-left: 8px !important;
		padding-right: 16px !important;
	}

	.site-branding {
		margin-left: -4px !important;
		padding-top: 4px !important;
	}

	body.home .site-branding,
	body.post-type-archive-product .site-branding,
	body.tax-product_cat .site-branding,
	body.tax-product_tag .site-branding,
	body.page-template-template-collections .site-branding,
	body.page-template-template-collections-php .site-branding,
	body.page-id-20 .site-branding,
	body.page-template-template-private-label .site-branding,
	body.page-template-template-private-label-php .site-branding,
	body.page-template-template-lookbook .site-branding,
	body.page-template-template-lookbook-php .site-branding,
	body.page-template-template-about .site-branding,
	body.page-template-template-about-php .site-branding,
	body.page-template-template-contact .site-branding,
	body.page-template-template-contact-php .site-branding,
	body.page-template-template-faq .site-branding,
	body.page-template-template-faq-php .site-branding,
	body.page-template-template-legal .site-branding,
	body.page-template-template-legal-php .site-branding,
	body.page-template-template-service-information .site-branding,
	body.page-template-template-service-information-php .site-branding {
		margin-left: -6px !important;
		padding-top: 5px !important;
	}

	.site-header .custom-logo-link,
	body.home .site-header .custom-logo-link,
	body.post-type-archive-product .site-header .custom-logo-link,
	body.tax-product_cat .site-header .custom-logo-link,
	body.tax-product_tag .site-header .custom-logo-link,
	body.page-template-template-collections .site-header .custom-logo-link,
	body.page-template-template-collections-php .site-header .custom-logo-link,
	body.page-id-20 .site-header .custom-logo-link,
	body.page-template-template-private-label .site-header .custom-logo-link,
	body.page-template-template-private-label-php .site-header .custom-logo-link,
	body.page-template-template-lookbook .site-header .custom-logo-link,
	body.page-template-template-lookbook-php .site-header .custom-logo-link,
	body.page-template-template-about .site-header .custom-logo-link,
	body.page-template-template-about-php .site-header .custom-logo-link,
	body.page-template-template-contact .site-header .custom-logo-link,
	body.page-template-template-contact-php .site-header .custom-logo-link,
	body.page-template-template-faq .site-header .custom-logo-link,
	body.page-template-template-faq-php .site-header .custom-logo-link,
	body.page-template-template-legal .site-header .custom-logo-link,
	body.page-template-template-legal-php .site-header .custom-logo-link,
	body.page-template-template-service-information .site-header .custom-logo-link,
	body.page-template-template-service-information-php .site-header .custom-logo-link {
		margin-top: 5px !important;
		margin-left: -4px !important;
	}

	.site-header .custom-logo,
	.site-header .custom-logo-link img {
		max-height: 90px !important;
	}

	.almaraz-category-grid,
	.almaraz-product-grid,
	.almaraz-icon-grid,
	.almaraz-contact-grid,
	.woocommerce ul.products,
	.almaraz-featured-grid {
		grid-template-columns: 1fr;
	}

	.almaraz-category-card {
		min-height: 300px;
	}

	.almaraz-product-media,
	.almaraz-woo-card-media img {
		min-height: 280px;
		height: 280px;
	}

	body.page-id-20 .entry-hero.page-hero-section {
		width: min(100% - 1rem, 1240px);
		margin: calc(var(--almaraz-header-height-mobile) + 0.9rem) auto 2rem !important;
		border-radius: 1.35rem;
	}

	body.page-id-20 .entry-hero.page-hero-section .entry-hero-container-inner {
		padding: 1.8rem 1rem 2rem;
	}

	body.page-id-20 .entry-hero.page-hero-section .entry-title {
		font-size: clamp(2.4rem, 10vw, 4rem);
	}

	.almaraz-shop-hero,
	.almaraz-page-hero {
		width: min(100% - 1rem, 1240px);
		margin: calc(var(--almaraz-header-height-mobile) + 0.9rem) auto 2rem;
		padding: 1.8rem 1rem 2rem;
		border-radius: 1.35rem;
	}

	.almaraz-shop-hero h1,
	.almaraz-page-hero h1 {
		font-size: clamp(2.4rem, 10vw, 4rem);
	}

	.almaraz-shop-hero-text,
	.almaraz-shop-hero p:not(.almaraz-eyebrow),
	.almaraz-page-hero p,
	.almaraz-page-intro {
		font-size: 0.96rem;
		line-height: 1.75;
	}

	.almaraz-hero-video {
		min-height: 100vh;
	}

	.almaraz-hero-video-content {
		min-height: 100vh;
		width: min(100% - 1.25rem, 1240px);
		padding: calc(var(--almaraz-header-height-mobile) + 1.5rem) 0 2rem;
	}

	.almaraz-hero-badge {
		font-size: 0.76rem;
		line-height: 1.45;
	}

	.almaraz-hero-heading {
		max-width: none;
		gap: 0.1em 0.22em;
	}

	.almaraz-hero-word {
		font-size: clamp(2.8rem, 12vw, 4.5rem);
		line-height: 0.94;
	}

	.almaraz-hero-video-content .almaraz-hero-text {
		font-size: 1rem;
		line-height: 1.75;
	}

	.almaraz-hero-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.almaraz-hero-actions .almaraz-button,
	.almaraz-hero-actions .button {
		width: 100%;
	}

	.almaraz-hero-scroll {
		margin-top: 2rem;
	}

	.almaraz-brand-showcase,
	.almaraz-section,
	.almaraz-newsletter {
		padding: 1.15rem;
	}

	.almaraz-brand-copy h2 {
		font-size: clamp(2.4rem, 12vw, 4rem);
		max-width: none;
	}

	.almaraz-product-copy,
	.almaraz-woo-card-copy {
		padding: 1.15rem 1.05rem 1.15rem;
	}

	.almaraz-product-copy h3,
	.almaraz-woo-card-copy h2,
	.almaraz-category-content h3,
	.almaraz-icon-card h3,
	.almaraz-contact-card h3 {
		font-size: 1.45rem;
	}
}
/* =========================
   MY ACCOUNT — LUXURY UPGRADE
========================= */

body.woocommerce-account .woocommerce {
	width: min(1240px, calc(100% - 2rem));
	margin: calc(var(--almaraz-header-height) + 1.25rem) auto 2rem;
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 1.5rem;
}

/* Sidebar navigation */
.woocommerce-account .woocommerce-MyAccount-navigation {
	background: rgba(255, 253, 249, 0.9);
	border: 1px solid rgba(205, 184, 160, 0.4);
	border-radius: 1.4rem;
	box-shadow: var(--almaraz-shadow-soft);
	padding: 1.2rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 0.8rem 0.9rem;
	border-radius: 0.8rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--almaraz-ink);
	text-decoration: none;
	transition: all 0.25s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
	background: rgba(185, 150, 99, 0.12);
	color: var(--almaraz-gold);
}

/* Content panel */
.woocommerce-account .woocommerce-MyAccount-content {
	background: rgba(255, 253, 249, 0.9);
	border: 1px solid rgba(205, 184, 160, 0.45);
	border-radius: 1.5rem;
	box-shadow: var(--almaraz-shadow);
	padding: 1.8rem;
}

/* Headings */
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
	font-family: var(--almaraz-font-heading);
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

/* Forms */
.woocommerce-account input,
.woocommerce-account select,
.woocommerce-account textarea {
	width: 100%;
	padding: 0.85rem 1rem;
	border-radius: 0.7rem;
	border: 1px solid rgba(205, 184, 160, 0.5);
	background: #fff;
	font-family: var(--almaraz-font-body);
}

/* Buttons */
.woocommerce-account .button {
	border-radius: 999px;
	padding: 0.85rem 1.2rem;
	font-weight: 700;
	background: var(--almaraz-ink);
	color: #fff;
	border: 1px solid var(--almaraz-ink);
}

.woocommerce-account .button:hover {
	background: var(--almaraz-gold);
	border-color: var(--almaraz-gold);
}

/* Tables (orders etc.) */
.woocommerce-account table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1rem;
}

.woocommerce-account table th,
.woocommerce-account table td {
	padding: 0.75rem;
	border-bottom: 1px solid rgba(205, 184, 160, 0.3);
	text-align: left;
	font-size: 0.9rem;
}

.woocommerce-account table th {
	color: var(--almaraz-muted);
	font-weight: 600;
}

/* Responsive */
@media (max-width: 900px) {
	body.woocommerce-account .woocommerce {
		grid-template-columns: 1fr;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		display: flex;
		overflow-x: auto;
		padding: 0.8rem;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		flex-direction: row;
		gap: 0.5rem;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation li a {
		white-space: nowrap;
	}
}
/* =========================================================
   ALMARAZ FINAL SITE-WIDE POLISH LAYER
   Covers: single product, account, cart, checkout, forms,
   WooCommerce notices, sorting, pagination, mobile refinements.
   This layer is intentionally placed last so it safely overrides
   earlier styling without disturbing the working header/shop fixes.
========================================================= */

/* ---------- Overlay header for WooCommerce functional pages ---------- */
body.single-product .site-header,
body.single-product #masthead,
body.single-product .site-header-row-container,
body.single-product .site-header-row-container-inner,
body.single-product .site-header-wrap,
body.woocommerce-account .site-header,
body.woocommerce-account #masthead,
body.woocommerce-account .site-header-row-container,
body.woocommerce-account .site-header-row-container-inner,
body.woocommerce-account .site-header-wrap,
body.woocommerce-cart .site-header,
body.woocommerce-cart #masthead,
body.woocommerce-cart .site-header-row-container,
body.woocommerce-cart .site-header-row-container-inner,
body.woocommerce-cart .site-header-wrap,
body.woocommerce-checkout .site-header,
body.woocommerce-checkout #masthead,
body.woocommerce-checkout .site-header-row-container,
body.woocommerce-checkout .site-header-row-container-inner,
body.woocommerce-checkout .site-header-wrap {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.single-product .site-header,
body.single-product #masthead,
body.woocommerce-account .site-header,
body.woocommerce-account #masthead,
body.woocommerce-cart .site-header,
body.woocommerce-cart #masthead,
body.woocommerce-checkout .site-header,
body.woocommerce-checkout #masthead {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	z-index: 1000 !important;
	border-bottom: 0 !important;
	backdrop-filter: none !important;
}

body.admin-bar.single-product .site-header,
body.admin-bar.single-product #masthead,
body.admin-bar.woocommerce-account .site-header,
body.admin-bar.woocommerce-account #masthead,
body.admin-bar.woocommerce-cart .site-header,
body.admin-bar.woocommerce-cart #masthead,
body.admin-bar.woocommerce-checkout .site-header,
body.admin-bar.woocommerce-checkout #masthead {
	top: 32px !important;
}

body.single-product .site-header-row-container-inner,
body.woocommerce-account .site-header-row-container-inner,
body.woocommerce-cart .site-header-row-container-inner,
body.woocommerce-checkout .site-header-row-container-inner {
	min-height: var(--almaraz-header-height) !important;
	padding-left: 10px !important;
	padding-right: 24px !important;
	background: linear-gradient(180deg, rgba(12, 10, 9, 0.42) 0%, rgba(12, 10, 9, 0.16) 62%, rgba(12, 10, 9, 0) 100%) !important;
}

body.single-product .site-branding,
body.woocommerce-account .site-branding,
body.woocommerce-cart .site-branding,
body.woocommerce-checkout .site-branding {
	margin-left: -10px !important;
	padding-top: 10px !important;
}

body.single-product .site-header .custom-logo-link,
body.woocommerce-account .site-header .custom-logo-link,
body.woocommerce-cart .site-header .custom-logo-link,
body.woocommerce-checkout .site-header .custom-logo-link {
	margin-top: 10px !important;
	margin-left: -8px !important;
}

body.single-product .site-branding .site-title,
body.single-product .site-branding .site-title a,
body.single-product .site-branding .custom-logo-link + .site-title,
body.single-product .site-branding .custom-logo-link + .site-title a,
body.woocommerce-account .site-branding .site-title,
body.woocommerce-account .site-branding .site-title a,
body.woocommerce-account .site-branding .custom-logo-link + .site-title,
body.woocommerce-account .site-branding .custom-logo-link + .site-title a,
body.woocommerce-cart .site-branding .site-title,
body.woocommerce-cart .site-branding .site-title a,
body.woocommerce-cart .site-branding .custom-logo-link + .site-title,
body.woocommerce-cart .site-branding .custom-logo-link + .site-title a,
body.woocommerce-checkout .site-branding .site-title,
body.woocommerce-checkout .site-branding .site-title a,
body.woocommerce-checkout .site-branding .custom-logo-link + .site-title,
body.woocommerce-checkout .site-branding .custom-logo-link + .site-title a {
	color: #fffaf3 !important;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

body.single-product .site-header .navigation .menu > li > a,
body.single-product .site-header .main-navigation .menu > li > a,
body.single-product .site-header .menu li a,
body.single-product .site-header .header-navigation a,
body.single-product .site-header .header-menu-container a,
body.single-product .site-header .header-menu-wrap a,
body.single-product .site-header .site-header-item a,
body.woocommerce-account .site-header .navigation .menu > li > a,
body.woocommerce-account .site-header .main-navigation .menu > li > a,
body.woocommerce-account .site-header .menu li a,
body.woocommerce-account .site-header .header-navigation a,
body.woocommerce-account .site-header .header-menu-container a,
body.woocommerce-account .site-header .header-menu-wrap a,
body.woocommerce-account .site-header .site-header-item a,
body.woocommerce-cart .site-header .navigation .menu > li > a,
body.woocommerce-cart .site-header .main-navigation .menu > li > a,
body.woocommerce-cart .site-header .menu li a,
body.woocommerce-cart .site-header .header-navigation a,
body.woocommerce-cart .site-header .header-menu-container a,
body.woocommerce-cart .site-header .header-menu-wrap a,
body.woocommerce-cart .site-header .site-header-item a,
body.woocommerce-checkout .site-header .navigation .menu > li > a,
body.woocommerce-checkout .site-header .main-navigation .menu > li > a,
body.woocommerce-checkout .site-header .menu li a,
body.woocommerce-checkout .site-header .header-navigation a,
body.woocommerce-checkout .site-header .header-menu-container a,
body.woocommerce-checkout .site-header .header-menu-wrap a,
body.woocommerce-checkout .site-header .site-header-item a {
	color: #fffaf3 !important;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.22);
}

body.single-product .site-header .navigation .menu > li > a::after,
body.single-product .site-header .main-navigation .menu > li > a::after,
body.single-product .site-header .menu > li > a::after,
body.woocommerce-account .site-header .navigation .menu > li > a::after,
body.woocommerce-account .site-header .main-navigation .menu > li > a::after,
body.woocommerce-account .site-header .menu > li > a::after,
body.woocommerce-cart .site-header .navigation .menu > li > a::after,
body.woocommerce-cart .site-header .main-navigation .menu > li > a::after,
body.woocommerce-cart .site-header .menu > li > a::after,
body.woocommerce-checkout .site-header .navigation .menu > li > a::after,
body.woocommerce-checkout .site-header .main-navigation .menu > li > a::after,
body.woocommerce-checkout .site-header .menu > li > a::after {
	background: var(--almaraz-gold-soft);
}

body.single-product .site-header .drawer-toggle,
body.single-product .site-header .menu-toggle,
body.woocommerce-account .site-header .drawer-toggle,
body.woocommerce-account .site-header .menu-toggle,
body.woocommerce-cart .site-header .drawer-toggle,
body.woocommerce-cart .site-header .menu-toggle,
body.woocommerce-checkout .site-header .drawer-toggle,
body.woocommerce-checkout .site-header .menu-toggle {
	color: #fffaf3 !important;
}

/* ---------- WooCommerce archive controls ---------- */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin: 0 0 1.25rem;
}

.woocommerce .woocommerce-result-count {
	color: var(--almaraz-muted);
	font-size: 0.92rem;
	line-height: 1.7;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
	min-width: 230px;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(205, 184, 160, 0.48);
	border-radius: 999px;
	background: rgba(255, 253, 249, 0.94);
	color: var(--almaraz-brown);
	font-family: var(--almaraz-font-body);
	font-size: 0.9rem;
	box-shadow: var(--almaraz-shadow-soft);
}

.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	justify-content: center;
	gap: 0.45rem;
	border: 0;
	margin-top: 2rem;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	min-width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	border: 1px solid rgba(205, 184, 160, 0.5);
	background: rgba(255, 253, 249, 0.9);
	color: var(--almaraz-brown);
	font-weight: 700;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: var(--almaraz-ink);
	border-color: var(--almaraz-ink);
	color: #fffaf3;
}

/* ---------- WooCommerce notices ---------- */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error {
	width: min(1240px, calc(100% - 2rem));
	margin: 1rem auto 1.2rem;
	padding: 1rem 1.15rem;
	border: 1px solid rgba(205, 184, 160, 0.5);
	border-radius: 1.15rem;
	background: rgba(255, 253, 249, 0.94);
	box-shadow: var(--almaraz-shadow-soft);
	color: var(--almaraz-brown);
	line-height: 1.7;
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--almaraz-gold);
}

.woocommerce-error {
	border-color: rgba(140, 64, 45, 0.28);
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
	border-radius: 999px;
	background: var(--almaraz-ink);
	color: #fffaf3;
	font-weight: 700;
}

/* ---------- Single product editorial layout ---------- */
body.single-product .almaraz-product-wrapper {
	width: min(1240px, calc(100% - 2rem));
	margin: 0 auto 4rem;
}

body.single-product .almaraz-product-hero {
	position: relative;
	overflow: hidden;
	width: min(1240px, calc(100% - 2rem));
	margin: calc(var(--almaraz-header-height) + 1.25rem) auto 2rem;
	padding: 2.8rem 2rem 3rem;
	border: 1px solid rgba(205, 184, 160, 0.32);
	border-radius: 1.75rem;
	background:
		linear-gradient(180deg, rgba(18, 15, 13, 0.42) 0%, rgba(18, 15, 13, 0.10) 28%, rgba(18, 15, 13, 0.32) 100%),
		radial-gradient(circle at top left, rgba(255, 250, 243, 0.12), transparent 28%),
		radial-gradient(circle at bottom right, rgba(185, 150, 99, 0.16), transparent 30%),
		linear-gradient(135deg, #89715c 0%, #b69e86 34%, #d8c7b5 64%, #99816b 100%);
	box-shadow: var(--almaraz-shadow-deep);
	text-align: center;
}

body.single-product .almaraz-product-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
		repeating-linear-gradient(90deg, rgba(255, 250, 243, 0.02) 0, rgba(255, 250, 243, 0.02) 1px, transparent 1px, transparent 120px);
	pointer-events: none;
}

body.single-product .almaraz-product-hero-inner {
	position: relative;
	z-index: 2;
	max-width: 820px;
	margin: 0 auto;
}

body.single-product .almaraz-product-hero .almaraz-eyebrow {
	color: rgba(255, 244, 224, 0.92);
	margin-bottom: 0.9rem;
	font-size: 0.8rem;
	letter-spacing: 0.24em;
}

body.single-product .almaraz-product-hero h1 {
	margin: 0;
	color: #fffaf3;
	font-size: clamp(3rem, 6vw, 5.4rem);
	line-height: 0.9;
	letter-spacing: -0.03em;
	text-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

body.single-product .almaraz-product-intro {
	margin: 1rem auto 0;
	max-width: 680px;
	color: rgba(255, 250, 243, 0.9);
	font-size: 1rem;
	line-height: 1.9;
	text-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
}

body.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	gap: clamp(1.5rem, 3vw, 3rem);
	align-items: start;
	padding: clamp(1.2rem, 2.5vw, 2rem);
	background: rgba(255, 253, 249, 0.86);
	border: 1px solid rgba(205, 184, 160, 0.48);
	border-radius: calc(var(--almaraz-radius) + 0.2rem);
	box-shadow: var(--almaraz-shadow);
}

body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product div.images {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

body.single-product div.product div.summary {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: clamp(0.5rem, 1vw, 1rem) 0 0;
}

body.single-product div.product div.images .woocommerce-product-gallery__wrapper {
	margin: 0;
}

body.single-product div.product div.images .woocommerce-product-gallery__image {
	overflow: hidden;
	border-radius: 1.45rem;
	background: linear-gradient(180deg, rgba(255, 253, 249, 0.7), rgba(239, 226, 210, 0.45));
	box-shadow: var(--almaraz-shadow-soft);
}

body.single-product div.product div.images img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	display: block;
	transition: transform 0.7s ease;
}

body.single-product div.product div.images .woocommerce-product-gallery__image:hover img {
	transform: scale(1.035);
}

body.single-product .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.65rem;
	margin: 0.8rem 0 0 !important;
	padding: 0 !important;
}

body.single-product .flex-control-thumbs li {
	width: auto !important;
	float: none !important;
	margin: 0 !important;
	list-style: none;
}

body.single-product .flex-control-thumbs img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 0.9rem;
	border: 1px solid rgba(205, 184, 160, 0.45);
	opacity: 0.72;
	transition: opacity 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

body.single-product .flex-control-thumbs img.flex-active,
body.single-product .flex-control-thumbs img:hover {
	opacity: 1;
	transform: translateY(-2px);
	border-color: var(--almaraz-gold);
}

body.single-product div.product .product_title {
	font-family: var(--almaraz-font-heading);
	font-size: clamp(2.3rem, 4vw, 3.8rem);
	line-height: 0.95;
	margin: 0 0 1rem;
	color: var(--almaraz-ink);
}

body.single-product div.product .price,
body.single-product div.product p.price,
body.single-product div.product span.price {
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--almaraz-ink);
	margin: 0.5rem 0 1rem;
}

body.single-product .woocommerce-product-details__short-description,
body.single-product div.product .summary p {
	color: var(--almaraz-muted);
	line-height: 1.85;
}

body.single-product .almaraz-product-summary-meta {
	align-items: stretch;
	margin: 1.2rem 0;
}

body.single-product .almaraz-summary-item {
	min-width: 145px;
	padding-right: 0.6rem;
}

body.single-product .almaraz-summary-item strong,
body.single-product .almaraz-summary-item a {
	color: var(--almaraz-ink);
	text-decoration: none;
}

body.single-product .almaraz-summary-item a:hover {
	color: var(--almaraz-gold);
}

body.single-product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	align-items: center;
	margin: 1.2rem 0;
}

body.single-product .quantity .qty,
.woocommerce .quantity .qty {
	min-height: 48px;
	border: 1px solid rgba(205, 184, 160, 0.5);
	border-radius: 999px;
	background: #fff;
	color: var(--almaraz-ink);
	font-weight: 700;
}

body.single-product div.product form.cart .button,
body.single-product .single_add_to_cart_button,
body.single-product .almaraz-product-support-actions .button,
body.single-product .woocommerce button.button,
body.single-product .woocommerce a.button {
	min-height: 48px;
	border-radius: 999px;
	padding: 0.9rem 1.25rem;
	background: var(--almaraz-ink);
	border: 1px solid var(--almaraz-ink);
	color: #fffaf3;
	font-weight: 800;
	letter-spacing: 0.02em;
	box-shadow: 0 12px 28px rgba(17, 12, 8, 0.1);
	transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

body.single-product div.product form.cart .button:hover,
body.single-product .single_add_to_cart_button:hover,
body.single-product .almaraz-product-support-actions .button:hover,
body.single-product .woocommerce button.button:hover,
body.single-product .woocommerce a.button:hover {
	transform: translateY(-2px);
	background: var(--almaraz-gold);
	border-color: var(--almaraz-gold);
	color: #fff;
	box-shadow: 0 18px 40px rgba(185, 150, 99, 0.18);
}

body.single-product .almaraz-product-support-panel {
	background: linear-gradient(180deg, rgba(248, 244, 238, 0.9), rgba(255, 253, 249, 0.92));
	border-color: rgba(205, 184, 160, 0.52);
	box-shadow: var(--almaraz-shadow-soft);
}

body.single-product .almaraz-product-overview-section,
body.single-product .almaraz-product-business-section {
	width: min(1240px, calc(100% - 2rem));
	margin-left: auto;
	margin-right: auto;
}

body.single-product .woocommerce-tabs,
body.single-product .related.products,
body.single-product .upsells.products {
	width: min(1240px, calc(100% - 2rem));
	margin: 2rem auto;
	padding: clamp(1.4rem, 2.4vw, 2.4rem);
	background: rgba(255, 253, 249, 0.82);
	border: 1px solid rgba(205, 184, 160, 0.5);
	border-radius: calc(var(--almaraz-radius) + 0.2rem);
	box-shadow: var(--almaraz-shadow);
}

body.single-product .woocommerce-tabs ul.tabs {
	padding: 0 !important;
	margin: 0 0 1.2rem !important;
	border: 0;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
	border: 1px solid rgba(205, 184, 160, 0.48) !important;
	border-radius: 999px !important;
	background: rgba(255, 253, 249, 0.8) !important;
	margin: 0 0.35rem 0.5rem 0 !important;
	padding: 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active,
body.single-product .woocommerce-tabs ul.tabs li:hover {
	background: var(--almaraz-ink) !important;
	border-color: var(--almaraz-ink) !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
	padding: 0.8rem 1rem !important;
	color: var(--almaraz-brown) !important;
	font-weight: 800 !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a,
body.single-product .woocommerce-tabs ul.tabs li:hover a {
	color: #fffaf3 !important;
}

body.single-product .related.products > h2,
body.single-product .upsells.products > h2 {
	font-family: var(--almaraz-font-heading);
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 0.98;
	margin: 0 0 1.4rem;
}

/* ---------- Account, cart and checkout hero spacing/panels ---------- */
body.woocommerce-account .entry-hero.page-hero-section,
body.woocommerce-cart .entry-hero.page-hero-section,
body.woocommerce-checkout .entry-hero.page-hero-section {
	position: relative;
	overflow: hidden;
	width: min(1240px, calc(100% - 2rem));
	margin: calc(var(--almaraz-header-height) + 1.25rem) auto 2rem !important;
	padding: 0 !important;
	border: 1px solid rgba(205, 184, 160, 0.32);
	border-radius: 1.75rem;
	background:
		linear-gradient(180deg, rgba(18, 15, 13, 0.42) 0%, rgba(18, 15, 13, 0.10) 28%, rgba(18, 15, 13, 0.32) 100%),
		radial-gradient(circle at top left, rgba(255, 250, 243, 0.12), transparent 28%),
		radial-gradient(circle at bottom right, rgba(185, 150, 99, 0.16), transparent 30%),
		linear-gradient(135deg, #89715c 0%, #b69e86 34%, #d8c7b5 64%, #99816b 100%);
	box-shadow: var(--almaraz-shadow-deep);
}

body.woocommerce-account .entry-hero.page-hero-section .entry-hero-container-inner,
body.woocommerce-cart .entry-hero.page-hero-section .entry-hero-container-inner,
body.woocommerce-checkout .entry-hero.page-hero-section .entry-hero-container-inner {
	padding: 2.6rem 2rem 2.7rem;
	min-height: auto !important;
}

body.woocommerce-account .entry-hero.page-hero-section .hero-section-overlay,
body.woocommerce-cart .entry-hero.page-hero-section .hero-section-overlay,
body.woocommerce-checkout .entry-hero.page-hero-section .hero-section-overlay {
	display: none !important;
}

body.woocommerce-account .entry-hero.page-hero-section .hero-container.site-container,
body.woocommerce-cart .entry-hero.page-hero-section .hero-container.site-container,
body.woocommerce-checkout .entry-hero.page-hero-section .hero-container.site-container {
	max-width: 740px;
	margin: 0 auto;
	padding: 0 !important;
	text-align: center;
}

body.woocommerce-account .entry-hero.page-hero-section .entry-header.page-title,
body.woocommerce-cart .entry-hero.page-hero-section .entry-header.page-title,
body.woocommerce-checkout .entry-hero.page-hero-section .entry-header.page-title {
	margin: 0 !important;
	padding: 0 !important;
}

body.woocommerce-account .entry-hero.page-hero-section .entry-title,
body.woocommerce-cart .entry-hero.page-hero-section .entry-title,
body.woocommerce-checkout .entry-hero.page-hero-section .entry-title {
	margin: 0;
	color: #fffaf3 !important;
	font-family: var(--almaraz-font-heading);
	font-size: clamp(3.1rem, 6vw, 5.4rem);
	line-height: 0.9;
	letter-spacing: -0.03em;
	text-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

body.woocommerce-account .woocommerce,
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce {
	width: min(1240px, calc(100% - 2rem));
	margin: 0 auto 3rem;
}

body.woocommerce-cart .entry.content-bg.single-entry,
body.woocommerce-checkout .entry.content-bg.single-entry,
body.woocommerce-account .entry.content-bg.single-entry {
	background: transparent;
	box-shadow: none;
	border: 0;
}

body.woocommerce-cart .entry-content-wrap,
body.woocommerce-checkout .entry-content-wrap,
body.woocommerce-account .entry-content-wrap {
	padding: 0 !important;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table,
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-cart .cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout form.checkout_coupon,
.woocommerce-checkout form.login,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
	background: rgba(255, 253, 249, 0.9);
	border: 1px solid rgba(205, 184, 160, 0.45);
	border-radius: 1.35rem;
	box-shadow: var(--almaraz-shadow-soft);
	padding: 1.25rem;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table {
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td,
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
	border-bottom: 1px solid rgba(205, 184, 160, 0.26);
	padding: 0.9rem;
}

.woocommerce-cart table.shop_table th,
.woocommerce-checkout table.shop_table th {
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--almaraz-muted);
}

.woocommerce-cart .cart_totals h2,
.woocommerce-checkout h3,
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
	font-family: var(--almaraz-font-heading);
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	line-height: 1;
	margin: 0 0 1rem;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	border-radius: 999px !important;
	padding: 0.9rem 1.25rem !important;
	background: var(--almaraz-ink) !important;
	border: 1px solid var(--almaraz-ink) !important;
	color: #fffaf3 !important;
	font-weight: 800 !important;
	box-shadow: 0 12px 28px rgba(17, 12, 8, 0.1);
	transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #place_order:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	transform: translateY(-2px);
	background: var(--almaraz-gold) !important;
	border-color: var(--almaraz-gold) !important;
	color: #fff !important;
	box-shadow: 0 18px 40px rgba(185, 150, 99, 0.18);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.fluentform input,
.fluentform textarea,
.fluentform select,
.ff-el-form-control {
	width: 100%;
	min-height: 48px;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(205, 184, 160, 0.52);
	border-radius: 0.85rem;
	background: #fffdf9;
	color: var(--almaraz-ink);
	font-family: var(--almaraz-font-body);
	box-shadow: none;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.fluentform input:focus,
.fluentform textarea:focus,
.fluentform select:focus,
.ff-el-form-control:focus {
	border-color: var(--almaraz-gold);
	outline: 0;
	box-shadow: 0 0 0 3px rgba(185, 150, 99, 0.14);
}

.woocommerce form .form-row label,
.fluentform label,
.ff-el-input--label label {
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--almaraz-brown);
}

.ff-btn-submit,
.fluentform .ff-btn-submit {
	border-radius: 999px !important;
	padding: 0.9rem 1.35rem !important;
	background: var(--almaraz-ink) !important;
	border: 1px solid var(--almaraz-ink) !important;
	color: #fffaf3 !important;
	font-weight: 800 !important;
	box-shadow: 0 12px 28px rgba(17, 12, 8, 0.1);
}

.ff-btn-submit:hover,
.fluentform .ff-btn-submit:hover {
	background: var(--almaraz-gold) !important;
	border-color: var(--almaraz-gold) !important;
	color: #fff !important;
}

/* ---------- My Account refinement override ---------- */
body.woocommerce-account .woocommerce {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 1.5rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 0.85rem 0.95rem;
	border-radius: 0.9rem;
	font-size: 0.9rem;
	font-weight: 800;
	color: var(--almaraz-ink);
	text-decoration: none;
	transition: all 0.25s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
	background: rgba(185, 150, 99, 0.12);
	color: var(--almaraz-gold);
}

.woocommerce-account .woocommerce-MyAccount-content {
	line-height: 1.8;
	color: var(--almaraz-muted);
}

.woocommerce-account .woocommerce-MyAccount-content strong,
.woocommerce-account .woocommerce-MyAccount-content a {
	color: var(--almaraz-ink);
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
	color: var(--almaraz-gold);
}

/* ---------- Footer/site flow polish ---------- */
.site-footer,
#colophon {
	border-top: 1px solid rgba(205, 184, 160, 0.3);
}

/* ---------- Final mobile refinements ---------- */
@media (max-width: 782px) {
	body.admin-bar.single-product .site-header,
	body.admin-bar.single-product #masthead,
	body.admin-bar.woocommerce-account .site-header,
	body.admin-bar.woocommerce-account #masthead,
	body.admin-bar.woocommerce-cart .site-header,
	body.admin-bar.woocommerce-cart #masthead,
	body.admin-bar.woocommerce-checkout .site-header,
	body.admin-bar.woocommerce-checkout #masthead {
		top: 46px !important;
	}
}

@media (max-width: 900px) {
	body.single-product div.product,
	body.woocommerce-account .woocommerce,
	.woocommerce-checkout .col2-set,
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review {
		display: block;
	}

	body.single-product div.product div.summary {
		margin-top: 1.25rem !important;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation {
		overflow-x: auto;
		padding: 0.85rem;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation ul {
		flex-direction: row;
		gap: 0.5rem;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation li a {
		white-space: nowrap;
	}
}

@media (max-width: 767px) {
	body.single-product .site-header-row-container-inner,
	body.woocommerce-account .site-header-row-container-inner,
	body.woocommerce-cart .site-header-row-container-inner,
	body.woocommerce-checkout .site-header-row-container-inner {
		min-height: var(--almaraz-header-height-mobile) !important;
		padding-left: 8px !important;
		padding-right: 16px !important;
	}

	body.single-product .site-branding,
	body.woocommerce-account .site-branding,
	body.woocommerce-cart .site-branding,
	body.woocommerce-checkout .site-branding {
		margin-left: -6px !important;
		padding-top: 5px !important;
	}

	body.single-product .site-header .custom-logo-link,
	body.woocommerce-account .site-header .custom-logo-link,
	body.woocommerce-cart .site-header .custom-logo-link,
	body.woocommerce-checkout .site-header .custom-logo-link {
		margin-top: 5px !important;
		margin-left: -4px !important;
	}

	body.single-product .almaraz-product-hero,
	body.woocommerce-account .entry-hero.page-hero-section,
	body.woocommerce-cart .entry-hero.page-hero-section,
	body.woocommerce-checkout .entry-hero.page-hero-section {
		width: min(100% - 1rem, 1240px);
		margin: calc(var(--almaraz-header-height-mobile) + 0.9rem) auto 2rem !important;
		border-radius: 1.35rem;
	}

	body.single-product .almaraz-product-hero,
	body.woocommerce-account .entry-hero.page-hero-section .entry-hero-container-inner,
	body.woocommerce-cart .entry-hero.page-hero-section .entry-hero-container-inner,
	body.woocommerce-checkout .entry-hero.page-hero-section .entry-hero-container-inner {
		padding: 1.8rem 1rem 2rem;
	}

	body.single-product .almaraz-product-hero h1,
	body.woocommerce-account .entry-hero.page-hero-section .entry-title,
	body.woocommerce-cart .entry-hero.page-hero-section .entry-title,
	body.woocommerce-checkout .entry-hero.page-hero-section .entry-title {
		font-size: clamp(2.4rem, 10vw, 4rem);
	}

	body.single-product .almaraz-product-wrapper,
	body.single-product .almaraz-product-overview-section,
	body.single-product .almaraz-product-business-section,
	body.single-product .woocommerce-tabs,
	body.single-product .related.products,
	body.single-product .upsells.products,
	body.woocommerce-account .woocommerce,
	body.woocommerce-cart .woocommerce,
	body.woocommerce-checkout .woocommerce,
	.woocommerce-message,
	.woocommerce-info,
	.woocommerce-error,
	.woocommerce-notices-wrapper .woocommerce-message,
	.woocommerce-notices-wrapper .woocommerce-info,
	.woocommerce-notices-wrapper .woocommerce-error {
		width: min(100% - 1rem, 1240px);
	}

	body.single-product div.product {
		padding: 1rem;
		border-radius: 1.35rem;
	}

	body.single-product .flex-control-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	body.single-product div.product .product_title {
		font-size: clamp(2.1rem, 10vw, 3.2rem);
	}

	body.single-product form.cart,
	body.single-product .almaraz-product-support-actions {
		flex-direction: column;
		align-items: stretch;
	}

	body.single-product form.cart .button,
	body.single-product .almaraz-product-support-actions .button,
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-checkout #place_order {
		width: 100%;
		text-align: center;
	}

	.woocommerce-cart table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		border: 1px solid rgba(205, 184, 160, 0.35);
		border-radius: 1rem;
		background: rgba(255, 253, 249, 0.86);
		margin-bottom: 0.8rem;
		padding: 0.5rem;
	}

	.woocommerce-cart table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		border: 0;
	}
}

/* =========================================================
   ALMARAZ FINAL FIX — PRODUCT CTA + WARM HERO BACKDROPS
   Added after current CSS so it safely overrides earlier rules.
========================================================= */

/* 1) Replace washed-out blue/grey header backdrop with warm luxury taupe */
body.post-type-archive-product .site-header-row-container-inner,
body.tax-product_cat .site-header-row-container-inner,
body.tax-product_tag .site-header-row-container-inner,
body.page-template-template-collections .site-header-row-container-inner,
body.page-template-template-collections-php .site-header-row-container-inner,
body.page-id-20 .site-header-row-container-inner,
body.page-template-template-private-label .site-header-row-container-inner,
body.page-template-template-private-label-php .site-header-row-container-inner,
body.page-template-template-lookbook .site-header-row-container-inner,
body.page-template-template-lookbook-php .site-header-row-container-inner,
body.page-template-template-about .site-header-row-container-inner,
body.page-template-template-about-php .site-header-row-container-inner,
body.page-template-template-contact .site-header-row-container-inner,
body.page-template-template-contact-php .site-header-row-container-inner,
body.page-template-template-faq .site-header-row-container-inner,
body.page-template-template-faq-php .site-header-row-container-inner,
body.page-template-template-legal .site-header-row-container-inner,
body.page-template-template-legal-php .site-header-row-container-inner,
body.page-template-template-service-information .site-header-row-container-inner,
body.page-template-template-service-information-php .site-header-row-container-inner,
body.single-product .site-header-row-container-inner,
body.woocommerce-account .site-header-row-container-inner,
body.woocommerce-cart .site-header-row-container-inner,
body.woocommerce-checkout .site-header-row-container-inner {
	background:
		linear-gradient(180deg, rgba(54, 43, 34, 0.82) 0%, rgba(92, 74, 59, 0.58) 48%, rgba(169, 148, 126, 0.18) 78%, rgba(169, 148, 126, 0) 100%) !important;
}

/* 2) Make all non-home premium heroes match the same warm brown Shop style */
.almaraz-shop-hero,
.almaraz-page-hero,
body.page-id-20 .entry-hero.page-hero-section,
body.woocommerce-account .entry-hero.page-hero-section,
body.woocommerce-cart .entry-hero.page-hero-section,
body.woocommerce-checkout .entry-hero.page-hero-section,
body.single-product .almaraz-product-hero {
	background:
		linear-gradient(180deg, rgba(22, 17, 13, 0.46) 0%, rgba(22, 17, 13, 0.12) 28%, rgba(22, 17, 13, 0.34) 100%),
		radial-gradient(circle at top left, rgba(255, 250, 243, 0.12), transparent 28%),
		radial-gradient(circle at bottom right, rgba(185, 150, 99, 0.18), transparent 30%),
		linear-gradient(135deg, #6f5a47 0%, #947b65 34%, #b99f84 64%, #78624f 100%) !important;
	border-color: rgba(216, 190, 146, 0.38) !important;
}

/* 3) Product page: clean add-to-cart row spacing */
body.single-product form.cart {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 0.85rem !important;
	margin: 1.25rem 0 1.1rem !important;
}

body.single-product form.cart .quantity {
	margin: 0 !important;
}

body.single-product .quantity .qty,
.woocommerce .quantity .qty {
	width: 58px !important;
	min-width: 58px !important;
	min-height: 48px !important;
	padding: 0.5rem !important;
	text-align: center !important;
	line-height: 1 !important;
}

/* 4) Product page: keep main action buttons consistent */
body.single-product div.product form.cart .button,
body.single-product .single_add_to_cart_button,
body.single-product .almaraz-product-support-actions .button,
body.single-product .add-request-quote-button,
body.single-product .yith-ywraq-add-to-quote a,
body.single-product a.add-request-quote-button,
body.single-product .yith_ywraq_add_item_browse_message a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 48px !important;
	width: auto !important;
	margin: 0 !important;
	border-radius: 999px !important;
	padding: 0.9rem 1.25rem !important;
	background: var(--almaraz-ink) !important;
	border: 1px solid var(--almaraz-ink) !important;
	color: #fffaf3 !important;
	font-family: var(--almaraz-font-body) !important;
	font-size: 0.88rem !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	box-shadow: 0 12px 28px rgba(17, 12, 8, 0.1) !important;
	transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
}

body.single-product div.product form.cart .button:hover,
body.single-product .single_add_to_cart_button:hover,
body.single-product .almaraz-product-support-actions .button:hover,
body.single-product .add-request-quote-button:hover,
body.single-product .yith-ywraq-add-to-quote a:hover,
body.single-product a.add-request-quote-button:hover,
body.single-product .yith_ywraq_add_item_browse_message a:hover {
	transform: translateY(-2px) !important;
	background: var(--almaraz-gold) !important;
	border-color: var(--almaraz-gold) !important;
	color: #fff !important;
	box-shadow: 0 18px 40px rgba(185, 150, 99, 0.18) !important;
}

/* 5) Move quote button inline with Wholesale + Private Label visually */
body.single-product .summary .yith-ywraq-add-to-quote,
body.single-product .summary .yith_ywraq_add_item_product_message,
body.single-product .summary .yith_ywraq_add_item_browse_message,
body.single-product .summary .add-request-quote-button,
body.single-product .summary a.add-request-quote-button {
	margin: 0 !important;
}

body.single-product .summary > .yith-ywraq-add-to-quote,
body.single-product .summary > .yith_ywraq_add_item_product_message,
body.single-product .summary > .yith_ywraq_add_item_browse_message,
body.single-product .summary > a.add-request-quote-button,
body.single-product .summary > .add-request-quote-button {
	display: inline-flex !important;
	vertical-align: top !important;
	margin: 0.85rem 0.55rem 0 0 !important;
}

/* If quote button comes directly after the support panel, pull it into the same visual rhythm */
body.single-product .almaraz-product-support-panel + .yith-ywraq-add-to-quote,
body.single-product .almaraz-product-support-panel + .yith_ywraq_add_item_product_message,
body.single-product .almaraz-product-support-panel + .yith_ywraq_add_item_browse_message,
body.single-product .almaraz-product-support-panel + a.add-request-quote-button,
body.single-product .almaraz-product-support-panel + .add-request-quote-button {
	margin-top: -0.45rem !important;
	margin-left: 1.2rem !important;
	margin-bottom: 1rem !important;
}

/* Make business panel buttons align neatly and leave space for quote CTA */
body.single-product .almaraz-product-support-actions {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 0.75rem !important;
	margin-top: 1rem !important;
}

/* 6) Product support panel spacing polish */
body.single-product .almaraz-product-support-panel {
	margin-top: 1.35rem !important;
	margin-bottom: 0.85rem !important;
	padding: 1.25rem 1.25rem 1.2rem !important;
}

body.single-product .almaraz-product-support-panel p:last-of-type {
	margin-bottom: 1rem !important;
}

/* 7) Keep logo more visible against warm backdrop */
body.post-type-archive-product .site-header .custom-logo,
body.tax-product_cat .site-header .custom-logo,
body.tax-product_tag .site-header .custom-logo,
body.page-template-template-collections .site-header .custom-logo,
body.page-template-template-collections-php .site-header .custom-logo,
body.page-id-20 .site-header .custom-logo,
body.page-template-template-private-label .site-header .custom-logo,
body.page-template-template-private-label-php .site-header .custom-logo,
body.page-template-template-lookbook .site-header .custom-logo,
body.page-template-template-lookbook-php .site-header .custom-logo,
body.page-template-template-about .site-header .custom-logo,
body.page-template-template-about-php .site-header .custom-logo,
body.page-template-template-contact .site-header .custom-logo,
body.page-template-template-contact-php .site-header .custom-logo,
body.page-template-template-faq .site-header .custom-logo,
body.page-template-template-faq-php .site-header .custom-logo,
body.single-product .site-header .custom-logo,
body.woocommerce-account .site-header .custom-logo,
body.woocommerce-cart .site-header .custom-logo,
body.woocommerce-checkout .site-header .custom-logo {
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.22)) !important;
}

/* 8) Mobile: keep CTAs stacked cleanly */
@media (max-width: 767px) {
	body.single-product form.cart,
	body.single-product .almaraz-product-support-actions {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	body.single-product .quantity .qty {
		width: 100% !important;
		min-width: 100% !important;
	}

	body.single-product div.product form.cart .button,
	body.single-product .single_add_to_cart_button,
	body.single-product .almaraz-product-support-actions .button,
	body.single-product .add-request-quote-button,
	body.single-product .yith-ywraq-add-to-quote a,
	body.single-product a.add-request-quote-button,
	body.single-product .yith_ywraq_add_item_browse_message a {
		width: 100% !important;
	}

	body.single-product .almaraz-product-support-panel + .yith-ywraq-add-to-quote,
	body.single-product .almaraz-product-support-panel + .yith_ywraq_add_item_product_message,
	body.single-product .almaraz-product-support-panel + .yith_ywraq_add_item_browse_message,
	body.single-product .almaraz-product-support-panel + a.add-request-quote-button,
	body.single-product .almaraz-product-support-panel + .add-request-quote-button {
		margin: 0.75rem 0 1rem !important;
		width: 100% !important;
	}
}

/* =========================================================
   FINAL WARM HEADER + LIGHT EDITORIAL HERO CORRECTION
   Keeps homepage unchanged. Applies to shop, collections,
   wholesale, product, account, cart, checkout and static pages.
========================================================= */

/* 1) Replace the washed grey/blue header wash with a warm brown/taupe backdrop */
body:not(.home).post-type-archive-product .site-header-row-container-inner,
body:not(.home).tax-product_cat .site-header-row-container-inner,
body:not(.home).tax-product_tag .site-header-row-container-inner,
body:not(.home).page-template-template-collections .site-header-row-container-inner,
body:not(.home).page-template-template-collections-php .site-header-row-container-inner,
body:not(.home).page-id-20 .site-header-row-container-inner,
body:not(.home).page-template-template-private-label .site-header-row-container-inner,
body:not(.home).page-template-template-private-label-php .site-header-row-container-inner,
body:not(.home).page-template-template-lookbook .site-header-row-container-inner,
body:not(.home).page-template-template-lookbook-php .site-header-row-container-inner,
body:not(.home).page-template-template-about .site-header-row-container-inner,
body:not(.home).page-template-template-about-php .site-header-row-container-inner,
body:not(.home).page-template-template-contact .site-header-row-container-inner,
body:not(.home).page-template-template-contact-php .site-header-row-container-inner,
body:not(.home).page-template-template-faq .site-header-row-container-inner,
body:not(.home).page-template-template-faq-php .site-header-row-container-inner,
body:not(.home).page-template-template-legal .site-header-row-container-inner,
body:not(.home).page-template-template-legal-php .site-header-row-container-inner,
body:not(.home).page-template-template-service-information .site-header-row-container-inner,
body:not(.home).page-template-template-service-information-php .site-header-row-container-inner,
body:not(.home).single-product .site-header-row-container-inner,
body:not(.home).woocommerce-account .site-header-row-container-inner,
body:not(.home).woocommerce-cart .site-header-row-container-inner,
body:not(.home).woocommerce-checkout .site-header-row-container-inner {
	background:
		linear-gradient(180deg, rgba(55, 43, 34, 0.96) 0%, rgba(89, 74, 61, 0.9) 48%, rgba(126, 108, 91, 0.72) 78%, rgba(126, 108, 91, 0) 100%) !important;
}

body:not(.home).post-type-archive-product .site-header,
body:not(.home).tax-product_cat .site-header,
body:not(.home).tax-product_tag .site-header,
body:not(.home).page-template-template-collections .site-header,
body:not(.home).page-template-template-collections-php .site-header,
body:not(.home).page-id-20 .site-header,
body:not(.home).page-template-template-private-label .site-header,
body:not(.home).page-template-template-private-label-php .site-header,
body:not(.home).page-template-template-lookbook .site-header,
body:not(.home).page-template-template-lookbook-php .site-header,
body:not(.home).page-template-template-about .site-header,
body:not(.home).page-template-template-about-php .site-header,
body:not(.home).page-template-template-contact .site-header,
body:not(.home).page-template-template-contact-php .site-header,
body:not(.home).page-template-template-faq .site-header,
body:not(.home).page-template-template-faq-php .site-header,
body:not(.home).single-product .site-header,
body:not(.home).woocommerce-account .site-header,
body:not(.home).woocommerce-cart .site-header,
body:not(.home).woocommerce-checkout .site-header {
	background: transparent !important;
}

/* 2) Change premium page heroes from dark brown to the lighter editorial cream look */
.almaraz-shop-hero,
.almaraz-page-hero,
body.single-product .almaraz-product-hero,
body.page-id-20 .entry-hero.page-hero-section,
body.woocommerce-account .entry-hero.page-hero-section,
body.woocommerce-cart .entry-hero.page-hero-section,
body.woocommerce-checkout .entry-hero.page-hero-section {
	background:
		radial-gradient(circle at top left, rgba(185, 150, 99, 0.16), transparent 30%),
		radial-gradient(circle at bottom right, rgba(205, 184, 160, 0.20), transparent 34%),
		linear-gradient(135deg, rgba(255, 253, 249, 0.98) 0%, rgba(248, 244, 238, 0.96) 42%, rgba(238, 228, 216, 0.94) 100%) !important;
	border: 1px solid rgba(205, 184, 160, 0.58) !important;
	box-shadow: 0 22px 65px rgba(36, 28, 22, 0.08) !important;
}

.almaraz-shop-hero::before,
body.single-product .almaraz-product-hero::before,
body.page-id-20 .entry-hero.page-hero-section::before {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0)),
		repeating-linear-gradient(
			90deg,
			rgba(185, 150, 99, 0.035) 0,
			rgba(185, 150, 99, 0.035) 1px,
			transparent 1px,
			transparent 120px
		) !important;
}

/* 3) Change hero text to dark editorial styling on the new light hero */
.almaraz-shop-hero h1,
.almaraz-page-hero h1,
body.single-product .almaraz-product-hero h1,
body.page-id-20 .entry-hero.page-hero-section .entry-title,
body.woocommerce-account .entry-hero.page-hero-section .entry-title,
body.woocommerce-cart .entry-hero.page-hero-section .entry-title,
body.woocommerce-checkout .entry-hero.page-hero-section .entry-title {
	color: var(--almaraz-ink) !important;
	text-shadow: none !important;
}

.almaraz-shop-hero .almaraz-eyebrow,
.almaraz-page-hero .almaraz-eyebrow,
body.single-product .almaraz-product-hero .almaraz-eyebrow {
	color: var(--almaraz-gold) !important;
	text-shadow: none !important;
}

.almaraz-shop-hero-text,
.almaraz-shop-hero p:not(.almaraz-eyebrow),
.almaraz-page-hero p,
.almaraz-page-intro,
body.single-product .almaraz-product-intro {
	color: var(--almaraz-muted) !important;
	text-shadow: none !important;
}

/* 4) Keep logo/menu readable over the warmer header */
body:not(.home).post-type-archive-product .site-header .navigation .menu > li > a,
body:not(.home).post-type-archive-product .site-header .main-navigation .menu > li > a,
body:not(.home).post-type-archive-product .site-header .menu li a,
body:not(.home).tax-product_cat .site-header .navigation .menu > li > a,
body:not(.home).tax-product_cat .site-header .main-navigation .menu > li > a,
body:not(.home).tax-product_cat .site-header .menu li a,
body:not(.home).page-template-template-collections .site-header .navigation .menu > li > a,
body:not(.home).page-template-template-collections .site-header .main-navigation .menu > li > a,
body:not(.home).page-template-template-collections .site-header .menu li a,
body:not(.home).page-id-20 .site-header .navigation .menu > li > a,
body:not(.home).page-id-20 .site-header .main-navigation .menu > li > a,
body:not(.home).page-id-20 .site-header .menu li a,
body:not(.home).single-product .site-header .navigation .menu > li > a,
body:not(.home).single-product .site-header .main-navigation .menu > li > a,
body:not(.home).single-product .site-header .menu li a,
body:not(.home).woocommerce-account .site-header .navigation .menu > li > a,
body:not(.home).woocommerce-account .site-header .main-navigation .menu > li > a,
body:not(.home).woocommerce-account .site-header .menu li a,
body:not(.home).woocommerce-cart .site-header .navigation .menu > li > a,
body:not(.home).woocommerce-cart .site-header .main-navigation .menu > li > a,
body:not(.home).woocommerce-cart .site-header .menu li a,
body:not(.home).woocommerce-checkout .site-header .navigation .menu > li > a,
body:not(.home).woocommerce-checkout .site-header .main-navigation .menu > li > a,
body:not(.home).woocommerce-checkout .site-header .menu li a {
	color: #fffaf3 !important;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.24) !important;
}

/* 5) Slightly stronger logo readability without changing the logo file */
body:not(.home).site-header .custom-logo,
body:not(.home) .site-header .custom-logo-link img {
	filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.24));
}

/* =========================
   FINAL FIXES — MY ACCOUNT / WHOLESALE HERO, MOBILE MENU, MOBILE CURSOR
   Added after all previous rules so these win safely.
========================= */

/* 1) Force Wholesale + My Account hero/banner to match the new warm editorial hero style */
body.page-id-20 .entry-hero.page-hero-section,
body.woocommerce-account .entry-hero.page-hero-section,
body.woocommerce-cart .entry-hero.page-hero-section,
body.woocommerce-checkout .entry-hero.page-hero-section {
	background:
		radial-gradient(circle at top left, rgba(255, 250, 243, 0.94), transparent 34%),
		radial-gradient(circle at bottom right, rgba(205, 184, 160, 0.30), transparent 36%),
		linear-gradient(135deg, #fbf7ef 0%, #efe2d1 48%, #d8c2a8 100%) !important;
	border: 1px solid rgba(185, 150, 99, 0.32) !important;
	box-shadow: 0 28px 70px rgba(67, 55, 45, 0.13) !important;
}

body.page-id-20 .entry-hero.page-hero-section::before,
body.woocommerce-account .entry-hero.page-hero-section::before,
body.woocommerce-cart .entry-hero.page-hero-section::before,
body.woocommerce-checkout .entry-hero.page-hero-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
		repeating-linear-gradient(
			90deg,
			rgba(67, 55, 45, 0.025) 0,
			rgba(67, 55, 45, 0.025) 1px,
			transparent 1px,
			transparent 120px
		);
	pointer-events: none;
}

body.page-id-20 .entry-hero.page-hero-section .entry-title,
body.woocommerce-account .entry-hero.page-hero-section .entry-title,
body.woocommerce-cart .entry-hero.page-hero-section .entry-title,
body.woocommerce-checkout .entry-hero.page-hero-section .entry-title {
	color: var(--almaraz-ink) !important;
	text-shadow: none !important;
}

body.page-id-20 .entry-hero.page-hero-section .hero-section-overlay,
body.woocommerce-account .entry-hero.page-hero-section .hero-section-overlay,
body.woocommerce-cart .entry-hero.page-hero-section .hero-section-overlay,
body.woocommerce-checkout .entry-hero.page-hero-section .hero-section-overlay {
	display: none !important;
}

/* 2) Mobile menu drawer background — replace black with Almaraz warm theme colours */
@media (max-width: 1024px) {
	.popup-drawer,
	.popup-drawer .drawer-inner,
	.popup-drawer .drawer-content,
	#mobile-drawer,
	#mobile-drawer .drawer-inner,
	#mobile-drawer .drawer-content,
	.mobile-drawer,
	.mobile-drawer .drawer-inner,
	.mobile-drawer .drawer-content {
		background:
			radial-gradient(circle at top left, rgba(255, 250, 243, 0.96), transparent 36%),
			linear-gradient(180deg, #f8f1e7 0%, #e7d6c2 100%) !important;
		color: var(--almaraz-ink) !important;
	}

	.popup-drawer .drawer-header,
	#mobile-drawer .drawer-header,
	.mobile-drawer .drawer-header {
		background: transparent !important;
		border-bottom: 1px solid rgba(185, 150, 99, 0.24) !important;
	}

	.popup-drawer .mobile-navigation a,
	#mobile-drawer .mobile-navigation a,
	.mobile-drawer .mobile-navigation a,
	.popup-drawer .menu a,
	#mobile-drawer .menu a,
	.mobile-drawer .menu a {
		color: var(--almaraz-ink) !important;
		font-family: var(--almaraz-font-body);
		font-weight: 700;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		text-shadow: none !important;
	}

	.popup-drawer .mobile-navigation a:hover,
	#mobile-drawer .mobile-navigation a:hover,
	.mobile-drawer .mobile-navigation a:hover,
	.popup-drawer .menu a:hover,
	#mobile-drawer .menu a:hover,
	.mobile-drawer .menu a:hover,
	.popup-drawer .current-menu-item > a,
	#mobile-drawer .current-menu-item > a,
	.mobile-drawer .current-menu-item > a {
		color: var(--almaraz-gold) !important;
	}

	.popup-drawer .drawer-toggle,
	#mobile-drawer .drawer-toggle,
	.mobile-drawer .drawer-toggle,
	.popup-drawer .drawer-close,
	#mobile-drawer .drawer-close,
	.mobile-drawer .drawer-close,
	.popup-drawer button,
	#mobile-drawer button,
	.mobile-drawer button {
		color: var(--almaraz-ink) !important;
	}
}

/* 3) Disable the custom cursor on mobile/touch devices */
@media (hover: none), (pointer: coarse), (max-width: 767px) {
	.almaraz-cursor {
		display: none !important;
		opacity: 0 !important;
		visibility: hidden !important;
	}

	body,
	a,
	button,
	input,
	textarea,
	select {
		cursor: auto !important;
	}
}

/* =========================
   PRODUCT CARDS — PREMIUM EDITORIAL UPGRADE
   Works with woocommerce/content-product.php badge markup
========================= */

.woocommerce ul.products {
	align-items: stretch;
	gap: clamp(1.1rem, 2vw, 1.6rem) !important;
}

.woocommerce ul.products li.product.almaraz-woo-card {
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	background: linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(248, 242, 235, 0.96));
	border: 1px solid rgba(205, 184, 160, 0.46);
	border-radius: 1.65rem;
	box-shadow: 0 18px 48px rgba(36, 28, 22, 0.08);
	transform: translateY(0);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.woocommerce ul.products li.product.almaraz-woo-card:hover {
	transform: translateY(-8px);
	border-color: rgba(185, 150, 99, 0.58);
	box-shadow: 0 28px 70px rgba(36, 28, 22, 0.16);
}

.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-card-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
}

.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-card-media-wrap {
	position: relative;
	padding: 0;
	margin: 0;
}

.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-card-media {
	position: relative;
	display: block;
	min-height: 0;
	aspect-ratio: 3 / 4;
	height: auto;
	border-radius: 1.65rem 1.65rem 0 0;
	background: linear-gradient(135deg, #eee2d4, #d2bba4);
	isolation: isolate;
}

.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-card-media::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(180deg, rgba(20, 16, 13, 0.02) 30%, rgba(20, 16, 13, 0.26) 100%),
		radial-gradient(circle at top left, rgba(255, 250, 243, 0.22), transparent 34%);
	opacity: 0.85;
	pointer-events: none;
	transition: opacity 0.35s ease;
}

.woocommerce ul.products li.product.almaraz-woo-card:hover .almaraz-woo-card-media::before {
	opacity: 1;
}

.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-card-media img {
	display: block;
	width: 100%;
	height: 100% !important;
	min-height: 0 !important;
	object-fit: cover;
	object-position: center top;
	border-radius: inherit;
	transform: scale(1);
	transition: transform 0.75s ease, filter 0.75s ease;
}

.woocommerce ul.products li.product.almaraz-woo-card:hover .almaraz-woo-card-media img {
	transform: scale(1.045);
	filter: saturate(1.02) contrast(1.02);
}

.almaraz-card-badges {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	z-index: 4;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	pointer-events: none;
}

.almaraz-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2rem;
	padding: 0.42rem 0.72rem;
	border-radius: 999px;
	background: rgba(255, 250, 243, 0.94);
	border: 1px solid rgba(255, 250, 243, 0.72);
	box-shadow: 0 10px 24px rgba(20, 16, 13, 0.12);
	color: var(--almaraz-brown);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
	backdrop-filter: blur(10px);
}

.almaraz-badge.is-outline {
	background: rgba(67, 55, 45, 0.74);
	border-color: rgba(234, 212, 172, 0.55);
	color: #fffaf3;
}

.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-card-copy {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 1.25rem 1.18rem 1.22rem;
	gap: 0.72rem;
}

.woocommerce ul.products li.product.almaraz-woo-card .almaraz-card-title,
.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-card-copy h2 {
	margin: 0;
	font-size: clamp(1.35rem, 2.2vw, 1.8rem);
	line-height: 1.02;
	letter-spacing: -0.025em;
	color: var(--almaraz-ink);
}

.woocommerce ul.products li.product.almaraz-woo-card .almaraz-card-title a,
.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-card-copy h2 a {
	color: inherit;
	text-decoration: none;
	transition: color 0.25s ease;
}

.woocommerce ul.products li.product.almaraz-woo-card:hover .almaraz-card-title a,
.woocommerce ul.products li.product.almaraz-woo-card:hover .almaraz-woo-card-copy h2 a {
	color: var(--almaraz-brown);
}

.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-price {
	margin: 0;
	min-height: 1.35rem;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: var(--almaraz-brown);
}

.woocommerce ul.products li.product.almaraz-woo-card .almaraz-login-price-message {
	color: var(--almaraz-muted);
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-actions {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.65rem;
	align-items: center;
	margin-top: auto;
	padding-top: 0.25rem;
}

.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-actions .button {
	width: 100%;
	min-height: 2.72rem;
	margin: 0 !important;
	padding: 0.78rem 1rem !important;
	border-radius: 999px;
	background: var(--almaraz-brown) !important;
	border: 1px solid var(--almaraz-brown) !important;
	box-shadow: 0 12px 26px rgba(67, 55, 45, 0.16);
	color: #fffaf3 !important;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-actions .button:hover,
.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-actions .button:focus {
	background: var(--almaraz-gold) !important;
	border-color: var(--almaraz-gold) !important;
	box-shadow: 0 15px 32px rgba(185, 150, 99, 0.2);
	transform: translateY(-2px);
}

.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-actions .almaraz-button-secondary {
	background: rgba(255, 253, 249, 0.82) !important;
	border-color: rgba(205, 184, 160, 0.72) !important;
	box-shadow: none;
	color: var(--almaraz-brown) !important;
}

.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-actions .almaraz-button-secondary:hover,
.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-actions .almaraz-button-secondary:focus {
	background: rgba(185, 150, 99, 0.12) !important;
	border-color: var(--almaraz-gold) !important;
	color: var(--almaraz-gold) !important;
}

.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-actions .almaraz-text-link {
	justify-content: center;
	min-height: 2.72rem;
	padding: 0.78rem 0.92rem;
	border: 1px solid rgba(205, 184, 160, 0.72);
	border-radius: 999px;
	background: rgba(255, 253, 249, 0.82);
	color: var(--almaraz-brown);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-actions .almaraz-text-link:hover,
.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-actions .almaraz-text-link:focus {
	background: rgba(185, 150, 99, 0.12);
	border-color: var(--almaraz-gold);
	color: var(--almaraz-gold);
}

@media (max-width: 1100px) {
	.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-card-media {
		aspect-ratio: 4 / 5;
	}
}

@media (max-width: 767px) {
	.woocommerce ul.products {
		gap: 1rem !important;
	}

	.woocommerce ul.products li.product.almaraz-woo-card {
		border-radius: 1.35rem;
	}

	.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-card-media {
		aspect-ratio: 4 / 5;
		border-radius: 1.35rem 1.35rem 0 0;
	}

	.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-card-copy {
		padding: 1.05rem 1rem 1.1rem;
	}

	.almaraz-card-badges {
		left: 0.8rem;
		right: 0.8rem;
		bottom: 0.8rem;
		gap: 0.42rem;
	}

	.almaraz-badge {
		min-height: 1.78rem;
		padding: 0.34rem 0.58rem;
		font-size: 0.62rem;
	}

	.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-actions {
		grid-template-columns: 1fr;
	}

	.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-actions .button,
	.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-actions .almaraz-text-link {
		width: 100%;
	}
}


/* =========================
   WHATSAPP LEAD CONVERSION LAYER
   Premium, non-spam styling for quote CTAs and floating enquiry button.
========================= */

.almaraz-floating-whatsapp {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	z-index: 9998;
	display: inline-flex;
	align-items: center;
	gap: 0.62rem;
	min-height: 3.05rem;
	padding: 0.72rem 1rem 0.72rem 0.72rem;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(67, 55, 45, 0.98), rgba(96, 78, 63, 0.96));
	border: 1px solid rgba(216, 190, 146, 0.44);
	box-shadow: 0 18px 42px rgba(31, 28, 26, 0.22);
	color: #fffaf3 !important;
	font-family: var(--almaraz-font-body);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.almaraz-floating-whatsapp:hover,
.almaraz-floating-whatsapp:focus {
	transform: translateY(-3px);
	box-shadow: 0 24px 54px rgba(31, 28, 26, 0.28);
	color: #fffaf3 !important;
}

.almaraz-floating-whatsapp-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: rgba(255, 250, 243, 0.14);
	border: 1px solid rgba(255, 250, 243, 0.26);
	color: #ead4ac;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.04em;
}

body.single-product .almaraz-product-support-actions .almaraz-whatsapp-quote-button,
.woocommerce ul.products li.product.almaraz-woo-card .almaraz-card-whatsapp {
	background: linear-gradient(135deg, var(--almaraz-brown), var(--almaraz-ink)) !important;
	border-color: rgba(67, 55, 45, 0.94) !important;
	color: #fffaf3 !important;
}

body.single-product .almaraz-product-support-actions .almaraz-whatsapp-quote-button:hover,
body.single-product .almaraz-product-support-actions .almaraz-whatsapp-quote-button:focus,
.woocommerce ul.products li.product.almaraz-woo-card .almaraz-card-whatsapp:hover,
.woocommerce ul.products li.product.almaraz-woo-card .almaraz-card-whatsapp:focus {
	background: var(--almaraz-gold) !important;
	border-color: var(--almaraz-gold) !important;
	color: #fff !important;
}

.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-actions {
	grid-template-columns: 1fr 1fr !important;
}

.woocommerce ul.products li.product.almaraz-woo-card .almaraz-card-whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	grid-column: 1 / -1;
	width: 100%;
	min-height: 2.72rem;
	padding: 0.78rem 1rem;
	border-radius: 999px;
	box-shadow: 0 12px 26px rgba(67, 55, 45, 0.16);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.woocommerce ul.products li.product.almaraz-woo-card .almaraz-card-whatsapp:hover,
.woocommerce ul.products li.product.almaraz-woo-card .almaraz-card-whatsapp:focus {
	transform: translateY(-2px);
	box-shadow: 0 15px 32px rgba(185, 150, 99, 0.22);
}

body.single-product .almaraz-product-support-actions .almaraz-whatsapp-quote-button {
	order: -1;
}

@media (max-width: 767px) {
	.almaraz-floating-whatsapp {
		right: 0.9rem;
		bottom: 0.9rem;
		padding: 0.68rem;
		min-height: 2.9rem;
	}

	.almaraz-floating-whatsapp-text {
		display: none;
	}

	.almaraz-floating-whatsapp-icon {
		width: 1.95rem;
		height: 1.95rem;
	}

	.woocommerce ul.products li.product.almaraz-woo-card .almaraz-woo-actions {
		grid-template-columns: 1fr !important;
	}
}


/* =========================================================
   ALMARAZ CUSTOM FOOTER + TRUST CONVERSION LAYER
   Uses Kadence footer builder safely by rendering our own footer
   before the default footer, then hiding the empty/default credit.
========================================================= */

#colophon,
.site-footer {
	display: none !important;
}

.almaraz-footer-conversion,
.almaraz-footer-trust,
.almaraz-custom-footer {
	width: min(1240px, calc(100% - 2rem));
	margin-left: auto;
	margin-right: auto;
}

.almaraz-footer-conversion {
	margin-top: 3rem;
	margin-bottom: 1.25rem;
	padding: clamp(1.4rem, 3vw, 2.4rem);
	border: 1px solid rgba(205, 184, 160, 0.5);
	border-radius: calc(var(--almaraz-radius) + 0.2rem);
	background:
		radial-gradient(circle at top left, rgba(255, 250, 243, 0.94), transparent 34%),
		radial-gradient(circle at bottom right, rgba(205, 184, 160, 0.30), transparent 36%),
		linear-gradient(135deg, #fbf7ef 0%, #efe2d1 48%, #d8c2a8 100%);
	box-shadow: var(--almaraz-shadow);
}

.almaraz-footer-conversion-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(1rem, 3vw, 2rem);
	align-items: center;
}

.almaraz-footer-conversion-copy h2 {
	max-width: 12ch;
	margin: 0 0 0.85rem;
	font-size: clamp(2.3rem, 5vw, 4.7rem);
	line-height: 0.92;
	letter-spacing: -0.04em;
	color: var(--almaraz-ink);
}

.almaraz-footer-conversion-copy p:not(.almaraz-eyebrow) {
	max-width: 720px;
	margin: 0;
	color: var(--almaraz-muted);
	font-size: 1rem;
	line-height: 1.85;
}

.almaraz-footer-conversion-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.8rem;
}

.almaraz-footer-conversion-actions .almaraz-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.9rem 1.25rem;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 800;
	white-space: nowrap;
}

.almaraz-footer-trust {
	margin-bottom: 1.25rem;
}

.almaraz-footer-trust-inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.almaraz-footer-trust-inner > div {
	padding: 1.2rem 1.15rem;
	border: 1px solid rgba(205, 184, 160, 0.42);
	border-radius: 1.25rem;
	background: rgba(255, 253, 249, 0.86);
	box-shadow: var(--almaraz-shadow-soft);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.almaraz-footer-trust-inner > div:hover {
	transform: translateY(-4px);
	border-color: rgba(185, 150, 99, 0.46);
	box-shadow: var(--almaraz-shadow);
}

.almaraz-footer-trust span {
	display: inline-flex;
	margin-bottom: 0.65rem;
	color: var(--almaraz-gold);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.almaraz-footer-trust strong {
	display: block;
	margin-bottom: 0.45rem;
	color: var(--almaraz-ink);
	font-size: 1rem;
	font-weight: 800;
}

.almaraz-footer-trust p {
	margin: 0;
	color: var(--almaraz-muted);
	font-size: 0.92rem;
	line-height: 1.7;
}

.almaraz-custom-footer {
	overflow: hidden;
	margin-bottom: 1.25rem;
	border: 1px solid rgba(205, 184, 160, 0.28);
	border-radius: calc(var(--almaraz-radius) + 0.2rem);
	background:
		radial-gradient(circle at top left, rgba(185, 150, 99, 0.18), transparent 34%),
		linear-gradient(180deg, rgba(67, 55, 45, 0.98), rgba(31, 28, 26, 0.99));
	box-shadow: var(--almaraz-shadow-deep);
	color: rgba(255, 250, 243, 0.9);
}

.almaraz-custom-footer-inner {
	display: grid;
	grid-template-columns: minmax(260px, 1.45fr) repeat(2, minmax(160px, 0.7fr)) minmax(240px, 1fr);
	gap: clamp(1.4rem, 3vw, 2.6rem);
	padding: clamp(1.6rem, 3vw, 2.6rem);
}

.almaraz-footer-brand {
	max-width: 430px;
}

.almaraz-footer-monogram {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin: 0 0 1rem;
	border: 1px solid rgba(234, 212, 172, 0.35);
	border-radius: 999px;
	background: rgba(255, 250, 243, 0.08);
	color: #fffaf3;
	font-family: var(--almaraz-font-heading);
	font-size: 2.15rem;
	line-height: 1;
}

.almaraz-footer-brand h2 {
	margin: 0 0 0.85rem;
	color: #fffaf3;
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	line-height: 0.9;
}

.almaraz-footer-brand p,
.almaraz-footer-contact p {
	margin: 0;
	color: rgba(255, 250, 243, 0.72);
	line-height: 1.85;
}

.almaraz-footer-links,
.almaraz-footer-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.55rem;
}

.almaraz-footer-links h3,
.almaraz-footer-contact h3 {
	margin: 0 0 0.55rem;
	color: rgba(234, 212, 172, 0.95);
	font-family: var(--almaraz-font-body);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.almaraz-footer-links a,
.almaraz-footer-contact a {
	color: rgba(255, 250, 243, 0.86);
	text-decoration: none;
	font-weight: 700;
	transition: color 0.25s ease, transform 0.25s ease;
}

.almaraz-footer-links a:hover,
.almaraz-footer-contact a:hover {
	color: var(--almaraz-gold-soft);
	transform: translateX(3px);
}

.almaraz-footer-whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.7rem;
	padding: 0.78rem 1.05rem;
	border: 1px solid rgba(234, 212, 172, 0.38);
	border-radius: 999px;
	background: rgba(255, 250, 243, 0.08);
	color: #fffaf3 !important;
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.almaraz-footer-whatsapp:hover {
	background: rgba(234, 212, 172, 0.16);
	transform: translateY(-2px) !important;
}

.almaraz-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem clamp(1.6rem, 3vw, 2.6rem);
	border-top: 1px solid rgba(234, 212, 172, 0.16);
	color: rgba(255, 250, 243, 0.62);
	font-size: 0.86rem;
}

.almaraz-footer-bottom p {
	margin: 0;
}

@media (max-width: 1000px) {
	.almaraz-footer-conversion-inner,
	.almaraz-footer-trust-inner,
	.almaraz-custom-footer-inner {
		grid-template-columns: 1fr;
	}

	.almaraz-footer-conversion-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.almaraz-footer-conversion,
	.almaraz-footer-trust,
	.almaraz-custom-footer {
		width: min(100% - 1rem, 1240px);
	}

	.almaraz-footer-conversion {
		margin-top: 2rem;
		padding: 1.15rem;
		border-radius: 1.35rem;
	}

	.almaraz-footer-conversion-copy h2 {
		max-width: none;
		font-size: clamp(2.2rem, 11vw, 3.5rem);
	}

	.almaraz-footer-conversion-actions,
	.almaraz-footer-conversion-actions .almaraz-button {
		width: 100%;
	}

	.almaraz-footer-conversion-actions {
		flex-direction: column;
	}

	.almaraz-footer-trust-inner > div {
		padding: 1rem;
	}

	.almaraz-custom-footer {
		border-radius: 1.35rem;
	}

	.almaraz-custom-footer-inner {
		padding: 1.25rem;
		gap: 1.4rem;
	}

	.almaraz-footer-bottom {
		flex-direction: column;
		padding: 1rem 1.25rem;
	}

	.almaraz-footer-links,
	.almaraz-footer-contact {
		gap: 0.65rem;
	}
}

/* =========================
   FOOTER LOGO FIX — FULL ALMARAZ LOGO
   Replaces the small A monogram in the custom Almaraz footer.
========================= */

.almaraz-footer-monogram {
	font-size: 0 !important;
	line-height: 0 !important;
	width: 230px !important;
	height: 135px !important;
	margin: 0 0 1.15rem !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: url('https://almaraz.co.za/wp-content/uploads/2026/04/cropped-almaraz-white-transparent.png') no-repeat center !important;
	background-size: contain !important;
	box-shadow: none !important;
}

.almaraz-footer-monogram::before,
.almaraz-footer-monogram::after {
	display: none !important;
	content: none !important;
}

.almaraz-footer-brand h2 {
	display: none !important;
}

@media (max-width: 767px) {
	.almaraz-footer-monogram {
		width: 210px !important;
		height: 120px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}


/* =========================
   FOOTER BRAND CENTER — FINAL
   Centers the uploaded Almaraz logo with the footer description text.
========================= */

.almaraz-custom-footer-inner .almaraz-footer-brand,
.almaraz-footer-brand {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: flex-start !important;
	text-align: center !important;
}

.almaraz-footer-brand .almaraz-footer-monogram,
.almaraz-footer-brand img,
.almaraz-footer-brand svg {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.almaraz-footer-brand p,
.almaraz-custom-footer-inner .almaraz-footer-brand p {
	max-width: 360px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
	line-height: 1.65 !important;
}

.almaraz-footer-brand *,
.almaraz-custom-footer-inner .almaraz-footer-brand * {
	text-align: center !important;
}

@media (max-width: 1000px) {
	.almaraz-custom-footer-inner .almaraz-footer-brand,
	.almaraz-footer-brand {
		align-items: center !important;
		text-align: center !important;
	}

	.almaraz-footer-brand .almaraz-footer-monogram {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

/* =========================================================
   CATALOGUE LEAD CAPTURE SECTION — FLUENT FORM ID 4
========================================================= */
.almaraz-catalogue-lead{width:min(1240px,calc(100% - 2rem));margin:0 auto 1.25rem;padding:clamp(1.35rem,3vw,2.25rem);border:1px solid rgba(205,184,160,.48);border-radius:calc(var(--almaraz-radius) + .2rem);background:radial-gradient(circle at top left,rgba(255,250,243,.96),transparent 32%),linear-gradient(135deg,rgba(255,253,249,.96) 0%,rgba(247,239,229,.94) 52%,rgba(229,211,190,.9) 100%);box-shadow:var(--almaraz-shadow)}
.almaraz-catalogue-lead-inner{display:grid;grid-template-columns:minmax(0,.85fr) minmax(340px,1.15fr);gap:clamp(1.2rem,3vw,2.2rem);align-items:start}.almaraz-catalogue-copy h2{max-width:12ch;margin:0 0 .9rem;font-size:clamp(2.25rem,4.5vw,4.35rem);line-height:.92;letter-spacing:-.04em;color:var(--almaraz-ink)}.almaraz-catalogue-copy p:not(.almaraz-eyebrow){max-width:560px;margin:0;color:var(--almaraz-muted);font-size:.98rem;line-height:1.85}.almaraz-catalogue-points{display:grid;gap:.65rem;margin:1.25rem 0 0;padding:0;list-style:none}.almaraz-catalogue-points li{position:relative;padding-left:1.55rem;color:var(--almaraz-brown);font-size:.92rem;font-weight:700;line-height:1.6}.almaraz-catalogue-points li::before{content:"";position:absolute;left:0;top:.55rem;width:.55rem;height:.55rem;border-radius:50%;background:var(--almaraz-gold);box-shadow:0 0 0 5px rgba(185,150,99,.12)}
.almaraz-catalogue-form-card{padding:clamp(1rem,2vw,1.4rem);border:1px solid rgba(205,184,160,.48);border-radius:1.35rem;background:rgba(255,253,249,.92);box-shadow:var(--almaraz-shadow-soft)}.almaraz-catalogue-form-card .fluentform,.almaraz-catalogue-form-card form{margin:0}.almaraz-catalogue-form-card .ff-el-group{margin-bottom:.9rem}.almaraz-catalogue-form-card .ff-el-input--label label,.almaraz-catalogue-form-card label{font-size:.78rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:var(--almaraz-brown)}.almaraz-catalogue-form-card input,.almaraz-catalogue-form-card select,.almaraz-catalogue-form-card textarea,.almaraz-catalogue-form-card .ff-el-form-control{width:100%;min-height:48px;padding:.85rem 1rem;border:1px solid rgba(205,184,160,.52);border-radius:.85rem;background:#fffdf9;color:var(--almaraz-ink);font-family:var(--almaraz-font-body)}.almaraz-catalogue-form-card input:focus,.almaraz-catalogue-form-card select:focus,.almaraz-catalogue-form-card textarea:focus,.almaraz-catalogue-form-card .ff-el-form-control:focus{border-color:var(--almaraz-gold);outline:0;box-shadow:0 0 0 3px rgba(185,150,99,.14)}.almaraz-catalogue-form-card .ff-btn-submit,.almaraz-catalogue-form-card button[type="submit"]{width:100%;min-height:48px;border-radius:999px!important;padding:.9rem 1.35rem!important;background:var(--almaraz-ink)!important;border:1px solid var(--almaraz-ink)!important;color:#fffaf3!important;font-weight:800!important;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 12px 28px rgba(17,12,8,.1)}.almaraz-catalogue-form-card .ff-btn-submit:hover,.almaraz-catalogue-form-card button[type="submit"]:hover{background:var(--almaraz-gold)!important;border-color:var(--almaraz-gold)!important;color:#fff!important}.almaraz-catalogue-whatsapp-followup{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(205,184,160,.36)}.almaraz-catalogue-whatsapp-followup p{margin:0 0 .85rem;color:var(--almaraz-muted);font-size:.9rem;line-height:1.65}.almaraz-catalogue-whatsapp-followup .almaraz-button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:.9rem 1.25rem;border-radius:999px;text-decoration:none;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
@media(max-width:900px){.almaraz-catalogue-lead-inner{grid-template-columns:1fr}.almaraz-catalogue-copy h2{max-width:none}}@media(max-width:767px){.almaraz-catalogue-lead{width:min(100% - 1rem,1240px);padding:1.15rem;border-radius:1.35rem}.almaraz-catalogue-copy h2{font-size:clamp(2.2rem,11vw,3.5rem)}.almaraz-catalogue-form-card{padding:1rem}}

/* =========================================================
   HOMEPAGE AUDIENCE CONVERSION SECTION
   Adds a polished buyer-focused section without touching hero/header.
========================================================= */

.almaraz-audience-section {
	position: relative;
	overflow: hidden;
	margin-bottom: var(--almaraz-section-gap);
	padding: clamp(1.5rem, 3vw, 2.6rem);
	background:
		radial-gradient(circle at top left, rgba(255, 250, 243, 0.95), transparent 34%),
		radial-gradient(circle at bottom right, rgba(205, 184, 160, 0.28), transparent 36%),
		linear-gradient(135deg, rgba(255, 253, 249, 0.96) 0%, rgba(248, 242, 235, 0.95) 44%, rgba(232, 218, 201, 0.92) 100%);
	border: 1px solid rgba(205, 184, 160, 0.52);
	border-radius: calc(var(--almaraz-radius) + 0.25rem);
	box-shadow: var(--almaraz-shadow);
}

.almaraz-audience-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0)),
		repeating-linear-gradient(90deg, rgba(185, 150, 99, 0.035) 0, rgba(185, 150, 99, 0.035) 1px, transparent 1px, transparent 120px);
	pointer-events: none;
}

.almaraz-audience-head,
.almaraz-audience-grid,
.almaraz-audience-cta {
	position: relative;
	z-index: 2;
}

.almaraz-audience-head {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
	gap: clamp(1rem, 3vw, 2rem);
	align-items: end;
	margin-bottom: 1.35rem;
}

.almaraz-audience-head h2 {
	max-width: 11ch;
	margin: 0;
	font-size: clamp(2.3rem, 5vw, 4.8rem);
	line-height: 0.92;
	letter-spacing: -0.045em;
}

.almaraz-audience-head p:not(.almaraz-eyebrow) {
	max-width: 680px;
	margin: 0;
	color: var(--almaraz-muted);
	font-size: 1rem;
	line-height: 1.9;
}

.almaraz-audience-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.almaraz-audience-card {
	position: relative;
	overflow: hidden;
	min-height: 330px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 1.35rem 1.25rem;
	background: rgba(255, 253, 249, 0.72);
	border: 1px solid rgba(205, 184, 160, 0.44);
	border-radius: 1.35rem;
	box-shadow: var(--almaraz-shadow-soft);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background-color 0.35s ease;
}

.almaraz-audience-card::after {
	content: "";
	position: absolute;
	inset: auto -20% -45% -20%;
	height: 65%;
	background: radial-gradient(circle, rgba(185, 150, 99, 0.16), transparent 62%);
	pointer-events: none;
}

.almaraz-audience-card:hover {
	transform: translateY(-6px);
	border-color: rgba(185, 150, 99, 0.52);
	box-shadow: var(--almaraz-shadow-deep);
	background: rgba(255, 253, 249, 0.88);
}

.almaraz-audience-card.is-featured {
	background:
		linear-gradient(180deg, rgba(67, 55, 45, 0.96), rgba(31, 28, 26, 0.98)),
		linear-gradient(135deg, #43372d, #1f1c1a);
	border-color: rgba(216, 190, 146, 0.28);
	color: #fffaf3;
}

.almaraz-audience-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	margin-bottom: 1.1rem;
	border-radius: 999px;
	border: 1px solid rgba(185, 150, 99, 0.42);
	color: var(--almaraz-gold);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.almaraz-audience-card h3 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.85rem, 3vw, 2.5rem);
	line-height: 0.95;
}

.almaraz-audience-card p:not(.almaraz-eyebrow) {
	margin: 0 0 1rem;
	color: var(--almaraz-muted);
	line-height: 1.82;
}

.almaraz-audience-card .almaraz-text-link {
	margin-top: auto;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.almaraz-audience-card.is-featured h3,
.almaraz-audience-card.is-featured .almaraz-eyebrow,
.almaraz-audience-card.is-featured .almaraz-text-link {
	color: #fffaf3;
}

.almaraz-audience-card.is-featured p:not(.almaraz-eyebrow) {
	color: rgba(255, 250, 243, 0.76);
}

.almaraz-audience-card.is-featured .almaraz-audience-number {
	border-color: rgba(234, 212, 172, 0.42);
	background: rgba(255, 250, 243, 0.08);
	color: rgba(234, 212, 172, 0.96);
}

.almaraz-audience-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1rem;
	padding: 1rem 1.1rem;
	border: 1px solid rgba(205, 184, 160, 0.45);
	border-radius: 1.2rem;
	background: rgba(255, 253, 249, 0.72);
}

.almaraz-audience-cta strong,
.almaraz-audience-cta span {
	display: block;
}

.almaraz-audience-cta strong {
	margin-bottom: 0.2rem;
	color: var(--almaraz-ink);
	font-size: 1rem;
}

.almaraz-audience-cta span {
	color: var(--almaraz-muted);
	line-height: 1.6;
}

.almaraz-audience-cta .almaraz-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.9rem 1.25rem;
	border-radius: 999px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

@media (max-width: 1000px) {
	.almaraz-audience-head,
	.almaraz-audience-grid {
		grid-template-columns: 1fr;
	}

	.almaraz-audience-head h2 {
		max-width: 12ch;
	}
}

@media (max-width: 767px) {
	.almaraz-audience-section {
		padding: 1.15rem;
		border-radius: 1.35rem;
	}

	.almaraz-audience-head h2 {
		max-width: none;
		font-size: clamp(2.25rem, 12vw, 3.6rem);
	}

	.almaraz-audience-card {
		min-height: auto;
		padding: 1.15rem;
	}

	.almaraz-audience-cta {
		flex-direction: column;
		align-items: stretch;
	}

	.almaraz-audience-cta .almaraz-button {
		width: 100%;
	}
}


/* =========================================================
   FINAL UPGRADE FIXES — WHATSAPP ICON, AUDIENCE IMAGE,
   HOMEPAGE SECTION SPACING
   Keeps all previous footer, catalogue, product-card and header work.
========================================================= */

.almaraz-floating-whatsapp-icon { font-size: 0 !important; line-height: 0 !important; color: #fffaf3 !important; }
.almaraz-floating-whatsapp-icon svg { display: block; width: 1.2rem; height: 1.2rem; color: currentColor; }
.almaraz-floating-whatsapp:hover .almaraz-floating-whatsapp-icon,
.almaraz-floating-whatsapp:focus .almaraz-floating-whatsapp-icon { background: rgba(255, 250, 243, 0.18); border-color: rgba(234, 212, 172, 0.48); }

.almaraz-audience-head { grid-template-columns: minmax(0, 1fr) minmax(340px, 0.95fr) !important; align-items: stretch !important; gap: clamp(1.1rem, 3vw, 2.2rem) !important; }
.almaraz-audience-visual-copy, .almaraz-audience-title-wrap { position: relative; z-index: 2; }
.almaraz-audience-visual-copy { display: grid; grid-template-rows: minmax(280px, 1fr) auto; gap: 1rem; min-height: 560px; }
.almaraz-audience-image { position: relative; overflow: hidden; min-height: 390px; margin: 0; border: 1px solid rgba(205, 184, 160, 0.48); border-radius: 1.35rem; background: linear-gradient(135deg, #eadccc, #cdb8a0); box-shadow: var(--almaraz-shadow-soft); }
.almaraz-audience-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20, 16, 13, 0.02) 34%, rgba(20, 16, 13, 0.22) 100%), radial-gradient(circle at top left, rgba(255, 250, 243, 0.18), transparent 34%); pointer-events: none; }
.almaraz-audience-image img { display: block; width: 100%; height: 100%; min-height: 390px; object-fit: cover; object-position: center center; transform: scale(1.01); transition: transform 0.75s ease; }
.almaraz-audience-section:hover .almaraz-audience-image img { transform: scale(1.045); }
.almaraz-audience-copy { padding: 0.2rem 0.15rem 0; }
.almaraz-audience-copy .almaraz-eyebrow { margin-bottom: 0.85rem; }
.almaraz-audience-copy p:not(.almaraz-eyebrow) { max-width: 640px; margin: 0; color: var(--almaraz-muted); font-size: 1rem; line-height: 1.9; }
.almaraz-audience-title-wrap { display: flex; align-items: center; justify-content: center; padding: clamp(1rem, 3vw, 2rem); border-radius: 1.35rem; background: rgba(255, 253, 249, 0.42); border: 1px solid rgba(205, 184, 160, 0.26); }
.almaraz-audience-title-wrap h2, .almaraz-audience-head h2 { max-width: 10.5ch !important; margin: 0 !important; }

.almaraz-home-collections-section .almaraz-section-heading,
.almaraz-home-featured-section .almaraz-section-heading { display: grid; grid-template-columns: minmax(300px, 0.88fr) minmax(320px, 1.12fr); column-gap: clamp(1.2rem, 4vw, 3.5rem); row-gap: 0.75rem; align-items: end; max-width: 100% !important; margin-bottom: clamp(1.4rem, 3vw, 2.1rem); }
.almaraz-home-collections-section .almaraz-section-heading .almaraz-eyebrow,
.almaraz-home-featured-section .almaraz-section-heading .almaraz-eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.almaraz-home-collections-section .almaraz-section-heading h2,
.almaraz-home-featured-section .almaraz-section-heading h2 { max-width: 12.5ch !important; margin-bottom: 0 !important; }
.almaraz-home-collections-section .almaraz-section-heading p,
.almaraz-home-featured-section .almaraz-section-heading p,
.almaraz-home-collections-section .almaraz-section-text,
.almaraz-home-featured-section .almaraz-section-text { max-width: 620px !important; margin: 0 !important; align-self: end; }
.almaraz-home-collections-section, .almaraz-home-featured-section { padding-top: clamp(1.8rem, 3.5vw, 2.8rem) !important; }

@media (max-width: 1000px) {
	.almaraz-audience-head, .almaraz-home-collections-section .almaraz-section-heading, .almaraz-home-featured-section .almaraz-section-heading { grid-template-columns: 1fr !important; }
	.almaraz-audience-visual-copy { min-height: auto; }
	.almaraz-audience-title-wrap { justify-content: flex-start; }
	.almaraz-audience-title-wrap h2, .almaraz-audience-head h2, .almaraz-home-collections-section .almaraz-section-heading h2, .almaraz-home-featured-section .almaraz-section-heading h2 { max-width: none !important; }
	.almaraz-home-collections-section .almaraz-section-heading p, .almaraz-home-featured-section .almaraz-section-heading p, .almaraz-home-collections-section .almaraz-section-text, .almaraz-home-featured-section .almaraz-section-text { max-width: 760px !important; }
}

@media (max-width: 767px) {
	.almaraz-audience-visual-copy { gap: 0.95rem; }
	.almaraz-audience-image, .almaraz-audience-image img { min-height: 300px; }
	.almaraz-audience-title-wrap { padding: 1rem; }
	.almaraz-audience-title-wrap h2 { font-size: clamp(2.25rem, 12vw, 3.6rem); }
	.almaraz-home-collections-section .almaraz-section-heading, .almaraz-home-featured-section .almaraz-section-heading { row-gap: 0.7rem; }
}


/* =========================================================
   HOMEPAGE BRAND SIDECARD IMAGE + LOOKBOOK SHORTCODE FALLBACK
   Final safe layer: adds the Private Label image in the dark brand card
   and styles the fallback lookbook grid when the shortcode is unavailable.
========================================================= */

.almaraz-brand-sidecard {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.almaraz-brand-sidecard .almaraz-brand-list {
	margin-bottom: 1.1rem;
}

.almaraz-brand-sidecard-image {
	position: relative;
	overflow: hidden;
	margin: auto 0 0;
	border-radius: 1.15rem;
	border: 1px solid rgba(234, 212, 172, 0.18);
	background: rgba(255, 250, 243, 0.06);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.almaraz-brand-sidecard-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(31, 28, 26, 0.02) 40%, rgba(31, 28, 26, 0.34) 100%);
	pointer-events: none;
}

.almaraz-brand-sidecard-image img {
	display: block;
	width: 100%;
	height: clamp(180px, 22vw, 280px);
	object-fit: cover;
	object-position: center;
	transition: transform 0.7s ease, filter 0.7s ease;
}

.almaraz-brand-sidecard:hover .almaraz-brand-sidecard-image img {
	transform: scale(1.04);
	filter: saturate(1.02) contrast(1.02);
}

.almaraz-lookbook-fallback-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.4rem;
}

.almaraz-lookbook-fallback-card {
	overflow: hidden;
	min-height: 360px;
	border-radius: 1.35rem;
	border: 1px solid rgba(205, 184, 160, 0.42);
	background: linear-gradient(135deg, #eee2d4, #d2bba4);
	box-shadow: var(--almaraz-shadow-soft);
}

.almaraz-lookbook-fallback-card img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	object-position: center top;
	transition: transform 0.7s ease;
}

.almaraz-lookbook-fallback-card:hover img {
	transform: scale(1.045);
}

@media (max-width: 1100px) {
	.almaraz-lookbook-fallback-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.almaraz-brand-sidecard-image img {
		height: 230px;
	}

	.almaraz-lookbook-fallback-grid {
		grid-template-columns: 1fr;
	}

	.almaraz-lookbook-fallback-card,
	.almaraz-lookbook-fallback-card img {
		min-height: 300px;
	}
}
/* =========================================================
   ALMARAZ B2B WHOLESALE HOMEPAGE POLISH
   Added for South Africa wholesale modest-wear positioning
========================================================= */

/* Hero badge refinement */
.almaraz-hero-badge span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.4;
}

/* Better hero button wrapping on smaller screens */
.almaraz-hero-actions {
	flex-wrap: wrap;
}

.almaraz-hero-actions .almaraz-button {
	white-space: normal;
	text-align: center;
}

/* Hero detail cards */
.almaraz-hero-details {
	align-items: stretch;
}

.almaraz-hero-detail-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Main homepage shell spacing */
.almaraz-homepage .almaraz-site-shell {
	position: relative;
	z-index: 2;
}

/* Brand showcase improvements */
.almaraz-brand-showcase-main {
	align-items: stretch;
}

.almaraz-brand-copy,
.almaraz-brand-sidecard {
	height: 100%;
}

.almaraz-brand-copy h2 {
	max-width: 950px;
}

.almaraz-brand-lead {
	font-size: clamp(1rem, 1.4vw, 1.18rem);
}

/* Brand point cards */
.almaraz-brand-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
	margin: 1.5rem 0;
}

.almaraz-brand-point {
	padding: 1rem;
	border: 1px solid rgba(205, 184, 160, 0.46);
	border-radius: 1rem;
	background: rgba(255, 253, 249, 0.72);
	box-shadow: var(--almaraz-shadow-soft);
}

.almaraz-brand-point-label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--almaraz-gold);
}

.almaraz-brand-point strong {
	display: block;
	color: var(--almaraz-ink);
	font-size: 0.92rem;
	line-height: 1.55;
}

/* Sidecard list */
.almaraz-brand-list {
	display: grid;
	gap: 0.7rem;
	margin: 1rem 0 1.25rem;
	padding: 0;
	list-style: none;
}

.almaraz-brand-list li {
	position: relative;
	padding-left: 1.45rem;
	color: var(--almaraz-muted);
	font-weight: 700;
	line-height: 1.55;
}

.almaraz-brand-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 999px;
	background: var(--almaraz-gold);
	box-shadow: 0 0 0 5px rgba(185, 150, 99, 0.12);
}

.almaraz-brand-sidecard-image {
	overflow: hidden;
	margin: 1.25rem 0 0;
	border-radius: 1.15rem;
	border: 1px solid rgba(205, 184, 160, 0.38);
}

.almaraz-brand-sidecard-image img {
	display: block;
	width: 100%;
	height: clamp(230px, 32vw, 410px);
	object-fit: cover;
	transition: transform 0.6s ease;
}

.almaraz-brand-sidecard:hover .almaraz-brand-sidecard-image img {
	transform: scale(1.045);
}

/* Audience section refinements */
.almaraz-audience-title-wrap h2 {
	color: var(--almaraz-ink);
}

.almaraz-audience-card h3 {
	position: relative;
	z-index: 2;
	margin-bottom: 0.65rem;
	color: var(--almaraz-ink);
}

.almaraz-audience-card p {
	position: relative;
	z-index: 2;
}

.almaraz-audience-card .almaraz-text-link {
	position: relative;
	z-index: 2;
	margin-top: auto;
}

.almaraz-audience-card.is-featured h3,
.almaraz-audience-card.is-featured p,
.almaraz-audience-card.is-featured .almaraz-eyebrow {
	color: #fffaf3;
}

.almaraz-audience-card.is-featured .almaraz-text-link {
	color: #f3d8a5;
}

.almaraz-audience-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1.1rem;
	padding: 1.1rem;
	border: 1px solid rgba(205, 184, 160, 0.5);
	border-radius: 1.15rem;
	background: rgba(255, 253, 249, 0.76);
	box-shadow: var(--almaraz-shadow-soft);
}

.almaraz-audience-cta strong,
.almaraz-audience-cta span {
	display: block;
}

.almaraz-audience-cta strong {
	margin-bottom: 0.25rem;
	color: var(--almaraz-ink);
	font-size: 1rem;
}

.almaraz-audience-cta span {
	color: var(--almaraz-muted);
	font-size: 0.92rem;
	line-height: 1.6;
}

/* Value strip */
.almaraz-value-strip-icons {
	align-items: stretch;
}

.almaraz-value-item {
	height: 100%;
}

.almaraz-value-icon {
	flex: 0 0 auto;
}

/* Product category cards */
.almaraz-category-grid {
	align-items: stretch;
}

.almaraz-category-card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.almaraz-category-media {
	min-height: 120px;
	background:
		radial-gradient(circle at 20% 20%, rgba(255, 250, 243, 0.9), transparent 32%),
		linear-gradient(135deg, rgba(229, 211, 190, 0.9), rgba(67, 55, 45, 0.9));
}

.almaraz-category-card:nth-child(2) .almaraz-category-media {
	background:
		radial-gradient(circle at 70% 20%, rgba(255, 250, 243, 0.85), transparent 30%),
		linear-gradient(135deg, rgba(205, 184, 160, 0.88), rgba(31, 28, 26, 0.9));
}

.almaraz-category-card:nth-child(3) .almaraz-category-media {
	background:
		radial-gradient(circle at 30% 30%, rgba(255, 250, 243, 0.78), transparent 32%),
		linear-gradient(135deg, rgba(185, 150, 99, 0.82), rgba(67, 55, 45, 0.96));
}

.almaraz-category-card:nth-child(4) .almaraz-category-media {
	background:
		radial-gradient(circle at 50% 20%, rgba(255, 250, 243, 0.85), transparent 34%),
		linear-gradient(135deg, rgba(247, 239, 229, 0.92), rgba(185, 150, 99, 0.78));
}

.almaraz-category-card:nth-child(5) .almaraz-category-media {
	background:
		radial-gradient(circle at 25% 25%, rgba(255, 250, 243, 0.86), transparent 30%),
		linear-gradient(135deg, rgba(232, 218, 201, 0.96), rgba(67, 55, 45, 0.84));
}

.almaraz-category-card:nth-child(6) .almaraz-category-media {
	background:
		radial-gradient(circle at 70% 25%, rgba(255, 250, 243, 0.8), transparent 32%),
		linear-gradient(135deg, rgba(31, 28, 26, 0.96), rgba(185, 150, 99, 0.82));
}

.almaraz-category-content {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.almaraz-category-content .almaraz-text-link {
	margin-top: auto;
}

/* Icon grid cards */
.almaraz-icon-grid {
	align-items: stretch;
}

.almaraz-icon-card {
	height: 100%;
}

/* Process section */
.almaraz-process-list {
	margin: 1.25rem 0 1.5rem;
	padding: 0;
	list-style: none;
	counter-reset: almaraz-process;
}

.almaraz-process-list li {
	position: relative;
	counter-increment: almaraz-process;
	margin-bottom: 0.75rem;
	padding: 0.95rem 1rem 0.95rem 3.25rem;
	border: 1px solid rgba(205, 184, 160, 0.38);
	border-radius: 1rem;
	background: rgba(255, 253, 249, 0.7);
	color: var(--almaraz-muted);
	font-weight: 700;
	line-height: 1.55;
}

.almaraz-process-list li::before {
	content: counter(almaraz-process);
	position: absolute;
	left: 0.85rem;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 999px;
	background: var(--almaraz-ink);
	color: #fffaf3;
	font-size: 0.78rem;
	font-weight: 800;
}

/* Simple list used in private-label section */
.almaraz-simple-list {
	display: grid;
	gap: 0.65rem;
	margin: 1.25rem 0 1.5rem;
	padding: 0;
	list-style: none;
}

.almaraz-simple-list li {
	position: relative;
	padding-left: 1.45rem;
	color: inherit;
	line-height: 1.6;
}

.almaraz-simple-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55rem;
	width: 0.52rem;
	height: 0.52rem;
	border-radius: 999px;
	background: currentColor;
	opacity: 0.45;
}

/* Catalogue CTA section fixes */
.almaraz-catalogue-points {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 1.25rem 0 0;
	padding: 0;
}

.almaraz-catalogue-points span {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.55rem 0.85rem;
	border: 1px solid rgba(205, 184, 160, 0.5);
	border-radius: 999px;
	background: rgba(255, 253, 249, 0.72);
	color: var(--almaraz-brown);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.almaraz-catalogue-points span::before {
	content: "";
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 999px;
	background: var(--almaraz-gold);
}

.almaraz-catalogue-form-card h3 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	color: var(--almaraz-ink);
}

.almaraz-catalogue-form-card p {
	color: var(--almaraz-muted);
	line-height: 1.7;
}

.almaraz-newsletter-form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
	margin-top: 1rem;
}

.almaraz-newsletter-form .almaraz-button {
	width: 100%;
	justify-content: center;
}

.almaraz-catalogue-whatsapp-followup {
	display: block;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(205, 184, 160, 0.36);
	font-size: 0.86rem;
	color: var(--almaraz-muted);
	line-height: 1.65;
}

/* FAQ polish */
.almaraz-faq-list {
	max-width: 980px;
	margin: 0 auto;
}

.almaraz-faq-item {
	overflow: hidden;
	border-radius: 1rem;
}

.almaraz-faq-button {
	cursor: pointer;
}

.almaraz-faq-button:hover {
	color: var(--almaraz-gold);
}

.almaraz-faq-answer p {
	margin-bottom: 0;
}

/* Final CTA button spacing */
.almaraz-split-card .almaraz-hero-actions {
	margin-top: 1.25rem;
}

/* Footer conversion button wrapping */
.almaraz-footer-conversion-actions {
	flex-wrap: wrap;
}

.almaraz-footer-conversion-actions .almaraz-button {
	white-space: normal;
	text-align: center;
}

/* Floating WhatsApp CTA */
.almaraz-floating-whatsapp {
	z-index: 9999;
}

/* Better mobile responsiveness */
@media (max-width: 1100px) {
	.almaraz-brand-points {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 900px) {
	.almaraz-audience-cta {
		align-items: stretch;
		flex-direction: column;
	}

	.almaraz-audience-cta .almaraz-button {
		width: 100%;
		justify-content: center;
	}

	.almaraz-catalogue-copy h2 {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.almaraz-hero-badge span {
		font-size: 0.72rem;
	}

	.almaraz-hero-actions {
		width: 100%;
	}

	.almaraz-hero-actions .almaraz-button {
		width: 100%;
		justify-content: center;
	}

	.almaraz-hero-details {
		grid-template-columns: 1fr;
	}

	.almaraz-brand-showcase,
	.almaraz-audience-section,
	.almaraz-section,
	.almaraz-split-section,
	.almaraz-newsletter {
		margin-bottom: 1.25rem;
	}

	.almaraz-audience-head {
		grid-template-columns: 1fr;
	}

	.almaraz-audience-head h2 {
		max-width: 100%;
		font-size: clamp(2.1rem, 11vw, 3.5rem);
	}

	.almaraz-audience-grid {
		grid-template-columns: 1fr;
	}

	.almaraz-audience-card {
		min-height: auto;
	}

	.almaraz-category-media {
		min-height: 95px;
	}

	.almaraz-process-list li {
		padding-left: 3rem;
	}

	.almaraz-catalogue-points {
		display: grid;
		grid-template-columns: 1fr;
	}

	.almaraz-catalogue-points span {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.almaraz-footer-conversion-actions,
	.almaraz-footer-conversion-actions .almaraz-button {
		width: 100%;
	}

	.almaraz-footer-bottom {
		text-align: center;
	}
}

@media (max-width: 480px) {
	.almaraz-brand-point,
	.almaraz-audience-card,
	.almaraz-category-card,
	.almaraz-icon-card,
	.almaraz-split-card,
	.almaraz-catalogue-form-card {
		border-radius: 1rem;
	}

	.almaraz-process-list li {
		font-size: 0.9rem;
	}

	.almaraz-floating-whatsapp-text {
		display: none;
	}
}
/* =========================================================
   ALMARAZ FIX BLOCK
   Fixes:
   1. Removes blue custom cursor dot
   2. Makes FAQ text visible
   3. Makes dark sidecard text white / higher contrast
========================================================= */

/* -------------------------
   1. REMOVE BLUE CURSOR DOT
-------------------------- */
.almaraz-cursor {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

/* -------------------------
   2. FAQ TEXT VISIBILITY FIX
-------------------------- */
.almaraz-faq-list {
	max-width: 980px;
	margin: 0 auto;
}

.almaraz-faq-item {
	background: rgba(255, 253, 249, 0.96) !important;
	border: 1px solid rgba(205, 184, 160, 0.48) !important;
	border-radius: 1.2rem !important;
	overflow: hidden;
	box-shadow: none;
}

.almaraz-faq-button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.15rem 1.2rem;
	background: transparent !important;
	border: 0;
	font: inherit;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
	color: var(--almaraz-ink) !important;
}

.almaraz-faq-button:hover,
.almaraz-faq-button:focus {
	color: var(--almaraz-ink) !important;
	outline: none;
}

.almaraz-faq-button span {
	color: var(--almaraz-ink) !important;
	opacity: 1 !important;
}

.almaraz-faq-icon {
	color: var(--almaraz-ink) !important;
	font-weight: 800;
	font-size: 1.1rem;
	line-height: 1;
	opacity: 1 !important;
}

.almaraz-faq-item.is-open .almaraz-faq-button,
.almaraz-faq-item.is-open .almaraz-faq-button span,
.almaraz-faq-item.is-open .almaraz-faq-icon {
	color: var(--almaraz-ink) !important;
}

.almaraz-faq-answer {
	padding: 0 1.2rem 1.25rem !important;
	color: var(--almaraz-muted) !important;
	line-height: 1.8;
}

.almaraz-faq-answer p {
	margin: 0;
	color: var(--almaraz-muted) !important;
}

/* -------------------------
   3. DARK SIDECARD TEXT FIX
-------------------------- */
.almaraz-brand-sidecard {
	background:
		linear-gradient(180deg, rgba(67, 55, 45, 0.98), rgba(31, 28, 26, 0.99)),
		linear-gradient(135deg, #43372d, #1f1c1a) !important;
	color: #fffaf3 !important;
}

.almaraz-brand-sidecard h2,
.almaraz-brand-sidecard h3,
.almaraz-brand-sidecard h4,
.almaraz-brand-sidecard p,
.almaraz-brand-sidecard strong,
.almaraz-brand-sidecard span,
.almaraz-brand-sidecard li {
	color: #fffaf3 !important;
}

.almaraz-brand-sidecard .almaraz-eyebrow {
	color: #ead4ac !important;
}

.almaraz-brand-sidecard .almaraz-brand-list {
	margin: 1rem 0 1.25rem;
	padding: 0;
	list-style: none;
	color: #fffaf3 !important;
}

.almaraz-brand-sidecard .almaraz-brand-list li {
	position: relative;
	padding-left: 1.45rem;
	color: #fffaf3 !important;
	font-weight: 700;
	line-height: 1.6;
}

.almaraz-brand-sidecard .almaraz-brand-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.58rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 999px;
	background: #d8b06a !important;
	box-shadow: 0 0 0 6px rgba(216, 176, 106, 0.12);
}

/* -------------------------
   4. SECTION HEADING TIDY-UP
   Helps the Product Categories block feel cleaner
-------------------------- */
.almaraz-home-collections-section .almaraz-section-heading,
.almaraz-home-featured-section .almaraz-section-heading {
	align-items: center !important;
}

.almaraz-home-collections-section .almaraz-section-heading p,
.almaraz-home-featured-section .almaraz-section-heading p,
.almaraz-home-collections-section .almaraz-section-text,
.almaraz-home-featured-section .almaraz-section-text {
	color: var(--almaraz-muted) !important;
}

/* -------------------------
   5. MOBILE SAFETY
-------------------------- */
@media (max-width: 767px) {
	.almaraz-faq-button {
		padding: 1rem 1rem;
		font-size: 0.95rem;
	}

	.almaraz-faq-answer {
		padding: 0 1rem 1rem !important;
	}

	.almaraz-brand-sidecard .almaraz-brand-list li {
		font-size: 0.95rem;
		line-height: 1.55;
	}
}
/* =========================================================
   ALMARAZ PRODUCT CATEGORIES HEADING FIX
   Removes empty decorative lines under section heading
========================================================= */

/* Remove decorative divider lines from homepage Product Categories heading */
.almaraz-home-collections-section .almaraz-section-heading::before,
.almaraz-home-collections-section .almaraz-section-heading::after,
.almaraz-home-collections-section .almaraz-section-heading h2::before,
.almaraz-home-collections-section .almaraz-section-heading h2::after,
.almaraz-home-collections-section .almaraz-section-heading p::before,
.almaraz-home-collections-section .almaraz-section-heading p::after,
.almaraz-home-featured-section .almaraz-section-heading::before,
.almaraz-home-featured-section .almaraz-section-heading::after,
.almaraz-home-featured-section .almaraz-section-heading h2::before,
.almaraz-home-featured-section .almaraz-section-heading h2::after,
.almaraz-home-featured-section .almaraz-section-heading p::before,
.almaraz-home-featured-section .almaraz-section-heading p::after {
	content: none !important;
	display: none !important;
}

/* Remove any borders that may be creating the same line effect */
.almaraz-home-collections-section .almaraz-section-heading,
.almaraz-home-featured-section .almaraz-section-heading,
.almaraz-home-collections-section .almaraz-section-heading h2,
.almaraz-home-featured-section .almaraz-section-heading h2,
.almaraz-home-collections-section .almaraz-section-heading p,
.almaraz-home-featured-section .almaraz-section-heading p {
	border: none !important;
	background-image: none !important;
}

/* Make the Product Categories heading look cleaner and more intentional */
.almaraz-home-collections-section .almaraz-section-heading {
	display: grid !important;
	grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr) !important;
	align-items: center !important;
	column-gap: clamp(1.5rem, 5vw, 5rem) !important;
	row-gap: 0.85rem !important;
	margin-bottom: clamp(1.5rem, 3vw, 2.4rem) !important;
	padding-bottom: 0 !important;
}

.almaraz-home-collections-section .almaraz-section-heading .almaraz-eyebrow {
	grid-column: 1 / -1 !important;
	margin-bottom: 0 !important;
}

.almaraz-home-collections-section .almaraz-section-heading h2 {
	max-width: 12.5ch !important;
	margin: 0 !important;
	line-height: 0.95 !important;
}

.almaraz-home-collections-section .almaraz-section-heading p,
.almaraz-home-collections-section .almaraz-section-text {
	max-width: 640px !important;
	margin: 0 !important;
	color: var(--almaraz-muted) !important;
	font-size: clamp(1rem, 1.2vw, 1.12rem) !important;
	line-height: 1.8 !important;
}

/* Mobile layout */
@media (max-width: 900px) {
	.almaraz-home-collections-section .almaraz-section-heading {
		grid-template-columns: 1fr !important;
	}

	.almaraz-home-collections-section .almaraz-section-heading h2 {
		max-width: 100% !important;
	}
}
/* =========================================================
   FORCE REMOVE PRODUCT CATEGORY EDITORIAL LINES
========================================================= */

/* Remove line-style borders from the whole Product Categories heading area */
.almaraz-home-collections-section .almaraz-section-heading,
.almaraz-home-collections-section .almaraz-section-heading *,
.almaraz-home-collections-section .almaraz-section-heading > *,
.almaraz-home-collections-section .almaraz-section-heading div,
.almaraz-home-collections-section .almaraz-section-heading span {
	border-top: 0 !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
	background-image: none !important;
}

/* Hide any empty decorative children that are creating the black lines */
.almaraz-home-collections-section .almaraz-section-heading > div:empty,
.almaraz-home-collections-section .almaraz-section-heading > span:empty,
.almaraz-home-collections-section .almaraz-section-heading .almaraz-section-line,
.almaraz-home-collections-section .almaraz-section-heading .almaraz-heading-line,
.almaraz-home-collections-section .almaraz-section-heading .almaraz-divider,
.almaraz-home-collections-section .almaraz-section-heading .section-divider,
.almaraz-home-collections-section .almaraz-section-heading .divider {
	display: none !important;
}

/* Remove pseudo-elements from every direct element inside the heading */
.almaraz-home-collections-section .almaraz-section-heading *::before,
.almaraz-home-collections-section .almaraz-section-heading *::after,
.almaraz-home-collections-section .almaraz-section-heading::before,
.almaraz-home-collections-section .almaraz-section-heading::after {
	content: none !important;
	display: none !important;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
}

/* Rebuild the heading cleanly */
.almaraz-home-collections-section .almaraz-section-heading {
	display: grid !important;
	grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr) !important;
	align-items: center !important;
	column-gap: clamp(1.5rem, 5vw, 5rem) !important;
	row-gap: 0.85rem !important;
	margin-bottom: clamp(1.5rem, 3vw, 2.4rem) !important;
	padding: 0 !important;
}

.almaraz-home-collections-section .almaraz-section-heading .almaraz-eyebrow {
	grid-column: 1 / -1 !important;
	margin: 0 !important;
	color: var(--almaraz-gold) !important;
}

.almaraz-home-collections-section .almaraz-section-heading h2 {
	margin: 0 !important;
	max-width: 12.5ch !important;
	line-height: 0.95 !important;
	color: var(--almaraz-ink) !important;
}

.almaraz-home-collections-section .almaraz-section-heading p,
.almaraz-home-collections-section .almaraz-section-text {
	margin: 0 !important;
	max-width: 640px !important;
	color: var(--almaraz-muted) !important;
	line-height: 1.8 !important;
}

/* Mobile */
@media (max-width: 900px) {
	.almaraz-home-collections-section .almaraz-section-heading {
		grid-template-columns: 1fr !important;
	}

	.almaraz-home-collections-section .almaraz-section-heading h2 {
		max-width: 100% !important;
	}
}
/* =========================================================
   ALMARAZ MY ACCOUNT PAGE FIX
   Fixes account dashboard layout, spacing and narrow text issue
========================================================= */

/* Reduce oversized account page heading area */
.woocommerce-account .entry-hero,
.woocommerce-account .page-hero,
.woocommerce-account .entry-header,
.woocommerce-account .content-title-style-above .entry-header {
	min-height: auto !important;
	padding-top: clamp(7rem, 11vw, 10rem) !important;
	padding-bottom: clamp(2rem, 4vw, 3rem) !important;
	margin-bottom: 0 !important;
}

.woocommerce-account h1.entry-title,
.woocommerce-account .entry-title {
	font-size: clamp(3rem, 7vw, 6rem) !important;
	line-height: 0.95 !important;
	margin-bottom: 0 !important;
}

/* Main account page shell */
.woocommerce-account .content-area,
.woocommerce-account .site-main,
.woocommerce-account .entry-content,
.woocommerce-account .woocommerce {
	width: 100% !important;
	max-width: 1180px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Fix WooCommerce account layout */
.woocommerce-account .woocommerce {
	display: grid !important;
	grid-template-columns: minmax(240px, 310px) minmax(0, 1fr) !important;
	gap: clamp(1rem, 3vw, 2rem) !important;
	align-items: start !important;
	padding: clamp(1rem, 3vw, 2rem) 1rem clamp(2rem, 5vw, 4rem) !important;
}

/* Navigation card */
.woocommerce-account .woocommerce-MyAccount-navigation {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 1rem !important;
	border: 1px solid rgba(205, 184, 160, 0.48) !important;
	border-radius: 1.25rem !important;
	background: rgba(255, 253, 249, 0.96) !important;
	box-shadow: 0 16px 40px rgba(31, 28, 26, 0.06) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid !important;
	gap: 0.35rem !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block !important;
	padding: 0.85rem 1rem !important;
	border-radius: 0.95rem !important;
	color: var(--almaraz-ink) !important;
	font-weight: 800 !important;
	text-decoration: none !important;
	line-height: 1.3 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	background: rgba(234, 212, 172, 0.42) !important;
	color: var(--almaraz-brown) !important;
}

/* Main account content card */
.woocommerce-account .woocommerce-MyAccount-content {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: clamp(1.2rem, 3vw, 2rem) !important;
	border: 1px solid rgba(205, 184, 160, 0.48) !important;
	border-radius: 1.25rem !important;
	background: rgba(255, 253, 249, 0.96) !important;
	box-shadow: 0 16px 40px rgba(31, 28, 26, 0.06) !important;
	color: var(--almaraz-muted) !important;
	font-size: 1rem !important;
	line-height: 1.8 !important;
}

/* Stop dashboard text from breaking one word per line */
.woocommerce-account .woocommerce-MyAccount-content p,
.woocommerce-account .woocommerce-MyAccount-content div,
.woocommerce-account .woocommerce-MyAccount-content address {
	max-width: 850px !important;
	line-height: 1.8 !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
	white-space: normal !important;
}

.woocommerce-account .woocommerce-MyAccount-content a {
	color: var(--almaraz-ink) !important;
	font-weight: 800 !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 0.18em !important;
}

/* Buyer dashboard panel */
.almaraz-buyer-dashboard-panel,
.almaraz-buyer-access-panel {
	grid-column: 1 / -1 !important;
	width: 100% !important;
	margin: 0 0 1rem !important;
	padding: clamp(1.4rem, 4vw, 2.6rem) !important;
	border: 1px solid rgba(205, 184, 160, 0.48) !important;
	border-radius: 1.5rem !important;
	background:
		radial-gradient(circle at top right, rgba(185, 150, 99, 0.1), transparent 34%),
		linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(247, 239, 229, 0.72)) !important;
	box-shadow: 0 18px 50px rgba(31, 28, 26, 0.08) !important;
}

.almaraz-buyer-dashboard-panel h2,
.almaraz-buyer-access-panel h1 {
	max-width: 850px !important;
	margin: 0 0 1rem !important;
	color: var(--almaraz-ink) !important;
	font-size: clamp(2.2rem, 5vw, 4.8rem) !important;
	line-height: 0.95 !important;
	letter-spacing: -0.05em !important;
}

.almaraz-buyer-dashboard-panel p,
.almaraz-buyer-access-panel p {
	max-width: 850px !important;
	color: var(--almaraz-muted) !important;
	line-height: 1.8 !important;
}

.almaraz-buyer-dashboard-actions,
.almaraz-buyer-access-actions {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 0.75rem !important;
	margin-top: 1.25rem !important;
}

.almaraz-buyer-dashboard-actions .almaraz-button,
.almaraz-buyer-access-actions .almaraz-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 3.1rem !important;
	padding: 0.85rem 1.25rem !important;
	border-radius: 999px !important;
	background: #1f1c1a !important;
	border: 1px solid #1f1c1a !important;
	color: #fffaf3 !important;
	font-weight: 800 !important;
	text-decoration: none !important;
	text-align: center !important;
}

.almaraz-buyer-dashboard-actions .almaraz-button-secondary,
.almaraz-buyer-access-actions .almaraz-button-secondary {
	background: #ead4ac !important;
	border-color: #ead4ac !important;
	color: #1f1c1a !important;
}

/* Login/register forms */
.woocommerce-account form.login,
.woocommerce-account form.register {
	border: 1px solid rgba(205, 184, 160, 0.48) !important;
	border-radius: 1.2rem !important;
	background: rgba(255, 253, 249, 0.96) !important;
	box-shadow: 0 16px 40px rgba(31, 28, 26, 0.06) !important;
	padding: clamp(1rem, 3vw, 1.5rem) !important;
}

.woocommerce-account form .form-row input.input-text,
.woocommerce-account form .form-row textarea {
	min-height: 3rem !important;
	border-radius: 0.8rem !important;
	border: 1px solid rgba(205, 184, 160, 0.7) !important;
	background: #fffdf9 !important;
}

.woocommerce-account button.button,
.woocommerce-account input.button,
.woocommerce-account a.button {
	border-radius: 999px !important;
	font-weight: 800 !important;
	background: #1f1c1a !important;
	border: 1px solid #1f1c1a !important;
	color: #fffaf3 !important;
}

/* Mobile layout */
@media (max-width: 900px) {
	.woocommerce-account .woocommerce {
		grid-template-columns: 1fr !important;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100% !important;
	}

	.almaraz-buyer-dashboard-actions .almaraz-button,
	.almaraz-buyer-access-actions .almaraz-button {
		width: 100% !important;
	}
}

@media (max-width: 680px) {
	.woocommerce-account .entry-hero,
	.woocommerce-account .page-hero,
	.woocommerce-account .entry-header,
	.woocommerce-account .content-title-style-above .entry-header {
		padding-top: 6.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.woocommerce-account h1.entry-title,
	.woocommerce-account .entry-title {
		font-size: clamp(2.8rem, 13vw, 4.2rem) !important;
	}

	.woocommerce-account .woocommerce {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		font-size: 0.95rem !important;
	}
}
/* =========================================================
   ALMARAZ MY ACCOUNT FINAL FORCE FIX
   Strong override for WooCommerce account layout/floats
========================================================= */

/* Remove the huge empty account hero space */
body.woocommerce-account .entry-hero,
body.woocommerce-account .page-hero,
body.woocommerce-account .entry-header,
body.woocommerce-account .content-title-style-above .entry-header,
body.woocommerce-account .wp-site-blocks .entry-header {
	min-height: 0 !important;
	height: auto !important;
	padding-top: clamp(7rem, 10vw, 9rem) !important;
	padding-bottom: 2rem !important;
	margin: 0 !important;
}

body.woocommerce-account h1.entry-title,
body.woocommerce-account .entry-title {
	font-size: clamp(3rem, 6vw, 5.5rem) !important;
	line-height: 0.95 !important;
	margin: 0 !important;
	text-align: center !important;
}

/* Main page container */
body.woocommerce-account .site-main,
body.woocommerce-account .content-area,
body.woocommerce-account .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Force WooCommerce account into a clean 2-column layout */
body.woocommerce-account .entry-content > .woocommerce,
body.woocommerce-account main .woocommerce,
body.woocommerce-account .woocommerce {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
	justify-content: center !important;
	gap: clamp(1.25rem, 3vw, 2.5rem) !important;
	width: min(1180px, calc(100% - 2rem)) !important;
	max-width: 1180px !important;
	margin: 0 auto clamp(2.5rem, 5vw, 4.5rem) !important;
	padding: clamp(1.25rem, 3vw, 2rem) 0 !important;
	box-sizing: border-box !important;
	clear: both !important;
}

/* Stop WooCommerce floats from breaking the layout */
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
	float: none !important;
	position: relative !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	transform: none !important;
	box-sizing: border-box !important;
}

/* Left navigation */
body.woocommerce-account .woocommerce-MyAccount-navigation {
	flex: 0 0 300px !important;
	width: 300px !important;
	max-width: 300px !important;
	margin: 0 !important;
	padding: 1rem !important;
	border: 1px solid rgba(205, 184, 160, 0.5) !important;
	border-radius: 1.25rem !important;
	background: rgba(255, 253, 249, 0.98) !important;
	box-shadow: 0 18px 45px rgba(31, 28, 26, 0.08) !important;
}

/* Remove any avatar/user block spacing issues inside nav */
body.woocommerce-account .woocommerce-MyAccount-navigation > * {
	max-width: 100% !important;
}

/* Nav list */
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 0.45rem !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block !important;
	width: 100% !important;
	padding: 0.9rem 1rem !important;
	border-radius: 0.95rem !important;
	color: var(--almaraz-ink) !important;
	font-weight: 800 !important;
	font-size: 0.98rem !important;
	line-height: 1.25 !important;
	text-decoration: none !important;
	box-sizing: border-box !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	background: rgba(234, 212, 172, 0.48) !important;
	color: var(--almaraz-brown) !important;
}

/* Right content area */
body.woocommerce-account .woocommerce-MyAccount-content {
	flex: 1 1 auto !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: clamp(1.25rem, 3vw, 2rem) !important;
	border: 1px solid rgba(205, 184, 160, 0.5) !important;
	border-radius: 1.25rem !important;
	background: rgba(255, 253, 249, 0.98) !important;
	box-shadow: 0 18px 45px rgba(31, 28, 26, 0.08) !important;
	color: var(--almaraz-muted) !important;
	font-size: 1rem !important;
	line-height: 1.8 !important;
	box-sizing: border-box !important;
}

/* Stop text from becoming one word per line */
body.woocommerce-account .woocommerce-MyAccount-content p,
body.woocommerce-account .woocommerce-MyAccount-content div,
body.woocommerce-account .woocommerce-MyAccount-content address,
body.woocommerce-account .woocommerce-MyAccount-content section {
	width: auto !important;
	max-width: 900px !important;
	min-width: 0 !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
	white-space: normal !important;
	line-height: 1.8 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content p {
	margin-bottom: 1rem !important;
}

body.woocommerce-account .woocommerce-MyAccount-content a {
	color: var(--almaraz-ink) !important;
	font-weight: 800 !important;
	text-underline-offset: 0.18em !important;
}

/* Dashboard empty states / downloads / orders */
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-error {
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 1rem !important;
	padding: 1rem 1.2rem !important;
	border-radius: 1rem !important;
	border-top: 0 !important;
	background: rgba(247, 239, 229, 0.75) !important;
	color: var(--almaraz-ink) !important;
	box-shadow: none !important;
}

body.woocommerce-account .woocommerce-info::before,
body.woocommerce-account .woocommerce-message::before,
body.woocommerce-account .woocommerce-error::before {
	display: none !important;
}

/* Buttons inside account content */
body.woocommerce-account .woocommerce-MyAccount-content .button,
body.woocommerce-account .woocommerce-info .button,
body.woocommerce-account .woocommerce-message .button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 3rem !important;
	padding: 0.8rem 1.2rem !important;
	border-radius: 999px !important;
	background: #1f1c1a !important;
	border: 1px solid #1f1c1a !important;
	color: #fffaf3 !important;
	font-weight: 800 !important;
	text-decoration: none !important;
	line-height: 1.2 !important;
}

/* Buyer dashboard panel should sit inside content, not break layout */
body.woocommerce-account .almaraz-buyer-dashboard-panel,
body.woocommerce-account .almaraz-buyer-access-panel {
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 1.25rem !important;
	padding: clamp(1.25rem, 3vw, 2rem) !important;
	border: 1px solid rgba(205, 184, 160, 0.48) !important;
	border-radius: 1.25rem !important;
	background:
		radial-gradient(circle at top right, rgba(185, 150, 99, 0.1), transparent 34%),
		linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(247, 239, 229, 0.72)) !important;
	box-shadow: 0 16px 40px rgba(31, 28, 26, 0.06) !important;
	box-sizing: border-box !important;
}

body.woocommerce-account .almaraz-buyer-dashboard-panel h2,
body.woocommerce-account .almaraz-buyer-access-panel h1 {
	max-width: 850px !important;
	margin: 0 0 1rem !important;
	color: var(--almaraz-ink) !important;
	font-size: clamp(2rem, 4vw, 3.6rem) !important;
	line-height: 1 !important;
	letter-spacing: -0.045em !important;
}

body.woocommerce-account .almaraz-buyer-dashboard-panel p,
body.woocommerce-account .almaraz-buyer-access-panel p {
	max-width: 850px !important;
	color: var(--almaraz-muted) !important;
	line-height: 1.8 !important;
}

/* Logged-out login/register layout */
body.woocommerce-account .u-columns,
body.woocommerce-account .woocommerce .u-columns {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 1rem !important;
	width: 100% !important;
}

body.woocommerce-account .u-column1,
body.woocommerce-account .u-column2,
body.woocommerce-account .col-1,
body.woocommerce-account .col-2 {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

body.woocommerce-account form.login,
body.woocommerce-account form.register {
	border: 1px solid rgba(205, 184, 160, 0.48) !important;
	border-radius: 1.2rem !important;
	background: rgba(255, 253, 249, 0.96) !important;
	box-shadow: 0 16px 40px rgba(31, 28, 26, 0.06) !important;
	padding: clamp(1rem, 3vw, 1.5rem) !important;
}

/* Mobile */
@media (max-width: 900px) {
	body.woocommerce-account .entry-content > .woocommerce,
	body.woocommerce-account main .woocommerce,
	body.woocommerce-account .woocommerce {
		display: block !important;
		width: calc(100% - 2rem) !important;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation,
	body.woocommerce-account .woocommerce-MyAccount-content {
		width: 100% !important;
		max-width: none !important;
		margin-bottom: 1rem !important;
	}

	body.woocommerce-account .u-columns,
	body.woocommerce-account .woocommerce .u-columns {
		grid-template-columns: 1fr !important;
	}

	body.woocommerce-account .almaraz-buyer-dashboard-actions .almaraz-button,
	body.woocommerce-account .almaraz-buyer-access-actions .almaraz-button {
		width: 100% !important;
	}
}

@media (max-width: 680px) {
	body.woocommerce-account .entry-hero,
	body.woocommerce-account .page-hero,
	body.woocommerce-account .entry-header,
	body.woocommerce-account .content-title-style-above .entry-header,
	body.woocommerce-account .wp-site-blocks .entry-header {
		padding-top: 6.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	body.woocommerce-account h1.entry-title,
	body.woocommerce-account .entry-title {
		font-size: clamp(2.8rem, 13vw, 4.1rem) !important;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation,
	body.woocommerce-account .woocommerce-MyAccount-content {
		padding: 1rem !important;
	}
}
/* =========================================================
   MY ACCOUNT BUYER DASHBOARD BUTTON TEXT FIX
========================================================= */

body.woocommerce-account .almaraz-buyer-dashboard-actions a.almaraz-button,
body.woocommerce-account .almaraz-buyer-access-actions a.almaraz-button {
	color: #fffaf3 !important;
	background: #1f1c1a !important;
	border-color: #1f1c1a !important;
	font-size: 0.95rem !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	text-indent: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.woocommerce-account .almaraz-buyer-dashboard-actions a.almaraz-button::before,
body.woocommerce-account .almaraz-buyer-dashboard-actions a.almaraz-button::after,
body.woocommerce-account .almaraz-buyer-access-actions a.almaraz-button::before,
body.woocommerce-account .almaraz-buyer-access-actions a.almaraz-button::after {
	display: none !important;
	content: none !important;
}

body.woocommerce-account .almaraz-buyer-dashboard-actions a.almaraz-button-secondary,
body.woocommerce-account .almaraz-buyer-access-actions a.almaraz-button-secondary {
	color: #1f1c1a !important;
	background: #ead4ac !important;
	border-color: #ead4ac !important;
}

/* Specifically force the first dashboard button text */
body.woocommerce-account .almaraz-buyer-dashboard-actions a.almaraz-button:first-child {
	color: #fffaf3 !important;
	min-width: 220px !important;
}
/* =========================================================
   ALMARAZ CART / CHECKOUT B2B MESSAGING
========================================================= */

.woocommerce-cart .almaraz-checkout-guidance-panel,
.woocommerce-checkout .almaraz-checkout-guidance-panel,
.almaraz-empty-cart-panel {
	position: relative;
	overflow: hidden;
	width: min(1180px, calc(100% - 2rem));
	margin: clamp(1.25rem, 3vw, 2rem) auto;
	padding: clamp(1.4rem, 4vw, 2.5rem);
	border: 1px solid rgba(205, 184, 160, 0.5);
	border-radius: 1.5rem;
	background:
		radial-gradient(circle at top right, rgba(185, 150, 99, 0.1), transparent 34%),
		linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(247, 239, 229, 0.72));
	box-shadow: 0 18px 50px rgba(31, 28, 26, 0.08);
}

.woocommerce-checkout .almaraz-checkout-guidance-panel.is-checkout {
	margin-top: 0;
}

.almaraz-checkout-guidance-copy h2,
.almaraz-empty-cart-panel h2 {
	max-width: 880px;
	margin: 0 0 1rem;
	color: var(--almaraz-ink);
	font-size: clamp(2rem, 4vw, 4rem);
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.almaraz-checkout-guidance-copy p,
.almaraz-empty-cart-panel p {
	max-width: 880px;
	margin: 0;
	color: var(--almaraz-muted);
	font-size: clamp(1rem, 1.2vw, 1.1rem);
	line-height: 1.8;
}

.almaraz-checkout-guidance-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.35rem;
}

.almaraz-checkout-guidance-actions .almaraz-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.1rem;
	padding: 0.85rem 1.25rem;
	border-radius: 999px;
	background: #1f1c1a !important;
	border: 1px solid #1f1c1a !important;
	color: #fffaf3 !important;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	text-align: center;
}

.almaraz-checkout-guidance-actions .almaraz-button-secondary {
	background: #ead4ac !important;
	border-color: #ead4ac !important;
	color: #1f1c1a !important;
}

/* Checkout payment reminder */
.woocommerce-checkout .almaraz-payment-reminder {
	margin: 0 0 1rem;
	padding: 1rem 1.1rem;
	border: 1px solid rgba(205, 184, 160, 0.5);
	border-radius: 1rem;
	background: rgba(247, 239, 229, 0.75);
	color: var(--almaraz-muted);
	line-height: 1.7;
}

.woocommerce-checkout .almaraz-payment-reminder strong {
	display: block;
	margin-bottom: 0.25rem;
	color: var(--almaraz-ink);
	font-weight: 900;
}

.woocommerce-checkout .almaraz-payment-reminder a {
	color: var(--almaraz-ink);
	font-weight: 900;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

/* Cart and checkout shell styling */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
	width: min(1180px, calc(100% - 2rem));
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-checkout .woocommerce-checkout-review-order {
	border-radius: 1.2rem !important;
	border-color: rgba(205, 184, 160, 0.5) !important;
	background: rgba(255, 253, 249, 0.96);
	box-shadow: 0 16px 40px rgba(31, 28, 26, 0.05);
	overflow: hidden;
}

.woocommerce-cart .cart_totals,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields {
	padding: 1rem;
	border: 1px solid rgba(205, 184, 160, 0.5);
	border-radius: 1.2rem;
	background: rgba(255, 253, 249, 0.96);
	box-shadow: 0 16px 40px rgba(31, 28, 26, 0.05);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order {
	border-radius: 999px !important;
	background: #1f1c1a !important;
	border: 1px solid #1f1c1a !important;
	color: #fffaf3 !important;
	font-weight: 900 !important;
}

/* Inputs */
.woocommerce-cart input.input-text,
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
	min-height: 3rem;
	border-radius: 0.8rem !important;
	border: 1px solid rgba(205, 184, 160, 0.7) !important;
	background: #fffdf9 !important;
}

/* Mobile */
@media (max-width: 680px) {
	.woocommerce-cart .almaraz-checkout-guidance-panel,
	.woocommerce-checkout .almaraz-checkout-guidance-panel,
	.almaraz-empty-cart-panel,
	.woocommerce-cart .woocommerce,
	.woocommerce-checkout .woocommerce {
		width: calc(100% - 2rem);
	}

	.almaraz-checkout-guidance-actions .almaraz-button {
		width: 100%;
	}

	.almaraz-checkout-guidance-copy h2,
	.almaraz-empty-cart-panel h2 {
		font-size: clamp(2rem, 10vw, 3.2rem);
	}
}
/* =========================================================
   WOOCOMMERCE ADDED TO CART NOTICE FIX
   Prevents notice from clashing with sticky header/logo
========================================================= */

/* Product page notice positioning */
.single-product .woocommerce-notices-wrapper,
.woocommerce-page .woocommerce-notices-wrapper {
	width: min(1180px, calc(100% - 2rem)) !important;
	max-width: 1180px !important;
	margin: clamp(7.5rem, 11vw, 10rem) auto 1.5rem !important;
	position: relative !important;
	z-index: 20 !important;
	clear: both !important;
}

/* Notice card */
.single-product .woocommerce-message,
.woocommerce-page .woocommerce-message {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 1rem !important;
	min-height: 4.5rem !important;
	padding: 1rem 1.2rem !important;
	border: 1px solid rgba(205, 184, 160, 0.5) !important;
	border-left: 6px solid #2f6fb2 !important;
	border-radius: 1.25rem !important;
	background: rgba(255, 253, 249, 0.96) !important;
	box-shadow: 0 18px 45px rgba(31, 28, 26, 0.12) !important;
	color: var(--almaraz-ink) !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
	overflow: visible !important;
}

/* Remove Woo default icon positioning */
.single-product .woocommerce-message::before,
.woocommerce-page .woocommerce-message::before {
	display: none !important;
	content: none !important;
}

/* View cart button */
.single-product .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button {
	position: relative !important;
	float: none !important;
	order: 2 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 150px !important;
	min-height: 3rem !important;
	margin: 0 !important;
	padding: 0.8rem 1.2rem !important;
	border-radius: 999px !important;
	background: #1f1c1a !important;
	border: 1px solid #1f1c1a !important;
	color: #fffaf3 !important;
	font-weight: 900 !important;
	text-decoration: none !important;
	line-height: 1.2 !important;
	z-index: 25 !important;
	pointer-events: auto !important;
}

/* Notice text */
.single-product .woocommerce-message,
.woocommerce-page .woocommerce-message {
	padding-left: 1.2rem !important;
}

/* Product hero should not hide behind the notice */
.single-product .almaraz-product-hero {
	margin-top: 0 !important;
}

/* Logged-in admin bar adjustment */
body.admin-bar.single-product .woocommerce-notices-wrapper,
body.admin-bar.woocommerce-page .woocommerce-notices-wrapper {
	margin-top: clamp(8rem, 12vw, 10.5rem) !important;
}

/* Mobile */
@media (max-width: 680px) {
	.single-product .woocommerce-notices-wrapper,
	.woocommerce-page .woocommerce-notices-wrapper {
		width: calc(100% - 2rem) !important;
		margin-top: 7rem !important;
	}

	.single-product .woocommerce-message,
	.woocommerce-page .woocommerce-message {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 0.85rem !important;
		text-align: left !important;
	}

	.single-product .woocommerce-message .button,
	.woocommerce-page .woocommerce-message .button {
		width: 100% !important;
		order: 2 !important;
	}
}
/* =========================================================
   FLOATING CART BUTTON
   Shows when WooCommerce cart has items
========================================================= */

.almaraz-floating-cart {
	position: fixed;
	right: 1.2rem;
	bottom: 6rem;
	z-index: 9998;
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	min-height: 3.35rem;
	padding: 0.75rem 1rem;
	border-radius: 999px;
	background: #1f1c1a;
	color: #fffaf3 !important;
	text-decoration: none !important;
	box-shadow: 0 18px 45px rgba(31, 28, 26, 0.24);
	border: 1px solid rgba(234, 212, 172, 0.28);
	font-weight: 900;
	letter-spacing: 0.02em;
}

.almaraz-floating-cart:hover {
	color: #fffaf3 !important;
	transform: translateY(-2px);
}

.almaraz-floating-cart-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: rgba(255, 250, 243, 0.12);
	font-size: 1rem;
}

.almaraz-floating-cart-text {
	color: #fffaf3 !important;
	font-size: 0.9rem;
	text-transform: uppercase;
}

.almaraz-floating-cart-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.55rem;
	height: 1.55rem;
	padding: 0 0.35rem;
	border-radius: 999px;
	background: #ead4ac;
	color: #1f1c1a;
	font-size: 0.78rem;
	font-weight: 900;
}

/* Keep cart above WhatsApp on mobile */
@media (max-width: 680px) {
	.almaraz-floating-cart {
		right: 1rem;
		bottom: 5.8rem;
		padding: 0.7rem 0.9rem;
	}

	.almaraz-floating-cart-text {
		font-size: 0.82rem;
	}
}
/* =========================================================
   FLOATING CART POSITION FIX
   Moves cart away from footer / catalogue button
========================================================= */

.almaraz-floating-cart {
	top: 6.4rem !important;
	right: 1.2rem !important;
	bottom: auto !important;
	z-index: 9997 !important;
	min-height: 3rem !important;
	padding: 0.65rem 0.95rem !important;
	background: rgba(31, 28, 26, 0.94) !important;
	backdrop-filter: blur(14px) !important;
}

/* If logged into WordPress admin, account for black admin bar */
body.admin-bar .almaraz-floating-cart {
	top: 8.4rem !important;
}

/* Keep WhatsApp catalogue button alone at the bottom */
.almaraz-floating-whatsapp {
	z-index: 9998 !important;
}

/* Make cart neater */
.almaraz-floating-cart-icon {
	width: 1.8rem !important;
	height: 1.8rem !important;
	font-size: 0.9rem !important;
}

.almaraz-floating-cart-text {
	font-size: 0.82rem !important;
	letter-spacing: 0.05em !important;
}

.almaraz-floating-cart-count {
	min-width: 1.45rem !important;
	height: 1.45rem !important;
	font-size: 0.74rem !important;
}

/* Mobile: place cart above page content but keep it compact */
@media (max-width: 680px) {
	.almaraz-floating-cart {
		top: auto !important;
		right: 1rem !important;
		bottom: 5.8rem !important;
	}

	body.admin-bar .almaraz-floating-cart {
		top: auto !important;
		bottom: 5.8rem !important;
	}
}
/* =========================================================
   ALMARAZ THANK YOU / ORDER RECEIVED PAGE
========================================================= */

.woocommerce-order-received .almaraz-thankyou-panel {
	position: relative;
	overflow: hidden;
	width: min(1180px, calc(100% - 2rem));
	margin: clamp(1.5rem, 4vw, 3rem) auto;
	padding: clamp(1.4rem, 4vw, 2.7rem);
	border: 1px solid rgba(205, 184, 160, 0.5);
	border-radius: 1.5rem;
	background:
		radial-gradient(circle at top right, rgba(185, 150, 99, 0.12), transparent 34%),
		linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(247, 239, 229, 0.72));
	box-shadow: 0 18px 50px rgba(31, 28, 26, 0.08);
}

.woocommerce-order-received .almaraz-thankyou-copy h2 {
	max-width: 880px;
	margin: 0 0 1rem;
	color: var(--almaraz-ink);
	font-size: clamp(2.2rem, 5vw, 4.8rem);
	line-height: 0.95;
	letter-spacing: -0.05em;
}

.woocommerce-order-received .almaraz-thankyou-copy p {
	max-width: 900px;
	margin: 0 0 1rem;
	color: var(--almaraz-muted);
	font-size: clamp(1rem, 1.2vw, 1.1rem);
	line-height: 1.8;
}

.woocommerce-order-received .almaraz-thankyou-details {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 1.3rem;
}

.woocommerce-order-received .almaraz-thankyou-details div {
	padding: 1rem;
	border: 1px solid rgba(205, 184, 160, 0.5);
	border-radius: 1rem;
	background: rgba(255, 253, 249, 0.8);
}

.woocommerce-order-received .almaraz-thankyou-details span {
	display: block;
	margin-bottom: 0.3rem;
	color: var(--almaraz-brown);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.woocommerce-order-received .almaraz-thankyou-details strong {
	display: block;
	color: var(--almaraz-ink);
	font-weight: 900;
	line-height: 1.35;
}

.woocommerce-order-received .almaraz-thankyou-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.4rem;
}

.woocommerce-order-received .almaraz-thankyou-actions .almaraz-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.1rem;
	padding: 0.85rem 1.25rem;
	border-radius: 999px;
	background: #1f1c1a !important;
	border: 1px solid #1f1c1a !important;
	color: #fffaf3 !important;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none !important;
	text-align: center;
}

.woocommerce-order-received .almaraz-thankyou-actions .almaraz-button-secondary {
	background: #ead4ac !important;
	border-color: #ead4ac !important;
	color: #1f1c1a !important;
}

.woocommerce-order-received .almaraz-thankyou-actions .almaraz-button-outline {
	background: transparent !important;
	border-color: rgba(31, 28, 26, 0.22) !important;
	color: #1f1c1a !important;
}

/* Style default WooCommerce thank-you content */
.woocommerce-order-received .woocommerce {
	width: min(1180px, calc(100% - 2rem));
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-order-received .woocommerce-order-overview,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
	border: 1px solid rgba(205, 184, 160, 0.5);
	border-radius: 1.2rem;
	background: rgba(255, 253, 249, 0.96);
	box-shadow: 0 16px 40px rgba(31, 28, 26, 0.05);
	padding: 1rem;
	overflow: hidden;
}

.woocommerce-order-received .woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
	list-style: none;
}

.woocommerce-order-received .woocommerce-order-overview li {
	margin: 0 !important;
	padding: 0.8rem !important;
	border: 1px solid rgba(205, 184, 160, 0.35);
	border-radius: 0.9rem;
	background: rgba(247, 239, 229, 0.45);
	color: var(--almaraz-muted);
}

.woocommerce-order-received .woocommerce-order-overview strong {
	display: block;
	margin-top: 0.25rem;
	color: var(--almaraz-ink);
	font-weight: 900;
}

/* Mobile */
@media (max-width: 900px) {
	.woocommerce-order-received .almaraz-thankyou-details,
	.woocommerce-order-received .woocommerce-order-overview {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 680px) {
	.woocommerce-order-received .almaraz-thankyou-panel,
	.woocommerce-order-received .woocommerce {
		width: calc(100% - 2rem);
	}

	.woocommerce-order-received .almaraz-thankyou-details,
	.woocommerce-order-received .woocommerce-order-overview {
		grid-template-columns: 1fr;
	}

	.woocommerce-order-received .almaraz-thankyou-actions .almaraz-button {
		width: 100%;
	}

	.woocommerce-order-received .almaraz-thankyou-copy h2 {
		font-size: clamp(2rem, 10vw, 3.25rem);
	}
}
/* =========================================================
   ALMARAZ MOBILE HEADER / MENU POLISH
========================================================= */

@media (max-width: 900px) {

	/* Header spacing */
	.site-header,
	.site-main-header-wrap,
	.main-header-bar,
	#masthead {
		position: relative;
		z-index: 9999;
	}

	/* Keep header compact on mobile */
	.site-header .site-container,
	.main-header-container,
	.site-main-header-inner-wrap {
		min-height: 74px !important;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	/* Logo sizing */
	.site-branding,
	.site-header .site-branding {
		max-width: 170px !important;
	}

	.site-branding img,
	.custom-logo,
	.site-logo img {
		max-width: 150px !important;
		height: auto !important;
	}

	/* Mobile menu trigger */
	.menu-toggle,
	.mobile-toggle-open-container .menu-toggle-open,
	.mobile-menu-toggle-icon,
	button.menu-toggle {
		min-width: 46px !important;
		min-height: 46px !important;
		border-radius: 999px !important;
		background: rgba(31, 28, 26, 0.92) !important;
		color: #fffaf3 !important;
		border: 1px solid rgba(234, 212, 172, 0.35) !important;
		box-shadow: 0 12px 30px rgba(31, 28, 26, 0.18) !important;
	}

	.menu-toggle svg,
	.mobile-toggle-open-container svg,
	.mobile-menu-toggle-icon svg {
		color: #fffaf3 !important;
		fill: #fffaf3 !important;
	}

	/* Mobile drawer / dropdown menu */
	.popup-drawer,
	.mobile-drawer,
	#mobile-drawer,
	.mobile-navigation,
	.site-header .mobile-navigation {
		z-index: 10000 !important;
	}

	.popup-drawer .drawer-inner,
	.mobile-drawer .drawer-inner,
	#mobile-drawer .drawer-inner {
		background:
			radial-gradient(circle at top right, rgba(234, 212, 172, 0.12), transparent 35%),
			linear-gradient(180deg, rgba(67, 55, 45, 0.98), rgba(31, 28, 26, 0.98)) !important;
		color: #fffaf3 !important;
	}

	.mobile-navigation ul,
	.mobile-navigation .menu,
	.popup-drawer .mobile-navigation ul {
		padding: 1rem !important;
	}

	.mobile-navigation li,
	.popup-drawer .mobile-navigation li {
		border-bottom: 1px solid rgba(234, 212, 172, 0.15) !important;
	}

	.mobile-navigation a,
	.popup-drawer .mobile-navigation a {
		display: flex !important;
		align-items: center !important;
		min-height: 3.2rem !important;
		padding: 0.9rem 0.75rem !important;
		color: #fffaf3 !important;
		font-weight: 850 !important;
		font-size: 1rem !important;
		letter-spacing: 0.02em !important;
		text-decoration: none !important;
	}

	.mobile-navigation a:hover,
	.popup-drawer .mobile-navigation a:hover {
		color: #ead4ac !important;
	}

	/* Drawer close button */
	.popup-drawer .drawer-toggle,
	.mobile-drawer .drawer-toggle {
		color: #fffaf3 !important;
		background: rgba(255, 250, 243, 0.08) !important;
		border-radius: 999px !important;
	}

	/* Prevent page hero from hiding under header */
	.almaraz-wholesale-hero,
	.almaraz-private-hero,
	.almaraz-contact-hero,
	.almaraz-faq-hero,
	.almaraz-about-hero,
	.almaraz-collections-hero,
	.almaraz-lookbook-hero,
	.almaraz-service-hero,
	.almaraz-shop-hero,
	.almaraz-product-hero {
		padding-top: clamp(7.8rem, 30vw, 9.5rem) !important;
	}

	/* Keep floating buttons from covering mobile menu */
	.popup-drawer.active ~ .almaraz-floating-whatsapp,
	.popup-drawer.active ~ .almaraz-floating-cart {
		display: none !important;
	}
}

@media (max-width: 480px) {

	.site-branding,
	.site-header .site-branding {
		max-width: 145px !important;
	}

	.site-branding img,
	.custom-logo,
	.site-logo img {
		max-width: 128px !important;
	}

	.mobile-navigation a,
	.popup-drawer .mobile-navigation a {
		font-size: 0.96rem !important;
	}
}
/* =========================================================
   FLOATING CATALOGUE BUTTON POLISH
   Keeps catalogue CTA visible but less intrusive
========================================================= */

.almaraz-floating-whatsapp {
	right: 1.2rem !important;
	bottom: 1.2rem !important;
	z-index: 9998 !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.55rem !important;
	min-height: 3.35rem !important;
	padding: 0.75rem 1rem !important;
	border-radius: 999px !important;
	background: #ead4ac !important;
	color: #1f1c1a !important;
	border: 1px solid rgba(31, 28, 26, 0.12) !important;
	box-shadow: 0 18px 45px rgba(31, 28, 26, 0.2) !important;
	text-decoration: none !important;
	font-weight: 900 !important;
	letter-spacing: 0.02em !important;
}

.almaraz-floating-whatsapp:hover {
	transform: translateY(-2px) !important;
	color: #1f1c1a !important;
	background: #f4e4c5 !important;
}

.almaraz-floating-whatsapp-icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 2rem !important;
	height: 2rem !important;
	border-radius: 999px !important;
	background: rgba(31, 28, 26, 0.1) !important;
	color: #1f1c1a !important;
}

.almaraz-floating-whatsapp-icon svg {
	width: 1.25rem !important;
	height: 1.25rem !important;
	color: #1f1c1a !important;
	fill: currentColor !important;
}

.almaraz-floating-whatsapp-text {
	color: #1f1c1a !important;
	font-size: 0.88rem !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
}

/* Desktop cart stays top-right, catalogue stays bottom-right */
.almaraz-floating-cart {
	top: 6.4rem !important;
	right: 1.2rem !important;
	bottom: auto !important;
}

/* Mobile: keep both neat and separated */
@media (max-width: 680px) {
	.almaraz-floating-whatsapp {
		right: 1rem !important;
		bottom: 1rem !important;
		padding: 0.7rem 0.9rem !important;
	}

	.almaraz-floating-cart {
		right: 1rem !important;
		bottom: 5.3rem !important;
		top: auto !important;
	}

	.almaraz-floating-whatsapp-text,
	.almaraz-floating-cart-text {
		font-size: 0.78rem !important;
	}
}
/* =========================================================
   ALMARAZ SINGLE PRODUCT PAGE POLISH
   Makes product pages feel more B2B / wholesale-focused
========================================================= */

/* Overall single product page spacing */
.single-product .site-main,
.single-product .content-area,
.single-product .entry-content {
	background: #fffdf9 !important;
}

.single-product .almaraz-product-wrapper {
	width: min(1180px, calc(100% - 2rem)) !important;
	max-width: 1180px !important;
	margin: 0 auto clamp(2.5rem, 5vw, 4.5rem) !important;
}

/* Product hero */
.single-product .almaraz-product-hero {
	position: relative;
	overflow: hidden;
	width: min(1180px, calc(100% - 2rem)) !important;
	margin: clamp(7.5rem, 11vw, 10rem) auto clamp(1.5rem, 4vw, 2.5rem) !important;
	padding: clamp(1.5rem, 4vw, 3rem) !important;
	border: 1px solid rgba(205, 184, 160, 0.5) !important;
	border-radius: 1.5rem !important;
	background:
		radial-gradient(circle at top right, rgba(185, 150, 99, 0.12), transparent 35%),
		linear-gradient(135deg, rgba(67, 55, 45, 0.98), rgba(31, 28, 26, 0.98)) !important;
	box-shadow: 0 20px 55px rgba(31, 28, 26, 0.12) !important;
	color: #fffaf3 !important;
}

.single-product .almaraz-product-hero .almaraz-eyebrow {
	color: #ead4ac !important;
}

.single-product .almaraz-product-hero h1 {
	max-width: 850px !important;
	margin: 0 0 1rem !important;
	color: #fffaf3 !important;
	font-size: clamp(2.4rem, 5vw, 5rem) !important;
	line-height: 0.95 !important;
	letter-spacing: -0.05em !important;
}

.single-product .almaraz-product-intro {
	max-width: 760px !important;
	margin: 0 !important;
	color: rgba(255, 250, 243, 0.84) !important;
	font-size: clamp(1rem, 1.2vw, 1.12rem) !important;
	line-height: 1.8 !important;
}

/* Main product layout */
.single-product div.product {
	display: grid !important;
	grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr) !important;
	gap: clamp(1.25rem, 4vw, 3rem) !important;
	align-items: start !important;
	padding: clamp(1rem, 3vw, 2rem) !important;
	border: 1px solid rgba(205, 184, 160, 0.5) !important;
	border-radius: 1.5rem !important;
	background:
		radial-gradient(circle at top left, rgba(185, 150, 99, 0.06), transparent 34%),
		linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(247, 239, 229, 0.58)) !important;
	box-shadow: 0 18px 50px rgba(31, 28, 26, 0.08) !important;
}

/* Product gallery */
.single-product div.product div.images {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}

.single-product div.product div.images img {
	border-radius: 1.25rem !important;
	box-shadow: 0 18px 45px rgba(31, 28, 26, 0.12) !important;
	background: #fffdf9 !important;
}

.single-product div.product div.images .flex-control-thumbs {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 0.6rem !important;
	margin-top: 0.8rem !important;
}

.single-product div.product div.images .flex-control-thumbs li {
	width: 100% !important;
	float: none !important;
}

.single-product div.product div.images .flex-control-thumbs img {
	border-radius: 0.85rem !important;
	opacity: 0.75 !important;
	border: 1px solid rgba(205, 184, 160, 0.45) !important;
	box-shadow: none !important;
}

.single-product div.product div.images .flex-control-thumbs img.flex-active,
.single-product div.product div.images .flex-control-thumbs img:hover {
	opacity: 1 !important;
	border-color: rgba(185, 150, 99, 0.75) !important;
}

/* Product summary */
.single-product div.product div.summary {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: clamp(0.5rem, 2vw, 1rem) !important;
}

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

/* Price area */
.single-product div.product p.price,
.single-product div.product span.price {
	margin: 0 0 1rem !important;
	color: var(--almaraz-ink) !important;
	font-size: clamp(1.6rem, 3vw, 2.4rem) !important;
	font-weight: 900 !important;
	line-height: 1.1 !important;
}

.single-product .almaraz-login-price-message {
	display: inline-flex !important;
	align-items: center !important;
	width: auto !important;
	max-width: 100% !important;
	margin: 0 0 1rem !important;
	padding: 0.85rem 1rem !important;
	border: 1px solid rgba(205, 184, 160, 0.55) !important;
	border-radius: 999px !important;
	background: rgba(234, 212, 172, 0.38) !important;
	color: var(--almaraz-ink) !important;
	font-weight: 900 !important;
	line-height: 1.3 !important;
}

/* Product short description */
.single-product div.product .woocommerce-product-details__short-description {
	margin: 0 0 1.25rem !important;
	padding: 1rem !important;
	border: 1px solid rgba(205, 184, 160, 0.45) !important;
	border-radius: 1rem !important;
	background: rgba(255, 253, 249, 0.78) !important;
	color: var(--almaraz-muted) !important;
	line-height: 1.8 !important;
}

.single-product div.product .woocommerce-product-details__short-description p {
	margin-bottom: 0.8rem !important;
}

.single-product div.product .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0 !important;
}

/* Quantity / add to cart */
.single-product div.product form.cart {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 0.75rem !important;
	margin: 1rem 0 1.25rem !important;
	padding: 1rem !important;
	border: 1px solid rgba(205, 184, 160, 0.5) !important;
	border-radius: 1rem !important;
	background: rgba(255, 253, 249, 0.8) !important;
}

.single-product div.product form.cart .quantity {
	margin: 0 !important;
}

.single-product div.product form.cart input.qty {
	width: 5.5rem !important;
	min-height: 3rem !important;
	border-radius: 999px !important;
	border: 1px solid rgba(205, 184, 160, 0.7) !important;
	background: #fffdf9 !important;
	color: var(--almaraz-ink) !important;
	font-weight: 900 !important;
	text-align: center !important;
}

.single-product div.product form.cart .single_add_to_cart_button {
	min-height: 3rem !important;
	padding: 0.8rem 1.35rem !important;
	border-radius: 999px !important;
	background: #1f1c1a !important;
	border: 1px solid #1f1c1a !important;
	color: #fffaf3 !important;
	font-weight: 900 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

/* Summary meta cards */
.single-product .almaraz-product-summary-meta {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 0.75rem !important;
	margin: 1rem 0 1.25rem !important;
}

.single-product .almaraz-summary-item {
	padding: 0.9rem !important;
	border: 1px solid rgba(205, 184, 160, 0.45) !important;
	border-radius: 1rem !important;
	background: rgba(255, 253, 249, 0.78) !important;
}

.single-product .almaraz-summary-label {
	display: block !important;
	margin-bottom: 0.3rem !important;
	color: var(--almaraz-brown) !important;
	font-size: 0.72rem !important;
	font-weight: 900 !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
}

.single-product .almaraz-summary-item strong {
	display: block !important;
	color: var(--almaraz-ink) !important;
	font-size: 0.95rem !important;
	line-height: 1.35 !important;
}

/* Product support panel */
.single-product .almaraz-product-support-panel {
	margin-top: 1rem !important;
	padding: clamp(1rem, 3vw, 1.4rem) !important;
	border-radius: 1.2rem !important;
	background:
		radial-gradient(circle at top right, rgba(234, 212, 172, 0.14), transparent 35%),
		linear-gradient(135deg, rgba(67, 55, 45, 0.98), rgba(31, 28, 26, 0.98)) !important;
	color: #fffaf3 !important;
	box-shadow: 0 18px 45px rgba(31, 28, 26, 0.12) !important;
}

.single-product .almaraz-product-support-panel .almaraz-eyebrow {
	color: #ead4ac !important;
}

.single-product .almaraz-product-support-panel h3 {
	margin: 0 0 0.65rem !important;
	color: #fffaf3 !important;
	font-size: clamp(1.6rem, 3vw, 2.5rem) !important;
	line-height: 1 !important;
}

.single-product .almaraz-product-support-panel p {
	margin: 0 0 1rem !important;
	color: rgba(255, 250, 243, 0.84) !important;
	line-height: 1.8 !important;
}

.single-product .almaraz-product-support-actions {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 0.65rem !important;
}

.single-product .almaraz-product-support-actions .button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 3rem !important;
	padding: 0.78rem 1.1rem !important;
	border-radius: 999px !important;
	background: #ead4ac !important;
	border: 1px solid #ead4ac !important;
	color: #1f1c1a !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	text-align: center !important;
}

.single-product .almaraz-product-support-actions .almaraz-whatsapp-quote-button {
	background: #fffaf3 !important;
	border-color: #fffaf3 !important;
	color: #1f1c1a !important;
}

/* Product overview and B2B sections */
.single-product .almaraz-product-overview-section,
.single-product .almaraz-product-business-section {
	width: min(1180px, calc(100% - 2rem)) !important;
	max-width: 1180px !important;
	margin: clamp(1.5rem, 4vw, 2.5rem) auto !important;
}

.single-product .almaraz-product-overview-section {
	padding: clamp(1.4rem, 4vw, 2.4rem) !important;
	border: 1px solid rgba(205, 184, 160, 0.5) !important;
	border-radius: 1.5rem !important;
	background: rgba(255, 253, 249, 0.96) !important;
	box-shadow: 0 16px 40px rgba(31, 28, 26, 0.05) !important;
}

.single-product .almaraz-product-overview-section .almaraz-section-heading {
	margin-bottom: 1rem !important;
}

.single-product .almaraz-product-overview-section .almaraz-section-heading h2 {
	margin: 0 !important;
	color: var(--almaraz-ink) !important;
	font-size: clamp(2rem, 4vw, 3.8rem) !important;
	line-height: 0.98 !important;
}

/* Hide old WooCommerce tabs if still outputting below */
.single-product .woocommerce-tabs {
	width: min(1180px, calc(100% - 2rem)) !important;
	max-width: 1180px !important;
	margin: 1.5rem auto !important;
	padding: 1rem !important;
	border: 1px solid rgba(205, 184, 160, 0.5) !important;
	border-radius: 1.2rem !important;
	background: rgba(255, 253, 249, 0.96) !important;
	box-shadow: 0 16px 40px rgba(31, 28, 26, 0.05) !important;
}

/* Related products */
.single-product .related.products,
.single-product .upsells.products {
	width: min(1180px, calc(100% - 2rem)) !important;
	max-width: 1180px !important;
	margin: clamp(1.5rem, 4vw, 2.5rem) auto !important;
}

.single-product .related.products > h2,
.single-product .upsells.products > h2 {
	color: var(--almaraz-ink) !important;
	font-size: clamp(2rem, 4vw, 3.8rem) !important;
	line-height: 0.98 !important;
	letter-spacing: -0.045em !important;
}

/* Mobile */
@media (max-width: 980px) {
	.single-product div.product {
		grid-template-columns: 1fr !important;
	}

	.single-product .almaraz-product-summary-meta {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 680px) {
	.single-product .almaraz-product-hero {
		margin-top: 6.8rem !important;
		padding: 1.25rem !important;
	}

	.single-product .almaraz-product-hero h1 {
		font-size: clamp(2.3rem, 11vw, 3.4rem) !important;
	}

	.single-product div.product {
		width: calc(100% - 2rem) !important;
		padding: 1rem !important;
	}

	.single-product div.product form.cart {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}

	.single-product div.product form.cart input.qty,
	.single-product div.product form.cart .single_add_to_cart_button,
	.single-product .almaraz-product-support-actions .button {
		width: 100% !important;
	}

	.single-product .almaraz-product-support-panel h3,
	.single-product .almaraz-product-overview-section .almaraz-section-heading h2,
	.single-product .related.products > h2,
	.single-product .upsells.products > h2 {
		font-size: clamp(2rem, 10vw, 3rem) !important;
	}
}
/* =========================================================
   ALMARAZ FOOTER / FINAL CTA POLISH
   Improves bottom-page spacing and prevents CTA clutter
========================================================= */

/* Give pages better breathing room before footer conversion block */
.almaraz-footer-conversion {
	margin-top: clamp(2rem, 5vw, 4rem) !important;
}

/* Footer conversion section */
.almaraz-footer-conversion {
	position: relative !important;
	overflow: hidden !important;
	padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 3rem) !important;
	background:
		radial-gradient(circle at top right, rgba(234, 212, 172, 0.14), transparent 34%),
		linear-gradient(135deg, rgba(67, 55, 45, 0.98), rgba(31, 28, 26, 0.98)) !important;
	color: #fffaf3 !important;
}

.almaraz-footer-conversion-inner {
	width: min(1180px, calc(100% - 2rem)) !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr) !important;
	gap: clamp(1.25rem, 4vw, 3rem) !important;
	align-items: center !important;
}

.almaraz-footer-conversion-copy .almaraz-eyebrow {
	color: #ead4ac !important;
}

.almaraz-footer-conversion-copy h2 {
	max-width: 820px !important;
	margin: 0 0 1rem !important;
	color: #fffaf3 !important;
	font-size: clamp(2.4rem, 5vw, 5rem) !important;
	line-height: 0.95 !important;
	letter-spacing: -0.05em !important;
}

.almaraz-footer-conversion-copy p {
	max-width: 760px !important;
	margin: 0 !important;
	color: rgba(255, 250, 243, 0.84) !important;
	font-size: clamp(1rem, 1.2vw, 1.12rem) !important;
	line-height: 1.8 !important;
}

.almaraz-footer-conversion-actions {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 0.75rem !important;
}

.almaraz-footer-conversion-actions .almaraz-button {
	width: 100% !important;
	justify-content: center !important;
	text-align: center !important;
	background: #ead4ac !important;
	border-color: #ead4ac !important;
	color: #1f1c1a !important;
}

.almaraz-footer-conversion-actions .almaraz-button-secondary {
	background: transparent !important;
	border: 1px solid rgba(234, 212, 172, 0.35) !important;
	color: #fffaf3 !important;
}

/* Footer trust strip */
.almaraz-footer-trust {
	padding: clamp(1.25rem, 3vw, 2rem) clamp(1rem, 4vw, 3rem) !important;
	background: rgba(247, 239, 229, 0.78) !important;
}

.almaraz-footer-trust-inner {
	width: min(1180px, calc(100% - 2rem)) !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 1rem !important;
}

.almaraz-footer-trust-inner > div {
	padding: 1rem !important;
	border: 1px solid rgba(205, 184, 160, 0.45) !important;
	border-radius: 1rem !important;
	background: rgba(255, 253, 249, 0.82) !important;
}

.almaraz-footer-trust-inner span {
	display: block !important;
	margin-bottom: 0.5rem !important;
	color: var(--almaraz-brown) !important;
	font-size: 0.75rem !important;
	font-weight: 900 !important;
	letter-spacing: 0.16em !important;
}

.almaraz-footer-trust-inner strong {
	display: block !important;
	margin-bottom: 0.35rem !important;
	color: var(--almaraz-ink) !important;
	font-size: 1rem !important;
	line-height: 1.3 !important;
}

.almaraz-footer-trust-inner p {
	margin: 0 !important;
	color: var(--almaraz-muted) !important;
	font-size: 0.92rem !important;
	line-height: 1.65 !important;
}

/* Main footer */
.almaraz-custom-footer {
	padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 3rem) 1.2rem !important;
	background: #1f1c1a !important;
	color: rgba(255, 250, 243, 0.82) !important;
}

.almaraz-custom-footer-inner {
	width: min(1180px, calc(100% - 2rem)) !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
	display: grid !important;
	grid-template-columns: minmax(260px, 1.2fr) minmax(160px, 0.65fr) minmax(180px, 0.75fr) minmax(240px, 1fr) !important;
	gap: clamp(1.25rem, 4vw, 3rem) !important;
}

.almaraz-footer-brand h2,
.almaraz-footer-links h3,
.almaraz-footer-contact h3 {
	color: #fffaf3 !important;
}

.almaraz-footer-brand p,
.almaraz-footer-contact p,
.almaraz-footer-bottom p {
	color: rgba(255, 250, 243, 0.72) !important;
	line-height: 1.75 !important;
}

.almaraz-footer-links a,
.almaraz-footer-contact a {
	display: table !important;
	margin-bottom: 0.55rem !important;
	color: rgba(255, 250, 243, 0.78) !important;
	text-decoration: none !important;
	font-weight: 700 !important;
}

.almaraz-footer-links a:hover,
.almaraz-footer-contact a:hover {
	color: #ead4ac !important;
}

.almaraz-footer-whatsapp {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin-top: 0.7rem !important;
	padding: 0.75rem 1rem !important;
	border-radius: 999px !important;
	background: #ead4ac !important;
	color: #1f1c1a !important;
	font-weight: 900 !important;
	text-decoration: none !important;
}

.almaraz-footer-bottom {
	width: min(1180px, calc(100% - 2rem)) !important;
	max-width: 1180px !important;
	margin: clamp(1.5rem, 4vw, 2.5rem) auto 0 !important;
	padding-top: 1rem !important;
	border-top: 1px solid rgba(234, 212, 172, 0.16) !important;
	display: flex !important;
	justify-content: space-between !important;
	gap: 1rem !important;
	flex-wrap: wrap !important;
}

/* Mobile footer */
@media (max-width: 900px) {
	.almaraz-footer-conversion-inner,
	.almaraz-footer-trust-inner,
	.almaraz-custom-footer-inner {
		grid-template-columns: 1fr !important;
	}

	.almaraz-footer-conversion-actions {
		max-width: 420px !important;
	}

	.almaraz-footer-bottom {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 680px) {
	.almaraz-footer-conversion-copy h2 {
		font-size: clamp(2.2rem, 10vw, 3.25rem) !important;
	}

	.almaraz-footer-conversion-actions {
		max-width: none !important;
	}
}
/* =========================================================
   WHOLESALE FORM TEXT VISIBILITY FIX
   Makes Fluent Forms labels readable on dark wholesale form
========================================================= */

.almaraz-wholesale-form-shell label,
.almaraz-wholesale-form-shell .ff-el-input--label label,
.almaraz-wholesale-form-shell .ff-el-form-check-label,
.almaraz-wholesale-form-shell .ff-el-is-required.asterisk-right label,
.almaraz-wholesale-form-shell .ff_t_c,
.almaraz-wholesale-form-shell .ff-el-section-title,
.almaraz-wholesale-form-shell .ff-el-section-break .ff-section_break_title,
.almaraz-wholesale-form-shell .ff-el-section-break .ff-section_break_description {
	color: #fffaf3 !important;
	font-weight: 700 !important;
	opacity: 1 !important;
}

.almaraz-wholesale-form-shell .text-danger,
.almaraz-wholesale-form-shell .asterisk,
.almaraz-wholesale-form-shell .ff-el-is-required.asterisk-right label span {
	color: #ff8f8f !important;
}

.almaraz-wholesale-form-shell input,
.almaraz-wholesale-form-shell textarea,
.almaraz-wholesale-form-shell select {
	border-radius: 0.8rem !important;
	border: 1px solid rgba(234, 212, 172, 0.28) !important;
	background: rgba(255, 250, 243, 0.96) !important;
	color: #1f1c1a !important;
}

.almaraz-wholesale-form-shell input::placeholder,
.almaraz-wholesale-form-shell textarea::placeholder {
	color: #7c8796 !important;
	opacity: 1 !important;
}

.almaraz-wholesale-form-shell .ff-btn-submit,
.almaraz-wholesale-form-shell button,
.almaraz-wholesale-form-shell input[type="submit"] {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 3.2rem !important;
	padding: 0.9rem 1.55rem !important;
	border-radius: 999px !important;
	background: #ead4ac !important;
	border: 1px solid #ead4ac !important;
	color: #1f1c1a !important;
	font-weight: 800 !important;
	box-shadow: 0 14px 36px rgba(31, 28, 26, 0.2) !important;
	text-decoration: none !important;
}

.almaraz-wholesale-form-shell .ff-btn-submit:hover,
.almaraz-wholesale-form-shell button:hover,
.almaraz-wholesale-form-shell input[type="submit"]:hover {
	background: #f4e4c5 !important;
	border-color: #f4e4c5 !important;
	color: #1f1c1a !important;
}
/* =========================================================
   FLUENT FORMS SUCCESS / ERROR MESSAGE STYLING
========================================================= */

.fluentform .ff-message-success,
.fluentform .ff_response_message,
.fluentform .ff_success_message,
.ff-message-success {
	margin-top: 1rem !important;
	padding: 1.1rem 1.2rem !important;
	border: 1px solid rgba(234, 212, 172, 0.45) !important;
	border-left: 6px solid #ead4ac !important;
	border-radius: 1rem !important;
	background:
		radial-gradient(circle at top right, rgba(234, 212, 172, 0.14), transparent 36%),
		rgba(255, 250, 243, 0.96) !important;
	color: #1f1c1a !important;
	box-shadow: 0 16px 40px rgba(31, 28, 26, 0.12) !important;
	font-weight: 700 !important;
	line-height: 1.7 !important;
}

.fluentform .ff-message-success p,
.fluentform .ff_response_message p,
.fluentform .ff_success_message p,
.ff-message-success p {
	margin: 0 0 0.5rem !important;
	color: #1f1c1a !important;
	line-height: 1.7 !important;
}

.fluentform .ff-message-success p:last-child,
.fluentform .ff_response_message p:last-child,
.fluentform .ff_success_message p:last-child,
.ff-message-success p:last-child {
	margin-bottom: 0 !important;
}

/* Validation / error messages */
.fluentform .ff-el-is-error input,
.fluentform .ff-el-is-error textarea,
.fluentform .ff-el-is-error select {
	border-color: #d46a6a !important;
	box-shadow: 0 0 0 3px rgba(212, 106, 106, 0.12) !important;
}

.fluentform .ff-el-is-error .text-danger,
.fluentform .error,
.fluentform .ff_error_message,
.fluentform .ff-el-help-message {
	color: #ffb3b3 !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
}

.fluentform .ff-errors-in-stack,
.fluentform .ff_error_message {
	margin-top: 1rem !important;
	padding: 1rem !important;
	border: 1px solid rgba(212, 106, 106, 0.4) !important;
	border-left: 6px solid #d46a6a !important;
	border-radius: 1rem !important;
	background: rgba(70, 36, 36, 0.45) !important;
	color: #fffaf3 !important;
}
/* =========================================================
   ALMARAZ SHOP GUIDANCE PANEL
========================================================= */

.woocommerce-shop .almaraz-shop-guidance-panel,
.tax-product_cat .almaraz-shop-guidance-panel,
.tax-product_tag .almaraz-shop-guidance-panel {
	width: min(1180px, calc(100% - 2rem));
	max-width: 1180px;
	margin: clamp(1.5rem, 4vw, 2.5rem) auto;
	padding: clamp(1.4rem, 4vw, 2.5rem);
	border: 1px solid rgba(205, 184, 160, 0.5);
	border-radius: 1.5rem;
	background:
		radial-gradient(circle at top right, rgba(185, 150, 99, 0.1), transparent 34%),
		linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(247, 239, 229, 0.72));
	box-shadow: 0 18px 50px rgba(31, 28, 26, 0.08);
}

.almaraz-shop-guidance-copy h2 {
	max-width: 860px;
	margin: 0 0 1rem;
	color: var(--almaraz-ink);
	font-size: clamp(2.2rem, 4.6vw, 4.6rem);
	line-height: 0.96;
	letter-spacing: -0.05em;
}

.almaraz-shop-guidance-copy p {
	max-width: 880px;
	margin: 0;
	color: var(--almaraz-muted);
	line-height: 1.8;
}

.almaraz-shop-guidance-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 1.35rem;
}

.almaraz-shop-guidance-steps > div {
	padding: 1rem;
	border: 1px solid rgba(205, 184, 160, 0.45);
	border-radius: 1rem;
	background: rgba(255, 253, 249, 0.82);
}

.almaraz-shop-guidance-steps span {
	display: block;
	margin-bottom: 0.4rem;
	color: var(--almaraz-brown);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.almaraz-shop-guidance-steps strong {
	display: block;
	margin-bottom: 0.35rem;
	color: var(--almaraz-ink);
	font-size: 1rem;
	line-height: 1.3;
}

.almaraz-shop-guidance-steps p {
	margin: 0;
	color: var(--almaraz-muted);
	font-size: 0.92rem;
	line-height: 1.65;
}

.almaraz-shop-guidance-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.35rem;
}

.almaraz-shop-guidance-actions .almaraz-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.1rem;
	padding: 0.85rem 1.25rem;
	border-radius: 999px;
	background: #1f1c1a !important;
	border: 1px solid #1f1c1a !important;
	color: #fffaf3 !important;
	font-weight: 900;
	text-decoration: none !important;
	text-align: center;
	line-height: 1.2;
}

.almaraz-shop-guidance-actions .almaraz-button-secondary {
	background: #ead4ac !important;
	border-color: #ead4ac !important;
	color: #1f1c1a !important;
}

@media (max-width: 900px) {
	.almaraz-shop-guidance-steps {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.woocommerce-shop .almaraz-shop-guidance-panel,
	.tax-product_cat .almaraz-shop-guidance-panel,
	.tax-product_tag .almaraz-shop-guidance-panel {
		width: calc(100% - 2rem);
	}

	.almaraz-shop-guidance-copy h2 {
		font-size: clamp(2rem, 10vw, 3.25rem);
	}

	.almaraz-shop-guidance-actions .almaraz-button {
		width: 100%;
	}
}
/* =========================================================
   SHOP CATEGORY QUICK LINKS
   Dynamic WooCommerce product category buttons
========================================================= */

.woocommerce-shop .almaraz-shop-category-links,
.tax-product_cat .almaraz-shop-category-links,
.tax-product_tag .almaraz-shop-category-links {
	width: min(1180px, calc(100% - 2rem));
	max-width: 1180px;
	margin: 0 auto clamp(1.5rem, 4vw, 2.5rem);
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid rgba(205, 184, 160, 0.5);
	border-radius: 1.35rem;
	background:
		radial-gradient(circle at top right, rgba(185, 150, 99, 0.08), transparent 34%),
		linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(247, 239, 229, 0.62));
	box-shadow: 0 16px 40px rgba(31, 28, 26, 0.06);
}

.almaraz-shop-category-links-copy h2 {
	max-width: 780px;
	margin: 0 0 0.8rem;
	color: var(--almaraz-ink);
	font-size: clamp(1.9rem, 4vw, 3.6rem);
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.almaraz-shop-category-links-copy p {
	max-width: 820px;
	margin: 0;
	color: var(--almaraz-muted);
	line-height: 1.75;
}

.almaraz-shop-category-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.2rem;
}

.almaraz-shop-category-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.8rem;
	padding: 0.75rem 1rem;
	border-radius: 999px;
	background: #ead4ac;
	border: 1px solid #ead4ac;
	color: #1f1c1a !important;
	font-weight: 900;
	text-decoration: none !important;
	line-height: 1.2;
	box-shadow: 0 10px 28px rgba(31, 28, 26, 0.08);
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.almaraz-shop-category-button:hover,
.almaraz-shop-category-button.is-active {
	background: #1f1c1a;
	border-color: #1f1c1a;
	color: #fffaf3 !important;
	transform: translateY(-1px);
}

@media (max-width: 680px) {
	.woocommerce-shop .almaraz-shop-category-links,
	.tax-product_cat .almaraz-shop-category-links,
	.tax-product_tag .almaraz-shop-category-links {
		width: calc(100% - 2rem);
	}

	.almaraz-shop-category-button {
		width: 100%;
	}
}
/* =========================================================
   HOMEPAGE DUPLICATE CTA FIX
   Hides homepage final CTA because footer already has one
========================================================= */

.home .almaraz-home-page > .almaraz-home-section.almaraz-home-muted:last-of-type {
	display: none !important;
}