/*
Theme Name: ZAAT Child
Theme URI: https://zaat.online
Description: Premium dark-luxury member area for ZAAT (login + account dashboard). Child theme of Hello Elementor. Presentation only.
Author: ZAAT
Template: hello-elementor
Version: 1.0.0
Text Domain: zaat-child
*/

/* ==========================================================================
   ZAAT MEMBER AREA - LOGIN + ACCOUNT DASHBOARD
   Builds on the house tokens: --zbg #0B0B0A, --zgold #C9A04D,
   --zgoldl #E6C57D, --zivory #F0ECE5, Cormorant Garamond + Tajawal.
   Scoped to the WooCommerce account page so no other surface is touched.
   ========================================================================== */

body.woocommerce-account .codevz-woo-login-form,
body.woocommerce-account .entry-content,
body.woocommerce-account .page-content {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------------
   Shared micro keyframe (one subtle fade; honors reduced motion).
   ------------------------------------------------------------------ */
@keyframes zaatFadeUp {
	from { opacity: 0; transform: translateY(16px); }
	to   { opacity: 1; transform: none; }
}

/* ------------------------------------------------------------------
   LOGIN - full-viewport luxury moment
   ------------------------------------------------------------------ */
body.woocommerce-account .zaat-auth {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding: 72px 24px;
	overflow: hidden;
	background: var(--zbg);
}

body.woocommerce-account .zaat-auth::before {
	content: "";
	position: absolute;
	top: -260px;
	left: 50%;
	transform: translateX(-50%);
	width: 860px;
	height: 560px;
	background: radial-gradient(closest-side, rgba(201, 160, 77, 0.13), transparent 72%);
	pointer-events: none;
}

body.woocommerce-account .zaat-auth::after {
	content: "";
	position: absolute;
	bottom: -320px;
	left: 50%;
	transform: translateX(-50%);
	width: 720px;
	height: 520px;
	background: radial-gradient(closest-side, rgba(201, 160, 77, 0.07), transparent 72%);
	pointer-events: none;
}

body.woocommerce-account .zaat-auth-card {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 440px;
	padding: 52px 46px 34px;
	background: rgba(23, 22, 20, 0.55);
	border: 1px solid rgba(201, 160, 77, 0.22);
	box-shadow: 0 60px 120px -60px rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(8px);
	text-align: center;
	animation: zaatFadeUp 0.7s ease-out both;
}

body.woocommerce-account .zaat-auth-brand {
	display: flex;
	flex-direction: column;
	align-items: center;
}

body.woocommerce-account .zaat-auth-logo {
	height: 92px;
	width: auto;
	object-fit: contain;
	margin-bottom: 14px;
}

body.woocommerce-account .zaat-auth-name {
	font-style: italic;
	font-size: 13px;
	letter-spacing: 0.14em;
	color: var(--zgoldl);
	font-family: var(--zserif);
}

body.woocommerce-account .zaat-auth-divider {
	width: 96px;
	height: 1px;
	margin: 24px auto 0;
	background: linear-gradient(to right, transparent, rgba(201, 160, 77, 0.7), transparent);
}

body.woocommerce-account .zaat-auth-h {
	margin: 34px 0 26px;
	font-family: var(--zserif);
	font-size: 30px;
	font-weight: 300;
	line-height: 1.1;
	letter-spacing: 0.02em;
	color: var(--zivory);
	text-align: center;
}

body.woocommerce-account .zaat-auth-form,
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register {
	margin: 0;
}

body.woocommerce-account .zaat-auth-card .woocommerce-form-row {
	margin: 0 0 20px;
}

body.woocommerce-account .zaat-auth-card label {
	display: block;
	margin: 0 0 10px;
	font-family: var(--zserif);
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.28em;
	color: rgba(230, 197, 125, 0.78);
	line-height: 1.4;
}

body.woocommerce-account .zaat-auth-card input.input-text {
	width: 100%;
	height: 52px;
	padding: 0 16px;
	background: rgba(0, 0, 0, 0.32);
	border: 1px solid rgba(240, 236, 229, 0.14);
	border-radius: 0;
	color: var(--zivory);
	font-family: var(--zserif);
	font-size: 16px;
	box-shadow: none;
	transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
}

body.woocommerce-account .zaat-auth-card input.input-text:focus {
	outline: none;
	border-color: var(--zgold);
	background: rgba(0, 0, 0, 0.42);
	box-shadow: 0 0 0 3px rgba(201, 160, 77, 0.16);
}

body.woocommerce-account .zaat-auth-card input.input-text::placeholder {
	color: rgba(240, 236, 229, 0.35);
	opacity: 1;
}

body.woocommerce-account .zaat-auth-note {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(240, 236, 229, 0.7);
}

body.woocommerce-account .zaat-auth-submit-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 28px 0 0 !important;
}

body.woocommerce-account .zaat-auth-submit-row .woocommerce-form__label-for-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-family: var(--zserif);
	font-size: 11px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0.12em;
	color: rgba(240, 236, 229, 0.7);
	cursor: pointer;
	white-space: nowrap;
}

body.woocommerce-account .zaat-auth-submit-row input[type="checkbox"] {
	width: 15px;
	height: 15px;
	margin: 0;
	flex: none;
	accent-color: var(--zgold);
}

body.woocommerce-account .zaat-auth-card .button {
	flex: 1;
	min-width: 0;
	height: 52px;
	padding: 0 22px;
	background: transparent;
	border: 1px solid var(--zgold);
	border-radius: 0;
	color: var(--zgold);
	font-family: var(--zserif);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	cursor: pointer;
	transition: all 0.3s;
}

body.woocommerce-account .zaat-auth-card .button:hover {
	background: var(--zgold);
	color: #000;
}

body.woocommerce-account .zaat-auth-card .button:active {
	transform: translateY(1px);
}

body.woocommerce-account .zaat-auth-submit-row--single {
	justify-content: center;
}

body.woocommerce-account .zaat-auth-submit-row--single .button {
	width: 100%;
}

body.woocommerce-account .zaat-auth-lost {
	margin: 22px 0 0;
	text-align: center;
}

body.woocommerce-account .zaat-auth-lost a {
	font-family: var(--zserif);
	font-size: 13px;
	color: rgba(240, 236, 229, 0.62);
	text-decoration: none;
	border-bottom: 1px solid rgba(201, 160, 77, 0.35);
	padding-bottom: 3px;
	transition: color 0.3s, border-color 0.3s;
}

body.woocommerce-account .zaat-auth-lost a:hover {
	color: var(--zgoldl);
	border-color: var(--zgoldl);
}

body.woocommerce-account .zaat-auth-foot {
	margin-top: 34px;
	padding-top: 22px;
	border-top: 1px solid rgba(55, 49, 42, 0.5);
}

body.woocommerce-account .zaat-auth-foot-txt {
	font-family: var(--zserif);
	font-size: 11px;
	font-style: italic;
	letter-spacing: 0.08em;
	color: rgba(230, 197, 125, 0.55);
}

/* login + register split (only when registration is enabled) */
body.woocommerce-account .zaat-auth-card--split {
	max-width: 900px;
}

body.woocommerce-account .u-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 56px;
	margin-top: 6px;
}

body.woocommerce-account .u-columns::before,
body.woocommerce-account .u-columns::after {
	display: none;
}

body.woocommerce-account .u-column1,
body.woocommerce-account .u-column2 {
	width: 100%;
	text-align: start;
}

body.woocommerce-account .u-column1 {
	padding-inline-end: 48px;
	border-inline-end: 1px solid rgba(55, 49, 42, 0.6);
}

/* notices (login errors / messages) */
body.woocommerce-account .woocommerce-notices-wrapper {
	max-width: 440px;
	margin: 0 auto;
	padding: 24px 16px 0;
}

