/**
 * Eldalil Flowers — app-like storefront UX (AR + EN)
 */

:root {
	--eld-pink: #e8387a;
	--eld-pink-soft: rgba(232, 56, 122, 0.1);
	--eld-gold: #c8972b;
	--eld-bg: #f7f5f6;
	--eld-card: #ffffff;
	--eld-text: #1a1a1a;
	--eld-muted: #6b6b6b;
	--eld-radius: 16px;
	--eld-radius-sm: 12px;
	--eld-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	--eld-shadow-hover: 0 8px 24px rgba(232, 56, 122, 0.12);
	--eld-chip-h: 40px;
	--eld-safe-bottom: env(safe-area-inset-bottom, 0px);
	--eld-grid-gap: 3px;
	--eld-cat-aspect: 5 / 6;
	--eld-product-aspect: 4 / 5;
}

/* ── Language switcher (AR / EN) ──────────────────────────── */

.eld-lang-switcher-li {
	list-style: none;
	display: flex;
	align-items: center;
}

.eld-lang-switcher {
	display: flex;
	align-items: center;
}

.eld-lang-switch {
	display: inline-flex;
	align-items: stretch;
	border-radius: 999px;
	padding: 3px;
	background: rgba(232, 56, 122, 0.1);
	border: 1.5px solid rgba(232, 56, 122, 0.25);
	gap: 2px;
}

.eld-lang-switch__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	font-family: Cairo, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
	color: var(--eld-pink) !important;
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
	touch-action: manipulation;
}

.eld-lang-switch__btn:hover {
	color: #c82d68 !important;
}

.eld-lang-switch__btn.is-active {
	background: var(--eld-pink);
	color: #fff !important;
	box-shadow: 0 2px 8px rgba(232, 56, 122, 0.35);
	pointer-events: none;
}

.eld-lang-switcher-li--sidebar {
	margin: 0 0 16px;
	padding: 0 4px;
}

.eld-lang-switcher-li--sidebar .eld-lang-switch {
	width: 100%;
	justify-content: center;
}

.eld-lang-switcher-li--sidebar .eld-lang-switch__btn {
	flex: 1;
	min-height: 44px;
	font-size: 15px;
}

@media (max-width: 849px) {
	#header .eld-lang-switcher-li {
		margin-inline-end: 4px;
	}

	#header .eld-lang-switch__btn {
		min-width: 40px;
		padding: 0 11px;
		font-size: 12px;
	}
}

/* ── Base app shell ─────────────────────────────────────────── */

body.woocommerce,
body.woocommerce-page,
body.home {
	background-color: var(--eld-bg) !important;
	-webkit-font-smoothing: antialiased;
}

#wrapper,
#main,
#main.dark {
	background-color: var(--eld-bg) !important;
}

.shop-container {
	padding-left: 0;
	padding-right: 0;
}

/* ── Product & category cards — edge-to-edge grid tiles ─────── */

.products.has-shadow,
.products.row-box-shadow-2,
.products.row-box-shadow-2-hover {
	box-shadow: none !important;
}

.products .product-small.box,
.products .product-category .box,
.products .product-small .col-inner {
	background: var(--eld-card);
	border-radius: 0 !important;
	box-shadow: none !important;
	border: none !important;
	overflow: hidden;
	transition: opacity 0.2s ease;
}

.products .product-small.box:hover,
.products .product-category .box:hover {
	transform: none;
	opacity: 0.92;
	box-shadow: none !important;
}

.products .box-image,
.products .product-category .box-image {
	padding-top: 0 !important;
	height: auto !important;
	aspect-ratio: var(--eld-product-aspect);
	overflow: hidden;
	background: #ece8ea;
}

.products .product-category .box-image {
	aspect-ratio: var(--eld-cat-aspect);
}

.products .box-image img,
.products .product-category .box-image img {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	inset: auto !important;
}

.products .box-text.box-text-products,
.products .product-category .box-text {
	padding: 8px 10px 10px !important;
	min-height: 0 !important;
}

.products .product-title,
.products .product-category .header-title {
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
	margin-bottom: 2px !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.products .product-cat,
.products .product-category .count {
	font-size: 11px !important;
	opacity: 0.65;
}

.products .price {
	font-size: 14px !important;
	font-weight: 700 !important;
	color: var(--eld-pink) !important;
}

/* ── Shop + category archives — full-width product grid ──────── */

.eld-app-shop .shop-container {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
}

.eld-app-shop .category-page-row > .col.large-12 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.eld-app-shop .shop-container .products {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--eld-grid-gap) !important;
	margin: 0 !important;
	width: 100% !important;
}

.eld-app-shop .shop-container .products::before,
.eld-app-shop .shop-container .products::after {
	display: none !important;
}

.eld-app-shop .shop-container .products > .product {
	width: 100% !important;
	max-width: none !important;
	flex: none !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
}

.eld-app-shop .shop-container .products .col-inner {
	margin: 0 !important;
}

