:root {
	--jana-ink: #221e1d;
	--jana-copy: #221e1d;
	--jana-muted: #78635e;
	--jana-line: rgba(184,135,104,.18);
	--jana-soft: #fff;
	--jana-warm: #fff;
	--jana-gold: #ac805f;
	--jana-price: #221e1d;
	--jana-sale: #ac805f;
	--jana-old-price: #8a8a8a;
	--jana-white: #fff;
	--jana-shell: 1376px;
	--jana-gutter: clamp(16px, 2.1vw, 30px);
	--jana-shadow: 0 18px 55px rgb(34 30 29 / 10%);
}

html {
	scroll-behavior: smooth;
}

html::-webkit-scrollbar {
	width: 5px;
}

body.jana-storefront {
	color: var(--jana-copy);
	background: var(--jana-white);
}

body.jana-storefront,
body.jana-storefront button,
body.jana-storefront input,
body.jana-storefront select,
body.jana-storefront textarea {
	font-family: "IBM Plex Sans Arabic", Arial, sans-serif !important;
}

body.jana-storefront .footer-container,
body.jana-storefront .copyrights-wrapper,
body.jana-storefront .wd-toolbar,
body.jana-storefront .scrollToTop {
	display: none !important;
}

body.jana-storefront .website-wrapper,
body.jana-storefront .main-page-wrapper {
	background: var(--jana-white);
}

body.jana-storefront .main-page-wrapper {
	padding-block: 0;
}

body.jana-storefront a {
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, opacity .2s ease, transform .2s ease;
}

/* Woodmart owns the header controls and behavior; Jana only supplies geometry. */
.jana-promo-bar {
	width: 100%;
	height: 32px;
	min-height: 32px;
	overflow: hidden;
	background: #221e1d;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
}

.jana-promo-bar__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	width: calc(100% - 30px);
	max-width: 1440px;
	height: 32px;
	margin-inline: auto;
	padding-inline: 10px;
}

.jana-promo-bar a {
	color: inherit;
	white-space: nowrap;
}

.jana-promo-bar__message { grid-column: 2; padding-inline: 18px; text-align: center; }
.jana-promo-bar__utility { grid-column: 3; grid-row: 1; display: flex; justify-content: flex-start; gap: 14px; direction: ltr; color: rgba(255,255,255,.76); font-size: 9px; }
.jana-promo-bar__market { grid-column: 1; grid-row: 1; justify-self: end; color: rgba(255,255,255,.76); font-size: 9px; }

body.jana-storefront .whb-header {
	display: block !important;
	height: 56px;
	min-height: 56px !important;
	padding: 0 !important;
	background: #fff;
}

body.jana-storefront .whb-header.whb-sticky-prepared {
	height: 56px !important;
	min-height: 56px !important;
	padding-top: 0 !important;
}

body.jana-storefront .whb-main-header {
	position: relative;
	height: 56px;
	background: #fff;
}

body.jana-storefront .whb-header.whb-sticked .whb-main-header {
	position: fixed;
}

@media (min-width: 1025px) {
	body.jana-storefront .whb-header.whb-sticked .whb-main-header,
	body.jana-storefront .whb-header.whb-sticked .whb-general-header,
	body.jana-storefront .whb-header.whb-sticked .whb-general-header-inner,
	body.jana-storefront .whb-header.whb-sticked .whb-general-header-inner > .whb-col-left,
	body.jana-storefront .whb-header.whb-sticked .whb-general-header-inner > .whb-col-right {
		height: 56px !important;
		min-height: 56px !important;
	}

	body.jana-storefront .whb-header.whb-sticked .whb-general-header-inner > .whb-col-center {
		display: flex !important;
	}

	body.jana-storefront .whb-header.whb-sticked .whb-header-bottom {
		top: 0;
		z-index: 3;
		height: 56px !important;
		min-height: 56px !important;
		border: 0 !important;
		background: transparent !important;
		pointer-events: none;
	}

	body.jana-storefront .whb-header.whb-sticked .whb-header-bottom-inner,
	body.jana-storefront .whb-header.whb-sticked .whb-header-bottom .wd-header-nav,
	body.jana-storefront .whb-header.whb-sticked .whb-header-bottom .wd-nav,
	body.jana-storefront .whb-header.whb-sticked .whb-header-bottom .wd-nav > li > a {
		height: 56px !important;
		min-height: 56px !important;
		pointer-events: auto;
	}

	body.jana-storefront .whb-header.whb-sticked .whb-general-header-inner > .whb-col-left,
	body.jana-storefront .whb-header.whb-sticked .whb-general-header-inner > .whb-col-right {
		position: relative;
		z-index: 4;
	}

	body.jana-storefront .whb-header.whb-sticked .whb-general-header .wd-logo img {
		width: 90px !important;
		max-height: 50px !important;
	}

	body.jana-storefront .whb-header.whb-sticked .whb-general-header .wd-header-search-form input.s { top: 64px; }
}

body.jana-storefront .whb-general-header {
	position: relative;
	z-index: 2;
	height: 56px !important;
	min-height: 56px !important;
	border-bottom: 1px solid #eee !important;
	background: #fff !important;
}

body.jana-storefront .whb-general-header > .container,
body.jana-storefront .whb-header-bottom > .container {
	width: calc(100% - 30px);
	max-width: 1440px;
	padding-inline: 10px;
}

body.jana-storefront .whb-general-header-inner {
	position: relative;
	height: 56px !important;
	min-height: 56px !important;
}

body.jana-storefront .whb-general-header-inner > .whb-col-left,
body.jana-storefront .whb-general-header-inner > .whb-col-right {
	display: flex;
	align-items: center;
	height: 56px;
	position: relative;
	z-index: 4;
}

body.jana-storefront .whb-general-header .site-logo,
body.jana-storefront .whb-general-header .wd-logo {
	display: flex;
	align-items: center;
	height: 56px;
}

body.jana-storefront .whb-general-header .wd-logo img {
	display: block;
	width: 90px !important;
	height: auto !important;
	max-height: 50px !important;
	object-fit: contain;
}

body.jana-storefront .whb-general-header-inner > .whb-col-center {
	position: absolute;
	z-index: 12;
	top: 0;
	left: 184px;
	display: flex !important;
	align-items: center;
	width: 42px !important;
	max-width: 42px !important;
	height: 56px;
	transform: none;
}

body.jana-storefront .whb-general-header .wd-header-search-form,
body.jana-storefront .whb-general-header .wd-header-search-form form.searchform {
	width: 40px;
	height: 40px;
	margin: 0;
	border: 0 !important;
	border-radius: 50% !important;
	background: #fff !important;
}

body.jana-storefront .whb-general-header .wd-header-search-form input.s {
	position: fixed !important;
	z-index: 402;
	top: 96px;
	left: 50%;
	width: min(760px,calc(100vw - 40px)) !important;
	height: 52px !important;
	padding-inline: 18px 54px !important;
	border: 1px solid #ddd7d3 !important;
	border-radius: 4px !important;
	background: #fff !important;
	color: #221e1d !important;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%,-8px);
	pointer-events: none;
	transition: opacity .2s ease,transform .2s ease,visibility .2s ease;
}

body.jana-storefront .whb-general-header .wd-header-search-form input.s::placeholder {
	color: rgba(34, 30, 29, .52) !important;
}

body.jana-storefront .whb-general-header .wd-header-search-form .searchsubmit {
	position: relative;
	width: 40px;
	height: 40px;
	padding: 0;
	color: #221e1d !important;
	background: transparent !important;
}

	body.jana-storefront.jana-header-search-open::before { content: ""; position: fixed; z-index: 399; inset: 0; background: rgba(34,30,29,.36); }