body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-error,
body.woocommerce-account .woocommerce-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	margin: 0 0 12px !important;
	padding: 14px 18px;
	background: rgba(23, 22, 20, 0.6);
	border: 1px solid rgba(201, 160, 77, 0.28);
	border-inline-start: 2px solid var(--zgold);
	border-radius: 0;
	color: var(--zivory);
	font-family: var(--zserif);
	font-size: 14px;
	line-height: 1.5;
}

body.woocommerce-account .woocommerce-message::before,
body.woocommerce-account .woocommerce-info::before {
	color: var(--zgold);
}

body.woocommerce-account .woocommerce-error {
	border-inline-start-color: #c0392b;
}

body.woocommerce-account .woocommerce-message .button {
	background: transparent;
	border: 1px solid var(--zgold);
	border-radius: 0;
	color: var(--zgold);
	font-family: var(--zserif);
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	padding: 8px 16px;
}

/* ------------------------------------------------------------------
   DASHBOARD - brand header
   ------------------------------------------------------------------ */
.zaat-dash-head {
	background: var(--zbg);
	border-bottom: 1px solid var(--zbor2);
}

.zaat-dash-head-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 30px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.zaat-dash-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: inherit;
	text-decoration: none;
}

.zaat-dash-logo {
	height: 56px;
	width: auto;
	object-fit: contain;
}

.zaat-dash-brandname {
	font-family: var(--zserif);
	font-style: italic;
	font-size: 13px;
	letter-spacing: 0.14em;
	color: var(--zgoldl);
}

.zaat-dash-head-tag {
	font-family: var(--zserif);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: rgba(240, 236, 229, 0.55);
}

/* ------------------------------------------------------------------
   DASHBOARD - shell, nav rail + content
   ------------------------------------------------------------------ */
.zaat-dash-body {
	max-width: 1280px;
	margin: 0 auto;
	padding: 56px 24px 96px;
	display: grid;
	grid-template-columns: 264px minmax(0, 1fr);
	gap: 56px;
	align-items: start;
}

.woocommerce-MyAccount-navigation {
	margin: 0;
}

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

.woocommerce-MyAccount-navigation li {
	margin: 0;
}

.woocommerce-MyAccount-navigation li a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 13px 18px;
	font-family: var(--zserif);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: rgba(240, 236, 229, 0.62);
	text-decoration: none;
	border: 1px solid transparent;
	border-inline-start: 2px solid transparent;
	transition: all 0.3s;
}

.woocommerce-MyAccount-navigation li a:hover {
	color: var(--zgoldl);
	background: rgba(201, 160, 77, 0.05);
}

.woocommerce-MyAccount-navigation li.is-active a {
	color: var(--zgold);
	background: rgba(201, 160, 77, 0.07);
	border-color: rgba(201, 160, 77, 0.25);
	border-inline-start-color: var(--zgold);
}

.woocommerce-MyAccount-navigation .zaat-nav-ic {
	width: 18px;
	flex: none;
	text-align: center;
	font-size: 13px;
	color: rgba(230, 197, 125, 0.55);
}

.woocommerce-MyAccount-navigation li.is-active .zaat-nav-ic {
	color: var(--zgold);
}

.woocommerce-MyAccount-navigation .zaat-nav-ic-customer-logout {
	color: rgba(240, 236, 229, 0.4);
}

.woocommerce-MyAccount-content {
	min-width: 0;
	font-family: var(--zserif);
}

.woocommerce-MyAccount-content > *:first-child {
	margin-top: 0;
}

.woocommerce-MyAccount-content h1,
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
	font-family: var(--zserif);
	font-weight: 300;
	line-height: 1.15;
	color: var(--zivory);
}

.woocommerce-MyAccount-content h1 {
	font-size: clamp(34px, 4vw, 52px);
	margin: 0 0 24px;
}

.woocommerce-MyAccount-content h2 {
	font-size: 28px;
	margin: 0 0 22px;
}

.woocommerce-MyAccount-content h3 {
	font-size: 21px;
	margin: 0 0 16px;
}

.woocommerce-MyAccount-content p {
	font-size: 16px;
	line-height: 1.7;
	color: rgba(240, 236, 229, 0.85);
}

.woocommerce-MyAccount-content a {
	color: var(--zgoldl);
}

/* greeting */
.zaat-dash-hello {
	padding: 4px 0 44px;
}

.zaat-dash-eyebrow {
	margin: 0 0 14px;
	font-family: var(--zserif);
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.38em;
	color: var(--zgold);
}

.zaat-dash-hello-desc {
	max-width: 560px;
	margin: 20px 0 0;
}

.zaat-dash-hello-desc a {
	color: var(--zgoldl);
	text-decoration: none;
	border-bottom: 1px solid rgba(201, 160, 77, 0.35);
	transition: color 0.3s;
}

.zaat-dash-hello-desc a:hover {
	color: var(--zgold);
}

/* quick links */
.zaat-dash-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.zaat-dash-card {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 26px 24px;
	background: rgba(23, 22, 20, 0.5);
	border: 1px solid var(--zbor2);
	border-radius: 0;
	color: inherit;
	text-decoration: none;
	transition: all 0.35s;
}

.zaat-dash-card:hover {
	border-color: rgba(201, 160, 77, 0.45);
	background: rgba(23, 22, 20, 0.8);
	transform: translateY(-2px);
}

.zaat-dash-card-ic {
	width: 42px;
	height: 42px;
	flex: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(201, 160, 77, 0.35);
	color: var(--zgold);
	font-size: 15px;
}

.zaat-dash-card-lbl {
	font-family: var(--zserif);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: var(--zivory);
}

.zaat-dash-card:hover .zaat-dash-card-lbl {
	color: var(--zgoldl);
}

.zaat-dash-card-arrow {
	margin-inline-start: auto;
	color: rgba(201, 160, 77, 0.5);
	font-size: 14px;
	transition: transform 0.3s;
}

.zaat-dash-card:hover .zaat-dash-card-arrow {
	transform: translateX(3px);
}

/* ------------------------------------------------------------------
   DASHBOARD - content widgets (orders, addresses, forms, details)
   ------------------------------------------------------------------ */

/* tables */
.woocommerce-MyAccount-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 32px;
	background: rgba(23, 22, 20, 0.35);
	border: 1px solid var(--zbor);
}

.woocommerce-MyAccount-content th,
.woocommerce-MyAccount-content td {
	padding: 16px 18px;
	border-bottom: 1px solid rgba(55, 49, 42, 0.55);
	text-align: start;
}

.woocommerce-MyAccount-content th {
	font-family: var(--zserif);
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.24em;
	color: rgba(230, 197, 125, 0.7);
}

.woocommerce-MyAccount-content td {
	font-size: 15px;
	color: rgba(240, 236, 229, 0.85);
}

.woocommerce-MyAccount-content tr:last-child td {
	border-bottom: none;
}

.woocommerce-MyAccount-content td a {
	color: var(--zgoldl);
	text-decoration: none;
	border-bottom: 1px solid rgba(201, 160, 77, 0.35);
}

.woocommerce-MyAccount-content td a:hover {
	color: var(--zgold);
}