@media (min-width: 600px) {
	.eld-app-shop .shop-container .products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1000px) {
	.eld-app-shop .shop-container .products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

/* max 4 cols — avoids tiny cards + keeps grid readable */

.eld-app-shop .shop-container .products .box-image {
	aspect-ratio: var(--eld-product-aspect);
}

/* Toolbar keeps readable side padding */
.eld-app-shop .eld-shop-toolbar,
.eld-app-shop .shop-page-title .page-title-inner {
	padding-left: 12px !important;
	padding-right: 12px !important;
}

@media (min-width: 850px) {
	.eld-app-shop .eld-shop-toolbar,
	.eld-app-shop .shop-page-title .page-title-inner {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

.eld-app-shop .woocommerce-pagination {
	padding: 16px 12px;
}

/* WhatsApp button — flush grid tile */
.wa-shop-button {
	margin: 0 !important;
	width: 100% !important;
	border-radius: 0 !important;
	font-size: 11px !important;
	padding: 10px 8px !important;
	background: #25d366 !important;
	border-color: #25d366 !important;
	min-height: 38px !important;
}

/* ── Homepage hero — full viewport + motion ─────────────────── */

.eld-app-home .elementor-element-6f2418de,
.eld-app-home .elementor-element-af9349a {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.eld-app-home .elementor-element-6f2418de > .elementor-container {
	min-height: min(100svh, 920px) !important;
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
}

.eld-app-home .elementor-element-6f2418de .elementor-column,
.eld-app-home .elementor-element-af9349a,
.eld-app-home .elementor-element-1b2c8d3 {
	width: 100% !important;
	max-width: none !important;
	flex: 1 1 100% !important;
}

.eld-app-home .elementor-element-2a2d00a3 > .elementor-element-populated,
.eld-app-home .elementor-element-1b2c8d3 {
	min-height: min(100svh, 920px) !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	padding: clamp(72px, 12vh, 120px) clamp(20px, 5vw, 64px) clamp(48px, 8vh, 80px) !important;
}

.eld-app-home .elementor-element-2a2d00a3:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap,
.eld-app-home .elementor-element-2a2d00a3 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.eld-app-home .elementor-element-1b2c8d3 {
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.eld-app-home .elementor-element-2a2d00a3 > .elementor-element-populated > .elementor-background-overlay {
	background: linear-gradient(135deg, rgba(42, 21, 32, 0.55) 0%, rgba(232, 56, 122, 0.35) 100%) !important;
	opacity: 1 !important;
}

.eld-app-home .elementor-element-6f2418de .elementor-widget-wrap,
.eld-app-home .elementor-element-1b2c8d3 {
	position: relative;
}

.eld-app-home .eld-hero-content > .elementor-element,
.eld-app-home .elementor-element-6f2418de .elementor-widget-wrap > .elementor-element,
.eld-app-home .elementor-element-1b2c8d3 > .elementor-element {
	opacity: 0;
	transform: translateY(18px);
	animation: eldHeroIn 0.7s ease forwards;
}

.eld-app-home .elementor-element-6f2418de .elementor-widget-wrap > .elementor-element:nth-child(1),
.eld-app-home .elementor-element-1b2c8d3 > .elementor-element:nth-child(1) { animation-delay: 0.05s; }
.eld-app-home .elementor-element-6f2418de .elementor-widget-wrap > .elementor-element:nth-child(3),
.eld-app-home .elementor-element-1b2c8d3 > .elementor-element:nth-child(3) { animation-delay: 0.15s; }
.eld-app-home .elementor-element-6f2418de .elementor-widget-wrap > .elementor-element:nth-child(7),
.eld-app-home .elementor-element-1b2c8d3 > .elementor-element:nth-child(7) { animation-delay: 0.28s; }
.eld-app-home .elementor-element-6f2418de .elementor-widget-wrap > .elementor-element:nth-child(11),
.eld-app-home .elementor-element-1b2c8d3 > .elementor-element:nth-child(11) { animation-delay: 0.4s; }

@keyframes eldHeroIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes eldHeroKenBurns {
	from { transform: scale(1); }
	to { transform: scale(1.06); }
}

.eld-app-home .elementor-element-2a2d00a3:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap,
.eld-app-home .elementor-element-2a2d00a3 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	animation: eldHeroKenBurns 18s ease-in-out infinite alternate;
}

.eld-app-home .elementor-element-6f2418de a[href*="shop"],
.eld-app-home .elementor-element-6f2418de a[href*="matjar"],
.eld-app-home .elementor-element-1b2c8d3 a[href*="shop"],
.eld-app-home .elementor-element-1b2c8d3 a[href*="matjar"] {
	transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.eld-app-home .elementor-element-6f2418de a[href*="shop"]:hover,
.eld-app-home .elementor-element-6f2418de a[href*="matjar"]:hover,
.eld-app-home .elementor-element-1b2c8d3 a[href*="shop"]:hover,
.eld-app-home .elementor-element-1b2c8d3 a[href*="matjar"]:hover {
	transform: translateY(-2px) scale(1.02);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.eld-app-home .elementor-element-369eec62 span[style*="Cormorant"],
.eld-app-home .elementor-element-3eb6787 span[style*="Cormorant"] {
	display: inline-block;
	min-width: 2ch;
}

.eld-app-home .mqw:hover .mqinner {
	animation-play-state: paused;
}

/* Trust bar under hero — full width */
.eld-app-home .elementor-element-2a6ac5c9 .elementor-column {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
}

.eld-app-home .elementor-element-2a6ac5c9 > .elementor-container {
	max-width: none !important;
	padding: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
	.eld-app-home .elementor-element-6f2418de .elementor-widget-wrap > .elementor-element,
	.eld-app-home .elementor-element-1b2c8d3 > .elementor-element {
		opacity: 1;
		transform: none;
		animation: none;
	}

	.eld-app-home .elementor-element-2a2d00a3:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap,
	.eld-app-home .elementor-element-2a2d00a3 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		animation: none;
	}
}

/* ── Homepage — category + product grids (safe full width, no 100vw) ─ */

.eld-app-home #wrapper,
.eld-app-home #main {
	overflow-x: clip;
}

.eld-app-home .elementor-widget-wc-categories,
.eld-app-home .eld-home-products-wrap,
.eld-app-home .elementor-element-2529b1f {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.eld-app-home .elementor-widget-wc-categories .elementor-widget-container,
.eld-app-home .eld-home-products-wrap {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Section that holds category / product grids */
.eld-app-home .elementor-element-4cb7a8d7 > .elementor-container,
.eld-app-home .elementor-element-44050e53 > .elementor-container,
.eld-app-home .elementor-element-67f9a766 > .elementor-container {
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Outer grid sections — no side inset (Elementor default 64px + mobile 20px) */
.eld-app-home .elementor-element-67f9a766,
.eld-app-home .elementor-element-44050e53,
.eld-app-home .elementor-element-4cb7a8d7 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.eld-app-home .elementor-element-67f9a766,
.eld-app-home .elementor-element-44050e53 {
	padding-top: 48px !important;
	padding-bottom: 48px !important;
}

.eld-app-home .elementor-element-42446a6e > .elementor-widget-wrap,
.eld-app-home .elementor-element-5def3e74 > .elementor-widget-wrap,
.eld-app-home .elementor-element-44050e53 > .elementor-container > .elementor-column > .elementor-widget-wrap {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Section titles keep readable inset; grids stay flush */
.eld-app-home .elementor-element-77f4d3fd,
.eld-app-home .elementor-element-3ce8b278 {
	padding-left: clamp(12px, 3vw, 20px) !important;
	padding-right: clamp(12px, 3vw, 20px) !important;
}

.eld-app-home .elementor-element-77f4d3fd > .elementor-container,
.eld-app-home .elementor-element-3ce8b278 > .elementor-container {
	max-width: 100% !important;
}

/* Elementor col-1000 / col-700 — full row for grids */
.eld-app-home .elementor-element-67f9a766 .elementor-column,
.eld-app-home .elementor-element-4cb7a8d7 .elementor-column,
.eld-app-home .elementor-element-44050e53 .elementor-column,
.eld-app-home .elementor-element-42446a6e,
.eld-app-home .elementor-element-45b2ee16 {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
}

.eld-app-home .elementor-element-147de5db,
.eld-app-home .elementor-element-1ecf83fe {
	width: auto !important;
	flex: 1 1 auto !important;
}

/* Homepage injected products — auto carousel (AR) */
.eld-app-home .eld-home-products-wrap {
	padding: 0 0 24px !important;
	background: #fdf8f3;
	width: 100% !important;
	max-width: none !important;
}

.eld-home-carousel__viewport {
	overflow: hidden;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.eld-home-carousel__track {
	display: flex !important;
	flex-wrap: nowrap !important;
	grid-template-columns: unset !important;
	gap: var(--eld-grid-gap) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: max-content !important;
	min-width: 100%;
	will-change: transform;
	transition: transform 0.55s ease;
}

.eld-home-carousel__track::before,
.eld-home-carousel__track::after {
	display: none !important;
}

.eld-home-carousel__track > .product {
	flex: 0 0 calc(50vw - 2px);
	width: calc(50vw - 2px) !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

@media (min-width: 600px) {
	.eld-home-carousel__track > .product {
		flex: 0 0 calc(33.333vw - 2px);
		width: calc(33.333vw - 2px) !important;
	}
}

@media (min-width: 1000px) {
	.eld-home-carousel__track > .product {
		flex: 0 0 calc(25vw - 2px);
		width: calc(25vw - 2px) !important;
	}
}

/* Legacy grid rules — categories only (not home carousel) */
.eld-app-home .elementor-widget-wc-categories .products,
.eld-app-home .elementor-widget-wc-categories .products.row {
	display: grid !important;
	gap: var(--eld-grid-gap) !important;
	flex-wrap: wrap !important;
	overflow: visible !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: none !important;
}

.eld-app-home .elementor-widget-wc-categories .products {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eld-app-home .elementor-widget-wc-categories .products::before,
.eld-app-home .elementor-widget-wc-categories .products::after {
	display: none !important;
}

.eld-app-home .elementor-widget-wc-categories .product-category.col,
.eld-app-home .elementor-widget-wc-categories .product-category {
	width: 100% !important;
	max-width: none !important;
	flex: none !important;
	flex-basis: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
}

.eld-app-home .elementor-widget-wc-categories .product-category .col-inner {
	width: 100% !important;
	margin: 0 !important;
}

.eld-app-home .elementor-widget-wc-categories .product-category .box {
	position: relative;
	border-radius: 0 !important;
	width: 100%;
}

.eld-app-home .elementor-widget-wc-categories .product-category .box-image {
	aspect-ratio: var(--eld-cat-aspect);
	width: 100%;
	min-height: 0;
}

.eld-app-home .elementor-widget-wc-categories .product-category .box-text {
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	padding: 28px 12px 12px !important;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.2) 55%, transparent 100%);
	text-align: start !important;
}

.eld-app-home .elementor-widget-wc-categories .product-category .header-title {
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

@media (min-width: 600px) {
	.eld-app-home .elementor-widget-wc-categories .products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1000px) {
	.eld-app-home .elementor-widget-wc-categories .products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.eld-app-home .elementor-widget-wc-categories .product-category .header-title {
		font-size: 15px !important;
	}
}

@media (min-width: 1400px) {
	.eld-app-home .elementor-widget-wc-categories .products {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

/* EN EAEL carousel — full width within section */
.eld-app-home .elementor-element-2529b1f .swiper-slide .product-image-wrap,
.eld-app-home .elementor-element-2529b1f .swiper-slide .image-wrap {
	aspect-ratio: var(--eld-product-aspect);
	border-radius: 0;
}

/* ── Shop toolbar — app-style sticky bar ─────────────────────── */

.eld-shop-toolbar {
	position: sticky;
	top: 0;
	z-index: 99;
	background: rgba(247, 245, 246, 0.96);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	padding: 8px 12px;
	margin: 0 0 6px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.eld-filter-group {
	margin-bottom: 0;
}

.eld-toolbar-actions {
	margin-top: 6px;
}

.eld-toolbar-actions .eld-toolbar-btn {
	min-height: 40px;
}

@media (min-width: 850px) {
	.eld-shop-toolbar {
		padding-left: 20px;
		padding-right: 20px;
		top: 48px;
	}
}

.eld-filter-group {
	margin-bottom: 8px;
}

.eld-filter-group:last-child {
	margin-bottom: 0;
}

.eld-filter-label {
	display: block;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--eld-muted);
	margin-bottom: 6px;
	padding-inline-start: 2px;
}

.eld-chip-track {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 4px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	scroll-snap-type: x proximity;
}

.eld-chip-track::-webkit-scrollbar {
	display: none;
}

.eld-chip {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--eld-chip-h);
	padding: 0 16px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
	color: var(--eld-text) !important;
	background: var(--eld-card);
	border: 1.5px solid rgba(0, 0, 0, 0.08);
	white-space: nowrap;
	scroll-snap-align: start;
	transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.15s;
	touch-action: manipulation;
}

.eld-chip:hover {
	border-color: var(--eld-pink);
	color: var(--eld-pink) !important;
}

.eld-chip.is-active {
	background: var(--eld-pink);
	border-color: var(--eld-pink);
	color: #fff !important;
}

.eld-chip-count {
	opacity: 0.55;
	font-size: 11px;
	margin-inline-start: 4px;
	font-weight: 500;
}

.eld-chip.is-active .eld-chip-count {
	opacity: 0.85;
}

.eld-toolbar-actions {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-top: 8px;
}

.eld-toolbar-btn {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 44px;
	padding: 0 16px;
	border-radius: var(--eld-radius-sm);
	font-size: 13px;
	font-weight: 700;
	background: var(--eld-card);
	border: 1.5px solid rgba(0, 0, 0, 0.08);
	color: var(--eld-text) !important;
	text-decoration: none !important;
	cursor: pointer;
	touch-action: manipulation;
}

.eld-toolbar-btn--primary {
	background: var(--eld-pink-soft);
	border-color: rgba(232, 56, 122, 0.25);
	color: var(--eld-pink) !important;
}

.eld-toolbar-btn svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

/* Hide legacy filter row when app toolbar present */
.eld-app-shop .category-filter-row .filter-button {
	display: none !important;
}

.eld-app-shop .shop-page-title .woocommerce-ordering {
	display: none !important;
}

/* Off-canvas filter panel — app drawer feel */
#shop-sidebar.mfp-content {
	border-radius: var(--eld-radius) 0 0 var(--eld-radius) !important;
	max-width: min(360px, 92vw) !important;
	padding: 20px 16px calc(20px + var(--eld-safe-bottom)) !important;
}

#shop-sidebar .widget {
	margin-bottom: 20px;
}

#shop-sidebar .widget-title {
	font-size: 14px !important;
	font-weight: 700 !important;
	text-transform: none !important;
}

#shop-sidebar .widget_product_categories ul {
	max-height: 220px;
	overflow-y: auto;
}

#shop-sidebar .widget_layered_nav ul li a {
	padding: 8px 0;
	font-size: 14px;
}

/* Shop page title — lighter */
.shop-page-title.category-page-title {
	background: transparent !important;
	border: none !important;
	padding-top: 8px !important;
	padding-bottom: 0 !important;
}

.shop-page-title .page-title-inner {
	padding-top: 8px !important;
	padding-bottom: 0 !important;
}

.shop-page-title .woocommerce-breadcrumb {
	font-size: 11px !important;
	opacity: 0.6;
}

/* ── Single product — cleaner app layout ─────────────────────── */

.single-product .product-main {
	background: var(--eld-card);
	border-radius: var(--eld-radius);
	padding: 16px;
	margin-bottom: 16px;
	box-shadow: var(--eld-shadow);
}

.single-product .product-gallery {
	border-radius: var(--eld-radius-sm);
	overflow: hidden;
}

.single-product .woocommerce-product-attributes.shop_attributes {
	border-radius: var(--eld-radius-sm);
	overflow: hidden;
}

/* Attribute links on product page → chip style */
.single-product .woocommerce-product-attributes-item__value a {
	display: inline-block;
	padding: 4px 10px;
	margin: 2px;
	border-radius: 999px;
	background: var(--eld-pink-soft);
	color: var(--eld-pink) !important;
	font-size: 12px;
	text-decoration: none !important;
}

/* Product page — solid header above gallery (not overlaying image) */
body.single-product #header.header .header-bg-color,
body.single-product #header.header .header-wrapper {
	background-color: rgba(255, 255, 255, 0.98) !important;
}

body.single-product #header.header {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

body.single-product .product-gallery,
body.single-product .product-images {
	margin-top: 0 !important;
}

/* Mobile header — above hero / overlays, tappable controls */
@media (max-width: 849px) {
	#header,
	#header .header-wrapper,
	#header.stuck .header-wrapper {
		z-index: 1001 !important;
	}

	#header .nav-icon > a,
	#header .header-language-dropdown > a {
		min-width: 44px;
		min-height: 44px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		touch-action: manipulation;
		position: relative;
		z-index: 2;
	}

	#header .header-language-dropdown.eld-dropdown-open > .nav-dropdown {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;
	}

	.eld-app-home .elementor-element-6f2418de,
	.eld-app-home .elementor-element-af9349a {
		position: relative;
		z-index: 1;
	}

	.eld-menu-backdrop {
		position: fixed;
		inset: 0;
		z-index: 1000;
		background: rgba(0, 0, 0, 0.45);
	}

	body.eld-mobile-menu-open #main-menu.eld-mobile-menu-visible {
		display: block !important;
		visibility: visible !important;
		position: fixed !important;
		inset: 0 !important;
		z-index: 1002 !important;
		background: #fff;
		overflow-y: auto;
		padding: 16px;
	}
}

/* ── Bottom safe area (mobile app feel) ──────────────────────── */

@media (max-width: 849px) {
	#footer.footer-wrapper {
		padding-bottom: calc(16px + var(--eld-safe-bottom));
	}
}

