:root {
	--watan-primary: #2f857c;
	--watan-accent: #b5964d;
	--watan-navy: #18324e;
	--watan-ink: #172129;
	--watan-muted: #65747d;
	--watan-line: #e4e9eb;
	--watan-soft: #f4f7f7;
	--watan-white: #fff;
	--watan-shadow: 0 18px 55px rgba(24, 50, 78, 0.09);
	--watan-radius: 18px;
}

.watan-wc-main,
.watan-wc-main * {
	box-sizing: border-box;
}

.watan-wc-main {
	background: var(--watan-white);
	color: var(--watan-ink);
	font-family: inherit;
	line-height: 1.7;
	min-height: 60vh;
	position: relative;
	z-index: 1;
}

.watan-wc-main a {
	color: inherit;
	text-decoration: none;
}

.watan-wc-main img {
	max-width: 100%;
}

.watan-container {
	margin-inline: auto;
	max-width: 1280px;
	padding-inline: 28px;
	width: 100%;
}

.watan-page-hero {
	background-color: var(--watan-navy);
	background-image: linear-gradient(112deg, rgba(19, 45, 69, 0.98) 20%, rgba(47, 133, 124, 0.88)), var(--watan-hero-image, none);
	background-position: center;
	background-size: cover;
	color: #fff;
	overflow: hidden;
	padding-block: 48px 54px;
	position: relative;
}

.watan-page-hero::after {
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 50%;
	content: "";
	height: 360px;
	inset-inline-end: -95px;
	position: absolute;
	top: -185px;
	width: 360px;
}

.watan-page-hero::before {
	background: rgba(181, 150, 77, 0.16);
	border-radius: 50%;
	content: "";
	filter: blur(2px);
	height: 220px;
	inset-inline-end: 12%;
	position: absolute;
	top: 42%;
	width: 220px;
}

.watan-page-hero .watan-container {
	position: relative;
	z-index: 2;
}

.watan-page-hero-compact {
	padding-block: 24px 28px;
}

.watan-page-hero h1,
.watan-page-hero h2 {
	color: #fff;
	font-family: inherit;
	font-size: clamp(30px, 4vw, 52px);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.2;
	margin: 7px 0 12px;
}

.watan-page-hero-compact h2 {
	font-size: clamp(26px, 3vw, 38px);
	margin-bottom: 0;
}

.watan-page-hero p,
.watan-hero-description {
	color: rgba(255, 255, 255, 0.79);
	font-size: 16px;
	margin: 0;
	max-width: 670px;
}

.watan-hero-kicker {
	color: #dfcc9e;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.watan-breadcrumb {
	align-items: center;
	color: rgba(255, 255, 255, 0.67);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 7px;
	margin-bottom: 11px;
}

.watan-breadcrumb a {
	color: #fff;
}

.watan-breadcrumb-sep {
	opacity: 0.45;
}

.watan-archive-hero-content {
	align-items: end;
	display: grid;
	gap: 60px;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
}

.watan-hero-search {
	align-items: center;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 18px 45px rgba(7, 25, 37, 0.24);
	display: flex;
	gap: 10px;
	min-height: 58px;
	overflow: hidden;
	padding: 7px 7px 7px 16px;
}

html[dir="rtl"] .watan-hero-search {
	padding: 7px 16px 7px 7px;
}

.watan-hero-search > svg {
	color: var(--watan-primary);
	flex: 0 0 auto;
	height: 21px;
	width: 21px;
}

.watan-hero-search input[type="search"] {
	appearance: none;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--watan-ink);
	flex: 1;
	font-family: inherit;
	font-size: 14px;
	height: 44px;
	min-width: 0;
	outline: none;
	padding: 0;
}

.watan-hero-search button {
	background: var(--watan-accent);
	border: 0;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-weight: 800;
	height: 44px;
	padding-inline: 25px;
}

.watan-btn {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	justify-content: center;
	line-height: 1.2;
	min-height: 44px;
	padding: 10px 17px;
	transition: 0.22s ease;
}

.watan-btn svg,
.watan-wc-main a svg,
.watan-wc-main button svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.watan-btn svg {
	height: 18px;
	width: 18px;
}

.watan-btn-primary {
	background: var(--watan-primary);
	box-shadow: 0 9px 22px rgba(47, 133, 124, 0.2);
	color: #fff !important;
}

.watan-btn-primary:hover {
	background: var(--watan-navy);
	box-shadow: 0 12px 26px rgba(24, 50, 78, 0.22);
	color: #fff;
	transform: translateY(-1px);
}

.watan-btn-ghost {
	background: #fff;
	border-color: var(--watan-line);
	color: var(--watan-navy) !important;
}

.watan-btn-ghost:hover {
	border-color: var(--watan-primary);
	color: var(--watan-primary) !important;
}

/* Archive */
.watan-archive-container {
	padding-bottom: 90px;
	padding-top: 28px;
}

.watan-category-strip {
	align-items: center;
	display: flex;
	gap: 9px;
	overflow-x: auto;
	padding: 0 0 22px;
	scrollbar-width: thin;
}