.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-status a {
	display: inline-block;
	padding: 6px 12px;
	border: 1px solid rgba(201, 160, 77, 0.4);
	border-bottom: 1px solid rgba(201, 160, 77, 0.4);
	color: var(--zgold);
	font-size: 10px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number a {
	color: var(--zivory);
}

.woocommerce-MyAccount-content .woocommerce-Pagination {
	margin: 0 0 32px;
}

.woocommerce-MyAccount-content .woocommerce-Pagination .page-numbers {
	border-color: var(--zbor2);
	color: rgba(240, 236, 229, 0.7);
	background: transparent;
}

.woocommerce-MyAccount-content .woocommerce-Pagination .page-numbers.current,
.woocommerce-MyAccount-content .woocommerce-Pagination .page-numbers:hover {
	border-color: var(--zgold);
	color: var(--zgold);
	background: rgba(201, 160, 77, 0.08);
}

/* buttons */
.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content button[type="submit"],
.woocommerce-MyAccount-content input[type="submit"] {
	min-height: 50px;
	padding: 0 26px;
	background: transparent;
	border: 1px solid var(--zgold);
	border-radius: 0;
	color: var(--zgold);
	font-family: var(--zserif);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s;
}

.woocommerce-MyAccount-content .button:hover,
.woocommerce-MyAccount-content button[type="submit"]:hover,
.woocommerce-MyAccount-content input[type="submit"]:hover {
	background: var(--zgold);
	color: #000;
}

/* forms */
.woocommerce-MyAccount-content form {
	margin: 0;
	max-width: 560px;
}

.woocommerce-MyAccount-content .woocommerce-form-row,
.woocommerce-MyAccount-content .form-row {
	margin: 0 0 20px;
}

.woocommerce-MyAccount-content label {
	display: block;
	margin: 0 0 10px;
	font-family: var(--zserif);
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.24em;
	color: rgba(230, 197, 125, 0.75);
	line-height: 1.4;
}

.woocommerce-MyAccount-content input.input-text,
.woocommerce-MyAccount-content textarea,
.woocommerce-MyAccount-content select {
	width: 100%;
	max-width: 560px;
	height: 50px;
	padding: 0 16px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(240, 236, 229, 0.14);
	border-radius: 0;
	color: var(--zivory);
	font-family: var(--zserif);
	font-size: 15px;
	box-shadow: none;
	transition: border-color 0.3s, box-shadow 0.3s;
}

.woocommerce-MyAccount-content textarea {
	height: auto;
	min-height: 120px;
	padding: 14px 16px;
}

.woocommerce-MyAccount-content input.input-text:focus,
.woocommerce-MyAccount-content textarea:focus,
.woocommerce-MyAccount-content select:focus {
	outline: none;
	border-color: var(--zgold);
	box-shadow: 0 0 0 3px rgba(201, 160, 77, 0.16);
}

.woocommerce-MyAccount-content .select2-container .select2-selection--single {
	height: 50px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(240, 236, 229, 0.14);
	border-radius: 0;
}

.woocommerce-MyAccount-content .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 48px;
	color: var(--zivory);
}

.woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
}

/* addresses */
.woocommerce-MyAccount-content .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.woocommerce-MyAccount-content .woocommerce-Address {
	background: rgba(23, 22, 20, 0.5);
	border: 1px solid var(--zbor2);
	padding: 28px;
}

.woocommerce-MyAccount-content .woocommerce-Address header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
	border-bottom: 1px solid rgba(55, 49, 42, 0.55);
	padding-bottom: 16px;
}

.woocommerce-MyAccount-content .woocommerce-Address h3 {
	margin: 0;
}

.woocommerce-MyAccount-content .woocommerce-Address .edit {
	font-family: var(--zserif);
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: var(--zgold);
	text-decoration: none;
}

.woocommerce-MyAccount-content .woocommerce-Address .edit:hover {
	color: var(--zgoldl);
}

.woocommerce-MyAccount-content .woocommerce-Address address {
	font-style: normal;
	font-size: 15px;
	line-height: 1.8;
	color: rgba(240, 236, 229, 0.85);
}

/* order details */
.woocommerce-MyAccount-content .woocommerce-order {
	padding: 4px 0 0;
}

.woocommerce-MyAccount-content .woocommerce-order-overview {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 14px;
}

.woocommerce-MyAccount-content .woocommerce-order-overview li {
	background: rgba(23, 22, 20, 0.5);
	border: 1px solid var(--zbor2);
	padding: 18px;
	font-size: 14px;
	color: rgba(240, 236, 229, 0.7);
}

.woocommerce-MyAccount-content .woocommerce-order-overview li strong {
	display: block;
	margin-top: 6px;
	font-weight: 600;
	color: var(--zivory);
}

.woocommerce-MyAccount-content .woocommerce-order-overview li:first-child strong {
	color: var(--zgold);
}

.woocommerce-MyAccount-content .woocommerce-customer-details {
	margin-top: 32px;
}

.woocommerce-MyAccount-content .woocommerce-customer-details address {
	font-style: normal;
	background: rgba(23, 22, 20, 0.5);
	border: 1px solid var(--zbor2);
	padding: 24px;
	line-height: 1.8;
	color: rgba(240, 236, 229, 0.85);
}

/* download buttons / empty states */
.woocommerce-MyAccount-content .woocommerce-Message--info .button {
	margin-inline-start: 12px;
}

/* ------------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------------ */
@media (max-width: 1023px) {
	.zaat-dash-body {
		grid-template-columns: 1fr;
		gap: 34px;
		padding-top: 40px;
	}

	.woocommerce-MyAccount-navigation ul {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 6px;
	}

	.woocommerce-MyAccount-navigation li a {
		border: 1px solid rgba(55, 49, 42, 0.6);
		border-inline-start: 1px solid rgba(55, 49, 42, 0.6);
	}

	.woocommerce-MyAccount-navigation li.is-active a {
		border-color: rgba(201, 160, 77, 0.35);
		border-inline-start-color: var(--zgold);
	}
}