/* RTL tweaks */
html[dir="rtl"] .eld-chip-count {
	margin-inline-start: 0;
	margin-inline-end: 4px;
}

html[dir="rtl"] #shop-sidebar.mfp-content {
	border-radius: 0 var(--eld-radius) var(--eld-radius) 0 !important;
}

/* ── Typography — match Elementor homepage ───────────────────── */

body.eld-app-shop,
body.eld-app-home {
	font-family: "Cairo", "Segoe UI", sans-serif;
}

html[lang="en"] body.eld-app-shop,
html[lang="en-GB"] body.eld-app-shop {
	font-family: "Poppins", "Segoe UI", sans-serif;
}

/* Collapsible filter groups — unused (toolbar is single row); kept for drawer */

/* ── Homepage injected products (AR) — see full-bleed block above ─ */

/* EN carousel frame */
.eld-app-home .elementor-element-2529b1f.eael_liquid_glass_shadow-effect1 {
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.eld-app-home .elementor-element-2529b1f .eael-product-carousel {
	border: none !important;
}

.eld-app-home .elementor-element-2529b1f .swiper-slide .product {
	border-radius: 0;
}

.eld-app-home .elementor-element-2529b1f .product-title {
	font-size: 13px !important;
}

/* Sale badge */
.products .badge-container .onsale,
.products .badge-container .callout {
	border-radius: 999px !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	padding: 4px 10px !important;
	background: var(--eld-pink) !important;
}

/* ── Mobile bottom navigation ────────────────────────────────── */

.eld-bottom-nav {
	display: none;
}

@media (max-width: 849px) {
	.eld-bottom-nav {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999;
		background: rgba(255, 255, 255, 0.96);
		backdrop-filter: blur(16px);
		-webkit-backdrop-filter: blur(16px);
		border-top: 1px solid rgba(0, 0, 0, 0.06);
		padding: 6px 8px calc(6px + var(--eld-safe-bottom));
		box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
	}

	.eld-has-bottom-nav #wrapper {
		padding-bottom: calc(64px + var(--eld-safe-bottom));
	}

	.eld-bottom-nav__item {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2px;
		padding: 6px 4px;
		text-decoration: none !important;
		color: var(--eld-muted) !important;
		font-size: 10px;
		font-weight: 600;
		border-radius: 10px;
		min-height: 48px;
	}

	.eld-bottom-nav__item svg {
		width: 22px;
		height: 22px;
	}

	.eld-bottom-nav__item.is-active {
		color: var(--eld-pink) !important;
		background: var(--eld-pink-soft);
	}

	.eld-bottom-nav__item--wa {
		color: #25d366 !important;
	}

	.eld-bottom-nav__item--wa svg {
		color: #25d366;
	}
}