body.jana-storefront.jana-header-search-open .whb-general-header .wd-header-search-form.is-jana-search-open input.s { opacity: 1; visibility: visible; transform: translate(-50%,0); pointer-events: auto; }
body.jana-storefront.jana-header-search-open .whb-general-header .wd-header-search-form.is-jana-search-open .searchsubmit { color: #ac805f !important; }

body.jana-storefront .whb-general-header .wd-header-search-form.is-jana-search-open .wd-search-results-wrapper {
	position: fixed;
	z-index: 403;
	top: 148px;
	left: 50%;
	width: min(760px,calc(100vw - 40px));
	transform: translateX(-50%);
}

body.jana-storefront .whb-header-bottom {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	display: block !important;
	width: 100%;
	height: 56px !important;
	min-height: 56px !important;
	border: 0 !important;
	background: transparent !important;
	pointer-events: none;
}

body.jana-storefront .whb-header-bottom-inner,
body.jana-storefront .whb-header-bottom .wd-header-nav,
body.jana-storefront .whb-header-bottom .wd-nav {
	height: 56px !important;
	min-height: 56px !important;
	pointer-events: auto;
}

body.jana-storefront .whb-header-bottom .wd-nav > li > a {
	height: 56px;
	color: #221e1d;
	font-size: 12px;
}

body.jana-storefront .whb-header-bottom .wd-nav > li:is(:hover,.current-menu-item,.current-menu-ancestor) > a,
body.jana-storefront .whb-header .wd-tools-element:hover > a {
	color: #ac805f !important;
}

body.jana-storefront .whb-header .wd-tools-count {
	background: #ac805f !important;
	color: #221e1d !important;
}

body.jana-storefront .whb-header .wd-dropdown,
body.jana-storefront .mobile-nav {
	border-color: rgba(172, 128, 95, .34);
}

@media (max-width: 1024px) {
	.jana-promo-bar,
	.jana-promo-bar__inner { height: 38px; min-height: 38px; }
	.jana-promo-bar__inner { display: flex; justify-content: center; width: 100%; padding-inline: 10px; }
	.jana-promo-bar__message { max-width: 100%; overflow: hidden; padding: 0; font-size: 9px; text-overflow: ellipsis; }
	.jana-promo-bar__utility,
	.jana-promo-bar__market { display: none; }

	body.jana-storefront .whb-header,
	body.jana-storefront .whb-main-header,
	body.jana-storefront .whb-general-header,
	body.jana-storefront .whb-general-header > .container,
	body.jana-storefront .whb-general-header-inner {
		height: 50px !important;
		min-height: 50px !important;
	}

	body.jana-storefront .whb-header.whb-sticky-prepared {
		height: 50px !important;
		min-height: 50px !important;
		padding-top: 0 !important;
	}

	body.jana-storefront .whb-general-header > .container {
		width: 100%;
		max-width: none;
		padding: 0;
	}

	body.jana-storefront .whb-general-header-inner {
		display: block;
		width: 100%;
	}

	body.jana-storefront .whb-general-header-inner > .whb-col-left,
	body.jana-storefront .whb-general-header-inner > .whb-col-right {
		display: none !important;
	}

	body.jana-storefront .whb-mobile-left,
	body.jana-storefront .whb-mobile-center,
	body.jana-storefront .whb-mobile-right {
		position: absolute;
		top: 0;
		display: flex !important;
		align-items: center;
		height: 50px;
	}

	body.jana-storefront .whb-mobile-left {
		inset-inline-start: 10px;
		justify-content: flex-start;
		width: 42px;
	}

	body.jana-storefront .whb-mobile-center {
		left: 50%;
		justify-content: center;
		width: 92px;
		transform: translateX(-50%);
	}

	body.jana-storefront .whb-mobile-right {
		inset-inline-end: 10px;
		justify-content: flex-end;
		width: 82px;
	}

	body.jana-storefront .whb-mobile-center .site-logo,
	body.jana-storefront .whb-mobile-center .wd-logo {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 92px;
		height: 50px;
	}

	body.jana-storefront .whb-mobile-center .wd-logo img {
		display: block;
		width: 78px !important;
		height: auto !important;
		max-height: 47px !important;
		object-fit: contain;
	}

	body.jana-storefront .whb-general-header-inner > .whb-col-center {
		top: 0;
		left: 94px;
		display: flex !important;
		align-items: center;
		width: 40px !important;
		max-width: 40px !important;
		height: 50px;
	}

	body.jana-storefront .whb-general-header .wd-header-search-form input.s {
		top: 96px;
		width: calc(100vw - 20px) !important;
		font-size: 13px;
	}

	body.jana-storefront .whb-header.whb-sticked .whb-general-header .wd-header-search-form input.s { top: 58px; }
	body.jana-storefront .whb-general-header .wd-header-search-form.is-jana-search-open .wd-search-results-wrapper { top: 148px; width: calc(100vw - 20px); }
	body.jana-storefront .whb-header.whb-sticked .whb-general-header .wd-header-search-form.is-jana-search-open .wd-search-results-wrapper { top: 110px; }

	body.jana-storefront .whb-header-bottom {
		display: none !important;
	}

	body.jana-storefront .wd-header-mobile-nav .wd-tools-icon,
	body.jana-storefront .whb-mobile-right .wd-tools-icon {
		color: #221e1d;
	}
}

.jana-home-v2__chrome {
	position: relative;
	z-index: 390;
	direction: rtl;
	color: var(--jana-ink);
	background: var(--jana-white);
}

.jana-home-v2__header {
	position: sticky;
	top: 0;
	z-index: 390;
	box-shadow: none;
	transition: box-shadow .25s ease;
}

.jana-home-v2__header.is-stuck {
	box-shadow: 0 8px 28px rgb(34 30 29 / 8%);
}

.jana-home-v2__header-shell,
.jana-storefront-footer__shell {
	width: min(calc(100% - (var(--jana-gutter) * 2)), var(--jana-shell));
	margin-inline: auto;
}

.jana-home-v2__announcement {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 var(--jana-gutter);
	color: var(--jana-white);
	background: var(--jana-ink);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .01em;
	text-align: center;
}

.jana-home-v2__announcement-track {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	height: 46px;
	white-space: nowrap;
	animation: none !important;
	transform: none !important;
}

.jana-home-v2__announcement-track > span:not(:first-of-type),
.jana-home-v2__announcement-track > i {
	display: none !important;
}

.jana-home-v2__announcement p,
.jana-home-v2__announcement span {
	margin: 0;
}

.jana-home-v2__utility {
	display: block;
	border-bottom: 1px solid var(--jana-line);
	background: var(--jana-white);
}

.jana-home-v2__utility-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	font-size: 12px;
}

.jana-home-v2__utility-side {
	display: flex;
	align-items: center;
	gap: 22px;
}

.jana-home-v2__utility a,
.jana-home-v2__utility span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #343434;
}

.jana-home-v2__utility svg {
	width: 15px;
	height: 15px;
	stroke-width: 1.65;
}

.jana-home-v2__mainbar {
	border-bottom: 1px solid var(--jana-line);
	background: var(--jana-white);
}

/*
 * The two outer columns were minmax(150px, 1fr), so they grew equally and each
 * took 340px of a 1226px row. The logo is 112px wide, which left ~228px of dead
 * space beside it and pushed the navigation into the exact centre with large
 * empty runs on both sides — the "horizontally stretched and visually empty"
 * header. Reef packs its navigation against the logo and lets the icon cluster
 * sit at the far edge, so the outer columns size to their content and the
 * navigation column absorbs what is left.
 */
.jana-home-v2__mainbar-inner {
	display: grid;
	direction: ltr;
	grid-template-columns: auto minmax(0, 1fr) auto;
	grid-template-areas: "tools nav brand";
	align-items: center;
	column-gap: 28px;
	min-height: 84px;
	transition: min-height .24s ease;
}

/* Sit the navigation beside the logo rather than centred in its own track. */
.jana-home-v2__nav {
	justify-self: end;
}

.jana-home-v2__header.is-stuck .jana-home-v2__mainbar-inner {
	min-height: 66px;
}

.jana-home-v2__brand {
	display: inline-flex;
	justify-self: end;
	align-items: center;
	width: 112px;
	height: 64px;
	grid-area: brand;
}

.jana-home-v2__brand img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.jana-home-v2__nav {
	position: relative;
	direction: rtl;
	grid-area: nav;
}

.jana-home-v2__nav-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(14px, 1.35vw, 24px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.jana-home-v2__nav .menu-item {
	position: relative;
	margin: 0;
}

.jana-home-v2__nav .menu-item > a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 84px;
	padding: 0;
	color: var(--jana-ink);
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
}

.jana-home-v2__nav-list > .menu-item > a::after {
	position: absolute;
	right: 0;
	bottom: 18px;
	left: 0;
	height: 1px;
	background: var(--jana-ink);
	content: "";
	transform: scaleX(0);
	transition: transform .2s ease;
}

.jana-home-v2__nav-list > .menu-item > a:hover::after,
.jana-home-v2__nav-list > .menu-item > a:focus-visible::after,
.jana-home-v2__nav-list > .current-menu-item > a::after,
.jana-home-v2__nav-list > .current-menu-ancestor > a::after {
	transform: scaleX(1);
}

.jana-home-v2__submenu-toggle {
	position: absolute !important;
	top: 50%;
	left: -18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px !important;
	height: 24px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	box-sizing: border-box !important;
	padding: 0 !important;
	border: 0 !important;
	color: var(--jana-ink) !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: translateY(-50%);
}

.jana-home-v2__submenu-toggle svg {
	width: 14px;
	height: 14px;
	transition: transform .2s ease;
}

.jana-home-v2__nav .sub-menu {
	position: absolute;
	top: 100%;
	right: 50%;
	z-index: 25;
	visibility: hidden;
	width: 224px;
	margin: 0;
	padding: 0;
	border: 1px solid var(--jana-line);
	border-top: 0;
	border-radius: 0 0 8px 8px;
	background: #fff;
	box-shadow: 0 18px 38px rgb(34 30 29 / 11%);
	list-style: none;
	opacity: 0;
	transform: translate(50%, 8px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s;
}

.jana-home-v2__nav .sub-menu .sub-menu {
	top: 0;
	right: calc(100% - 10px);
	border-top: 1px solid var(--jana-line);
	border-radius: 14px;
	transform: translate(8px, 0);
}

.jana-home-v2__nav .menu-item:hover > .sub-menu,
.jana-home-v2__nav .menu-item:focus-within > .sub-menu,
.jana-home-v2__nav .menu-item.is-submenu-open > .sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translate(50%, 0);
}

.jana-home-v2__nav .sub-menu .menu-item:hover > .sub-menu,
.jana-home-v2__nav .sub-menu .menu-item:focus-within > .sub-menu,
.jana-home-v2__nav .sub-menu .menu-item.is-submenu-open > .sub-menu {
	transform: translate(0, 0);
}

.jana-home-v2__nav .sub-menu .menu-item > a {
	min-height: 44px;
	padding: 0 18px;
	border-bottom: 1px solid #eeeae4;
	font-size: 13px;
	font-weight: 500;
}

.jana-home-v2__nav .sub-menu .menu-item:last-child > a {
	border-bottom: 0;
}

.jana-home-v2__nav .sub-menu .menu-item > a:hover,
.jana-home-v2__nav .sub-menu .menu-item > a:focus-visible {
	background: var(--jana-soft);
}

.jana-home-v2__nav-backdrop {
	position: fixed !important;
	inset: 0;
	z-index: 999;
	display: none !important;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: rgb(34 30 29 / 42%);
	opacity: 0;
	pointer-events: none;
}

.jana-home-v2__tools {
	display: flex;
	direction: rtl;
	justify-self: start;
	align-items: center;
	gap: 4px;
	grid-area: tools;
}

.jana-home-v2__tools > a,
.jana-home-v2__tools > button,
.jana-home-v2__menu-toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	color: var(--jana-ink);
	background: transparent;
	box-shadow: none;
}

.jana-home-v2__tools > a:hover,
.jana-home-v2__tools > button:hover,
.jana-home-v2__menu-toggle:hover {
	color: var(--jana-ink);
	background: #fff;
}

/*
 * One stroke system for every header control: 20px box, 1.5 weight, round
 * caps. The icons previously inherited whatever weight each path shipped with,
 * so the bag read heavier than the search and the cluster looked assembled
 * from three sources rather than drawn as a set.
 */
.jana-home-v2__tools svg,
.jana-home-v2__menu-toggle svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.jana-home-v2__cart span {
	position: absolute;
	top: 1px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 17px;
	height: 17px;
	padding-inline: 4px;
	border-radius: 10px;
	color: #fff;
	background: var(--jana-sale);
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}

.jana-home-v2__menu-toggle {
	display: none;
}

@media (min-width: 1025px) {
	.jana-home-v2__menu-toggle {
		display: none !important;
	}
}

.jana-home-v2__menu-close {
	display: none;
}