@media (max-width: 767px) {
	body.woocommerce-account .zaat-auth {
		min-height: auto;
		padding: 48px 16px;
	}

	body.woocommerce-account .zaat-auth-card {
		padding: 40px 22px 28px;
	}

	body.woocommerce-account .zaat-auth-card--split {
		padding: 40px 22px 28px;
	}

	body.woocommerce-account .u-columns {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	body.woocommerce-account .u-column1 {
		padding-inline-end: 0;
		border-inline-end: none;
		padding-bottom: 40px;
		border-bottom: 1px solid rgba(55, 49, 42, 0.6);
	}

	.zaat-dash-head-inner {
		flex-direction: column;
		gap: 14px;
		padding: 24px 16px;
		text-align: center;
	}

	.zaat-dash-body {
		padding: 40px 16px 72px;
	}

	.zaat-dash-cards {
		grid-template-columns: 1fr;
	}

	.woocommerce-MyAccount-content .woocommerce-Addresses {
		grid-template-columns: 1fr;
	}

	body.woocommerce-account .zaat-auth-submit-row {
		flex-direction: column;
		align-items: stretch;
	}

	body.woocommerce-account .zaat-auth-submit-row .woocommerce-form__label-for-checkbox {
		align-self: center;
	}

	.woocommerce-MyAccount-content table,
	.woocommerce-MyAccount-content thead,
	.woocommerce-MyAccount-content tbody,
	.woocommerce-MyAccount-content tr,
	.woocommerce-MyAccount-content th,
	.woocommerce-MyAccount-content td {
		display: block;
	}

	.woocommerce-MyAccount-content thead {
		display: none;
	}

	.woocommerce-MyAccount-content tbody tr {
		border: 1px solid var(--zbor);
		margin-bottom: 14px;
		padding: 6px 0;
	}

	.woocommerce-MyAccount-content td::before {
		content: attr(data-title);
		display: block;
		font-family: var(--zserif);
		font-size: 10px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		color: rgba(230, 197, 125, 0.6);
		margin-bottom: 4px;
	}

	.woocommerce-MyAccount-content tbody tr td {
		padding: 12px 16px;
		border-bottom: 1px solid rgba(55, 49, 42, 0.4);
	}

	.woocommerce-MyAccount-content tbody tr td:last-child {
		border-bottom: none;
	}
}

/* ------------------------------------------------------------------
   ARABIC (RTL) OVERRIDES
   ------------------------------------------------------------------ */
html[lang="ar"] body.woocommerce-account .zaat-auth-name,
html[lang="ar"] body.woocommerce-account .zaat-auth-h,
html[lang="ar"] body.woocommerce-account .zaat-dash-brandname,
html[lang="ar"] body.woocommerce-account .woocommerce-MyAccount-navigation li a,
html[lang="ar"] body.woocommerce-account .woocommerce-MyAccount-content h1,
html[lang="ar"] body.woocommerce-account .woocommerce-MyAccount-content h2,
html[lang="ar"] body.woocommerce-account .woocommerce-MyAccount-content h3,
html[lang="ar"] body.woocommerce-account .zaat-dash-card-lbl,
html[lang="ar"] body.woocommerce-account .zaat-auth-card label,
html[lang="ar"] body.woocommerce-account .woocommerce-MyAccount-content label,
html[lang="ar"] body.woocommerce-account .woocommerce-MyAccount-content th,
html[lang="ar"] body.woocommerce-account .zaat-dash-eyebrow,
html[lang="ar"] body.woocommerce-account .zaat-auth-foot-txt,
html[lang="ar"] body.woocommerce-account .zaat-dash-head-tag {
	font-family: "Tajawal", var(--zserif);
}

html[lang="ar"] body.woocommerce-account .zaat-auth-card label,
html[lang="ar"] body.woocommerce-account .woocommerce-MyAccount-content label,
html[lang="ar"] body.woocommerce-account .woocommerce-MyAccount-content th,
html[lang="ar"] body.woocommerce-account .zaat-dash-eyebrow,
html[lang="ar"] body.woocommerce-account .zaat-dash-card-lbl,
html[lang="ar"] body.woocommerce-account .zaat-auth-submit-row .woocommerce-form__label-for-checkbox {
	letter-spacing: 0.04em;
}

html[lang="ar"] body.woocommerce-account .zaat-auth-name,
html[lang="ar"] body.woocommerce-account .zaat-dash-brandname {
	letter-spacing: 0.02em;
}

html[lang="ar"] body.woocommerce-account .zaat-nav-ic-customer-logout {
	transform: scaleX(-1);
}

/* ==========================================================================
   ZAAT MINI CART - premium dropdown (Codevz cz_shopping_cart widget)
   Presentation only: markup, links and cart logic are untouched.
   ========================================================================== */

.zaat-cart-wrap .cz_cart {
	width: 372px !important;
	max-width: calc(100vw - 24px) !important;
	display: block !important;
	visibility: hidden;
	opacity: 0;
	transform: translateY(12px);
	background: rgba(14, 13, 12, 0.97) !important;
	border: 1px solid rgba(201, 160, 77, 0.28) !important;
	border-top: 2px solid var(--zgold) !important;
	box-shadow: 0 48px 96px -40px rgba(0, 0, 0, 0.9), 0 0 0 1px rgba(0, 0, 0, 0.35) !important;
	padding: 0 !important;
	overflow: hidden;
	pointer-events: none;
	transition: opacity 0.38s ease, transform 0.38s ease, visibility 0.38s;
}

.zaat-cart-wrap:hover .cz_cart,
.zaat-cart-wrap .cz_cart:hover,
.zaat-cart-wrap .cz_cart:focus-within {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
	.zaat-cart-wrap .cz_cart {
		transition: none;
		transform: none;
	}
}

/* count badge (kept from Codevz, refined) */
.zaat-cart-wrap .cz_cart_count {
	background: var(--zgold) !important;
	color: #0B0B0A !important;
	border-radius: 50%;
	min-width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0;
	padding: 0 5px;
}

/* items list */
.zaat-cart-wrap .cz_cart_items > div {
	padding: 0;
}

.zaat-cart-wrap .cart_list {
	padding: 6px 22px 4px;
	max-height: 336px;
	overflow-y: auto;
	overflow-x: hidden;
	overscroll-behavior: contain;
}

.zaat-cart-wrap .cart_list::-webkit-scrollbar {
	width: 4px;
}

.zaat-cart-wrap .cart_list::-webkit-scrollbar-thumb {
	background: rgba(201, 160, 77, 0.35);
}

.zaat-cart-wrap .cart_list::-webkit-scrollbar-track {
	background: rgba(201, 160, 77, 0.06);
}

/* item row */
.zaat-cart-wrap .item_small {
	display: flex !important;
	align-items: flex-start;
	gap: 16px;
	padding: 16px 0;
	border-bottom: 1px solid rgba(55, 49, 42, 0.55);
}

.zaat-cart-wrap .item_small:last-child {
	border-bottom: none;
}

/* product image */
.zaat-cart-wrap .item_small > a:first-child {
	flex: none;
	width: 64px;
	height: 80px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(201, 160, 77, 0.2);
}

.zaat-cart-wrap .item_small img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* title block */
.zaat-cart-wrap .cart_list_product_title {
	position: relative;
	flex: 1;
	min-width: 0;
	padding: 0;
	padding-inline-end: 26px;
}

.zaat-cart-wrap .cart_list_product_title h3 {
	margin: 0 0 7px;
	padding: 0;
}

.zaat-cart-wrap .cart_list_product_title h3 a {
	display: block;
	font-family: var(--zserif);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
	color: var(--zivory);
	text-decoration: none;
	transition: color 0.3s;
}

.zaat-cart-wrap .cart_list_product_title h3 a:hover {
	color: var(--zgoldl);
}

/* quantity x price */
.zaat-cart-wrap .cart_list_product_quantity {
	font-family: var(--zserif);
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(240, 236, 229, 0.55);
}

.zaat-cart-wrap .cart_list_product_quantity .amount {
	color: var(--zgold);
	font-size: 14px;
	letter-spacing: 0.02em;
}

/* remove button */
.zaat-cart-wrap .cart_list_product_title .remove {
	position: absolute;
	top: 2px;
	inset-inline-end: 0;
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 50%;
	color: rgba(240, 236, 229, 0.35);
	font-size: 12px;
	text-decoration: none;
	transition: color 0.3s, border-color 0.3s, background 0.3s;
}

.zaat-cart-wrap .cart_list_product_title .remove:hover {
	color: var(--zgold);
	border-color: rgba(201, 160, 77, 0.4);
	background: rgba(201, 160, 77, 0.08);
}

/* subtotal row */
.zaat-cart-wrap .cz_cart_buttons {
	margin: 0;
	padding: 16px 22px;
	border-top: 1px solid rgba(55, 49, 42, 0.6);
	border-bottom: 1px solid rgba(55, 49, 42, 0.6);
	background: rgba(0, 0, 0, 0.22);
}

.zaat-cart-wrap .cz_cart_buttons a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	font-family: var(--zserif);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: rgba(240, 236, 229, 0.7);
	text-decoration: none;
	transition: color 0.3s;
}

.zaat-cart-wrap .cz_cart_buttons a:hover {
	color: var(--zgoldl);
}

.zaat-cart-wrap .cz_cart_buttons a i {
	display: none;
}

.zaat-cart-wrap .cz_cart_buttons a > span {
	display: block;
	text-transform: none;
	letter-spacing: 0.02em;
	color: var(--gold, var(--zgold));
	font-size: 16px;
}

.zaat-cart-wrap .cz_cart_buttons a > span .amount {
	color: var(--zgold);
}

/* checkout button */
.zaat-cart-wrap .cz_cart .button {
	display: block;
	width: calc(100% - 44px);
	margin: 18px 22px 22px;
	height: 52px;
	line-height: 50px;
	text-align: center;
	background: transparent;
	border: 1px solid var(--zgold);
	border-radius: 0;
	color: var(--zgold);
	font-family: var(--zserif);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-decoration: none;
	padding: 0;
	cursor: pointer;
	transition: all 0.35s;
}

.zaat-cart-wrap .cz_cart .button:hover {
	background: var(--zgold);
	color: #000;
}

.zaat-cart-wrap .cz_cart .button:active {
	transform: translateY(1px);
}

/* empty cart state */
.zaat-cart-wrap .xtra-empty-cart {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	padding: 52px 20px;
	text-align: center;
	border-bottom: none !important;
}

.zaat-cart-wrap .xtra-empty-cart .codevz-cart-empty-svg {
	width: 54px;
	height: 54px;
	opacity: 0.35;
	fill: var(--zgold);
}

.zaat-cart-wrap .xtra-empty-cart > span {
	font-family: var(--zserif);
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: rgba(240, 236, 229, 0.55);
}

/* ------------------------------------------------------------------
   MINI CART - responsive
   ------------------------------------------------------------------ */