/* Shop toolbar: compact page title area */
.eld-app-shop .shop-page-title.category-page-title .page-title-inner {
	flex-wrap: wrap;
	gap: 4px;
}

/* Product title capitalization on cards */
.eld-app-shop .product-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ── Hero contact strip (homepage) ─────────────────────────── */

.eld-hero-contact-wrap {
	margin: 20px 0 12px;
	opacity: 0;
	animation: eldHeroIn 0.7s ease 0.12s forwards;
}

.eld-hero-contact {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0;
	padding: 0;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
	overflow: hidden;
}

.eld-hero-contact__item {
	flex: 1 1 180px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 18px;
	color: #fff !important;
	text-decoration: none !important;
	transition: background 0.2s ease;
}

.eld-hero-contact__item:hover {
	background: rgba(255, 255, 255, 0.12);
}

.eld-hero-contact__item--wa {
	background: rgba(37, 211, 102, 0.22);
}

.eld-hero-contact__item--wa:hover {
	background: rgba(37, 211, 102, 0.35);
}

.eld-hero-contact__item--wa strong {
	color: #b8f5ce;
}

.eld-hero-contact__icon {
	font-size: 22px;
	line-height: 1;
	flex-shrink: 0;
}

.eld-hero-contact__text {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.eld-hero-contact__text strong {
	font-family: Cairo, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	opacity: 0.88;
}

.eld-hero-contact__number {
	font-family: Cairo, sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.03em;
	unicode-bidi: isolate;
}

.eld-hero-contact__address {
	font-family: Cairo, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
	opacity: 0.95;
}

.eld-hero-contact__divider {
	width: 1px;
	background: rgba(255, 255, 255, 0.25);
	align-self: stretch;
}

.eld-hero-contact__shop {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 14px;
	padding: 14px 32px;
	border-radius: 50px;
	background: #fff;
	color: #e8387a !important;
	font-family: Cairo, sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none !important;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.eld-hero-contact__shop:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

/* Hide duplicate spacers / CTA buttons under the contact strip */
.eld-app-home .elementor-element-640c2b6d,
.eld-app-home .elementor-element-e86b199,
.eld-app-home .elementor-element-540e09ce,
.eld-app-home .elementor-element-7f7c649,
.eld-app-home .elementor-element-189aefc,
.eld-app-home .elementor-element-73864e3,
.eld-app-home .elementor-element-bfa24b7,
.eld-app-home .elementor-element-c2a5bab {
	display: none !important;
}

/* Stats row — full width under contact strip */
.eld-app-home .elementor-element-369eec62,
.eld-app-home .elementor-element-3eb6787 {
	width: 100% !important;
	max-width: 100% !important;
	--container-widget-width: 100% !important;
	margin-top: 8px !important;
}

.eld-app-home .elementor-element-369eec62 > div,
.eld-app-home .elementor-element-3eb6787 > div {
	width: 100%;
}

.eld-app-home .elementor-element-369eec62 > div > div,
.eld-app-home .elementor-element-3eb6787 > div > div {
	display: flex !important;
	width: 100% !important;
}

.eld-app-home .elementor-element-369eec62 > div > div > div,
.eld-app-home .elementor-element-3eb6787 > div > div > div {
	flex: 1 1 0 !important;
}

@media (max-width: 640px) {
	.eld-hero-contact {
		flex-direction: column;
	}

	.eld-hero-contact__divider {
		width: 100%;
		height: 1px;
	}

	.eld-hero-contact__shop {
		width: 100%;
	}
}

/* ── Gift CTA section («أهدي من تحب أجمل الزهور») ─────────── */

.eld-gift-cta {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.eld-gift-cta__btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 16px 28px;
	border-radius: 12px;
	font-family: Cairo, sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none !important;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.eld-gift-cta__btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.eld-gift-cta__btn--wa {
	background: #25d366;
	color: #fff !important;
	flex-direction: row;
	gap: 8px;
}

.eld-gift-cta__btn--call {
	background: #e8387a;
	color: #fff !important;
}

.eld-gift-cta__icon {
	font-size: 18px;
	line-height: 1;
}

.eld-gift-cta__text {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.eld-gift-cta__number {
	display: block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
	unicode-bidi: isolate;
	direction: ltr;
	margin-top: 2px;
}

/* ── Contact page ──────────────────────────────────────────── */

.eld-contact-page .page-title,
.eld-contact-page .entry-header {
	display: none !important;
}

.eld-contact-page #main .page-wrapper {
	padding-top: 0 !important;
}

.eld-contact {
	max-width: 1100px;
	margin: 0 auto;
	padding: clamp(24px, 4vw, 48px) clamp(16px, 4vw, 32px) 64px;
}

.eld-contact__hero {
	text-align: center;
	padding: clamp(40px, 8vw, 72px) clamp(20px, 5vw, 48px);
	margin-bottom: 40px;
	border-radius: 24px;
	background: linear-gradient(135deg, #2a1520 0%, #e8387a 100%);
	color: #fff;
}

.eld-contact__eyebrow {
	margin: 0 0 12px;
	font-family: Cairo, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.85;
}

.eld-contact__title {
	margin: 0 0 16px;
	font-family: Amiri, serif;
	font-size: clamp(32px, 5vw, 48px);
	font-weight: 700;
	line-height: 1.2;
	color: #fff !important;
}

.eld-contact__lead {
	margin: 0 auto 28px;
	max-width: 560px;
	font-family: Cairo, sans-serif;
	font-size: 16px;
	line-height: 1.75;
	opacity: 0.92;
}

.eld-contact__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.eld-contact__business {
	margin-bottom: 36px;
	padding: 24px 28px;
	border-radius: 20px;
	background: #fff7fa;
	border: 1px solid rgba(232, 56, 122, 0.18);
	box-shadow: 0 10px 30px rgba(42, 21, 32, 0.06);
}

.eld-contact__business-title {
	margin: 0 0 18px;
	font-family: Cairo, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #2a1520;
}

.eld-contact__business-list {
	margin: 0;
	display: grid;
	gap: 14px;
}

.eld-contact__business-row {
	display: grid;
	grid-template-columns: minmax(120px, 180px) 1fr;
	gap: 12px 20px;
	align-items: start;
}

.eld-contact__business-row dt {
	margin: 0;
	font-family: Cairo, sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #8b5a6b;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.eld-contact__business-row dd {
	margin: 0;
	font-family: Cairo, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	color: #2a1520;
}

.eld-topbar-business {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 14px;
	font-family: Cairo, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
}

.eld-topbar-business__name {
	opacity: 0.92;
}

.eld-topbar-business__sep {
	opacity: 0.45;
}

.eld-topbar-business__phone {
	direction: ltr;
	unicode-bidi: embed;
}

@media (max-width: 849px) {
	.eld-topbar-business {
		display: none;
	}

	.eld-contact__business-row {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}

.eld-contact__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	border-radius: 50px;
	font-family: Cairo, sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.eld-contact__btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.eld-contact__btn--wa {
	background: #25d366;
	color: #fff !important;
}

.eld-contact__btn--outline {
	background: transparent;
	color: #fff !important;
	border: 2px solid rgba(255, 255, 255, 0.55);
}

.eld-contact__btn--primary {
	background: #e8387a;
	color: #fff !important;
}

.eld-contact__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
	margin-bottom: 40px;
}

.eld-contact__card {
	padding: 28px 24px;
	border-radius: 20px;
	background: #fdf8f3;
	border: 1px solid rgba(42, 21, 32, 0.08);
	box-shadow: 0 4px 20px rgba(42, 21, 32, 0.06);
}

.eld-contact__card-icon {
	font-size: 28px;
	display: block;
	margin-bottom: 12px;
}

.eld-contact__card-label {
	margin: 0 0 8px;
	font-family: Cairo, sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #e8387a;
}

.eld-contact__card-value {
	margin: 0 0 12px;
	font-family: Cairo, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.55;
	color: #2a1520;
	word-break: break-word;
}

.eld-contact__card-link {
	font-family: Cairo, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #e8387a !important;
	text-decoration: none !important;
}

.eld-contact__map {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 0;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgba(42, 21, 32, 0.1);
	box-shadow: 0 8px 32px rgba(42, 21, 32, 0.08);
}

.eld-contact__map-copy {
	padding: clamp(28px, 5vw, 40px);
	background: #2a1520;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
}

.eld-contact__map-copy h2 {
	margin: 0;
	font-family: Amiri, serif;
	font-size: 28px;
	color: #fff !important;
}

.eld-contact__map-copy p {
	margin: 0;
	font-family: Cairo, sans-serif;
	font-size: 15px;
	line-height: 1.7;
	opacity: 0.9;
}

.eld-contact__map-frame {
	width: 100%;
	min-height: 280px;
	border: 0;
	display: block;
}

@media (max-width: 768px) {
	.eld-contact__map {
		grid-template-columns: 1fr;
	}
}

/* ── Policy & about pages ──────────────────────────────────── */

.eld-policy-page .page-title,
.eld-policy-page .entry-header {
	display: none !important;
}

.eld-policy-page #main .page-wrapper {
	padding-top: 0 !important;
}

.eld-policy__body {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.eld-policy__section {
	padding: clamp(24px, 4vw, 36px);
	border-radius: 20px;
	background: #fff;
	border: 1px solid rgba(42, 21, 32, 0.08);
	box-shadow: 0 4px 20px rgba(42, 21, 32, 0.05);
}

.eld-policy__section-title {
	margin: 0 0 16px;
	font-family: Amiri, serif;
	font-size: clamp(22px, 3vw, 28px);
	font-weight: 700;
	color: #2a1520 !important;
	line-height: 1.3;
}

.eld-policy__section-content {
	font-family: Cairo, sans-serif;
	font-size: 15px;
	line-height: 1.8;
	color: #2a1520;
}

.eld-policy__section-content p {
	margin: 0 0 12px;
}

.eld-policy__section-content ul {
	margin: 0;
	padding-inline-start: 1.25em;
}

.eld-policy__section-content li {
	margin-bottom: 8px;
}

.eld-policy__section-content a {
	color: #e8387a;
	font-weight: 600;
}

.eld-policy__checks {
	list-style: none !important;
	padding: 0 !important;
}

.eld-policy__checks li {
	padding: 10px 0;
	border-bottom: 1px solid rgba(42, 21, 32, 0.08);
}

.eld-policy__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.eld-policy__stat {
	text-align: center;
	padding: 24px 16px;
	border-radius: 16px;
	background: #fdf8f3;
}

.eld-policy__stat-num {
	display: block;
	font-family: Amiri, serif;
	font-size: 36px;
	font-weight: 700;
	color: #e8387a;
	line-height: 1.1;
}

.eld-policy__stat-label {
	display: block;
	margin-top: 6px;
	font-family: Cairo, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #2a1520;
	opacity: 0.85;
}

.eld-policy__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 8px !important;
}

.eld-policy__area-group {
	margin-top: 20px;
}

.eld-policy__area-group-title {
	margin: 0 0 12px;
	font-family: Cairo, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #e8387a;
}

.eld-policy__area-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.eld-policy__area-tag {
	padding: 8px 14px;
	border-radius: 999px;
	background: #fdf8f3;
	border: 1px solid rgba(232, 56, 122, 0.15);
	font-family: Cairo, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #2a1520;
}

.eld-policy__keywords {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(42, 21, 32, 0.08);
}

.eld-policy__keywords-lead {
	margin: 0 0 12px;
	font-size: 14px;
	opacity: 0.85;
}

.eld-policy__keywords-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.eld-policy__keyword {
	padding: 6px 12px;
	border-radius: 8px;
	background: rgba(42, 21, 32, 0.06);
	font-size: 12px;
	font-weight: 600;
	color: #2a1520;
	opacity: 0.9;
}

@media (max-width: 640px) {
	.eld-policy__stats {
		grid-template-columns: 1fr;
	}
}

/* ── FAQ page (accordion) ────────────────────────────────────── */

.eld-faq-page .page-title,
.eld-faq-page .entry-header {
	display: none !important;
}

.eld-faq-page #main .page-wrapper {
	padding-top: 0 !important;
}

.eld-faq__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 40px;
}

.eld-faq__item {
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(42, 21, 32, 0.08);
	box-shadow: 0 8px 24px rgba(42, 21, 32, 0.05);
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.eld-faq__item[open] {
	border-color: rgba(232, 56, 122, 0.35);
	box-shadow: 0 12px 32px rgba(232, 56, 122, 0.1);
}

.eld-faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 22px;
	cursor: pointer;
	list-style: none;
	font-family: Cairo, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #2a1520;
	line-height: 1.45;
	background: #fdf8f3;
	transition: background 0.2s ease;
}

.eld-faq__question::-webkit-details-marker {
	display: none;
}

.eld-faq__question::marker {
	content: "";
}

.eld-faq__item[open] .eld-faq__question {
	background: linear-gradient(135deg, rgba(42, 21, 32, 0.04) 0%, rgba(232, 56, 122, 0.08) 100%);
}

.eld-faq__question-text {
	flex: 1;
	min-width: 0;
}

.eld-faq__icon {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #2a1520;
	position: relative;
	transition: transform 0.25s ease, background 0.2s ease;
}

.eld-faq__icon::before,
.eld-faq__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	background: #fdf8f3;
	border-radius: 1px;
	transform: translate(-50%, -50%);
	transition: transform 0.25s ease;
}