/*
 * No bottom rule on the search row. The header carried three stacked hairlines
 * — utility, main bar, search — so it read as three separate bands rather than
 * one masthead, and the search looked like a form bolted underneath the
 * navigation. The field's own border is definition enough; the row it sits in
 * should be invisible.
 */
.jana-home-v2__searchbar {
	overflow: hidden;
	max-height: 48px;
	border-bottom: 1px solid var(--jana-line);
	background: var(--jana-white);
	transition: max-height .24s ease, border-color .24s ease;
}

.jana-home-v2__header.is-stuck:not(.is-search-open) .jana-home-v2__searchbar {
	max-height: 0;
	border-color: transparent;
}

.jana-home-v2__header.is-stuck.is-search-open .jana-home-v2__searchbar {
	height: 50px;
	opacity: 1;
}

.jana-home-v2__searchbar .jana-home-v2__header-shell {
	height: 100%;
}

/*
 * The search field was a transparent, border-less input stretched to 1184px, so
 * the whole row read as an empty white strip with a lone magnifier — 50px of
 * header height carrying no visible affordance. Reef gives the row a real
 * field: a filled, rounded container the width of the shell. The container now
 * carries the surface and the input stays transparent inside it, which keeps
 * the existing focus and sticky-search behaviour untouched.
 */
/*
 * Natural document order, both cells on one row: the input takes the reading
 * edge and the magnifier follows immediately beside it, which is where Reef
 * puts its own. Previously the button was absolutely pinned to left:4px, so the
 * only two things in the field sat ~1100px apart at opposite edges.
 */
.jana-home-v2__search {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	align-items: center;
	height: 36px;
	padding-inline: 2px 14px;
	border: 1px solid #eae6e0;
	border-radius: 8px;
	background: #fff;
	transition: border-color .2s ease, background .2s ease;
}

/*
 * Both cells pinned to row 1 explicitly. The container resolves RTL, so column 1
 * is the reading edge: the magnifier takes it and the input follows, which puts
 * the icon immediately beside the placeholder the way Reef does. Without the
 * explicit row the button was auto-placed onto a second row and clipped by the
 * 42px field.
 */
.jana-home-v2__search button {
	grid-area: 1 / 1;
}

.jana-home-v2__search input[type="search"] {
	grid-area: 1 / 2;
}

.jana-home-v2__search:focus-within {
	border-color: #b9b2a6;
	background: #fff;
}

.jana-home-v2__search input[type="search"] {
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	color: var(--jana-ink);
	background: transparent;
	font-size: 13.5px;
	box-shadow: none;
}

/*
 * The placeholder inherited a near-white grey on a near-white field, so the only
 * text in the search row was effectively invisible and the field read as empty.
 */
.jana-home-v2__search input[type="search"]::placeholder {
	color: #8b857b;
	opacity: 1;
}

/*
 * position: static is load-bearing. jana-home.css pins this button with
 * `position: absolute; left: 4px`, which parked the magnifier at the physical
 * left edge of the field regardless of any grid placement, leaving it stranded
 * about 1100px away from the placeholder it belongs to.
 */
.jana-home-v2__search button {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 32px;
	padding: 0;
	border: 0;
	border-radius: 6px;
	color: #77716a;
	background: transparent;
	box-shadow: none;
}

.jana-home-v2__search button:hover {
	color: var(--jana-ink);
	background: #fff;
}

.jana-home-v2__search svg {
	width: 20px;
	height: 20px;
}

/* Shared product system */
.jana-product-card {
	position: relative;
	display: flex !important;
	flex-direction: column;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid rgba(34,30,29,.10);
	border-radius: 20px;
	background: #fff;
	text-align: center;
	box-shadow: 0 8px 28px rgba(34,30,29,.09);
	transition: box-shadow .22s ease, transform .22s ease;
}

.jana-product-card:hover {
	box-shadow: 0 15px 36px rgba(184,135,104,.18);
	transform: translateY(-3px);
}

/*
 * The media box was `display: grid; place-items: center` with the image at
 * width/height 100%. Under place-items:center the image is not stretched to the
 * box, so `height: 100%` resolved against its own square content: the image laid
 * out at 386x386 inside a 187px-tall box and `overflow: hidden` cut the product
 * in half. Dark Amber rendered with the bottom of the bottle sliced off.
 *
 * Absolute inset:0 makes the image exactly the size of the media box, so
 * object-fit: contain can do what it promises and the whole product is visible.
 * The box is also taller than Reef's 160px on purpose: Reef's photography is
 * tightly cropped, while this catalogue is square art with built-in whitespace,
 * so an identical box would render a visibly smaller product.
 */
.jana-product-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 170px;
	background: #fff;
}

/*
 * On a phone the card is 180px wide, so the desktop floor of 210px made the
 * media taller than the card was wide and pushed the card to 386px against
 * Reef's 299px. 165px keeps the product close to the reference's 160px media
 * while staying proportional to a 180px tile.
 */
@media (max-width: 767px) {
	:root {
		--jana-gutter: 10px;
	}

	.jana-product-card__media {
		height: 160px;
	}
}

.jana-product-card__image,
.jana-product-card__media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: contain;
	object-position: center;
	transform: scale(var(--jana-product-scale, 1));
	transition: opacity .25s ease, transform .35s ease;
}

.jana-product-card:hover .jana-product-card__image,
.jana-product-card:hover .jana-product-card__media img {
	opacity: .96;
	transform: scale(calc(var(--jana-product-scale, 1) * 1.015));
}

.jana-product-card__packshot.is-paired {
	position: absolute;
	inset: 0;
	display: block;
}

.jana-product-card__packshot.is-paired img {
	top: auto;
	bottom: 4%;
	width: 57% !important;
	height: 91% !important;
	object-fit: contain;
	transform: none;
}

.jana-product-card__packshot.is-paired .is-pair-0 {
	inset-inline-start: 2%;
	inset-inline-end: auto;
	z-index: 1;
}

.jana-product-card__packshot.is-paired .is-pair-1 {
	inset-inline-start: auto;
	inset-inline-end: 1%;
	z-index: 2;
	width: 50% !important;
	height: 82% !important;
}

.jana-product-card:hover .jana-product-card__packshot.is-paired img {
	opacity: .96;
	transform: translateY(-1px);
}

/* Compact copper offer chip; unavailable products keep a neutral treatment. */
.jana-product-card__badge {
	position: absolute;
	top: 8px;
	inset-inline-start: 8px;
	z-index: 2;
	min-width: 46px;
	padding: 4px 8px;
	border-radius: 999px;
	border: 0;
	color: #fff;
	background: var(--jana-sale);
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .01em;
}

.jana-product-card__badge.is-muted {
	color: #fff;
	background: var(--jana-ink);
}

/*
 * Save-for-later, opposite corner from the discount chip so the two never
 * collide. Visible at rest on touch — where there is no hover to reveal it —
 * and revealed on hover on pointer devices, which keeps the resting card a
 * clean product photograph on desktop without hiding the control from a phone.
 */
.jana-product-card__tools {
	position: absolute;
	top: 7px;
	inset-inline-end: 7px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.jana-product-card__tools .jana-card-tool {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	border: 0;
	color: var(--jana-ink);
	box-shadow: 0 3px 12px rgba(34,30,29,.12);
	transition: opacity .22s ease, transform .22s ease, color .22s ease, background-color .22s ease;
}

.jana-product-card__tools .jana-card-tool > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: inherit;
}

.jana-product-card__tools .jana-card-tool svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: fill .2s ease;
}

/* Saved state fills the heart. The theme's JS puts .added on the anchor. */
.jana-product-card__tools .jana-card-tool a.added svg {
	fill: currentColor;
}

/* The theme's own icon span would draw a second glyph beside ours. */
.jana-product-card__tools .wd-added-icon { display: none; }

.jana-product-card__tools .jana-card-tool:hover,
.jana-product-card__tools .jana-card-tool:has(a.added) {
	color: var(--jana-sale);
	background: #fff;
	transform: scale(1.06);
}

@media (hover: hover) and (pointer: fine) {
	.jana-product-card__tools { opacity: 0; transform: translateY(-4px); transition: opacity .24s ease, transform .24s ease; }
	.jana-product-card:hover .jana-product-card__tools,
	.jana-product-card:focus-within .jana-product-card__tools { opacity: 1; transform: none; }
	/* An already-saved product stays visible: its state is information. */
	.jana-product-card__tools:has(.added) { opacity: 1; transform: none; }
}

.jana-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: stretch;
	padding: 14px;
}

/*
 * 17px against Reef's 18px. Reef sets its title at weight 400; this stays at 600
 * because Jana's titles are short Arabic product names that would otherwise sit
 * lighter than the price directly beneath them and lose the first read.
 */
