.abdou-ecom-modal-open {
	overflow: hidden;
}

.abdou-ecom-modal[hidden],
.abdou-ecom-selector__menu[hidden] {
	display: none !important;
}

.abdou-ecom-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 999999;
}

.abdou-ecom-modal__backdrop {
	backdrop-filter: blur(9px);
	background:
		linear-gradient(135deg, rgba(9, 16, 28, 0.78), rgba(19, 38, 51, 0.66)),
		rgba(9, 16, 28, 0.74);
	inset: 0;
	position: absolute;
}

.abdou-ecom-modal__panel {
	background: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.74);
	border-radius: 8px;
	box-shadow: 0 28px 90px rgba(7, 12, 20, 0.34);
	color: #172033;
	max-width: 680px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: min(100%, 680px);
}

.abdou-ecom-modal__panel::before {
	background: linear-gradient(90deg, #0f766e, #d8a33d, #2364aa);
	content: "";
	display: block;
	height: 5px;
	width: 100%;
}

.abdou-ecom-modal__close {
	display: none;
}

.abdou-ecom-modal__eyebrow,
.abdou-ecom-modal__title,
.abdou-ecom-modal__text {
	margin-inline: 30px;
}

.abdou-ecom-modal__eyebrow {
	align-items: center;
	color: #0f766e;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 8px;
	margin-top: 26px;
}

.abdou-ecom-modal__eyebrow::before {
	background: #d8a33d;
	border-radius: 999px;
	content: "";
	height: 8px;
	margin-inline-end: 8px;
	width: 8px;
}

.abdou-ecom-modal__title {
	color: #111827;
	font-size: clamp(25px, 4vw, 38px);
	font-weight: 800;
	line-height: 1.25;
	margin-bottom: 10px;
	margin-top: 0;
}

.abdou-ecom-modal__text {
	color: #536173;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 24px;
	margin-top: 0;
	max-width: 560px;
}

.abdou-ecom-country-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.abdou-ecom-modal .abdou-ecom-country-grid {
	background: #f6f8fb;
	border-top: 1px solid #e6ebf2;
	padding: 22px 30px 30px;
}

.abdou-ecom-country {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dfe6ef;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
	color: #172033;
	cursor: pointer;
	display: grid;
	font: inherit;
	gap: 16px;
	grid-template-columns: 98px minmax(0, 1fr);
	min-height: 82px;
	padding: 12px;
	text-align: start;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	width: 100%;
}

.abdou-ecom-country:hover,
.abdou-ecom-country:focus {
	border-color: #0f766e;
	box-shadow: 0 18px 36px rgba(15, 118, 110, 0.17);
	outline: none;
	transform: translateY(-2px);
}

.abdou-ecom-country__flag {
	align-items: center;
	background: #f8fafc;
	border: 1px solid rgba(17, 24, 39, 0.12);
	border-radius: 7px;
	box-shadow: 0 8px 18px rgba(17, 24, 39, 0.14);
	display: flex;
	height: 60px;
	justify-content: center;
	line-height: 1;
	overflow: hidden;
	padding: 0;
	width: 90px;
}

.abdou-ecom-country__flag img {
	border-radius: 6px;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.abdou-ecom-country__content {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.abdou-ecom-country__name {
	color: #111827;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.3;
}

.abdou-ecom-country__currency {
	align-items: center;
	background: #eef7f6;
	border: 1px solid #d6ece9;
	border-radius: 999px;
	color: #0f5f59;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	justify-self: start;
	line-height: 1;
	padding: 6px 9px;
}

.abdou-ecom-shortcode {
	position: relative;
}

.woocommerce-Price-amount.amount {
	align-items: baseline;
	direction: rtl;
	display: inline-flex;
	flex-direction: row;
	gap: 0.28em;
	unicode-bidi: isolate;
}

.woocommerce-Price-currencySymbol {
	direction: ltr;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: inherit;
	unicode-bidi: isolate;
}

.abdou-ecom-dropdown {
	display: inline-block;
	max-width: 100%;
	min-width: min(238px, 100%);
	position: relative;
}

.abdou-ecom-dropdown__label {
	color: #111827;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
}

.abdou-ecom-dropdown__trigger {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(250, 247, 239, 0.94)),
		linear-gradient(135deg, rgba(208, 164, 84, 0.32), rgba(15, 118, 110, 0.12));
	border: 1px solid rgba(167, 128, 63, 0.36);
	border-radius: 999px;
	box-shadow:
		0 12px 30px rgba(17, 24, 39, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
	color: #111827;
	cursor: pointer;
	display: grid;
	font: inherit;
	gap: 10px;
	grid-template-columns: 36px minmax(0, 1fr) 18px;
	isolation: isolate;
	min-height: 48px;
	padding: 6px 12px 6px 9px;
	position: relative;
	text-align: start;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	width: 100%;
}

.abdou-ecom-dropdown__trigger::before {
	background: linear-gradient(180deg, #d8b66a, #9c7130);
	border-radius: 999px;
	content: "";
	inset: -1px;
	opacity: 0;
	position: absolute;
	transition: opacity 180ms ease;
	z-index: -1;
}

.abdou-ecom-dropdown__trigger:hover,
.abdou-ecom-dropdown__trigger:focus {
	border-color: rgba(157, 111, 43, 0.58);
	box-shadow:
		0 16px 36px rgba(17, 24, 39, 0.18),
		0 0 0 3px rgba(216, 182, 106, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.95);
	outline: none;
	transform: translateY(-1px);
}

.abdou-ecom-dropdown__trigger:hover::before,
.abdou-ecom-dropdown__trigger:focus::before,
.abdou-ecom-dropdown__trigger[aria-expanded="true"]::before {
	opacity: 1;
}

.abdou-ecom-dropdown__flag,
.abdou-ecom-dropdown__option-flag {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(17, 24, 39, 0.12);
	border-radius: 999px;
	display: flex;
	height: 34px;
	justify-content: center;
	overflow: hidden;
	width: 34px;
}

.abdou-ecom-dropdown__flag img,
.abdou-ecom-dropdown__option-flag img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.abdou-ecom-dropdown__flag-placeholder {
	background:
		radial-gradient(circle at 50% 50%, transparent 45%, #0f766e 46% 58%, transparent 59%),
		linear-gradient(#0f766e, #0f766e) center / 16px 2px no-repeat,
		linear-gradient(90deg, transparent 46%, #0f766e 47% 53%, transparent 54%);
	display: block;
	height: 100%;
	width: 100%;
}

.abdou-ecom-dropdown__main {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.abdou-ecom-dropdown__value {
	color: #111827;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	min-width: 0;
	overflow: hidden;
	text-align: start;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.abdou-ecom-dropdown__currency {
	color: #9c7130;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
	text-align: start;
}

.abdou-ecom-dropdown__arrow {
	border-bottom: 2px solid #9c7130;
	border-left: 2px solid #9c7130;
	display: block;
	height: 7px;
	justify-self: center;
	transition: transform 180ms ease;
	width: 7px;
	transform: rotate(-45deg);
}

.abdou-ecom-dropdown__trigger[aria-expanded="true"] .abdou-ecom-dropdown__arrow {
	transform: rotate(135deg);
}

.abdou-ecom-dropdown__menu {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 239, 0.98));
	border: 1px solid rgba(167, 128, 63, 0.28);
	border-radius: 8px;
	box-shadow:
		0 24px 55px rgba(17, 24, 39, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
	display: grid;
	gap: 6px;
	margin-top: 8px;
	min-width: 100%;
	padding: 8px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 1000000;
}

.abdou-ecom-dropdown__menu[hidden] {
	display: none !important;
}

.abdou-ecom-dropdown__option {
	align-items: center;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 8px;
	color: #111827;
	cursor: pointer;
	display: grid;
	font: inherit;
	gap: 9px;
	grid-template-columns: 32px minmax(0, 1fr) auto;
	min-height: 44px;
	padding: 6px 8px;
	text-align: start;
	width: 100%;
}

.abdou-ecom-dropdown__option:hover,
.abdou-ecom-dropdown__option:focus,
.abdou-ecom-dropdown__option[aria-selected="true"] {
	background: rgba(216, 182, 106, 0.13);
	border-color: rgba(167, 128, 63, 0.24);
	outline: none;
}

.abdou-ecom-dropdown__option-flag {
	height: 28px;
	width: 28px;
}

.abdou-ecom-dropdown__option-name {
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.abdou-ecom-dropdown__option-currency {
	background: #111827;
	border-radius: 999px;
	color: #f9e4ae;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	padding: 5px 7px;
}

.abdou-ecom-auto-selector {
	z-index: 20;
}

.ct-header .abdou-ecom-auto-selector--desktop {
	margin-inline: 0 10px;
	min-width: 176px;
	vertical-align: middle;
}

.ct-header .abdou-ecom-auto-selector--desktop .abdou-ecom-dropdown__label {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ct-header .abdou-ecom-auto-selector--desktop .abdou-ecom-dropdown__trigger {
	grid-template-columns: 31px minmax(0, 1fr) 14px;
	min-height: 42px;
	padding: 4px 10px 4px 7px;
}

.ct-header .abdou-ecom-auto-selector--desktop .abdou-ecom-dropdown__flag {
	height: 30px;
	width: 30px;
}

.ct-header .abdou-ecom-auto-selector--desktop .abdou-ecom-dropdown__value {
	font-size: 13px;
}

.ct-header .abdou-ecom-auto-selector--desktop .abdou-ecom-dropdown__currency {
	font-size: 9px;
}

.ct-header .abdou-ecom-auto-selector--desktop .abdou-ecom-dropdown__menu {
	min-width: 230px;
	right: auto;
	left: 0;
}

#offcanvas .abdou-ecom-auto-selector--mobile {
	margin: 16px auto 0;
	max-width: 280px;
	width: min(86%, 280px);
}

#offcanvas .abdou-ecom-auto-selector--mobile .abdou-ecom-dropdown__label {
	color: #111827;
	text-align: center;
}

#offcanvas .abdou-ecom-auto-selector--mobile .abdou-ecom-dropdown__trigger {
	min-height: 52px;
}

.abdou-ecom-selector {
	display: inline-block;
	max-width: 100%;
}

.abdou-ecom-selector__trigger {
	align-items: center;
	background: #111827;
	border: 1px solid #111827;
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(17, 24, 39, 0.16);
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	gap: 10px;
	min-height: 46px;
	padding: 10px 15px;
	white-space: normal;
}

.abdou-ecom-selector__trigger:hover,
.abdou-ecom-selector__trigger:focus {
	background: #22304a;
	outline: 2px solid #d8a33d;
	outline-offset: 2px;
}

.abdou-ecom-selector__label {
	opacity: 0.76;
}

.abdou-ecom-selector__chevron {
	font-size: 16px;
	line-height: 1;
}

.abdou-ecom-selector__menu {
	background: #ffffff;
	border: 1px solid #dfe6ef;
	border-radius: 8px;
	box-shadow: 0 22px 52px rgba(17, 24, 39, 0.2);
	margin-top: 8px;
	min-width: min(360px, calc(100vw - 32px));
	padding: 10px;
	position: absolute;
	right: 0;
	z-index: 9999;
}

.abdou-ecom-selector__menu .abdou-ecom-country-grid {
	grid-template-columns: 1fr;
}

.abdou-ecom-selector__menu .abdou-ecom-country {
	min-height: 64px;
	grid-template-columns: 77px minmax(0, 1fr);
}

.abdou-ecom-selector__menu .abdou-ecom-country__flag {
	height: 46px;
	width: 69px;
}

.abdou-ecom-shortcode--list .abdou-ecom-country-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 840px;
}

@media (max-width: 640px) {
	.abdou-ecom-modal {
		align-items: flex-end;
		padding: 10px;
	}

	.abdou-ecom-modal__panel {
		border-radius: 18px 18px 8px 8px;
		max-height: calc(100dvh - 20px);
		overflow-y: auto;
		width: 100%;
	}

	.abdou-ecom-modal__eyebrow,
	.abdou-ecom-modal__title,
	.abdou-ecom-modal__text {
		margin-inline: 20px;
	}

	.abdou-ecom-modal__eyebrow {
		font-size: 12px;
		margin-top: 20px;
	}

	.abdou-ecom-modal__title {
		font-size: 24px;
		line-height: 1.35;
		margin-bottom: 8px;
	}

	.abdou-ecom-modal__text {
		font-size: 14px;
		line-height: 1.7;
		margin-bottom: 18px;
	}

	.abdou-ecom-modal .abdou-ecom-country-grid {
		gap: 9px;
		padding: 14px 14px 16px;
	}

	.abdou-ecom-country-grid,
	.abdou-ecom-shortcode--list .abdou-ecom-country-grid {
		grid-template-columns: 1fr;
	}

	.abdou-ecom-country {
		gap: 12px;
		grid-template-columns: 84px minmax(0, 1fr);
		min-height: 68px;
		padding: 9px 10px;
	}

	.abdou-ecom-country__flag {
		height: 48px;
		width: 72px;
	}

	.abdou-ecom-country__name {
		font-size: 15px;
	}

	.abdou-ecom-country__currency {
		font-size: 11px;
		padding: 5px 8px;
	}

	.abdou-ecom-selector,
	.abdou-ecom-selector__trigger,
	.abdou-ecom-dropdown {
		width: 100%;
	}

	.abdou-ecom-selector__trigger {
		justify-content: space-between;
	}

	.abdou-ecom-selector__menu {
		left: 0;
		min-width: 100%;
		right: 0;
	}
}