.eld-faq__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.eld-faq__item[open] .eld-faq__icon {
	background: #e8387a;
	transform: rotate(180deg);
}

.eld-faq__item[open] .eld-faq__icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
	opacity: 0;
}

.eld-faq__answer {
	padding: 0 22px 20px;
	font-family: Cairo, sans-serif;
	font-size: 15px;
	line-height: 1.75;
	color: rgba(42, 21, 32, 0.88);
}

.eld-faq__answer p {
	margin: 0 0 12px;
}

.eld-faq__answer p:last-child {
	margin-bottom: 0;
}

.eld-faq__answer ul {
	margin: 8px 0 12px;
	padding-inline-start: 1.25em;
}

.eld-faq__answer li {
	margin-bottom: 6px;
}

.eld-faq__answer a {
	color: #e8387a;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.eld-faq__answer a:hover {
	color: #2a1520;
}

.eld-faq__contact {
	text-align: center;
	padding: clamp(32px, 5vw, 48px) clamp(20px, 4vw, 32px);
	border-radius: 20px;
	background: linear-gradient(135deg, #2a1520 0%, #3d1f2e 55%, #e8387a 100%);
	color: #fff;
}

.eld-faq__contact-title {
	margin: 0 0 10px;
	font-family: Amiri, serif;
	font-size: clamp(24px, 4vw, 32px);
	font-weight: 700;
	color: #fff !important;
}

.eld-faq__contact-lead {
	margin: 0 auto 24px;
	max-width: 480px;
	font-family: Cairo, sans-serif;
	font-size: 15px;
	line-height: 1.7;
	opacity: 0.92;
}

.eld-faq__contact .eld-policy__actions {
	justify-content: center;
}

.eld-faq__contact-meta {
	margin: 20px 0 0;
	font-family: Cairo, sans-serif;
	font-size: 14px;
	opacity: 0.85;
}

@media (max-width: 640px) {
	.eld-faq__question {
		padding: 16px 18px;
		font-size: 15px;
	}

	.eld-faq__answer {
		padding: 0 18px 16px;
		font-size: 14px;
	}
}

/* ── Site footer (AR/EN) ─────────────────────────────────────── */

#footer.footer-wrapper {
	background: #1a0d12;
	padding: 0;
	margin: 0;
}