.jana-product-card__body h3 {
	overflow: hidden;
	min-height: 44px;
	margin: 0 0 2px;
	color: var(--jana-ink);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.jana-product-card__body h3 a {
	color: inherit;
}

/*
 * One line, not two. The descriptor carried a two-line reservation on every card
 * whether or not a second line existed, which is 19px of guaranteed blank space
 * per card and the single largest contributor to the card standing ~110px taller
 * than Reef's.
 */
.jana-product-card__body p {
	overflow: hidden;
	min-height: 18px;
	margin: 0 0 3px;
	color: var(--jana-muted);
	font-size: 12px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

/*
 * Deliberately larger than Reef's 16px/400. The brief keeps the deep-green
 * selling price as Jana's differentiator, and a differentiator that is smaller
 * than the reference's neutral price is not one, so the price carries the
 * strongest weight in the card body after the product itself.
 */
.jana-product-card__price {
	display: flex;
	min-height: 24px;
	align-items: baseline;
	justify-content: center;
	gap: 7px;
	margin: 1px 0 7px;
	color: var(--jana-price);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	flex-wrap: wrap;
}

/*
 * One dominant number. The old price is subordinate at 0.58em and grey, the
 * "يبدأ من" qualifier smaller still — so the eye lands on the selling price
 * first and reads the saving second, instead of weighing two equally strong
 * green figures against each other.
 */
.jana-product-card__from {
	order: -1;
	width: 100%;
	color: var(--jana-muted);
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
}

.jana-product-card__price ins,
.jana-product-card__price ins .amount,
.jana-product-card__price ins .woocommerce-Price-currencySymbol {
	color: var(--jana-price);
	font-weight: 700;
	text-decoration: none;
}

.jana-product-card__price .amount,
.jana-product-card__price .woocommerce-Price-amount,
.jana-product-card__price .woocommerce-Price-currencySymbol {
	color: inherit;
}

.jana-product-card__price del {
	margin: 0;
	color: var(--jana-old-price);
	font-size: .58em;
	font-weight: 500;
	text-decoration-thickness: 1px;
}

.jana-product-card__price del .amount,
.jana-product-card__price del .woocommerce-Price-currencySymbol {
	color: var(--jana-old-price);
}

.jana-product-card__price ins {
	color: var(--jana-price);
	text-decoration: none;
}

.jana-product-card__price ins .amount,
.jana-product-card__price ins .woocommerce-Price-currencySymbol {
	color: var(--jana-price);
}

.jana-product-card__price .woocommerce-Price-currencySymbol {
	display: inline-block;
	margin-inline: 2px 0;
	font-size: .86em;
	line-height: 1;
	vertical-align: -.04em;
}

.jana-price-unavailable {
	color: #656565;
	font-size: 13px;
	font-weight: 600;
}

/*
 * Real inventory only. Reef fills this slot with a purchase counter; Jana has
 * no such figure and inventing one would be a fabricated metric, so the strip
 * renders solely when WooCommerce is managing stock and the remaining count is
 * genuinely low. Most cards therefore show nothing here, which is correct.
 */
.jana-product-card__stock {
	display: block;
	margin: -2px 0 7px;
	padding: 4px 8px;
	border-radius: 8px;
	background: #fff;
	color: #815c43;
	box-shadow: inset 0 0 0 1px rgba(184,135,104,.3);
	font-size: 9.5px;
	font-weight: 600;
	line-height: 1.4;
}

/*
 * Radius 8, matching the campaign plates and the category tiles. Reef's card
 * control is a full pill, but this storefront squares its card containers, and
 * a pill on a square card is the only element in the system with a different
 * corner language. One radius scale across plates, tiles and controls reads as
 * more deliberate than borrowing the reference's corner in isolation — and at
 * 42px it is a control rather than a slab.
 */
.jana-product-card__action,
body.jana-storefront .jana-product-card__action.button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 40px;
	margin-top: auto;
	padding: 7px 14px;
	border: 0;
	border-radius: 12px;
	color: #fff;
	background: var(--jana-ink);
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: .01em;
	line-height: 1.2;
	box-shadow: none;
	transition: background-color .22s ease, color .22s ease, transform .22s ease;
}

.jana-product-card__action:hover,
body.jana-storefront .jana-product-card__action.button:hover {
	border-color: var(--jana-sale);
	color: #fff;
	background: var(--jana-sale);
	transform: translateY(-1px);
}

/* Shop and taxonomy archives */
body.jana-catalog-page .main-page-wrapper {
	padding-block: 0 80px;
}

body.jana-catalog-page .wd-content-layout.container {
	width: min(calc(100% - (var(--jana-gutter) * 2)), var(--jana-shell));
	max-width: none;
	margin-inline: auto;
	padding-inline: 0;
}

body.jana-catalog-page .wd-content-layout,
body.jana-product-page .wd-content-layout,
body.jana-locations-page .wd-content-layout {
	padding-block: 0 !important;
}

body.jana-catalog-page .wd-page-title,
body.jana-catalog-page .wd-products-per-page,
body.jana-catalog-page .wd-products-shop-view,
body.jana-catalog-page .area-sidebar-shop {
	display: none !important;
}

body.jana-catalog-page .shop-loop-head > .wd-shop-tools:first-child,
body.jana-catalog-page .shop-loop-head .wd-show-sidebar-btn,
body.jana-catalog-page .shop-loop-head .wd-products-per-page,
body.jana-catalog-page .shop-loop-head .wd-products-shop-view,
body.jana-catalog-page .shop-loop-head .wd-clear-filters,
body.jana-catalog-page .shop-loop-head .wd-filter-buttons,
body.jana-catalog-page .shop-loop-head > .woocommerce-ordering {
	display: none !important;
}

body.jana-catalog-page .shop-loop-head,
body.jana-catalog-page .shop-loop-head > .wd-shop-tools:has(.jana-archive-intro) {
	display: block !important;
}

body.jana-catalog-page .shop-loop-head {
	margin: 0 0 14px !important;
}

body.jana-catalog-page .site-content {
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
	grid-column: span 12;
	--wd-col-lg: 12 !important;
}

.jana-archive-intro {
	padding: 12px 0 8px;
	border-bottom: 1px solid var(--jana-line);
}

.jana-archive-intro .woocommerce-breadcrumb,
.jana-product .woocommerce-breadcrumb {
	margin: 0 0 5px;
	color: #898989;
	font-size: 11px;
}

.jana-archive-intro .woocommerce-breadcrumb span,
.jana-product .woocommerce-breadcrumb span {
	margin-inline: 8px;
}

.jana-archive-intro h1 {
	margin: 0;
	color: var(--jana-ink);
	font-size: clamp(24px, 2vw, 28px);
	font-weight: 600;
	line-height: 1.2;
}

.jana-archive-intro__description {
	max-width: 760px;
	margin-top: 10px;
	color: var(--jana-muted);
	font-size: 13px;
}

.jana-archive-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 52px;
	margin-bottom: 0;
	border-bottom: 1px solid var(--jana-line);
}

.jana-archive-toolbar__primary {
	display: flex;
	align-items: center;
	gap: 22px;
}

.jana-filter-trigger {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 8px 16px;
	border: 1px solid var(--jana-ink);
	border-radius: 0;
	color: var(--jana-ink);
	background: #fff;
	font-size: 12px;
	font-weight: 600;
	box-shadow: none;
}

.jana-filter-trigger:hover {
	color: #fff;
	background: var(--jana-ink);
}

.jana-filter-trigger svg {
	width: 17px;
	height: 17px;
}

.jana-archive-toolbar .woocommerce-result-count {
	margin: 0;
	color: var(--jana-muted);
	font-size: 12px;
}

.jana-archive-toolbar .woocommerce-ordering {
	margin: 0;
}

.jana-archive-toolbar select {
	min-width: 190px;
	height: 42px;
	padding-inline: 13px 35px;
	border: 1px solid var(--jana-line);
	border-radius: 0;
	background-color: #fff;
	font-size: 12px;
}

body.jana-catalog-page .products,
.jana-related .products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px 24px;
	margin: 0 !important;
}

body.jana-catalog-page .products::before,
body.jana-catalog-page .products::after,
.jana-related .products::before,
.jana-related .products::after {
	display: none !important;
}

body.jana-catalog-page .products > .product,
.jana-related .products > .product {
	width: auto !important;
	max-width: none !important;
}

.jana-filter-drawer {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1002;
	overflow-y: auto;
	width: min(390px, 90vw);
	height: 100dvh;
	padding: 0 28px 35px;
	background: #fff;
	box-shadow: var(--jana-shadow);
	visibility: hidden;
	transform: translateX(105%);
	transition: transform .28s ease, visibility .28s;
}

.jana-filter-backdrop {
	position: fixed;
	inset: 0;
	z-index: 1001;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: rgb(34 30 29 / 46%);
	opacity: 0;
	pointer-events: none;
	transition: opacity .28s ease;
}

body.jana-filter-open {
	overflow: hidden;
}

body.jana-filter-open .jana-filter-drawer {
	visibility: visible;
	transform: translateX(0);
}

body.jana-filter-open .jana-filter-backdrop {
	opacity: 1;
	pointer-events: auto;
}

.jana-filter-drawer__head {
	position: sticky;
	top: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 76px;
	border-bottom: 1px solid var(--jana-line);
	background: #fff;
	font-size: 18px;
}

.jana-filter-close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	color: var(--jana-ink);
	background: transparent;
	box-shadow: none;
}

.jana-filter-close svg {
	width: 21px;
	height: 21px;
}

.jana-filter-group {
	padding: 25px 0;
	border-bottom: 1px solid var(--jana-line);
}

.jana-filter-group h3,
.jana-filter-group .widget-title {
	margin: 0 0 15px;
	font-size: 15px;
	font-weight: 600;
}

.jana-filter-group > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 0;
	color: #444;
	font-size: 13px;
}

.jana-filter-group > a.is-active,
.jana-filter-group > a:hover {
	color: var(--jana-ink);
	font-weight: 600;
}

.jana-filter-group > a span {
	color: #969696;
}

/* Product detail */
body.jana-product-page {
	padding-bottom: 0 !important;
}

body.jana-product-page .main-page-wrapper {
	padding-block: 0;
	min-height: 0;
}

body.jana-product-page .container,
body.jana-product-page .site-content {
	width: 100%;
	max-width: none;
	padding: 0;
}

body.jana-product-page .wd-page-title,
body.jana-product-page .single-breadcrumbs-wrapper,
body.jana-product-page .wd-products-nav,
body.jana-product-page .summary-inner > .wd-social-icons,
body.jana-product-page .product-tabs-wrapper,
body.jana-product-page .wd-accordion {
	display: none !important;
}

.jana-product {
	direction: rtl;
	color: var(--jana-copy);
}

.jana-product__shell {
	width: min(calc(100% - (var(--jana-gutter) * 2)), var(--jana-shell));
	margin-inline: auto;
}

.jana-product__crumbs {
	padding-top: 14px;
}

.jana-product__purchase {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr);
	gap: clamp(34px, 4vw, 56px);
	max-width: 1120px;
	padding: 14px 0 34px;
}

.jana-product__media {
	min-width: 0;
}

.jana-product__media .woocommerce-product-gallery {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}

.jana-product__media .woocommerce-product-gallery__wrapper {
	margin: 0;
}

/*
 * White, not #f2f1ef. The commerce canvas is pure white everywhere else in the
 * store, so a grey gallery panel made the product page the one surface where
 * the merchandise sat on a tinted tile.
 *
 * The 1/1 ratio also made the gallery 574px tall beside a 397px buying panel,
 * leaving ~390px of empty column under the price. 4/3 brings the two columns
 * close to level without cropping anything: object-fit stays contain.
 */
.jana-product__media .woocommerce-product-gallery__image {
	background: #fff;
}

.jana-product__media .woocommerce-product-gallery__image img {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-height: 500px;
	aspect-ratio: 1.16 / 1;
	object-fit: contain;
}

.jana-product__media .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 8px;
	margin-top: 10px !important;
}

.jana-product__media .flex-control-thumbs li {
	float: none !important;
	width: 100% !important;
	border: 1px solid transparent;
	background: var(--jana-soft);
}