@media (max-width: 767px) {
	.zaat-cart-wrap .cz_cart {
		width: min(372px, calc(100vw - 24px)) !important;
	}

	.zaat-cart-wrap .cart_list {
		padding-inline: 18px;
	}

	.zaat-cart-wrap .cz_cart_buttons,
	.zaat-cart-wrap .cz_cart .button {
		margin-inline: 18px;
	}

	.zaat-cart-wrap .cz_cart .button {
		width: calc(100% - 36px);
	}
}

/* ------------------------------------------------------------------
   MINI CART - Arabic (RTL) overrides
   ------------------------------------------------------------------ */
html[lang="ar"] .zaat-cart-wrap .cart_list_product_title h3 a,
html[lang="ar"] .zaat-cart-wrap .cz_cart_buttons a,
html[lang="ar"] .zaat-cart-wrap .cz_cart .button,
html[lang="ar"] .zaat-cart-wrap .cart_list_product_quantity,
html[lang="ar"] .zaat-cart-wrap .xtra-empty-cart > span {
	font-family: "Tajawal", var(--zserif);
}

html[lang="ar"] .zaat-cart-wrap .cz_cart_buttons a,
html[lang="ar"] .zaat-cart-wrap .cz_cart .button,
html[lang="ar"] .zaat-cart-wrap .cart_list_product_quantity,
html[lang="ar"] .zaat-cart-wrap .xtra-empty-cart > span {
	letter-spacing: 0.04em;
}

html[lang="ar"] .zaat-cart-wrap .cz_cart {
	left: 0;
	right: auto;
}

@media (max-width: 767px) {
	html[lang="ar"] .zaat-cart-wrap .cz_cart {
		left: 0;
		right: auto;
	}
}

/* ==========================================================================
   ZAAT CART PAGE - premium dark-luxury cart
   Scoped to body.woocommerce-cart so no other surface is touched.
   Presentation only: WooCommerce markup, hooks, forms and JS are untouched.
   ========================================================================== */

/* ------------------------------------------------------------------
   Page header - centered luxury moment
   ------------------------------------------------------------------ */
body.woocommerce-cart .page-header {
	position: relative;
	text-align: center;
	padding: 56px 24px 36px;
}

body.woocommerce-cart .page-header::after {
	content: "";
	display: block;
	width: 96px;
	height: 1px;
	margin: 22px auto 0;
	background: linear-gradient(to right, transparent, rgba(201, 160, 77, 0.7), transparent);
}

body.woocommerce-cart .page-header h1 {
	margin: 0;
	font-family: var(--zserif);
	font-size: clamp(36px, 4.5vw, 52px);
	font-weight: 300;
	line-height: 1.05;
	letter-spacing: 0.02em;
	color: var(--zivory);
}

body.woocommerce-cart .page-content {
	padding: 20px 24px 104px;
}

/* ------------------------------------------------------------------
   Two-column shell: cart items (left) + totals (right)
   ------------------------------------------------------------------ */
body.woocommerce-cart .woocommerce {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 372px;
	gap: 0 64px;
	align-items: start;
}

body.woocommerce-cart .woocommerce > .woocommerce-notices-wrapper {
	grid-column: 1 / -1;
}

body.woocommerce-cart form.woocommerce-cart-form {
	grid-column: 1;
	min-width: 0;
}

body.woocommerce-cart .cart-collaterals {
	grid-column: 2;
	min-width: 0;
	float: none;
}

/* ------------------------------------------------------------------
   Cart items table
   ------------------------------------------------------------------ */
body.woocommerce-cart table.shop_table.cart {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background: transparent;
	table-layout: fixed;
}

body.woocommerce-cart table.shop_table.cart thead th {
	padding: 0 8px 16px;
	border-bottom: 1px solid rgba(201, 160, 77, 0.35);
	font-family: var(--zserif);
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.24em;
	color: rgba(230, 197, 125, 0.7);
	text-align: start;
}

body.woocommerce-cart table.shop_table.cart thead th.product-remove {
	width: 44px;
	padding-inline-start: 0;
}

body.woocommerce-cart table.shop_table.cart thead th.product-thumbnail {
	width: 96px;
}

body.woocommerce-cart table.shop_table.cart thead th.product-price {
	width: 96px;
}

body.woocommerce-cart table.shop_table.cart thead th.product-quantity {
	width: 116px;
}

body.woocommerce-cart table.shop_table.cart thead th.product-subtotal {
	width: 116px;
	text-align: end;
}

body.woocommerce-cart table.shop_table.cart td {
	padding: 26px 8px;
	border-bottom: 1px solid rgba(55, 49, 42, 0.55);
	vertical-align: middle;
	text-align: start;
	background: transparent;
}

body.woocommerce-cart table.shop_table.cart tbody tr:last-child td {
	border-bottom: 0;
}

/* remove button */
body.woocommerce-cart table.shop_table.cart td.product-remove {
	width: 44px;
	padding-inline-start: 0;
}

body.woocommerce-cart table.shop_table.cart td.product-remove a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: transparent;
	border: 1px solid rgba(201, 160, 77, 0.35);
	border-radius: 0;
	color: rgba(240, 236, 229, 0.55) !important;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	transition: all 0.3s;
}

body.woocommerce-cart table.shop_table.cart td.product-remove a.remove:hover {
	background: var(--zgold);
	border-color: var(--zgold);
	color: #0B0B0A !important;
}

/* thumbnail - brand arch frame */
body.woocommerce-cart table.shop_table.cart td.product-thumbnail {
	width: 96px;
	padding-inline-end: 4px;
}

body.woocommerce-cart table.shop_table.cart td.product-thumbnail a {
	display: block;
	width: 88px;
	height: 108px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(201, 160, 77, 0.22);
	border-radius: 50% 50% 4px 4px / 32% 32% 0 0;
}

body.woocommerce-cart table.shop_table.cart td.product-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	box-shadow: none;
}

/* product name */
body.woocommerce-cart table.shop_table.cart td.product-name {
	font-size: 14px;
	line-height: 1.6;
	color: rgba(240, 236, 229, 0.6);
}

body.woocommerce-cart table.shop_table.cart td.product-name > a {
	display: inline-block;
	font-family: var(--zserif);
	font-size: 19px;
	font-weight: 400;
	line-height: 1.3;
	color: var(--zivory);
	text-decoration: none;
	transition: color 0.3s;
}

body.woocommerce-cart table.shop_table.cart td.product-name > a:hover {
	color: var(--zgoldl);
}

/* price */
body.woocommerce-cart table.shop_table.cart td.product-price {
	font-size: 15px;
	color: rgba(240, 236, 229, 0.6);
}

/* quantity */
body.woocommerce-cart table.shop_table.cart td.product-quantity .quantity {
	margin: 0;
}

body.woocommerce-cart table.shop_table.cart td.product-quantity input.qty {
	width: 62px;
	height: 46px;
	padding: 0;
	background: rgba(0, 0, 0, 0.32);
	border: 1px solid rgba(240, 236, 229, 0.16);
	border-radius: 0;
	color: var(--zivory);
	font-family: var(--zserif);
	font-size: 15px;
	text-align: center;
	box-shadow: none;
	-moz-appearance: textfield;
	transition: border-color 0.3s, box-shadow 0.3s;
}

body.woocommerce-cart table.shop_table.cart td.product-quantity input.qty::-webkit-outer-spin-button,
body.woocommerce-cart table.shop_table.cart td.product-quantity input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

body.woocommerce-cart table.shop_table.cart td.product-quantity input.qty:focus {
	outline: none;
	border-color: var(--zgold);
	box-shadow: 0 0 0 3px rgba(201, 160, 77, 0.16);
}

/* subtotal */
body.woocommerce-cart table.shop_table.cart td.product-subtotal {
	text-align: end;
	font-size: 17px;
	font-weight: 500;
	color: var(--zgold);
}

/* ------------------------------------------------------------------
   Actions row: coupon + update cart + continue shopping
   ------------------------------------------------------------------ */