.eld-custom-footer .footer-widgets,
.eld-custom-footer .absolute-footer {
	display: none !important;
}

.eld-site-footer {
	color: rgba(253, 248, 243, 0.88);
	font-family: Cairo, "Segoe UI", sans-serif;
}

html[lang="en"] .eld-site-footer,
html[lang="en-GB"] .eld-site-footer {
	font-family: Poppins, "Segoe UI", sans-serif;
}

.eld-site-footer__main {
	padding: clamp(40px, 6vw, 64px) 0 clamp(28px, 4vw, 40px);
	background: linear-gradient(180deg, #2a1520 0%, #1a0d12 100%);
	border-top: 1px solid rgba(232, 56, 122, 0.22);
}

.eld-site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1.15fr);
	gap: clamp(24px, 4vw, 48px);
	margin-bottom: clamp(28px, 4vw, 40px);
}

.eld-site-footer__heading {
	margin: 0 0 18px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fdf8f3;
}

.eld-site-footer__logo-link {
	display: inline-flex;
	margin-bottom: 16px;
}

.eld-site-footer__logo {
	width: 72px;
	height: 72px;
	object-fit: contain;
	border-radius: 50%;
	background: rgba(253, 248, 243, 0.08);
	padding: 6px;
}

.eld-site-footer__logo-text {
	font-family: Amiri, serif;
	font-size: 28px;
	font-weight: 700;
	color: #fdf8f3;
}