.jana-product__media .flex-control-thumbs li img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.jana-product__info {
	align-self: start;
	padding-top: 18px;
}

.jana-product__eyebrow {
	margin: 0 0 9px;
	color: var(--jana-gold);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .09em;
}

.jana-product__title {
	margin: 0 0 7px;
	color: var(--jana-ink);
	font-size: clamp(27px, 2.2vw, 33px);
	font-weight: 600;
	line-height: 1.2;
}

.jana-product__descriptor {
	margin: 0 0 11px;
	color: var(--jana-muted);
	font-size: 14px;
	line-height: 1.65;
}

.jana-product__rating {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 12px;
	font-size: 12px;
}

.jana-product__rating .star-rating {
	margin: 0;
}

.jana-product__price {
	margin: 0 0 7px;
	color: var(--jana-ink);
	font-size: 27px;
	font-weight: 700;
}

.jana-product__price del {
	margin-inline-start: 10px;
	color: #999;
	font-size: 16px;
	font-weight: 400;
}

.jana-product__price ins {
	color: var(--jana-sale);
	text-decoration: none;
}

.jana-product__tax {
	margin: -2px 0 17px;
	color: var(--jana-muted);
	font-size: 11px;
}

/*
 * WooCommerce prints the stock line itself from inside the add-to-cart
 * template, so the selector targets that element directly rather than a
 * wrapper the theme used to add. .jana-product__stock is kept in the selector
 * list so any product type still routing through a wrapper keeps the same
 * treatment instead of falling back to an unstyled paragraph.
 */
.jana-product__info > .stock,
.jana-product__stock .stock {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 600;
}

.jana-product__info > .out-of-stock,
.jana-product__stock .out-of-stock {
	color: var(--jana-sale);
}

.jana-product__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 14px 0;
	border-block: 1px solid var(--jana-line);
}

.jana-product__fact {
	padding: 11px 10px;
	border-inline-start: 1px solid var(--jana-line);
}

.jana-product__fact:first-child {
	border-inline-start: 0;
}

.jana-product__fact span,
.jana-product__fact strong {
	display: block;
}

.jana-product__fact span {
	margin-bottom: 4px;
	color: var(--jana-muted);
	font-size: 10px;
}

.jana-product__fact strong {
	color: var(--jana-ink);
	font-size: 12px;
	font-weight: 600;
}

.jana-product__info form.cart {
	display: flex;
	width: 100% !important;
	justify-content: flex-start !important;
	gap: 8px;
	margin: 14px 0 10px !important;
}

.jana-product__info form.cart .quantity {
	flex: 0 0 118px;
}

.jana-product__info form.cart .quantity input,
.jana-product__info form.cart .minus,
.jana-product__info form.cart .plus {
	height: 52px;
	border-color: var(--jana-line);
}

.jana-product__info .single_add_to_cart_button,
.jana-product__info .single_add_to_cart_button.button {
	flex: 1;
	min-height: 52px;
	border: 1px solid var(--jana-ink);
	border-radius: 3px;
	color: #fff;
	background: var(--jana-ink);
	font-size: 15px;
	font-weight: 700;
	box-shadow: none;
}

.jana-product__info .single_add_to_cart_button:hover {
	color: var(--jana-ink);
	background: #fff;
}

.jana-product__info .single_add_to_cart_button.disabled {
	border-color: #9a9a9a;
	background: #9a9a9a;
}

.jana-product__info .variations {
	margin-bottom: 14px;
}

.jana-product__info .variations th,
.jana-product__info .variations td {
	padding-bottom: 8px;
}

.jana-product__info .variations select {
	height: 48px;
	border: 1px solid var(--jana-line);
	border-radius: 3px;
}

.jana-product__info .wd-buy-now-btn {
	display: none !important;
}

.jana-product__alternative {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	min-height: 52px;
	margin: 14px 0 10px;
	border: 1px solid var(--jana-ink);
	border-radius: 3px;
	color: #fff;
	background: var(--jana-ink);
	font-size: 14px;
	font-weight: 700;
}

.jana-product__alternative:hover {
	color: var(--jana-ink);
	background: #fff;
}

.jana-product__alternative svg {
	width: 17px;
	height: 17px;
}

.jana-product__checkout-note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 40px;
	padding: 7px 0;
	border-bottom: 1px solid var(--jana-line);
}

.jana-product__checkout-note > span {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--jana-copy);
	font-size: 11px;
}

.jana-product__checkout-note svg {
	width: 17px;
	height: 17px;
}

.jana-product__payment-mark {
	display: block;
	width: 108px;
	height: auto;
	border: 1px solid var(--jana-line);
	border-radius: 4px;
}

.jana-product__confidence {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 7px;
	border-top: 1px solid var(--jana-line);
	border-bottom: 1px solid var(--jana-line);
}

.jana-product__confidence a,
.jana-product__confidence div {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 54px;
	padding: 8px 7px;
	border-inline-start: 1px solid var(--jana-line);
	color: var(--jana-copy);
	font-size: 10.5px;
	line-height: 1.4;
}

.jana-product__confidence > :first-child {
	border-inline-start: 0;
}

.jana-product__confidence svg {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
}

.jana-product__confidence span,
.jana-product__confidence strong,
.jana-product__confidence small {
	display: block;
}

.jana-product__confidence strong {
	color: var(--jana-ink);
	font-size: 11px;
}

.jana-product__confidence small {
	margin-top: 2px;
	color: var(--jana-muted);
	font-size: 9.5px;
}

.jana-product__help {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 10px;
	color: var(--jana-muted);
	font-size: 11px;
}

.jana-product__help:hover {
	color: var(--jana-gold);
}

.jana-product__help svg {
	width: 16px;
	height: 16px;
}

.jana-product__details {
	padding: 34px 0;
	border-block: 1px solid var(--jana-line);
	background: #fcfbfa;
}

.jana-product__details > .jana-product__shell {
	display: grid;
	grid-template-columns: minmax(190px, 250px) minmax(0, 1fr);
	align-items: start;
	gap: clamp(34px, 5vw, 70px);
	max-width: 1120px;
}

.jana-product__section-head {
	margin: 0;
	text-align: start;
}

.jana-product__section-head span {
	color: var(--jana-gold);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
}

.jana-product__section-head h2 {
	margin: 7px 0 0;
	color: var(--jana-ink);
	font-size: clamp(22px, 2vw, 27px);
	font-weight: 600;
}

.jana-product__notes {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 1px;
	background: var(--jana-line);
	border: 1px solid var(--jana-line);
}

.jana-product__note {
	min-height: 108px;
	padding: 20px;
	background: #fff;
	text-align: center;
}

.jana-product__note span {
	display: block;
	margin-bottom: 14px;
	color: var(--jana-gold);
	font-size: 11px;
	font-weight: 700;
}

.jana-product__note p {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
}

.jana-product__description {
	max-width: none;
	margin: 0;
	font-size: 14px;
	line-height: 1.95;
}

.jana-product__reviews,
.jana-related {
	padding: 42px 0;
}

.jana-product-buybar {
	display: none;
}

.jana-related {
	border-top: 1px solid var(--jana-line);
}

.jana-related .jana-product__shell {
	max-width: 1180px;
}

.jana-related .products {
	gap: 20px;
}

.jana-product__reviews .woocommerce-tabs,
.jana-product__reviews .woocommerce-Tabs-panel {
	margin: 0;
	padding: 0;
	border: 0;
}

.jana-product__reviews .tabs {
	display: none;
}

.jana-product__reviews #reviews {
	max-width: 850px;
	margin: 0 auto;
}

.jana-product__reviews #reviews h2,
.jana-related h2 {
	margin: 0 0 22px;
	color: var(--jana-ink);
	font-size: clamp(24px, 2.4vw, 30px);
	font-weight: 600;
	text-align: center;
}

/* Verified-location branch experience */
body.jana-locations-page .main-page-wrapper {
	padding: 0;
}

body.jana-locations-page .container,
body.jana-locations-page .site-content {
	width: 100%;
	max-width: none;
	padding: 0;
}

.jana-locations {
	direction: rtl;
	color: var(--jana-copy);
	background: #fff;
}

.jana-locations__hero {
	padding: clamp(52px, 7vw, 90px) var(--jana-gutter);
	background: #221e1d;
	color: #fff;
	text-align: center;
}

.jana-locations__hero span {
	display: block;
	margin-bottom: 7px;
	color: #ac805f;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
}

.jana-locations__hero h1 {
	margin: 0 0 9px;
	color: #fff;
	font-size: clamp(32px, 4vw, 54px);
	font-weight: 600;
}

.jana-locations__hero p {
	max-width: 650px;
	margin: 0 auto;
	color: #cfcac2;
	font-size: 14px;
	line-height: 1.9;
}

.jana-locations__shell {
	width: min(calc(100% - (var(--jana-gutter) * 2)), 916px);
	margin-inline: auto;
	padding: 45px 0 80px;
}

.jana-locations__controls {
	margin-bottom: 30px;
}

.jana-locations__country {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	margin-bottom: 14px;
	padding: 0 16px;
	border: 1px solid var(--jana-line);
	border-radius: 12px;
	background: #fff;
	font-size: 13px;
}

.jana-locations__country span {
	color: var(--jana-muted);
}

.jana-locations__search {
	position: relative;
	display: flex;
	align-items: center;
	height: 46px;
	margin-bottom: 14px;
	border: 1px solid var(--jana-line);
	border-radius: 16px;
	background: #fff;
}

.jana-locations__search svg {
	position: absolute;
	right: 15px;
	width: 19px;
	height: 19px;
	color: #777;
}

.jana-locations__search input {
	width: 100%;
	height: 100%;
	padding: 0 46px 0 15px;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-size: 13px;
}