.watan-category-strip a {
	align-items: center;
	background: #fff;
	border: 1px solid var(--watan-line);
	border-radius: 999px;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	min-height: 41px;
	padding: 7px 15px;
	transition: 0.2s ease;
}

.watan-category-strip a small {
	align-items: center;
	background: var(--watan-soft);
	border-radius: 99px;
	color: var(--watan-muted);
	display: inline-flex;
	font-size: 10px;
	height: 23px;
	justify-content: center;
	min-width: 23px;
	padding-inline: 5px;
}

.watan-category-strip a:hover,
.watan-category-strip a.is-active {
	background: var(--watan-primary);
	border-color: var(--watan-primary);
	color: #fff;
}

.watan-category-strip a.is-active small,
.watan-category-strip a:hover small {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
}

.watan-archive-layout {
	align-items: start;
	display: grid;
	gap: 26px;
	grid-template-columns: 270px minmax(0, 1fr);
}

.watan-filter-panel {
	background: #fff;
	border: 1px solid var(--watan-line);
	border-radius: var(--watan-radius);
	box-shadow: 0 12px 36px rgba(24, 50, 78, 0.055);
	overflow: hidden;
	position: sticky;
	top: 22px;
}

.watan-filter-head {
	align-items: center;
	border-bottom: 1px solid var(--watan-line);
	display: flex;
	justify-content: space-between;
	padding: 18px 20px;
}

.watan-filter-head h2 {
	align-items: center;
	color: var(--watan-navy);
	display: flex;
	font-family: inherit;
	font-size: 16px;
	font-weight: 800;
	gap: 8px;
	margin: 0;
}

.watan-filter-head h2 svg {
	color: var(--watan-primary);
	height: 19px;
	width: 19px;
}

.watan-filter-head > button {
	background: none;
	border: 0;
	cursor: pointer;
	display: none;
	font-size: 25px;
	line-height: 1;
}

.watan-sidebar-search {
	display: flex;
	padding: 17px 18px 5px;
	position: relative;
}

.watan-sidebar-search input {
	background: var(--watan-soft);
	border: 1px solid transparent;
	border-radius: 10px;
	box-shadow: none;
	font-family: inherit;
	font-size: 12px;
	height: 43px;
	outline: none;
	padding-inline: 13px 42px;
	width: 100%;
}

.watan-sidebar-search input:focus {
	background: #fff;
	border-color: var(--watan-primary);
}

.watan-sidebar-search button {
	background: transparent;
	border: 0;
	color: var(--watan-primary);
	cursor: pointer;
	height: 42px;
	inset-inline-end: 19px;
	padding: 10px;
	position: absolute;
	top: 17px;
}

.watan-sidebar-search svg {
	height: 18px;
	width: 18px;
}

.watan-filter-group {
	padding: 16px 18px 20px;
}

.watan-filter-group h3 {
	color: var(--watan-navy);
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	margin: 0 0 10px;
}

.watan-filter-group ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.watan-filter-group li {
	margin: 2px 0;
}

.watan-filter-group li a {
	align-items: center;
	border-radius: 9px;
	color: #45545d;
	display: flex;
	font-size: 12px;
	gap: 8px;
	justify-content: space-between;
	padding: 8px 10px;
}

.watan-filter-group li a small {
	color: #8c989e;
}

.watan-filter-group li a:hover,
.watan-filter-group li a.is-active {
	background: #edf6f5;
	color: var(--watan-primary);
	font-weight: 800;
}

.watan-filter-help {
	background: linear-gradient(150deg, var(--watan-navy), #244b68);
	color: #fff;
	margin: 0 14px 14px;
	padding: 18px;
	border-radius: 13px;
}

.watan-filter-help strong {
	display: block;
	font-size: 14px;
}

.watan-filter-help p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 11px;
	line-height: 1.7;
	margin: 5px 0 11px;
}

.watan-filter-help a {
	align-items: center;
	color: #dec991;
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	gap: 5px;
}

.watan-filter-help a svg {
	height: 15px;
	width: 15px;
}

.watan-results-toolbar {
	align-items: center;
	border-bottom: 1px solid var(--watan-line);
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	min-height: 49px;
	padding-bottom: 14px;
}

.watan-results-count {
	align-items: center;
	color: var(--watan-muted);
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
}

.watan-results-count svg {
	color: var(--watan-primary);
	height: 19px;
	width: 19px;
}

.watan-order-form {
	align-items: center;
	display: flex;
	gap: 9px;
}

.watan-order-form label {
	color: var(--watan-muted);
	font-size: 11px;
}

.watan-order-form select {
	background-color: #fff;
	border: 1px solid var(--watan-line);
	border-radius: 9px;
	box-shadow: none;
	color: var(--watan-ink);
	font-family: inherit;
	font-size: 11px;
	height: 39px;
	min-width: 170px;
	padding-inline: 11px 32px;
}

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