.eld-site-footer__about {
	margin: 0 0 20px;
	max-width: 36ch;
	font-size: 14px;
	line-height: 1.75;
	color: rgba(253, 248, 243, 0.78);
}

.eld-site-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.eld-site-footer__social-link {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(232, 56, 122, 0.35);
	color: #fdf8f3;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.eld-site-footer__social-link:hover {
	background: #e8387a;
	border-color: #e8387a;
	color: #fff;
}

.eld-site-footer__link-list,
.eld-site-footer__contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.eld-site-footer__link-list li + li,
.eld-site-footer__contact-list li + li {
	margin-top: 10px;
}

.eld-site-footer__link-list a,
.eld-site-footer__contact-list a {
	color: rgba(253, 248, 243, 0.88);
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: color 0.2s ease;
}

.eld-site-footer__link-list a:hover,
.eld-site-footer__contact-list a:hover {
	color: #e8387a;
}

.eld-site-footer__contact-label {
	display: block;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(232, 56, 122, 0.85);
}

.eld-site-footer__contact-list li > span:not(.eld-site-footer__contact-label) {
	font-size: 14px;
	line-height: 1.6;
	color: rgba(253, 248, 243, 0.82);
}

.eld-site-footer__payments {
	padding-top: clamp(20px, 3vw, 28px);
	border-top: 1px solid rgba(253, 248, 243, 0.1);
}