.jana-locations__cities {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.jana-locations__city {
	min-width: 92px;
	min-height: 44px;
	padding: 8px 20px;
	border: 1px solid var(--jana-line);
	border-radius: 999px;
	color: var(--jana-copy);
	background: #fff;
	box-shadow: none;
	font-size: 12px;
}

.jana-locations__city.is-active,
.jana-locations__city:hover {
	border-color: var(--jana-ink);
	color: #fff;
	background: var(--jana-ink);
}

.jana-locations__meta {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 15px;
}

.jana-locations__meta h2 {
	margin: 0;
	font-size: 23px;
	font-weight: 600;
}

.jana-locations__meta p {
	margin: 0;
	color: var(--jana-muted);
	font-size: 12px;
}

.jana-location-card {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
	overflow: hidden;
	border: 1px solid var(--jana-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 40px rgb(34 30 29 / 7%);
}

.jana-location-card__content {
	padding: clamp(24px, 4vw, 40px);
}

.jana-location-card__eyebrow {
	display: block;
	margin-bottom: 8px;
	color: var(--jana-gold);
	font-size: 11px;
	font-weight: 700;
}

.jana-location-card h3 {
	margin: 0 0 18px;
	font-size: 25px;
	font-weight: 600;
}

.jana-location-card__detail {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 14px;
	color: #444;
	font-size: 13px;
	line-height: 1.7;
}

.jana-location-card__detail svg {
	flex: 0 0 auto;
	width: 19px;
	height: 19px;
	margin-top: 2px;
}

.jana-location-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 23px;
}

.jana-location-card__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 8px 18px;
	border: 1px solid var(--jana-ink);
	color: #fff;
	background: var(--jana-ink);
	font-size: 12px;
	font-weight: 600;
}

.jana-location-card__actions a:last-child {
	color: var(--jana-ink);
	background: #fff;
}

.jana-location-card__map {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 330px;
	background-color: #ece8e0;
	background-image: linear-gradient(rgb(255 255 255 / 42%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 42%) 1px, transparent 1px);
	background-size: 34px 34px;
}

.jana-location-card__pin {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	color: #fff;
	background: var(--jana-ink);
	box-shadow: 0 14px 30px rgb(34 30 29 / 22%);
}

.jana-location-card__pin svg {
	width: 31px;
	height: 31px;
}

.jana-locations__empty {
	padding: 42px 20px;
	border: 1px dashed var(--jana-line);
	border-radius: 16px;
	color: var(--jana-muted);
	text-align: center;
}

/* WooCommerce utility pages share the same measured shell and controls. */
body.jana-storefront:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .site-content {
	width: min(calc(100% - (var(--jana-gutter) * 2)), 1180px);
	max-width: none;
	margin-inline: auto;
	padding: 42px 0 75px;
}

body.jana-storefront:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) :is(.entry-title, .page-title) {
	margin: 0 0 28px;
	color: var(--jana-ink);
	font-size: clamp(27px, 3vw, 38px);
	font-weight: 600;
}

body.jana-storefront .woocommerce :is(input.input-text, textarea, select) {
	min-height: 44px;
	border: 1px solid var(--jana-line);
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

body.jana-storefront .woocommerce :is(.button, button.button, input.button) {
	min-height: 44px;
	border: 1px solid var(--jana-ink);
	border-radius: 0;
	color: #fff;
	background: var(--jana-ink);
	box-shadow: none;
	font-weight: 600;
}

body.jana-storefront.woocommerce-account .woocommerce-MyAccount-navigation {
	padding: 18px;
	border: 1px solid var(--jana-line);
	background: var(--jana-soft);
}

body.jana-storefront.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.jana-storefront.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 11px 8px;
	border-bottom: 1px solid var(--jana-line);
}

/* Canonical footer: charcoal brand field with an integrated payment lockup. */
.jana-storefront-footer {
	direction: rtl;
	color: #fff;
	margin: 0;
	background: #1b1918;
	border-top: 2px solid var(--jana-gold);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.jana-storefront-footer__grid {
	display: grid;
	grid-template-columns: 1.35fr .75fr .95fr 1.05fr;
	gap: clamp(32px, 4vw, 64px);
	padding: 42px 0 34px;
}

.jana-storefront-footer__brand img {
	display: block;
	width: 128px;
	height: 62px;
	margin-bottom: 10px;
	object-fit: contain;
	object-position: right center;
	filter: brightness(0) invert(1);
}

.jana-storefront-footer__brand p {
	max-width: 330px;
	margin: 8px 0 0;
	color: rgba(255,255,255,.66);
	font-size: 13px;
	line-height: 1.95;
}

.jana-storefront-footer__eyebrow {
	display: block;
	color: var(--jana-gold);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .12em;
}

.jana-storefront-footer h2 {
	position: relative;
	margin: 0 0 18px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .02em;
}

.jana-storefront-footer h2::after {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	bottom: 0;
	width: 24px;
	height: 2px;
	background: var(--jana-gold);
}

.jana-storefront-footer nav a {
	display: block;
	width: fit-content;
	margin-bottom: 9px;
	color: rgba(255,255,255,.72);
	font-size: 13px;
}

.jana-storefront-footer a:hover {
	color: var(--jana-gold);
}

.jana-storefront-footer__contacts {
	display: grid;
	gap: 9px;
	margin-bottom: 16px;
}

.jana-storefront-footer__contacts a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	color: rgba(255,255,255,.76);
	font-size: 12px;
}

.jana-storefront-footer__contacts svg {
	width: 16px;
	height: 16px;
	stroke-width: 1.6;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.jana-storefront-footer__payment-mark {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 62px;
	padding: 10px 0 12px;
	border-top: 1px solid rgba(255,255,255,.12);
	background: #181716;
}

.jana-storefront-footer__payment-mark img {
	display: block;
	width: min(100%, 220px);
	height: auto;
	border-radius: 4px;
}

.jana-storefront-footer__bottom {
	background: #11100f;
	border-top: 1px solid rgba(255,255,255,.12);
}

.jana-storefront-footer__bottom .jana-storefront-footer__shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 46px;
	color: rgba(255,255,255,.55);
	font-size: 11.5px;
}

.jana-storefront-footer__bottom a {
	color: rgba(255,255,255,.62);
}

.jana-storefront-footer__social .wd-social-icons {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	margin: 0;
}

.jana-storefront-footer__social .wd-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: 0;
	border: 1px solid rgba(255,255,255,.28);
	background: transparent !important;
	color: #fff !important;
}

.jana-storefront-footer__social .wd-social-icon:hover {
	border-color: var(--jana-gold);
	background: var(--jana-gold) !important;
	color: var(--jana-ink) !important;
}

.jana-floating-whatsapp {
	position: fixed;
	z-index: 999;
	bottom: 20px;
	left: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border: 1px solid rgba(172,128,95,.75);
	border-radius: 50%;
	background: var(--jana-ink);
	color: var(--jana-gold);
	box-shadow: 0 10px 28px rgba(34,30,29,.24);
}

.jana-floating-whatsapp svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.jana-floating-whatsapp span {
	position: absolute;
	left: calc(100% + 9px);
	padding: 6px 9px;
	border-radius: 3px;
	border: 1px solid rgba(172,128,95,.45);
	background: var(--jana-ink);
	color: rgba(255,255,255,.86);
	font-size: 11px;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-4px);
	transition: opacity .2s ease, transform .2s ease;
}

.jana-floating-whatsapp:hover,
.jana-floating-whatsapp:focus-visible {
	background: var(--jana-gold);
	color: var(--jana-ink);
}

.jana-floating-whatsapp:hover span,
.jana-floating-whatsapp:focus-visible span {
	opacity: 1;
	transform: none;
}

@media (max-width: 767px) {
	.jana-floating-whatsapp {
		bottom: 16px;
		left: 14px;
		width: 50px;
		height: 50px;
	}

	.jana-floating-whatsapp span { display: none; }
}

@media (max-width: 1024px) {
	.jana-home-v2__mainbar-inner {
		grid-template-columns: auto 1fr auto;
		grid-template-areas: "tools brand menu";
		min-height: 70px;
	}

	.jana-home-v2__menu-toggle {
		display: inline-flex;
		justify-self: start;
		grid-area: menu;
	}

	.jana-home-v2__brand {
		justify-self: center;
		width: 100px;
		height: 58px;
	}

	.jana-home-v2__nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		display: flex;
		visibility: hidden;
		align-items: stretch;
		justify-content: flex-start;
		width: min(360px, 88vw);
		height: 100dvh;
		padding: 85px 28px 35px;
		background: #fff;
		box-shadow: var(--jana-shadow);
		opacity: 0;
		transform: translateX(105%);
		transition: transform .25s ease, opacity .25s ease, visibility .25s;
		flex-direction: column;
		gap: 0;
	}

	.jana-home-v2__nav-list {
		display: block;
		width: 100%;
	}

	.jana-home-v2__nav.is-open {
		visibility: visible;
		opacity: 1;
		transform: translateX(0);
	}

	.jana-home-v2__nav .menu-item > a {
		min-height: 52px;
		padding: 0 2px;
		border-bottom: 1px solid var(--jana-line);
		font-size: 15px;
	}

	.jana-home-v2__nav .menu-item > a::after {
		display: none;
	}

	.jana-home-v2__submenu-toggle {
		top: 8px;
		left: 0;
		width: 38px;
		height: 38px;
		transform: none;
	}

	.jana-home-v2__nav .menu-item.is-submenu-open > .jana-home-v2__submenu-toggle svg {
		transform: rotate(180deg);
	}

	.jana-home-v2__nav .sub-menu,
	.jana-home-v2__nav .sub-menu .sub-menu {
		position: static;
		display: none;
		visibility: visible;
		width: 100%;
		padding: 5px 14px 9px 0;
		border: 0;
		border-radius: 0;
		background: var(--jana-soft);
		box-shadow: none;
		opacity: 1;
		transform: none;
		transition: none;
	}

	.jana-home-v2__nav .menu-item.is-submenu-open > .sub-menu {
		display: block;
		transform: none;
	}

	.jana-home-v2__nav .sub-menu .menu-item > a {
		min-height: 44px;
		padding: 0 11px;
		background: transparent;
		font-size: 13px;
	}

	.jana-home-v2__nav-backdrop {
		display: block !important;
	}

	body.jana-menu-open .jana-home-v2__nav-backdrop {
		opacity: 1;
		pointer-events: auto;
	}

	.jana-home-v2__menu-toggle[aria-expanded="true"] {
		position: fixed;
		top: 21px;
		right: 25px;
		z-index: 1001;
	}

	.jana-home-v2__menu-toggle[aria-expanded="true"] .jana-home-v2__menu-open {
		display: none;
	}

	.jana-home-v2__menu-toggle[aria-expanded="true"] .jana-home-v2__menu-close {
		display: inline-flex;
	}

	body.jana-menu-open {
		overflow: hidden;
	}

	body.jana-catalog-page .products,
	.jana-related .products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.jana-product__purchase {
		gap: 35px;
	}

	.jana-storefront-footer__grid {
		grid-template-columns: 1.4fr repeat(3, 1fr);
		gap: 30px;
	}

	.jana-location-card {
		grid-template-columns: 1fr;
	}

	.jana-location-card__map {
		min-height: 245px;
		grid-row: 1;
	}
}