body.woocommerce-cart table.shop_table.cart td.actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	padding: 26px 0 0;
	border-top: 1px solid rgba(55, 49, 42, 0.55);
	border-bottom: 0;
}

body.woocommerce-cart table.shop_table.cart .coupon {
	display: flex;
	align-items: stretch;
	flex: 1 1 300px;
	margin: 0;
}

body.woocommerce-cart table.shop_table.cart .coupon input#coupon_code {
	flex: 1 1 auto;
	min-width: 0;
	height: 48px;
	padding: 0 16px;
	background: rgba(0, 0, 0, 0.32);
	border: 1px solid rgba(240, 236, 229, 0.16);
	border-radius: 0;
	color: var(--zivory);
	font-family: var(--zserif);
	font-size: 15px;
	box-shadow: none;
	margin: 0;
	transition: border-color 0.3s, box-shadow 0.3s;
}

body.woocommerce-cart table.shop_table.cart .coupon input#coupon_code:focus {
	outline: none;
	border-color: var(--zgold);
	box-shadow: 0 0 0 3px rgba(201, 160, 77, 0.16);
}

body.woocommerce-cart table.shop_table.cart .coupon button[name="apply_coupon"],
body.woocommerce-cart table.shop_table.cart button[name="update_cart"] {
	height: 48px;
	padding: 0 20px;
	background: transparent;
	border: 1px solid var(--zgold);
	border-radius: 0;
	color: var(--zgold);
	font-family: var(--zserif);
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	cursor: pointer;
	transition: all 0.3s;
}

body.woocommerce-cart table.shop_table.cart .coupon button[name="apply_coupon"]:hover,
body.woocommerce-cart table.shop_table.cart button[name="update_cart"]:hover {
	background: var(--zgold);
	color: #0B0B0A;
}

body.woocommerce-cart table.shop_table.cart button[name="update_cart"][disabled] {
	border-color: rgba(240, 236, 229, 0.18);
	color: rgba(240, 236, 229, 0.35);
	background: transparent;
	cursor: not-allowed;
}

body.woocommerce-cart table.shop_table.cart a.button.wc-backward {
	display: inline-flex;
	align-items: center;
	height: 48px;
	padding: 0 6px;
	background: transparent;
	border: 0;
	font-family: var(--zserif);
	font-size: 12px;
	letter-spacing: 0.08em;
	color: rgba(240, 236, 229, 0.6);
	text-decoration: none;
	border-bottom: 1px solid rgba(201, 160, 77, 0.35);
	transition: color 0.3s, border-color 0.3s;
}

body.woocommerce-cart table.shop_table.cart a.button.wc-backward:hover {
	color: var(--zgoldl);
	border-color: var(--zgoldl);
}

/* ------------------------------------------------------------------
   Cart totals panel
   ------------------------------------------------------------------ */
body.woocommerce-cart .cart-collaterals .cart_totals {
	width: 100%;
	padding: 36px 34px 38px;
	background: rgba(23, 22, 20, 0.5);
	border: 1px solid rgba(201, 160, 77, 0.28);
	border-radius: 0;
	box-shadow: 0 40px 90px -50px rgba(0, 0, 0, 0.8);
	float: none;
}

body.woocommerce-cart .cart-collaterals .cart_totals h2 {
	margin: 0;
	padding: 0;
	font-family: var(--zserif);
	font-size: 24px;
	font-weight: 300;
	line-height: 1.15;
	letter-spacing: 0.04em;
	color: var(--zivory);
}