.eld-site-footer__payments-title {
	margin: 0 0 16px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(253, 248, 243, 0.72);
}

.eld-site-footer__payment-groups {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
}

.eld-site-footer__payment-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 120px;
}

.eld-site-footer__payment-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(253, 248, 243, 0.55);
}

.eld-site-footer__payment-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.eld-site-footer__payment-logos img,
.eld-site-footer__payment-logo {
	display: block;
	width: auto;
	height: 28px;
	max-width: 88px;
	padding: 6px 10px;
	border-radius: 8px;
	background: rgba(253, 248, 243, 0.96);
	object-fit: contain;
	object-position: center;
	filter: none;
}

.eld-site-footer__payment-logo--instapay {
	height: 32px;
	max-width: 96px;
	padding: 5px 12px;
}

.eld-site-footer__payment-logo--wallet {
	height: 24px;
	max-width: 104px;
	padding: 8px 12px;
}

.eld-site-footer__bottom {
	padding: 16px 0 20px;
	background: #12080d;
	border-top: 1px solid rgba(253, 248, 243, 0.08);
}

.eld-site-footer__copyright {
	margin: 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.6;
	color: rgba(253, 248, 243, 0.55);
}

.eld-site-footer__copyright strong {
	color: rgba(253, 248, 243, 0.82);
	font-weight: 600;
}

@media (max-width: 849px) {
	.eld-site-footer__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.eld-site-footer__about {
		max-width: none;
	}

	.eld-site-footer__payment-groups {
		flex-direction: column;
	}
}

/* Local SEO block — homepage only (ورد في اسكندرية) */
.eld-local-seo {
	max-width: 1140px;
	margin: 0 auto;
	padding: 32px 20px 8px;
}

.eld-local-seo__inner {
	font-size: 14px;
	line-height: 1.75;
	color: rgba(45, 30, 38, 0.72);
}

.eld-local-seo__title {
	font-family: var(--eld-font-display, "Cormorant Garamond", serif);
	font-size: clamp(1.25rem, 2.5vw, 1.5rem);
	font-weight: 600;
	color: var(--eld-color-primary, #7a284a);
	margin: 0 0 12px;
}

.eld-local-seo a {
	color: var(--eld-color-primary, #7a284a);
	text-decoration: underline;
	text-underline-offset: 2px;
}