@media (max-width: 767px) {
	.jana-home-v2__announcement {
		min-height: 38px;
		font-size: 11px;
	}

	.jana-home-v2__announcement-track {
		height: 38px;
	}

	.jana-home-v2__utility-inner {
		min-height: 36px;
		font-size: 10px;
	}

	.jana-home-v2__mainbar,
	.jana-home-v2__header.is-stuck .jana-home-v2__mainbar {
		height: auto !important;
		min-height: 62px;
	}

	.jana-home-v2__utility-side {
		gap: 11px;
	}

	.jana-home-v2__utility .jana-home-v2__language,
	.jana-home-v2__utility .jana-home-v2__utility-divider,
	.jana-home-v2__utility .jana-home-v2__email {
		display: none;
	}

	.jana-home-v2__mainbar-inner,
	.jana-home-v2__header.is-stuck .jana-home-v2__mainbar-inner {
		grid-template-columns: 132px minmax(0, 1fr) 44px;
		min-height: 62px;
	}

	.jana-home-v2__brand {
		width: 88px;
		height: 52px;
	}

	.jana-home-v2__tools {
		gap: 0;
	}

	.jana-home-v2__tools > a,
	.jana-home-v2__tools > button,
	.jana-home-v2__menu-toggle {
		width: 44px;
		height: 44px;
	}

	.jana-home-v2__tools > a[aria-label="حسابي"] {
		display: inline-flex;
	}

	.jana-home-v2__tools svg,
	.jana-home-v2__menu-toggle svg {
		width: 20px;
		height: 20px;
	}

	.jana-home-v2__searchbar {
		max-height: 46px;
	}

	.jana-home-v2__header.is-stuck:not(.is-search-open) .jana-home-v2__searchbar {
		max-height: 0;
	}

	.jana-home-v2__header.is-stuck.is-search-open .jana-home-v2__searchbar {
		height: 46px;
	}

	.jana-home-v2__search {
		height: 45px;
	}

	/*
	 * Reef's mobile search input is 16px. 11px was both visibly smaller than the
	 * reference and below the 16px threshold at which iOS Safari zooms the page
	 * on focus, so tapping search shifted the whole layout.
	 */
	.jana-home-v2__search input[type="search"] {
		font-size: 16px;
	}

	/*
	 * Reef runs an 18px product title on the same 180px mobile tile. 13px was
	 * noticeably under-scaled next to it and is the main reason the phone layout
	 * read as miniature; 15.5px closes most of that without wrapping short Arabic
	 * product names onto a third line. The descriptor drops to one line here for
	 * the same reason it does on desktop.
	 */
	.jana-product-card__body h3 {
		min-height: 38px;
		font-size: 14px;
	}

	.jana-product-card__body {
		padding: 10px 12px 12px;
	}

	/*
	 * 13.5px, not 11.5px. The phone card is 180px wide, which invited shrinking
	 * the descriptor until it fitted — and that is what made the whole store
	 * read as though it had been designed at a smaller scale. The line clamp is
	 * what handles a long descriptor; the type size should not also be paying
	 * for it.
	 */
	.jana-product-card__body p {
		min-height: 17px;
		font-size: 11px;
		-webkit-line-clamp: 1;
	}

	.jana-product-card__price {
		min-height: 23px;
		margin-bottom: 7px;
		font-size: 17px;
	}

	.jana-product-card__action,
	body.jana-storefront .jana-product-card__action.button {
		width: calc(100% + 24px);
		min-height: 40px;
		margin-inline: -12px;
		margin-bottom: -12px;
		border-radius: 0 0 18px 18px;
		font-size: 10.5px;
	}

	body.jana-catalog-page .main-page-wrapper {
		padding-bottom: 55px;
	}

	.jana-archive-intro {
		padding: 24px 0 17px;
	}

	.jana-archive-intro h1 {
		font-size: 29px;
	}

	.jana-archive-toolbar {
		align-items: stretch;
		min-height: 0;
		padding: 14px 0;
		margin-bottom: 20px;
		flex-direction: column;
		gap: 10px;
	}

	.jana-archive-toolbar__primary {
		justify-content: space-between;
		gap: 10px;
	}

	.jana-archive-toolbar__sort select {
		width: 100%;
	}

	body.jana-catalog-page .products,
	.jana-related .products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 12px;
	}

	.jana-product__purchase {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 6px 0 36px;
	}

	.jana-product__crumbs {
		padding-top: 12px;
		font-size: 10px;
	}

	.jana-product__media .woocommerce-product-gallery__image img {
		aspect-ratio: 1.45 / 1;
	}

	.jana-product__title {
		font-size: 25px;
	}

	.jana-product__facts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin-block: 14px;
	}

	.jana-product__fact {
		padding: 11px 7px;
		border-inline-start: 1px solid var(--jana-line);
		border-bottom: 0;
	}

	.jana-product__fact:first-child {
		border-inline-start: 0;
	}

	.jana-product__info form.cart {
		align-items: stretch;
		flex-wrap: wrap;
	}

	.jana-product__info .woocommerce-variation-add-to-cart {
		display: flex !important;
		width: 100%;
		align-items: stretch;
		gap: 8px;
	}

	.jana-product__info form.cart .quantity {
		flex: 0 0 102px;
	}

	.jana-product__info .single_add_to_cart_button,
	.jana-product__info .single_add_to_cart_button.button {
		width: calc(100% - 110px) !important;
		min-width: 0 !important;
		padding-inline: 12px;
		white-space: nowrap;
		flex: 1 1 auto !important;
		font-size: 14px;
	}

	.jana-product__checkout-note {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		padding-block: 10px;
	}

	.jana-product__checkout-note > span {
		font-size: 10.5px;
	}

	.jana-product__confidence {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.jana-product__confidence a,
	.jana-product__confidence div {
		align-items: flex-start;
		min-height: 72px;
		padding: 10px 6px;
		flex-direction: column;
		gap: 5px;
	}

	.jana-product__confidence strong {
		font-size: 10px;
	}

	.jana-product__confidence small {
		font-size: 8.5px;
	}

	.jana-product__notes {
		grid-template-columns: 1fr;
	}

	.jana-product__details,
	.jana-product__reviews,
	.jana-related {
		padding-block: 30px;
	}

	.jana-product__details > .jana-product__shell {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.jana-product__section-head {
		text-align: center;
	}

	.jana-product__description {
		font-size: 13px;
		line-height: 1.85;
	}

	.jana-product__note {
		min-height: 0;
		padding: 20px 18px;
	}

	.jana-product-buybar {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 999;
		display: flex;
		padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
		border-top: 1px solid var(--jana-line);
		background: rgba(255, 255, 255, .98);
		box-shadow: 0 -10px 30px rgba(34, 30, 29, .1);
		opacity: 0;
		transform: translateY(100%);
		transition: opacity .2s ease, transform .2s ease;
		pointer-events: none;
	}

	.jana-product-buybar.is-visible {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}

	.jana-product-buybar button {
		width: 100%;
		min-height: 50px;
		border: 1px solid var(--jana-ink);
		border-radius: 3px;
		color: #fff;
		background: var(--jana-ink);
		font-size: 14px;
		font-weight: 700;
	}

	body.jana-product-buybar-visible {
		padding-bottom: calc(68px + env(safe-area-inset-bottom));
	}

	body.jana-product-buybar-visible .jana-floating-whatsapp {
		bottom: calc(78px + env(safe-area-inset-bottom));
	}

	.jana-storefront-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 20px;
		padding: 34px 0 26px;
	}

	.jana-storefront-footer__brand {
		grid-column: 1 / -1;
	}

	.jana-storefront-footer__social {
		grid-column: auto;
	}

	.jana-storefront-footer__bottom .jana-storefront-footer__shell {
		align-items: flex-start;
		justify-content: center;
		min-height: 62px;
		padding-block: 12px;
		text-align: center;
		flex-direction: column;
		gap: 5px;
	}

	.jana-locations__hero {
		padding-block: 46px;
	}

	.jana-locations__hero h1 {
		font-size: 34px;
	}

	.jana-locations__shell {
		padding-block: 30px 55px;
	}

	.jana-locations__meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}

	.jana-location-card__content {
		padding: 24px 20px;
	}

	.jana-location-card h3 {
		font-size: 21px;
	}

	.jana-location-card__actions a {
		flex: 1 1 140px;
	}

	body.jana-storefront:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .site-content {
		padding-block: 28px 55px;
	}
}

@media (max-width: 380px) {
	.jana-home-v2__utility .jana-home-v2__market {
		display: none;
	}

	.jana-storefront-footer__grid {
		grid-template-columns: 1fr;
	}

	.jana-storefront-footer__brand,
	.jana-storefront-footer__social {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.jana-home-v2__header,
	.jana-home-v2__searchbar,
	.jana-home-v2__nav,
	.jana-filter-drawer,
	.jana-filter-backdrop,
	.jana-product-buybar,
	.jana-product-card__image {
		transition: none !important;
	}
}

/* ------------------------------------------------------------------
 * Woodmart accent containment
 * Woodmart paints its primary #AC805F onto controls the child theme does
 * not render itself: the sticky add-to-cart bar, catalogue filter trigger,
 * and assorted secondary buttons. Jana's commerce language is black, so a
 * customer met two different "buy" colours on one product page. This
 * neutralises the accent at the surfaces a shopper sees rather than
 * chasing each one with a new override later.
 * ------------------------------------------------------------------ */
.jana-storefront .single_add_to_cart_button,
.jana-storefront .wd-sticky-btn .button,
.jana-storefront .wd-buy-now-btn,
.jana-storefront button.button.alt,
.jana-storefront .wd-catalog-filters-btn,
.jana-storefront .catalog-filters-btn,
.jana-storefront .wd-filter-open {
	border-radius: 0;
	color: #fff;
	background-color: var(--jana-ink);
}

.jana-storefront .single_add_to_cart_button:hover,
.jana-storefront .wd-sticky-btn .button:hover,
.jana-storefront button.button.alt:hover,
.jana-storefront .wd-catalog-filters-btn:hover {
	color: #fff;
	background-color: #8f6548;
}

/* Woodmart's sticky product bar duplicates the buying panel in a second
 * visual language and overlaps content mid-scroll. The panel above it is
 * the canonical one. */
.jana-storefront .wd-sticky-btn,
.jana-storefront .wd-sticky-nav {
	display: none !important;
}

/* ------------------------------------------------------------------
 * Reviews block
 * With zero reviews the page ended in Woodmart's rating-summary widget:
 * five empty star rows with 0-length bars above a bare comment form with
 * red asterisks. It reads as an admin form, not a storefront, and it was
 * the last thing a shopper saw. The distribution bars only mean anything
 * once ratings exist, so they are hidden while the product has none.
 * ------------------------------------------------------------------ */
.jana-product__reviews {
	padding-block: 10px 46px;
}

.jana-product__reviews .comment-form {
	max-width: 720px;
	margin-inline: auto;
}

.jana-product__reviews .comment-form input[type="text"],
.jana-product__reviews .comment-form input[type="email"],
.jana-product__reviews .comment-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--jana-line);
	border-radius: 3px;
	background: #fff;
	font-size: 14px;
}