.watan-product-card {
	background: #fff;
	border: 1px solid var(--watan-line);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.watan-product-card:hover {
	border-color: rgba(47, 133, 124, 0.36);
	box-shadow: 0 17px 42px rgba(24, 50, 78, 0.1);
	transform: translateY(-3px);
}

.watan-card-image {
	align-items: center;
	background: linear-gradient(150deg, #f9fbfb, #f0f4f4);
	display: flex;
	height: 260px;
	justify-content: center;
	overflow: hidden;
	padding: 18px;
	position: relative;
}

.watan-card-image img {
	height: 100% !important;
	max-height: 224px;
	object-fit: contain;
	transition: transform 0.4s ease;
	width: 100% !important;
}

.watan-product-card:hover .watan-card-image img {
	transform: scale(1.035);
}

.watan-card-view {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 8px 20px rgba(24, 50, 78, 0.14);
	color: var(--watan-primary);
	display: flex;
	height: 38px;
	inset-inline-end: 13px;
	justify-content: center;
	opacity: 0;
	position: absolute;
	top: 13px;
	transform: translateY(-6px);
	transition: 0.2s ease;
	width: 38px;
}

.watan-card-view svg {
	height: 17px;
	width: 17px;
}

.watan-product-card:hover .watan-card-view {
	opacity: 1;
	transform: translateY(0);
}

.watan-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 17px;
}

.watan-card-category {
	color: var(--watan-primary) !important;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.045em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.watan-card-title {
	color: var(--watan-navy);
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: -0.012em;
	line-height: 1.55;
	margin: 0 0 9px;
}

.watan-card-title a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.watan-card-sku {
	color: var(--watan-muted);
	font-size: 10px;
	margin-bottom: 12px;
}

.watan-card-sku span {
	color: #9aa4a9;
	margin-inline-end: 3px;
}

.watan-card-price {
	color: var(--watan-navy);
	font-size: 15px;
	font-weight: 800;
	margin: auto 0 10px;
}

.watan-card-actions {
	display: grid;
	gap: 7px;
	grid-template-columns: 1fr 1.15fr;
	margin-top: auto;
}

.watan-card-actions .watan-btn {
	font-size: 10px;
	min-height: 39px;
	padding: 8px 9px;
}

.watan-card-actions .watan-btn svg {
	height: 15px;
	width: 15px;
}

.watan-pagination {
	display: flex;
	justify-content: center;
	margin-top: 36px;
}

.watan-pagination ul {
	display: flex;
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.watan-pagination a,
.watan-pagination span {
	align-items: center;
	background: #fff;
	border: 1px solid var(--watan-line);
	border-radius: 9px;
	display: flex;
	font-size: 12px;
	height: 40px;
	justify-content: center;
	min-width: 40px;
	padding-inline: 12px;
}

.watan-pagination .current,
.watan-pagination a:hover {
	background: var(--watan-primary);
	border-color: var(--watan-primary);
	color: #fff;
}

.watan-no-products {
	align-items: center;
	background: var(--watan-soft);
	border: 1px solid var(--watan-line);
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	min-height: 390px;
	justify-content: center;
	padding: 35px;
	text-align: center;
}

.watan-no-products > span {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: var(--watan-primary);
	display: flex;
	height: 70px;
	justify-content: center;
	width: 70px;
}

.watan-no-products svg {
	height: 28px;
	width: 28px;
}

.watan-no-products h2 {
	font-family: inherit;
	font-size: 22px;
	margin: 17px 0 3px;
}

.watan-no-products p {
	color: var(--watan-muted);
	font-size: 13px;
	margin: 0 0 15px;
}

.watan-mobile-filter-button,
.watan-filter-overlay {
	display: none;
}

/* Single product */
.watan-single-container {
	padding-bottom: 90px;
	padding-top: 42px;
}

.watan-product-layout {
	direction: ltr;
	display: grid;
	gap: 42px;
	grid-template-areas: "gallery summary";
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
}

.watan-product-gallery {
	direction: ltr;
	grid-area: gallery;
	min-width: 0;
}

.watan-main-image {
	align-items: center;
	appearance: none;
	background: linear-gradient(150deg, #fbfcfc, #f1f5f5);
	border: 1px solid var(--watan-line);
	border-radius: 22px;
	cursor: zoom-in;
	display: flex;
	height: 590px;
	justify-content: center;
	overflow: hidden;
	padding: 38px;
	position: relative;
	width: 100%;
}

.watan-main-image > img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.watan-image-zoom {
	align-items: center;
	background: #fff;
	border: 1px solid var(--watan-line);
	border-radius: 50%;
	box-shadow: 0 8px 20px rgba(24, 50, 78, 0.09);
	color: var(--watan-primary);
	display: flex;
	height: 46px;
	justify-content: center;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 46px;
}

.watan-image-zoom svg {
	height: 20px;
	width: 20px;
}

.watan-thumbnails {
	display: flex;
	gap: 10px;
	margin-top: 12px;
	overflow-x: auto;
	padding-bottom: 3px;
}

.watan-thumbnail {
	align-items: center;
	background: #fff;
	border: 1px solid var(--watan-line);
	border-radius: 11px;
	cursor: pointer;
	display: flex;
	flex: 0 0 78px;
	height: 78px;
	justify-content: center;
	padding: 7px;
}

.watan-thumbnail.is-active {
	border-color: var(--watan-primary);
	box-shadow: 0 0 0 2px rgba(47, 133, 124, 0.11);
}

.watan-thumbnail img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.watan-product-summary {
	align-self: start;
	background: #fff;
	border: 1px solid var(--watan-line);
	border-radius: 22px;
	box-shadow: var(--watan-shadow);
	direction: rtl;
	grid-area: summary;
	padding: 32px;
	position: sticky;
	top: 24px;
}

.watan-wc-en .watan-product-summary {
	direction: ltr;
}

.watan-category-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 12px;
}

.watan-category-chips a {
	background: #edf6f5;
	border-radius: 999px;
	color: var(--watan-primary);
	font-size: 10px;
	font-weight: 800;
	padding: 5px 10px;
}

.watan-product-title {
	color: var(--watan-navy);
	font-family: inherit;
	font-size: clamp(27px, 3vw, 40px);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.25;
	margin: 0 0 13px;
}

.watan-product-intro {
	color: var(--watan-muted);
	font-size: 13px;
	line-height: 1.85;
}

.watan-product-intro p {
	margin: 0 0 10px;
}

.watan-product-meta-row {
	border-bottom: 1px solid var(--watan-line);
	border-top: 1px solid var(--watan-line);
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 1.25fr;
	margin: 20px 0;
	padding-block: 15px;
}

.watan-meta-item {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.watan-meta-item > span {
	color: #8a979d;
	font-size: 9px;
	font-weight: 700;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.watan-meta-item strong {
	color: var(--watan-navy);
	font-size: 11px;
	overflow-wrap: anywhere;
}

.watan-meta-item .watan-status {
	align-items: center;
	display: flex;
	gap: 6px;
}

.watan-status i {
	background: #38ad76;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(56, 173, 118, 0.12);
	height: 7px;
	width: 7px;
}

.watan-quote-box {
	background: #f7f9f9;
	border: 1px solid #e5ebeb;
	border-radius: 15px;
	padding: 19px;
}

.watan-section-label {
	color: var(--watan-navy);
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 10px;
}

.watan-option-field {
	display: block;
	margin-bottom: 11px;
}

.watan-option-field > span {
	color: var(--watan-muted);
	display: block;
	font-size: 10px;
	font-weight: 700;
	margin-bottom: 5px;
}

.watan-option-field select {
	background-color: #fff;
	border: 1px solid var(--watan-line);
	border-radius: 9px;
	box-shadow: none;
	color: var(--watan-ink);
	font-family: inherit;
	font-size: 12px;
	height: 43px;
	padding-inline: 11px 35px;
	width: 100%;
}

.watan-option-field select.is-invalid {
	border-color: #c94848;
	box-shadow: 0 0 0 2px rgba(201, 72, 72, 0.08);
}

.watan-option-error {
	color: #b63838;
	font-size: 10px;
	margin: -2px 0 8px;
}

.watan-quote-copy {
	display: flex;
	flex-direction: column;
	margin-bottom: 14px;
}

.watan-quote-copy strong {
	color: var(--watan-navy);
	font-size: 13px;
}

.watan-quote-copy span {
	color: var(--watan-muted);
	font-size: 10px;
}

.watan-main-quote {
	font-size: 13px;
	min-height: 50px;
	width: 100%;
}

.watan-main-quote svg {
	height: 19px;
	width: 19px;
}

.watan-benefits {
	display: grid;
	gap: 7px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 15px;
}

.watan-benefits > div {
	align-items: center;
	color: var(--watan-muted);
	display: flex;
	font-size: 9px;
	gap: 5px;
	justify-content: center;
	text-align: center;
}

.watan-benefits svg {
	color: var(--watan-primary);
	flex: 0 0 auto;
	height: 14px;
	width: 14px;
}

.watan-commerce-box .price {
	color: var(--watan-navy) !important;
	font-size: 23px !important;
	font-weight: 800;
}

.watan-commerce-box form.cart {
	margin: 15px 0 0 !important;
}

.watan-commerce-box .button,
.watan-commerce-box button {
	background: var(--watan-primary) !important;
	border-radius: 10px !important;
	color: #fff !important;
	font-family: inherit !important;
	min-height: 46px;
}

.watan-commerce-box .quantity .qty {
	border: 1px solid var(--watan-line);
	border-radius: 9px;
	font-family: inherit;
	height: 46px;
}

.watan-product-details {
	border: 1px solid var(--watan-line);
	border-radius: 20px;
	margin-top: 50px;
	overflow: hidden;
}

.watan-tabs-nav {
	background: #f7f9f9;
	border-bottom: 1px solid var(--watan-line);
	display: flex;
	gap: 4px;
	overflow-x: auto;
	padding: 10px 18px 0;
}

.watan-tabs-nav button {
	background: transparent;
	border: 0;
	border-bottom: 3px solid transparent;
	color: var(--watan-muted);
	cursor: pointer;
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	margin: 0;
	min-width: 100px;
	padding: 12px 17px;
	white-space: nowrap;
}

.watan-tabs-nav button[aria-selected="true"] {
	border-bottom-color: var(--watan-primary);
	color: var(--watan-primary);
}

.watan-tabs-content {
	min-height: 260px;
	padding: 31px;
}

.watan-tab-panel h2 {
	color: var(--watan-navy);
	font-family: inherit;
	font-size: 21px;
	font-weight: 800;
	margin: 0 0 17px;
}

.watan-prose {
	color: #4e5d66;
	font-size: 14px;
	line-height: 2;
}

.watan-prose > :first-child {
	margin-top: 0;
}

.watan-spec-table {
	border: 1px solid var(--watan-line);
	border-radius: 13px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	overflow: hidden;
}

.watan-spec-table > div {
	align-items: center;
	border-bottom: 1px solid var(--watan-line);
	display: grid;
	gap: 14px;
	grid-template-columns: 0.75fr 1.25fr;
	min-height: 52px;
	padding: 11px 15px;
}

.watan-spec-table > div:nth-child(odd) {
	border-inline-end: 1px solid var(--watan-line);
}

.watan-spec-table > div:nth-last-child(-n + 2) {
	border-bottom: 0;
}

.watan-spec-table span {
	color: var(--watan-muted);
	font-size: 11px;
}

.watan-spec-table strong {
	color: var(--watan-navy);
	font-size: 12px;
	overflow-wrap: anywhere;
}

.watan-downloads {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.watan-downloads a {
	align-items: center;
	background: var(--watan-soft);
	border-radius: 10px;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	justify-content: space-between;
	padding: 13px 15px;
}

.watan-downloads svg {
	height: 17px;
	width: 17px;
}

.watan-related-section {
	margin-top: 60px;
}

.watan-section-heading {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 19px;
}

.watan-section-heading > div > span {
	color: var(--watan-primary);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.watan-section-heading h2 {
	color: var(--watan-navy);
	font-family: inherit;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 800;
	letter-spacing: -0.03em;
	margin: 1px 0 0;
}

.watan-section-heading > a {
	align-items: center;
	color: var(--watan-primary);
	display: flex;
	font-size: 11px;
	font-weight: 800;
	gap: 6px;
}

.watan-section-heading > a svg {
	height: 16px;
	width: 16px;
}

.watan-related-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.watan-related-grid .watan-card-image {
	height: 235px;
}

.watan-lightbox {
	align-items: center;
	background: rgba(8, 20, 29, 0.91);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 5vw;
	position: fixed;
	z-index: 999999;
}

.watan-lightbox[hidden] {
	display: none;
}

.watan-lightbox img {
	background: #fff;
	border-radius: 13px;
	max-height: 88vh;
	object-fit: contain;
	padding: 18px;
}

.watan-lightbox-close {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 50%;
	color: var(--watan-navy);
	cursor: pointer;
	display: flex;
	font-size: 28px;
	height: 44px;
	justify-content: center;
	position: fixed;
	right: 25px;
	top: 25px;
	width: 44px;
}

.watan-mobile-quote-bar {
	display: none;
}

/* Quote summary shortcode */
.watan-quote-summary {
	align-items: center;
	background: #f5f8f8;
	border: 1px solid var(--watan-line);
	border-radius: 14px;
	display: grid;
	gap: 16px;
	grid-template-columns: 105px minmax(0, 1fr);
	margin-bottom: 20px;
	padding: 14px;
}

.watan-quote-summary-image {
	align-items: center;
	background: #fff;
	border-radius: 10px;
	display: flex;
	height: 95px;
	justify-content: center;
	padding: 7px;
}

.watan-quote-summary-image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.watan-quote-summary span {
	color: var(--watan-primary);
	font-size: 10px;
	font-weight: 800;
}

.watan-quote-summary h3 {
	font-family: inherit;
	font-size: 16px;
	margin: 2px 0 5px;
}

.watan-quote-summary p {
	color: var(--watan-muted);
	font-size: 11px;
	margin: 1px 0;
}

html[dir="rtl"] .watan-card-view svg,
html[dir="rtl"] .watan-filter-help a svg,
html[dir="rtl"] .watan-section-heading > a svg,
html[dir="rtl"] .watan-downloads a svg {
	transform: rotate(180deg);
}

@media (max-width: 1180px) {
	.watan-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.watan-related-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.watan-product-layout {
		gap: 28px;
		grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
	}

	.watan-main-image {
		height: 520px;
	}

	.watan-product-summary {
		padding: 25px;
	}
}

@media (max-width: 960px) {
	.watan-archive-hero-content {
		align-items: stretch;
		gap: 25px;
		grid-template-columns: 1fr;
	}

	.watan-hero-search {
		max-width: 620px;
	}

	.watan-mobile-filter-button {
		align-items: center;
		background: #fff;
		border: 1px solid var(--watan-line);
		border-radius: 10px;
		color: var(--watan-navy);
		display: flex;
		font-family: inherit;
		font-size: 12px;
		font-weight: 800;
		gap: 7px;
		margin-bottom: 16px;
		min-height: 43px;
		padding: 9px 13px;
	}

	.watan-mobile-filter-button svg {
		color: var(--watan-primary);
		height: 18px;
		width: 18px;
	}

	.watan-archive-layout {
		grid-template-columns: 1fr;
	}

	.watan-filter-panel {
		border-radius: 0 18px 18px 0;
		bottom: 0;
		inset-inline-start: 0;
		max-width: 340px;
		position: fixed;
		top: 0;
		transform: translateX(-105%);
		transition: transform 0.25s ease;
		width: 88%;
		z-index: 999999;
	}

	html[dir="rtl"] .watan-filter-panel {
		border-radius: 18px 0 0 18px;
		transform: translateX(105%);
	}

	.watan-filter-panel.is-open,
	html[dir="rtl"] .watan-filter-panel.is-open {
		transform: translateX(0);
	}

	.watan-filter-head > button {
		display: block;
	}

	.watan-filter-overlay {
		background: rgba(7, 20, 29, 0.54);
		display: block;
		inset: 0;
		position: fixed;
		z-index: 999998;
	}

	.watan-filter-overlay[hidden] {
		display: none;
	}

	.watan-product-layout {
		grid-template-areas: "gallery" "summary";
		grid-template-columns: 1fr;
	}

	.watan-main-image {
		height: 520px;
	}

	.watan-product-summary {
		position: static;
	}

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

@media (max-width: 680px) {
	.watan-container {
		padding-inline: 16px;
	}

	.watan-page-hero {
		padding-block: 32px 36px;
	}

	.watan-page-hero-compact {
		padding-block: 19px 22px;
	}

	.watan-page-hero h1 {
		font-size: 30px;
	}

	.watan-page-hero p,
	.watan-hero-description {
		font-size: 13px;
	}

	.watan-hero-search {
		min-height: 54px;
	}

	.watan-hero-search button {
		padding-inline: 17px;
	}

	.watan-category-strip {
		margin-inline: -16px;
		padding-inline: 16px;
	}

	.watan-archive-container {
		padding-bottom: 60px;
		padding-top: 20px;
	}

	.watan-results-toolbar {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}

	.watan-order-form {
		justify-content: space-between;
	}

	.watan-order-form select {
		flex: 1;
		min-width: 0;
	}

	.watan-products-grid,
	.watan-related-grid {
		gap: 11px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.watan-card-image,
	.watan-related-grid .watan-card-image {
		height: 190px;
		padding: 12px;
	}

	.watan-card-body {
		padding: 12px;
	}

	.watan-card-title {
		font-size: 12px;
	}

	.watan-card-sku {
		font-size: 9px;
	}

	.watan-card-actions {
		grid-template-columns: 1fr;
	}

	.watan-card-actions .watan-btn {
		font-size: 9px;
		min-height: 37px;
	}

	.watan-card-actions .watan-btn-ghost {
		display: none;
	}

	.watan-card-view {
		display: none;
	}

	.watan-single-container {
		padding-bottom: 92px;
		padding-top: 20px;
	}

	.watan-product-layout {
		gap: 18px;
	}

	.watan-main-image {
		border-radius: 16px;
		height: 390px;
		padding: 22px;
	}

	.watan-image-zoom {
		height: 40px;
		right: 11px;
		top: 11px;
		width: 40px;
	}

	.watan-thumbnail {
		flex-basis: 65px;
		height: 65px;
	}

	.watan-product-summary {
		border-radius: 16px;
		padding: 20px;
	}

	.watan-product-title {
		font-size: 27px;
	}

	.watan-product-meta-row {
		grid-template-columns: 1fr;
	}

	.watan-benefits {
		grid-template-columns: 1fr;
	}

	.watan-benefits > div {
		justify-content: flex-start;
	}

	.watan-product-details {
		border-radius: 15px;
		margin-top: 30px;
	}

	.watan-tabs-nav {
		padding-inline: 8px;
	}

	.watan-tabs-nav button {
		font-size: 11px;
		min-width: 88px;
		padding-inline: 11px;
	}

	.watan-tabs-content {
		min-height: 180px;
		padding: 20px;
	}

	.watan-spec-table {
		grid-template-columns: 1fr;
	}

	.watan-spec-table > div,
	.watan-spec-table > div:nth-child(odd),
	.watan-spec-table > div:nth-last-child(-n + 2) {
		border-bottom: 1px solid var(--watan-line);
		border-inline-end: 0;
	}

	.watan-spec-table > div:last-child {
		border-bottom: 0;
	}

	.watan-downloads {
		grid-template-columns: 1fr;
	}

	.watan-related-section {
		margin-top: 38px;
	}

	.watan-section-heading > a {
		display: none;
	}

	.watan-mobile-quote-bar {
		align-items: center;
		background: #fff;
		border-top: 1px solid var(--watan-line);
		bottom: 0;
		display: flex;
		gap: 10px;
		inset-inline: 0;
		justify-content: space-between;
		padding: 9px 13px;
		position: fixed;
		z-index: 9999;
	}

	.watan-mobile-quote-bar > div {
		display: flex;
		flex: 1;
		flex-direction: column;
		min-width: 0;
	}

	.watan-mobile-quote-bar small {
		color: var(--watan-muted);
		font-size: 8px;
	}

	.watan-mobile-quote-bar strong {
		font-size: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.watan-mobile-quote-bar .watan-btn {
		flex: 0 0 auto;
		font-size: 10px;
		min-height: 42px;
	}
}

@media (max-width: 430px) {
	.watan-card-image,
	.watan-related-grid .watan-card-image {
		height: 166px;
	}

	.watan-card-category {
		font-size: 8px;
	}

	.watan-main-image {
		height: 330px;
	}
}


/* ============================================================
   Watan v1.2 catalogue refinements
   ============================================================ */

/* Use the available desktop width instead of boxing the catalogue. */
.watan-container {
	max-width: 1800px;
	padding-inline: 24px;
}

/* Keep the theme header comfortable on WooCommerce catalogue pages. */
body.watan-wc-active .elementor-location-header .e-con-inner,
body.watan-wc-active .elementor-location-header .elementor-container,
body.watan-wc-active #masthead > .container,
body.watan-wc-active #masthead .header-container,
body.watan-wc-active .site-header > .container,
body.watan-wc-active .site-header .container {
	max-width: 1800px !important;
	width: calc(100% - 40px) !important;
}
body.watan-wc-active .elementor-nav-menu--main > .elementor-nav-menu > li > a,
body.watan-wc-active #masthead .main-navigation > ul > li > a,
body.watan-wc-active .site-header .main-navigation > ul > li > a {
	white-space: nowrap !important;
}

/* 30 products by default = 6 rows x 5 columns on wide screens. */
.watan-products-grid {
	gap: 16px;
	grid-template-columns: repeat(var(--watan-grid-columns, 5), minmax(0, 1fr));
}

/* Card interior and image area must stay clean white. */
.watan-product-card,
.watan-card-image,
.watan-card-body {
	background: #fff !important;
}
.watan-card-image {
	height: 220px;
	padding: 14px;
}
.watan-card-image img {
	max-height: 192px;
}
.watan-card-body {
	padding: 14px;
}
.watan-card-title {
	font-size: 13px;
	line-height: 1.45;
	margin-bottom: 7px;
}
.watan-card-sku {
	font-size: 9px;
	margin-bottom: 9px;
}
.watan-card-actions {
	gap: 6px;
}
.watan-card-actions .watan-btn,
.watan-card-actions .qr-add-btn {
	font-size: 9px !important;
	margin: 0 !important;
	min-height: 37px;
	padding: 7px 8px;
	width: 100%;
}

/* Strong, readable button contrast even when the theme/QR plugin adds overrides. */
.watan-wc-main .watan-btn-primary,
.watan-wc-main button.watan-btn-primary,
.watan-wc-main .qr-add-btn.watan-btn-primary,
.watan-mobile-quote-bar .qr-add-btn {
	background: var(--watan-primary) !important;
	border: 1px solid var(--watan-primary) !important;
	color: #fff !important;
	text-shadow: none !important;
}
.watan-wc-main .watan-btn-primary *,
.watan-wc-main .qr-add-btn.watan-btn-primary * {
	color: #fff !important;
}
.watan-wc-main .watan-btn-primary:hover,
.watan-wc-main .qr-add-btn.watan-btn-primary:hover {
	background: var(--watan-navy) !important;
	border-color: var(--watan-navy) !important;
	color: #fff !important;
}
.watan-main-quote.qr-add-btn {
	margin: 0 !important;
	width: 100% !important;
}

/* Single product: less oversized typography and more breathing room. */
.watan-product-layout {
	gap: 32px;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
}
.watan-product-title {
	font-size: clamp(22px, 2vw, 30px);
	letter-spacing: -0.02em;
	line-height: 1.3;
}
.watan-product-summary {
	padding: 28px;
}
.watan-main-image {
	background: #fff !important;
	height: 560px;
	padding: 28px;
}

/* Real image zoom: buttons + mouse wheel + drag/pan. */
.watan-lightbox {
	padding: 24px;
}
.watan-lightbox-stage {
	align-items: center;
	background: #fff;
	border-radius: 16px;
	display: flex;
	height: min(88vh, 900px);
	justify-content: center;
	overflow: hidden;
	position: relative;
	touch-action: none;
	width: min(92vw, 1500px);
}
.watan-lightbox-stage img,
.watan-lightbox img[data-watan-lightbox-image] {
	background: transparent;
	border-radius: 0;
	max-height: 82vh;
	max-width: 88vw;
	object-fit: contain;
	padding: 0;
	transform-origin: center center;
	transition: transform .08s linear;
	user-select: none;
	-webkit-user-drag: none;
}
.watan-zoom-controls {
	align-items: center;
	background: rgba(255,255,255,.98);
	border: 1px solid var(--watan-line);
	border-radius: 999px;
	bottom: 28px;
	box-shadow: 0 8px 30px rgba(0,0,0,.18);
	display: flex;
	gap: 4px;
	left: 50%;
	padding: 5px;
	position: fixed;
	transform: translateX(-50%);
	z-index: 1000001;
}
.watan-zoom-controls button {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 999px;
	color: var(--watan-navy);
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 17px;
	font-weight: 800;
	height: 38px;
	justify-content: center;
	min-width: 38px;
	padding-inline: 11px;
}
.watan-zoom-controls button:hover {
	background: var(--watan-soft);
	color: var(--watan-primary);
}
.watan-zoom-controls [data-watan-zoom-reset] {
	font-size: 11px;
	min-width: 62px;
}

/* Related products follow the same clean card proportions. */
.watan-related-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
.watan-related-grid .watan-card-image {
	height: 210px;
}

@media (max-width: 1500px) {
	.watan-products-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.watan-related-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 1200px) {
	.watan-products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.watan-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.watan-product-layout { grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); }
}

@media (max-width: 960px) {
	.watan-products-grid,
	.watan-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.watan-product-layout { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
	.watan-container { padding-inline: 14px; }
	.watan-products-grid,
	.watan-related-grid { gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.watan-card-image,
	.watan-related-grid .watan-card-image { height: 170px; padding: 9px; }
	.watan-card-image img { max-height: 150px; }
	.watan-card-body { padding: 10px; }
	.watan-product-title { font-size: 22px; }
	.watan-main-image { height: 360px; padding: 16px; }
	.watan-product-summary { padding: 18px; }
	.watan-lightbox { padding: 10px; }
	.watan-lightbox-stage { height: 82vh; width: 96vw; }
	.watan-lightbox-close { right: 12px; top: 12px; }
	.watan-zoom-controls { bottom: 16px; }
}


/* ============================================================
   v1.3.0 — catalogue sorting, select arrows and compact RFQ state
   ============================================================ */

/* Sorting control stays on one line and uses its own arrow, not the browser arrow. */
.watan-order-form {
	flex: 0 0 auto;
	margin: 0;
}
.watan-sort-control {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	white-space: nowrap;
}
.watan-sort-control > label {
	color: var(--watan-muted);
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	white-space: nowrap;
}
.watan-select-shell {
	align-items: center;
	display: flex;
	position: relative;
}
.watan-order-select-shell {
	min-width: 190px;
}
.watan-select-shell select,
.watan-order-form select,
.watan-option-field select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background-image: none !important;
	box-shadow: none;
	cursor: pointer;
	margin: 0;
	padding-inline: 14px 42px !important;
}
.watan-order-form select::-ms-expand,
.watan-option-field select::-ms-expand {
	display: none;
}
.watan-order-select-shell select {
	background: #fff !important;
	border: 1px solid var(--watan-line);
	border-radius: 10px;
	color: var(--watan-ink);
	font-family: inherit;
	font-size: 11px;
	font-weight: 700;
	height: 40px;
	min-width: 190px;
	width: 100%;
}
.watan-select-arrow {
	align-items: center;
	color: var(--watan-primary);
	display: flex;
	height: 28px;
	inset-inline-end: 8px;
	justify-content: center;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	z-index: 2;
}
.watan-select-arrow svg {
	display: block;
	height: 16px;
	width: 16px;
}
.watan-option-select-shell {
	width: 100%;
}
.watan-option-select-shell select {
	padding-inline-end: 46px !important;
	width: 100%;
}
.watan-option-select-shell .watan-select-arrow {
	background: #fff;
	border-radius: 7px;
	inset-inline-end: 7px;
}
.watan-wc-ar .watan-select-shell select {
	direction: rtl;
	text-align: right;
}
.watan-wc-en .watan-select-shell select {
	direction: ltr;
	text-align: left;
}

/* The temporary success state must fit comfortably in narrow 5-column cards. */
.watan-card-actions .qr-add-btn.qr-added {
	font-size: 8px !important;
	letter-spacing: -0.01em;
	line-height: 1.2 !important;
	white-space: nowrap;
}
.watan-main-quote.qr-add-btn.qr-added,
.watan-mobile-quote-bar .qr-add-btn.qr-added {
	font-size: 11px !important;
}

@media (max-width: 680px) {
	.watan-results-toolbar {
		align-items: center;
		flex-direction: row;
		gap: 10px;
	}
	.watan-results-count {
		flex: 0 0 auto;
	}
	.watan-order-form {
		margin-inline-start: auto;
		min-width: 0;
	}
	.watan-sort-control {
		gap: 6px;
	}
	.watan-sort-control > label {
		font-size: 10px;
	}
	.watan-order-select-shell {
		min-width: 132px;
		width: 132px;
	}
	.watan-order-select-shell select {
		font-size: 10px;
		min-width: 0;
	}
}