body.woocommerce-cart .cart-collaterals .cart_totals > h2::after {
	content: "";
	display: block;
	width: 44px;
	height: 1px;
	margin-top: 18px;
	background: linear-gradient(to right, rgba(201, 160, 77, 0.8), transparent);
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
	width: 100%;
	margin: 28px 0 0;
	border: 0;
	background: transparent;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
	padding: 16px 0;
	border: 0;
	vertical-align: top;
	text-align: start;
	background: transparent;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th {
	width: 40%;
	font-family: var(--zserif);
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: rgba(230, 197, 125, 0.7);
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
	text-align: end;
	font-size: 15px;
	color: rgba(240, 236, 229, 0.85);
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr {
	border-top: 1px solid rgba(55, 49, 42, 0.55);
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr:first-child {
	border-top: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table .cart-subtotal td {
	color: rgba(240, 236, 229, 0.75);
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table .order-total th,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table .order-total td {
	padding-top: 22px;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table .order-total td strong {
	font-weight: 500;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table .order-total .amount {
	font-family: var(--zserif);
	font-size: 26px;
	font-weight: 400;
	color: var(--zgold);
}

/* shipping row + calculator */
body.woocommerce-cart .cart-collaterals .cart_totals .shipping td {
	font-size: 14px;
	line-height: 1.6;
	color: rgba(240, 236, 229, 0.65);
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-button {
	display: inline-block;
	margin-top: 8px;
	padding-bottom: 2px;
	font-family: var(--zserif);
	font-size: 12px;
	letter-spacing: 0.06em;
	color: var(--zgold);
	text-decoration: none;
	border-bottom: 1px solid rgba(201, 160, 77, 0.35);
	transition: color 0.3s, border-color 0.3s;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-button::after {
	display: none;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-button:hover {
	color: var(--zgoldl);
	border-color: var(--zgoldl);
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form {
	margin: 16px 0 0;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row {
	margin: 0 0 14px;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form label {
	display: block;
	margin: 0 0 8px;
	font-family: var(--zserif);
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: rgba(230, 197, 125, 0.7);
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form input.input-text {
	width: 100%;
	height: 46px;
	padding: 0 14px;
	background: rgba(0, 0, 0, 0.32);
	border: 1px solid rgba(240, 236, 229, 0.16);
	border-radius: 0;
	color: var(--zivory);
	font-family: var(--zserif);
	font-size: 15px;
	box-shadow: none;
	transition: border-color 0.3s, box-shadow 0.3s;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form select:focus,
body.woocommerce-cart .cart-collaterals .shipping-calculator-form input.input-text:focus {
	outline: none;
	border-color: var(--zgold);
	box-shadow: 0 0 0 3px rgba(201, 160, 77, 0.16);
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button {
	width: 100%;
	height: 46px;
	margin-top: 2px;
	background: transparent;
	border: 1px solid var(--zgold);
	border-radius: 0;
	color: var(--zgold);
	font-family: var(--zserif);
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	cursor: pointer;
	transition: all 0.3s;
}

body.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button:hover {
	background: var(--zgold);
	color: #0B0B0A;
}

/* proceed to checkout - gold outline, never the woo purple */
body.woocommerce-cart .wc-proceed-to-checkout {
	margin: 30px 0 0;
	padding: 0;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 58px;
	padding: 0 24px;
	background: transparent;
	border: 1px solid var(--zgold);
	border-radius: 0;
	color: var(--zgold);
	font-family: var(--zserif);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-decoration: none;
	margin: 0;
	transition: all 0.35s;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background: var(--zgold);
	color: #0B0B0A;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active {
	transform: translateY(1px);
}

/* ------------------------------------------------------------------
   Notices
   ------------------------------------------------------------------ */
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error,
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	margin: 0 0 24px !important;
	padding: 14px 18px;
	background: rgba(23, 22, 20, 0.6);
	border: 1px solid rgba(201, 160, 77, 0.28);
	border-inline-start: 2px solid var(--zgold);
	border-radius: 0;
	color: var(--zivory);
	font-family: var(--zserif);
	font-size: 14px;
	line-height: 1.5;
}

body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error {
	border-inline-start-color: #c0392b;
}

body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message::before,
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info::before {
	color: var(--zgold);
}

body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .button {
	background: transparent;
	border: 1px solid var(--zgold);
	border-radius: 0;
	color: var(--zgold);
	font-family: var(--zserif);
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	padding: 8px 16px;
}

/* ------------------------------------------------------------------
   Responsive - tablet
   ------------------------------------------------------------------ */
@media (max-width: 1023px) {
	body.woocommerce-cart .woocommerce {
		grid-template-columns: 1fr;
		gap: 48px 0;
	}

	body.woocommerce-cart .cart-collaterals {
		grid-column: 1;
	}

	body.woocommerce-cart .cart-collaterals .cart_totals {
		max-width: 520px;
		margin-inline: auto;
	}
}

/* ------------------------------------------------------------------
   Responsive - mobile
   ------------------------------------------------------------------ */
@media (max-width: 768px) {
	body.woocommerce-cart .page-header {
		padding: 40px 16px 28px;
	}

	body.woocommerce-cart .page-content {
		padding: 12px 16px 72px;
	}

	body.woocommerce-cart table.shop_table.cart thead {
		display: none;
	}

	body.woocommerce-cart table.shop_table.cart,
	body.woocommerce-cart table.shop_table.cart tbody,
	body.woocommerce-cart table.shop_table.cart tr,
	body.woocommerce-cart table.shop_table.cart td {
		display: block;
	}

	body.woocommerce-cart table.shop_table.cart tbody tr.cart_item {
		position: relative;
		display: grid;
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 14px 20px;
		padding: 20px 16px;
		margin: 0 0 14px;
		background: rgba(23, 22, 20, 0.35);
		border: 1px solid rgba(55, 49, 42, 0.6);
	}

	body.woocommerce-cart table.shop_table.cart td {
		padding: 0;
		border-bottom: 0;
		text-align: start !important;
	}

	body.woocommerce-cart table.shop_table.cart td.product-remove {
		position: absolute;
		top: 14px;
		inset-inline-end: 14px;
		z-index: 1;
	}

	body.woocommerce-cart table.shop_table.cart td.product-remove::before {
		display: none;
	}

	body.woocommerce-cart table.shop_table.cart td.product-thumbnail {
		display: block !important;
		grid-column: 1;
		grid-row: 1 / span 3;
	}

	body.woocommerce-cart table.shop_table.cart td.product-thumbnail a {
		width: 96px;
		height: 118px;
	}

	body.woocommerce-cart table.shop_table.cart td.product-name {
		grid-column: 2;
		padding-inline-end: 30px;
	}

	body.woocommerce-cart table.shop_table.cart td.product-price,
	body.woocommerce-cart table.shop_table.cart td.product-quantity,
	body.woocommerce-cart table.shop_table.cart td.product-subtotal {
		grid-column: 2;
	}

	body.woocommerce-cart table.shop_table.cart td::before {
		content: attr(data-title);
		display: block;
		margin-bottom: 4px;
		font-family: var(--zserif);
		font-size: 10px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		color: rgba(230, 197, 125, 0.6);
	}

	body.woocommerce-cart table.shop_table.cart td.product-thumbnail::before,
	body.woocommerce-cart table.shop_table.cart td.product-name::before {
		display: none;
	}

	body.woocommerce-cart table.shop_table.cart td.product-subtotal {
		font-size: 16px;
	}

	body.woocommerce-cart table.shop_table.cart td.actions {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		padding: 24px 2px 0;
	}

	body.woocommerce-cart table.shop_table.cart .coupon {
		flex: 1 1 auto;
	}

	body.woocommerce-cart table.shop_table.cart .coupon input#coupon_code {
		flex: 1 1 auto;
	}

	body.woocommerce-cart table.shop_table.cart .coupon button[name="apply_coupon"],
	body.woocommerce-cart table.shop_table.cart button[name="update_cart"],
	body.woocommerce-cart table.shop_table.cart a.button.wc-backward {
		width: 100%;
		justify-content: center;
	}

	body.woocommerce-cart table.shop_table.cart a.button.wc-backward {
		border-bottom: 0;
		padding: 14px 6px;
	}

	body.woocommerce-cart .cart-collaterals .cart_totals {
		padding: 30px 24px 32px;
	}
}

/* ------------------------------------------------------------------
   Arabic (RTL) overrides
   ------------------------------------------------------------------ */
html[lang="ar"] body.woocommerce-cart .page-header h1,
html[lang="ar"] body.woocommerce-cart .cart-collaterals .cart_totals h2,
html[lang="ar"] body.woocommerce-cart table.shop_table.cart td.product-name > a,
html[lang="ar"] body.woocommerce-cart table.shop_table.cart td.product-quantity input.qty,
html[lang="ar"] body.woocommerce-cart table.shop_table.cart .coupon input#coupon_code,
html[lang="ar"] body.woocommerce-cart .cart-collaterals .shipping-calculator-form select,
html[lang="ar"] body.woocommerce-cart .cart-collaterals .shipping-calculator-form input.input-text,
html[lang="ar"] body.woocommerce-cart .cart-collaterals .shipping-calculator-button,
html[lang="ar"] body.woocommerce-cart table.shop_table.cart a.button.wc-backward,
html[lang="ar"] body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-family: "Tajawal", var(--zserif);
}

html[lang="ar"] body.woocommerce-cart table.shop_table.cart thead th,
html[lang="ar"] body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
html[lang="ar"] body.woocommerce-cart .cart-collaterals .shipping-calculator-form label,
html[lang="ar"] body.woocommerce-cart table.shop_table.cart .coupon button[name="apply_coupon"],
html[lang="ar"] body.woocommerce-cart table.shop_table.cart button[name="update_cart"],
html[lang="ar"] body.woocommerce-cart .cart-collaterals .shipping-calculator-form button.button {
	font-family: "Tajawal", var(--zserif);
	letter-spacing: 0.04em;
}

html[lang="ar"] body.woocommerce-cart table.shop_table.cart td::before {
	letter-spacing: 0.04em;
}

/* Unhide the cart page title (zaat-front.css hides .page-header site-wide). */
body.woocommerce-cart .page-header {
	display: block !important;
}

/* ==========================================================================
   ZAAT UNIFIED SITE HEADER + FOOTER
   Rendered by zaat-child header.php / footer.php on non-front pages.
   Self-contained styling that matches the branded site chrome.
   ========================================================================== */

.zsite-header {
	background: var(--zbg);
}

.zsite-container {
	max-width: 1140px;
	margin: 0 auto;
	padding-inline: 24px;
}

/* ------------------------------------------------------------------
   Top bar
   ------------------------------------------------------------------ */
.zsite-topbar {
	background: rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(55, 49, 42, 0.55);
}

.zsite-topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 40px;
}

.zsite-tag {
	margin: 0;
	font-family: var(--zserif);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: rgba(230, 197, 125, 0.8);
	white-space: nowrap;
}

.zsite-top-right {
	display: flex;
	align-items: center;
	gap: 14px;
}

.zsite-lang {
	display: inline-flex;
	align-items: center;
	gap: 2px;
}

.zsite-lang-btn {
	display: inline-flex;
	align-items: center;
	height: 20px;
	padding: 0 8px;
	font-family: var(--zserif);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: rgba(240, 236, 229, 0.55);
	text-decoration: none;
	transition: color 0.3s;
}

.zsite-lang-btn:hover {
	color: var(--zgoldl);
}

.zsite-lang-btn.is-active {
	color: var(--zgold);
}

.zsite-sep {
	width: 1px;
	height: 12px;
	background: rgba(240, 236, 229, 0.2);
}

.zsite-currency {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: var(--zserif);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	color: rgba(240, 236, 229, 0.8);
	white-space: nowrap;
}

.zsite-currency i {
	font-size: 11px;
	color: var(--zgold);
}

/* ------------------------------------------------------------------
   Nav bar
   ------------------------------------------------------------------ */
.zsite-navbar {
	position: relative;
	background: var(--zbg);
	border-bottom: 1px solid rgba(55, 49, 42, 0.55);
}

.zsite-navbar-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 96px;
}

.zsite-nav-left {
	flex: 1 1 0;
	display: flex;
	align-items: center;
	gap: 28px;
	min-width: 0;
}

.zsite-burger-wrap {
	display: none;
}

.zsite-burger {
	background: none;
	border: none;
	color: var(--zivory);
	cursor: pointer;
	line-height: 1;
	padding: 0;
}

.zsite-links {
	display: flex;
	align-items: center;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.zsite-link {
	font-family: var(--zserif);
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	color: rgba(240, 236, 229, 0.7);
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.3s;
}

.zsite-link:hover {
	color: var(--zgoldl);
}

/* brand */
.zsite-brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
}

.zsite-brand-name {
	font-family: var(--zserif);
	font-size: 13px;
	font-style: italic;
	line-height: 1;
	color: var(--zgoldl);
	margin-bottom: 10px;
	white-space: nowrap;
}

.zsite-brand .zsite-logo {
	height: 96px;
	width: auto;
	object-fit: contain;
	display: block;
}

/* right controls */
.zsite-nav-right {
	flex: 1 1 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	min-width: 0;
}

.zsite-login {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	padding: 0 14px;
	font-family: var(--zserif);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: var(--zivory);
	background: rgba(201, 160, 77, 0.1);
	border: 1px solid rgba(201, 160, 77, 0.6);
	text-decoration: none;
	white-space: nowrap;
	transition: all 0.3s;
}

.zsite-login:hover {
	background: var(--zgold);
	color: #000;
}

.zsite-cart {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--zivory);
	font-size: 14px;
	border: 1px solid rgba(201, 160, 77, 0.6);
	text-decoration: none;
	transition: all 0.3s;
}

.zsite-cart:hover {
	color: var(--zgold);
	border-color: var(--zgold);
}

.zsite-cart-count[data-count="0"] {
	display: none;
}

.zsite-cart-count {
	position: absolute;
	top: -4px;
	inset-inline-end: -4px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 50%;
	background: var(--zgold);
	color: #0B0B0A;
	font-size: 10px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
}

/* ------------------------------------------------------------------
   Footer
   ------------------------------------------------------------------ */
.zsite-footer {
	background: var(--zbg);
	border-top: 1px solid rgba(201, 160, 77, 0.18);
}

.zsite-footer-brand-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 88px 16px 0;
}

.zsite-footer-brand {
	font-family: var(--zserif);
	font-size: 12px;
	font-style: italic;
	line-height: 1;
	color: var(--zgoldl);
	margin: 0 0 8px;
	white-space: nowrap;
}

.zsite-footer .zsite-footer-logo {
	height: 160px;
	width: auto;
	object-fit: contain;
}

.zsite-footer-divider {
	width: 128px;
	height: 1px;
	background: linear-gradient(to right, transparent, rgba(201, 160, 77, 0.7), transparent);
	margin: 20px 0 0;
}

.zsite-footer-tagline {
	margin: 20px 0 0;
	max-width: 448px;
	padding: 0 16px;
	font-family: var(--zserif);
	font-size: 14px;
	line-height: 1.7;
	color: rgba(240, 236, 229, 0.85);
}

.zsite-footer-cols {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px;
	margin: 48px auto 0;
	max-width: 896px;
	text-align: center;
	align-items: start;
}

.zsite-footer-col-title {
	margin: 0 0 16px;
	font-family: var(--zserif);
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	line-height: 1;
	color: var(--zgoldl);
}

.zsite-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.zsite-footer-links a {
	font-family: var(--zserif);
	font-size: 14px;
	line-height: 1.5;
	color: rgba(240, 236, 229, 0.95);
	text-decoration: none;
	transition: color 0.3s;
}

.zsite-footer-links a:hover {
	color: var(--zgoldl);
}

.zsite-footer-social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

.zsite-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(201, 160, 77, 0.3);
	background: rgba(0, 0, 0, 0.4);
	color: rgba(240, 236, 229, 0.9);
	transition: all 0.3s;
}

.zsite-social:hover {
	border-color: var(--zgold);
	color: var(--zgold);
}

.zsite-social-wa {
	border-color: rgba(201, 160, 77, 0.7);
	color: var(--zgold);
}

.zsite-social-wa:hover {
	background: var(--zgold);
	color: #000;
}

.zsite-footer-legal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 4px 8px;
	margin-top: 64px;
	padding: 24px 40px;
	border-top: 1px solid rgba(55, 49, 42, 0.6);
	font-family: var(--zserif);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	color: rgba(240, 236, 229, 0.5);
}

.zsite-footer-legal .legal-z {
	color: var(--zgoldl);
}

.zsite-footer-legal .legal-em {
	color: rgba(201, 160, 77, 0.6);
}

.zsite-footer-legal .legal-dot {
	color: rgba(201, 160, 77, 0.6);
}

/* ------------------------------------------------------------------
   Header / footer responsive
   ------------------------------------------------------------------ */
@media (max-width: 1023px) {
	.zsite-navbar-inner {
		min-height: 84px;
	}

	.zsite-brand .zsite-logo {
		height: 76px;
	}

	.zsite-footer-cols {
		gap: 36px;
	}

	.zsite-footer .zsite-footer-logo {
		height: 120px;
	}
}

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

	.zsite-topbar-inner {
		justify-content: center;
	}

	.zsite-tag {
		display: none;
	}

	.zsite-navbar-inner {
		min-height: 72px;
	}

	.zsite-brand {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.zsite-brand-name {
		font-size: 11px;
		margin-bottom: 6px;
	}

	.zsite-brand .zsite-logo {
		height: 64px;
	}

	.zsite-nav-left {
		gap: 12px;
	}

	.zsite-burger-wrap {
		display: block;
	}

	.zsite-links {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		background: rgba(11, 11, 10, 0.98);
		border-bottom: 1px solid rgba(55, 49, 42, 0.6);
		padding: 10px 24px 18px;
		z-index: 60;
	}

	.zsite-links.is-open {
		display: flex;
	}

	.zsite-links .zsite-link {
		display: block;
		width: 100%;
		padding: 12px 0;
		border-bottom: 1px solid rgba(55, 49, 42, 0.35);
		letter-spacing: 0.22em;
		font-size: 12px;
		white-space: nowrap;
	}

	.zsite-links .zsite-link:last-child {
		border-bottom: none;
	}

	.zsite-nav-right {
		gap: 12px;
	}

	.zsite-login {
		width: 40px;
		height: 40px;
		padding: 0;
		border-radius: 50%;
		font-size: 0;
	}

	.zsite-login::before {
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		content: "\f007";
		font-size: 14px;
		color: var(--zgold);
	}

	.zsite-footer-brand-col {
		padding-top: 72px;
	}

	.zsite-footer .zsite-footer-logo {
		height: 120px;
	}

	.zsite-footer-cols {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.zsite-footer-legal {
		margin-top: 48px;
		padding: 20px 16px;
	}
}

/* ------------------------------------------------------------------
   Header / footer Arabic (RTL) overrides
   ------------------------------------------------------------------ */
html[lang="ar"] .zsite-tag,
html[lang="ar"] .zsite-lang-btn,
html[lang="ar"] .zsite-currency,
html[lang="ar"] .zsite-link,
html[lang="ar"] .zsite-brand-name,
html[lang="ar"] .zsite-login,
html[lang="ar"] .zsite-footer-brand,
html[lang="ar"] .zsite-footer-tagline,
html[lang="ar"] .zsite-footer-col-title,
html[lang="ar"] .zsite-footer-links a,
html[lang="ar"] .zsite-footer-legal {
	font-family: "Tajawal", var(--zserif);
}

html[lang="ar"] .zsite-tag,
html[lang="ar"] .zsite-lang-btn,
html[lang="ar"] .zsite-currency,
html[lang="ar"] .zsite-link,
html[lang="ar"] .zsite-login,
html[lang="ar"] .zsite-footer-col-title,
html[lang="ar"] .zsite-footer-legal {
	letter-spacing: 0.04em;
}

html[lang="ar"] .zsite-brand-name {
	letter-spacing: 0.02em;
}


PRODUCT GALLERY VIDEO - responsive
   ========================================================================== */

body.single-product .woocommerce-product-gallery__image.zaat-video-slide {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #000;
}

body.single-product .zaat-video-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

body.single-product .zaat-video-wrap video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}