.jana-product__reviews .comment-form .submit,
.jana-product__reviews .comment-form input[type="submit"] {
	min-height: 46px;
	padding-inline: 34px;
	border: 0;
	border-radius: 0;
	color: #fff;
	background: var(--jana-ink);
	font-size: 14px;
	font-weight: 600;
}

.jana-product__reviews .required {
	color: var(--jana-muted);
}

/* The catalogue filter trigger sat on a near-black tile with Woodmart's gold
 * text, so the one prominent control above the grid used a colour that appears
 * nowhere else in the storefront. */
.jana-filter-trigger,
.jana-filter-trigger svg {
	color: #fff;
}

.jana-filter-trigger {
	background: var(--jana-ink);
}

/* ------------------------------------------------------------------
 * Cart / checkout / account button language
 * The single most important control in the cart — "proceed to checkout" —
 * rendered as a gold 30px pill, which is neither the storefront's black
 * commerce colour nor its square geometry. Same for the checkout place-order
 * button and account submits. These pages are not a redesign target, but a
 * shopper must not feel they left the store when they reach them.
 * ------------------------------------------------------------------ */
.jana-storefront .checkout-button,
.jana-storefront .wc-proceed-to-checkout a,
.jana-storefront #place_order,
.jana-storefront .woocommerce-form-login .button,
.jana-storefront .woocommerce-form-register .button,
.jana-storefront .wc-block-components-checkout-place-order-button,
.jana-storefront .woocommerce-cart-form .button,
.jana-storefront .woocommerce-message .button,
.jana-storefront .return-to-shop .button {
	border: 0;
	border-radius: 0;
	color: #fff;
	background-color: var(--jana-ink);
	font-weight: 600;
	letter-spacing: 0;
}

.jana-storefront .checkout-button,
.jana-storefront .wc-proceed-to-checkout a,
.jana-storefront #place_order {
	min-height: 52px;
	font-size: 15px;
}

.jana-storefront .checkout-button:hover,
.jana-storefront .wc-proceed-to-checkout a:hover,
.jana-storefront #place_order:hover,
.jana-storefront .woocommerce-cart-form .button:hover {
	color: #fff;
	background-color: #8f6548;
}

/* Woodmart tints assorted secondary links gold across cart, account and
 * notices. Skip links included: they are visible when focused. */
.jana-storefront .woocommerce-info a,
.jana-storefront .woocommerce-message a,
.jana-storefront .woocommerce-MyAccount-navigation a,
.jana-storefront .wd-skip-content,
.jana-storefront .wd-skip-navigation {
	color: var(--jana-ink);
}

/* Cart table and totals inherit the storefront's line and type system. */
.jana-storefront .shop_table,
.jana-storefront .cart_totals table {
	border-color: var(--jana-line);
}

.jana-storefront .shop_table th,
.jana-storefront .cart_totals th {
	font-weight: 600;
}

/* ---------- Editorial service pages ---------- */
.jana-content-page {
	width: min(100% - 40px, 1120px);
	margin-inline: auto;
	padding-block: clamp(56px, 6vw, 92px);
	text-align: right;
}

.jana-content-page__eyebrow {
	margin: 0 0 12px;
	color: var(--jana-gold);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.jana-content-page > h1 {
	max-width: 760px;
	margin: 0;
	color: var(--jana-ink);
	font-size: clamp(30px, 3.2vw, 48px);
	font-weight: 650;
	line-height: 1.25;
}

.jana-content-page__lead {
	max-width: 800px;
	margin: 20px 0 0;
	color: var(--jana-muted);
	font-size: clamp(16px, 1.4vw, 19px);
	line-height: 2;
}

.jana-content-page__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px;
	margin-top: clamp(42px, 5vw, 68px);
}

.jana-content-page__grid > section,
.jana-content-page--legal > section {
	padding-top: 22px;
	border-top: 1px solid var(--jana-line);
}

.jana-content-page h2 {
	margin: 0 0 12px;
	color: var(--jana-ink);
	font-size: 18px;
	font-weight: 650;
	line-height: 1.5;
}

.jana-content-page section p {
	margin: 0 0 9px;
	color: var(--jana-muted);
	font-size: 14px;
	line-height: 1.95;
}

.jana-content-page a:not(.jana-content-page__button) {
	color: var(--jana-ink);
	text-decoration-color: rgba(172, 128, 95, .55);
	text-underline-offset: 4px;
}

.jana-content-page__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 6px;
	padding-inline: 22px;
	color: #fff !important;
	background: var(--jana-ink);
	font-size: 13px;
	font-weight: 650;
}

.jana-content-page__button:hover {
	color: #fff !important;
	background: var(--jana-gold);
}

.jana-content-page--legal {
	max-width: 900px;
}

.jana-content-page--legal > section {
	margin-top: 34px;
}

/* Woodmart styles .button.alt from a higher-specificity selector than a
 * body-class prefix can beat, so the cart CTA kept its gold pill. These are
 * the store's primary commerce controls; matching the black square language
 * is worth the override rather than escalating selectors indefinitely. */
body.jana-storefront .checkout-button.button.alt,
body.jana-storefront .wc-proceed-to-checkout a.button.alt,
body.jana-storefront #place_order.button.alt,
body.jana-storefront .woocommerce-cart-form .button,
body.jana-storefront .single_add_to_cart_button.button.alt,
body.jana-storefront .woocommerce-form-login .button,
body.jana-storefront .woocommerce-form-register .button {
	border-radius: 0 !important;
	color: #fff !important;
	background-color: var(--jana-ink) !important;
	background-image: none !important;
}

body.jana-storefront .checkout-button.button.alt:hover,
body.jana-storefront .wc-proceed-to-checkout a.button.alt:hover,
body.jana-storefront #place_order.button.alt:hover,
body.jana-storefront .woocommerce-cart-form .button:hover {
	background-color: #8f6548 !important;
}

/* ---------- MOBILE HEADER: Reef density ----------
 * Reef mobile header = 46 announce + 50 main + 55 search = 151px, burger a
 * 25px transparent glyph. Jana ran 203px with a utility row Reef does not
 * carry on phones and a 44px filled dark square for the menu control. */
@media (max-width: 767px) {
	.jana-home-v2__utility { display: none; }

	.jana-home-v2__mainbar-inner { min-height: 54px; }

	/*
	 * The main bar carries no rule on a phone. Announcement, header and search
	 * then read as one continuous white masthead that hands off to the hero,
	 * instead of three ruled strips the customer has to scroll past — the
	 * "too much white chrome before the hero" problem. The search field's own
	 * border still separates it from the icon row.
	 */
	.jana-home-v2__mainbar { border-bottom: 0; }

	.jana-home-v2__announcement,
	.jana-home-v2__announcement-track { min-height: 40px; height: 40px; }
	.jana-home-v2__announcement { font-size: 12px; }

	.jana-home-v2__menu-toggle {
		width: 34px !important;
		height: 34px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 8px !important;
		color: var(--jana-ink) !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	.jana-home-v2__menu-toggle svg,
	.jana-home-v2__menu-toggle span {
		width: 21px;
		height: 21px;
		color: var(--jana-ink);
	}

	.jana-home-v2__brand { width: 88px; height: 44px; }

	.jana-home-v2__searchbar { border-top: 0; border-bottom: 1px solid var(--jana-line); }
	.jana-home-v2__searchbar .jana-home-v2__header-shell { height: 46px; display: flex; align-items: center; }
	.jana-home-v2__search { height: 34px; width: 100%; }
	.jana-home-v2__search input[type="search"] { font-size: 13px; }
	.jana-home-v2__tools { gap: 6px; }
	.jana-home-v2__tools > a,
	.jana-home-v2__tools > button { width: 34px; height: 34px; }
	.jana-home-v2__tools svg { width: 20px; height: 20px; }

	.jana-content-page {
		width: min(100% - 28px, 1120px);
		padding-block: 46px 58px;
	}

	.jana-content-page > h1 {
		font-size: 31px;
	}

	.jana-content-page__lead {
		margin-top: 16px;
		font-size: 15px;
		line-height: 1.9;
	}

	.jana-content-page__grid {
		grid-template-columns: 1fr;
		gap: 26px;
		margin-top: 38px;
	}

	.jana-content-page__grid > section,
	.jana-content-page--legal > section {
		padding-top: 18px;
	}
}

/* Reef's desktop topbar is 35px; Jana's utility row ran 48 and made the
 * header read as three separated bands instead of one system. */
@media (min-width: 768px) {
	.jana-home-v2__utility-inner { min-height: 36px; font-size: 11.5px; }
	.jana-home-v2__utility svg { width: 14px; height: 14px; }
}

/* Mobile footer: the social group sat alone in one half of a two-column grid,
 * leaving an empty band beside it before the payment divider. Laid out as a
 * horizontal row it closes that gap and reads as a compact contact strip. */
@media (max-width: 767px) {
	.jana-storefront-footer__connect {
		grid-column: 1 / -1;
	}

	.jana-storefront-footer__social {
		margin-top: 18px;
	}

	.jana-storefront-footer__payment-mark {
		min-height: 56px;
		padding: 9px 0 11px;
	}

	.jana-storefront-footer__payment-mark img {
		width: min(72%, 205px);
		margin-inline: auto;
	}
}
