body.gitex-product-pro {
	--gxpp-bg: #f6f8fc;
	--gxpp-card: #ffffff;
	--gxpp-ink: #101828;
	--gxpp-muted: #667085;
	--gxpp-line: #e6edf5;
	--gxpp-blue: #0b8cff;
	--gxpp-indigo: #1438bf;
	--gxpp-cyan: #12d7ee;
	--gxpp-violet: #7c3aed;
	--gxpp-green: #16a34a;
	--gxpp-red: #ef3340;
	--gxpp-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
	background:
		radial-gradient(circle at 82% 4%, rgba(37, 99, 235, 0.12), transparent 30%),
		linear-gradient(180deg, #fbfdff 0%, var(--gxpp-bg) 42%, #f5f7fb 100%) !important;
	font-family: Tajawal, Cairo, "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	direction: rtl;
}

body.gitex-product-pro .ast-single-entry-banner,
body.gitex-product-pro .entry-header,
body.gitex-product-pro .product_meta {
	display: none !important;
}

body.gitex-product-pro .site-content,
body.gitex-product-pro .ast-container,
body.gitex-product-pro .ast-woocommerce-container,
body.gitex-product-pro main.site-main {
	background: transparent !important;
}

body.gitex-product-pro .site-content .ast-container,
body.gitex-product-pro .ast-container {
	width: 100% !important;
	max-width: none !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body.gitex-product-pro div.product {
	width: min(100% - 40px, 1380px) !important;
	max-width: 1380px !important;
	margin: 26px auto 0 !important;
	display: grid !important;
	grid-template-columns: minmax(560px, 1fr) minmax(430px, 0.78fr) !important;
	gap: clamp(22px, 2.4vw, 36px) !important;
	align-items: start !important;
	direction: ltr !important;
}

body.gitex-product-pro div.product::before,
body.gitex-product-pro div.product::after {
	display: none !important;
	content: none !important;
}

body.gitex-product-pro div.product .summary,
body.gitex-product-pro div.product .woocommerce-product-gallery {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	direction: rtl !important;
	text-align: right !important;
}

body.gitex-product-pro div.product .summary {
	grid-column: 1 !important;
	grid-row: 1 !important;
	display: flex !important;
	flex-direction: column !important;
	padding: clamp(26px, 2.7vw, 42px) !important;
	background: rgba(255, 255, 255, 0.96) !important;
	border: 1px solid var(--gxpp-line) !important;
	border-radius: 30px !important;
	box-shadow: var(--gxpp-shadow) !important;
}

body.gitex-product-pro div.product .woocommerce-product-gallery {
	grid-column: 2 !important;
	grid-row: 1 !important;
	padding: 16px !important;
	background:
		radial-gradient(circle at 20% 18%, rgba(6, 182, 212, 0.18), transparent 32%),
		linear-gradient(145deg, #ffffff 0%, #eef6ff 100%) !important;
	border: 1px solid var(--gxpp-line) !important;
	border-radius: 30px !important;
	box-shadow: var(--gxpp-shadow) !important;
	position: static !important;
}

body.gitex-product-pro div.product .woocommerce-product-gallery__wrapper,
body.gitex-product-pro div.product .woocommerce-product-gallery__image {
	margin: 0 !important;
	border-radius: 22px !important;
	overflow: hidden !important;
	background: linear-gradient(180deg, #ffffff, #f8fbff) !important;
}

body.gitex-product-pro div.product .woocommerce-product-gallery__image > a > img,
body.gitex-product-pro div.product .woocommerce-product-gallery__image > img {
	display: block !important;
	width: 100% !important;
	height: clamp(440px, 39vw, 600px) !important;
	min-height: 440px !important;
	object-fit: contain !important;
	object-position: center !important;
	border-radius: 22px !important;
	box-shadow: none !important;
}

body.gitex-product-pro .gxpp-badges {
	order: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

body.gitex-product-pro .gxpp-badges span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 13px;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.10);
	border: 1px solid rgba(37, 99, 235, 0.15);
	color: var(--gxpp-indigo);
	font-size: 12px;
	font-weight: 900;
}

body.gitex-product-pro .gxpp-badges .gxpp-sale {
	background: rgba(239, 51, 64, 0.10);
	border-color: rgba(239, 51, 64, 0.15);
	color: var(--gxpp-red);
}

body.gitex-product-pro .product_title {
	order: 2;
	margin: 0 0 12px !important;
	color: var(--gxpp-ink) !important;
	font-size: clamp(30px, 2.8vw, 46px) !important;
	font-weight: 900 !important;
	line-height: 1.25 !important;
	letter-spacing: 0 !important;
}

body.gitex-product-pro .woocommerce-product-rating {
	order: 3;
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	margin: 0 0 16px !important;
	color: var(--gxpp-muted) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
}

body.gitex-product-pro .star-rating {
	color: #f59e0b !important;
}

body.gitex-product-pro div.product .summary .price {
	order: 4;
	display: flex !important;
	align-items: baseline !important;
	gap: 10px !important;
	margin: 0 0 18px !important;
	color: var(--gxpp-red) !important;
	font-size: clamp(30px, 2.6vw, 44px) !important;
	font-weight: 900 !important;
	line-height: 1 !important;
}

body.gitex-product-pro div.product .summary .price del,
body.gitex-product-pro div.product .summary .price .from {
	display: none !important;
}

body.gitex-product-pro div.product .summary .price ins {
	text-decoration: none !important;
}

body.gitex-product-pro .woocommerce-product-details__short-description {
	order: 5;
	margin: 0 0 18px !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
}

body.gitex-product-pro .gxpp-short-description {
	position: relative;
	padding: 18px 20px !important;
	background:
		linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(6, 182, 212, 0.08)),
		#f8fbff !important;
	border: 1px solid var(--gxpp-line) !important;
	border-radius: 20px !important;
	color: #344054 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.95 !important;
}

body.gitex-product-pro .gxpp-short-description-content {
	overflow: hidden;
	transition: max-height 0.22s ease;
}

body.gitex-product-pro .gxpp-short-description.is-collapsed .gxpp-short-description-content {
	max-height: 92px;
}

body.gitex-product-pro .gxpp-short-description.is-open .gxpp-short-description-content {
	max-height: 900px;
}

body.gitex-product-pro .gxpp-read-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	margin-top: 10px;
	padding: 0 14px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: var(--gxpp-blue);
	font-size: 13px;
	font-weight: 900;
	box-shadow: 0 8px 18px rgba(37, 99, 235, 0.12);
	cursor: pointer;
}

body.gitex-product-pro .gxpp-benefits {
	order: 6;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 18px !important;
	padding: 0 !important;
	list-style: none !important;
}

body.gitex-product-pro .gxpp-benefits li {
	position: relative;
	min-height: 46px;
	display: flex;
	align-items: center;
	padding: 10px 34px 10px 12px;
	background: #fff;
	border: 1px solid var(--gxpp-line);
	border-radius: 16px;
	color: var(--gxpp-ink);
	font-size: 13px;
	font-weight: 900;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

body.gitex-product-pro .gxpp-benefits li::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 13px;
	width: 13px;
	height: 13px;
	border-radius: 4px;
	background: linear-gradient(135deg, var(--gxpp-green), #22c55e);
	transform: translateY(-50%);
	box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.10);
}

body.gitex-product-pro form.cart {
	order: 7;
	display: grid !important;
	gap: 14px !important;
	margin: 0 !important;
	padding: 18px !important;
	background: #f8fbff !important;
	border: 1px solid var(--gxpp-line) !important;
	border-radius: 22px !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

body.gitex-product-pro form.cart table.variations,
body.gitex-product-pro form.cart table.variations tbody,
body.gitex-product-pro form.cart table.variations tr,
body.gitex-product-pro form.cart table.variations th,
body.gitex-product-pro form.cart table.variations td {
	display: block !important;
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	text-align: right !important;
}

body.gitex-product-pro form.cart table.variations label {
	display: block !important;
	margin: 0 0 8px !important;
	color: var(--gxpp-ink) !important;
	font-size: 13px !important;
	font-weight: 900 !important;
}

body.gitex-product-pro form.cart table.variations select,
body.gitex-product-pro form.cart input,
body.gitex-product-pro form.cart textarea {
	width: 100% !important;
	min-height: 50px !important;
	border: 1px solid #d9e2ee !important;
	border-radius: 15px !important;
	background: #fff !important;
	color: var(--gxpp-ink) !important;
	font-weight: 800 !important;
	box-shadow: none !important;
}

body.gitex-product-pro .woocommerce-variation-add-to-cart {
	display: grid !important;
	grid-template-columns: 94px minmax(0, 1fr) minmax(0, 1fr) !important;
	gap: 10px !important;
	align-items: stretch !important;
	direction: ltr !important;
}

body.gitex-product-pro .woocommerce-variation-add-to-cart > * {
	direction: rtl !important;
}

body.gitex-product-pro .single_variation,
body.gitex-product-pro .woocommerce-variation {
	grid-column: 1 / -1 !important;
}

body.gitex-product-pro .quantity {
	order: 1;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 54px !important;
	background: #fff !important;
	border: 1px solid #d9e2ee !important;
	border-radius: 15px !important;
}

body.gitex-product-pro .quantity .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
}

body.gitex-product-pro .quantity .qty {
	width: 62px !important;
	min-height: 42px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	text-align: center !important;
	font-size: 16px !important;
	font-weight: 900 !important;
}

body.gitex-product-pro .single_add_to_cart_button,
body.gitex-product-pro .gxpp-buy-now {
	min-height: 54px !important;
	width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 15px !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.13) !important;
	transition: transform 0.18s ease, box-shadow 0.18s ease !important;
}

body.gitex-product-pro .single_add_to_cart_button {
	order: 3;
	background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
}

body.gitex-product-pro .gxpp-buy-now {
	order: 2;
	background: linear-gradient(135deg, #16a34a, #15803d) !important;
}

body.gitex-product-pro .single_add_to_cart_button:hover,
body.gitex-product-pro .gxpp-buy-now:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 34px rgba(15, 23, 42, 0.16) !important;
}

body.gitex-product-pro .gxpp-secure-note {
	order: 8;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	margin-top: 12px;
	padding: 14px 16px;
	background: #111827;
	border-radius: 18px;
	color: #fff;
}

body.gitex-product-pro .gxpp-secure-note strong,
body.gitex-product-pro .gxpp-secure-note span {
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

body.gitex-product-pro .gxpp-trust-strip {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
	direction: rtl;
}

body.gitex-product-pro .gxpp-trust-strip div {
	min-height: 96px;
	padding: 18px;
	background: #fff;
	border: 1px solid var(--gxpp-line);
	border-radius: 22px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
	text-align: center;
}

body.gitex-product-pro .gxpp-trust-strip strong {
	display: block;
	color: var(--gxpp-blue);
	font-size: 22px;
	font-weight: 900;
}

body.gitex-product-pro .gxpp-trust-strip span {
	display: block;
	margin-top: 4px;
	color: var(--gxpp-muted);
	font-size: 13px;
	font-weight: 800;
}

body.gitex-product-pro .woocommerce-tabs {
	grid-column: 1 / -1 !important;
	width: 100% !important;
	margin: 30px 0 0 !important;
	padding: clamp(22px, 2.8vw, 40px) !important;
	background: #fff !important;
	border: 1px solid var(--gxpp-line) !important;
	border-radius: 30px !important;
	box-shadow: var(--gxpp-shadow) !important;
	direction: rtl !important;
}

body.gitex-product-pro .woocommerce-tabs ul.tabs {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	margin: 0 0 24px !important;
	padding: 0 !important;
	border: 0 !important;
}

body.gitex-product-pro .woocommerce-tabs ul.tabs::before,
body.gitex-product-pro .woocommerce-tabs ul.tabs::after {
	display: none !important;
}

body.gitex-product-pro .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	background: #f8fbff !important;
	border: 1px solid var(--gxpp-line) !important;
	border-radius: 999px !important;
	overflow: hidden !important;
}

body.gitex-product-pro .woocommerce-tabs ul.tabs li.active {
	background: linear-gradient(135deg, var(--gxpp-blue), var(--gxpp-indigo)) !important;
	border-color: transparent !important;
}

body.gitex-product-pro .woocommerce-tabs ul.tabs li a {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 46px !important;
	padding: 0 24px !important;
	color: var(--gxpp-ink) !important;
	font-size: 14px !important;
	font-weight: 900 !important;
}

body.gitex-product-pro .woocommerce-tabs ul.tabs li.active a {
	color: #fff !important;
}

body.gitex-product-pro .woocommerce-Tabs-panel {
	color: #303846 !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 2.05 !important;
	text-align: right !important;
}

body.gitex-product-pro .related.products {
	grid-column: 1 / -1 !important;
	margin-top: 32px !important;
	padding: clamp(22px, 2.8vw, 40px) !important;
	background: #fff !important;
	border: 1px solid var(--gxpp-line) !important;
	border-radius: 30px !important;
	box-shadow: var(--gxpp-shadow) !important;
	direction: rtl !important;
}

body.gitex-product-pro .related.products > h2 {
	margin: 0 0 22px !important;
	color: var(--gxpp-ink) !important;
	font-size: clamp(24px, 2vw, 32px) !important;
	font-weight: 900 !important;
	text-align: right !important;
}

body.gitex-product-pro .related.products ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 22px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.gitex-product-pro .related.products ul.products li.product {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 0 14px !important;
	background: #fff !important;
	border: 1px solid var(--gxpp-line) !important;
	border-radius: 24px !important;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07) !important;
	overflow: hidden !important;
	text-align: center !important;
}

body.gitex-product-pro .related.products ul.products li.product img {
	width: 100% !important;
	aspect-ratio: 1 / 1.08 !important;
	height: auto !important;
	margin: 0 !important;
	object-fit: cover !important;
	border-radius: 0 !important;
}

body.gitex-product-pro .related.products .woocommerce-loop-product__title {
	margin: 14px 0 6px !important;
	padding: 0 16px !important;
	color: var(--gxpp-ink) !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	line-height: 1.55 !important;
	text-align: center !important;
}

body.gitex-product-pro .related.products .star-rating {
	float: none !important;
	display: block !important;
	margin: 6px auto 4px !important;
}

body.gitex-product-pro .related.products .price {
	display: flex !important;
	justify-content: center !important;
	margin: 4px 0 10px !important;
	padding: 0 16px !important;
	color: var(--gxpp-red) !important;
	font-size: 17px !important;
	font-weight: 900 !important;
}

body.gitex-product-pro .related.products .button {
	width: calc(100% - 32px) !important;
	min-height: 46px !important;
	margin: 8px 16px 0 !important;
	border: 0 !important;
	border-radius: 14px !important;
	background: linear-gradient(135deg, var(--gxpp-blue), var(--gxpp-indigo)) !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 900 !important;
}

@media (max-width: 1180px) {
	body.gitex-product-pro div.product {
		width: min(100% - 28px, 860px) !important;
		grid-template-columns: 1fr !important;
		direction: rtl !important;
	}

	body.gitex-product-pro div.product .woocommerce-product-gallery,
	body.gitex-product-pro div.product .summary {
		grid-column: 1 !important;
	}

	body.gitex-product-pro div.product .woocommerce-product-gallery {
		grid-row: 1 !important;
	}

	body.gitex-product-pro div.product .summary {
		grid-row: 2 !important;
	}

	body.gitex-product-pro div.product .woocommerce-product-gallery__image > a > img,
	body.gitex-product-pro div.product .woocommerce-product-gallery__image > img {
		height: auto !important;
		min-height: 0 !important;
	}

	body.gitex-product-pro .gxpp-benefits,
	body.gitex-product-pro .gxpp-trust-strip,
	body.gitex-product-pro .related.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 720px) {
	body.gitex-product-pro div.product {
		width: min(100% - 18px, 860px) !important;
		gap: 16px !important;
	}

	body.gitex-product-pro div.product .summary,
	body.gitex-product-pro div.product .woocommerce-product-gallery,
	body.gitex-product-pro .woocommerce-tabs,
	body.gitex-product-pro .related.products {
		padding: 16px !important;
		border-radius: 22px !important;
	}

	body.gitex-product-pro .gxpp-benefits,
	body.gitex-product-pro .gxpp-trust-strip,
	body.gitex-product-pro .related.products ul.products,
	body.gitex-product-pro .woocommerce-variation-add-to-cart {
		grid-template-columns: 1fr !important;
	}

	body.gitex-product-pro .product_title {
		font-size: 26px !important;
	}
}

/* GXPP shop/category page shell */
body.woocommerce-shop,
body.tax-product_cat,
body.post-type-archive-product {
	background:
		radial-gradient(circle at 82% 8%, rgba(37, 99, 235, 0.10), transparent 30%),
		linear-gradient(180deg, #fbfdff 0%, #f6f8fc 44%, #f5f7fb 100%) !important;
}

body.woocommerce-shop .site-content,
body.tax-product_cat .site-content,
body.post-type-archive-product .site-content {
	background: transparent !important;
}

body.woocommerce-shop .ast-container,
body.tax-product_cat .ast-container,
body.post-type-archive-product .ast-container {
	width: min(100% - 36px, 1440px) !important;
	max-width: 1440px !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body.woocommerce-shop .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.post-type-archive-product .woocommerce-products-header {
	margin: 28px 0 20px !important;
	padding: clamp(24px, 3vw, 42px) !important;
	background:
		radial-gradient(circle at 18% 20%, rgba(6, 182, 212, 0.18), transparent 32%),
		linear-gradient(135deg, #ffffff 0%, #eef6ff 100%) !important;
	border: 1px solid #e7edf5 !important;
	border-radius: 30px !important;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08) !important;
	text-align: right !important;
}

body.woocommerce-shop .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title,
body.post-type-archive-product .woocommerce-products-header__title,
body.woocommerce-shop .page-title,
body.tax-product_cat .page-title,
body.post-type-archive-product .page-title {
	margin: 0 !important;
	color: #111827 !important;
	font-size: clamp(28px, 3vw, 46px) !important;
	font-weight: 900 !important;
	line-height: 1.25 !important;
	letter-spacing: 0 !important;
}

body.woocommerce-shop .term-description,
body.tax-product_cat .term-description,
body.post-type-archive-product .term-description {
	max-width: 760px !important;
	margin: 12px 0 0 auto !important;
	color: #667085 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.9 !important;
}

body.woocommerce-shop .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count,
body.post-type-archive-product .woocommerce-result-count,
body.woocommerce-shop .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering,
body.post-type-archive-product .woocommerce-ordering {
	float: none !important;
	margin: 0 !important;
}

body.woocommerce-shop .woocommerce-notices-wrapper + .woocommerce-result-count,
body.tax-product_cat .woocommerce-notices-wrapper + .woocommerce-result-count,
body.post-type-archive-product .woocommerce-notices-wrapper + .woocommerce-result-count,
body.woocommerce-shop .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count,
body.post-type-archive-product .woocommerce-result-count {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 44px !important;
	padding: 0 16px !important;
	background: #fff !important;
	border: 1px solid #e7edf5 !important;
	border-radius: 999px !important;
	color: #667085 !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05) !important;
}

body.woocommerce-shop .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering,
body.post-type-archive-product .woocommerce-ordering {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	margin-bottom: 18px !important;
}

body.woocommerce-shop .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select,
body.post-type-archive-product .woocommerce-ordering select {
	min-height: 44px !important;
	padding: 0 16px !important;
	background: #fff !important;
	border: 1px solid #e7edf5 !important;
	border-radius: 999px !important;
	color: #111827 !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05) !important;
}

body.woocommerce-shop nav.woocommerce-pagination,
body.tax-product_cat nav.woocommerce-pagination,
body.post-type-archive-product nav.woocommerce-pagination {
	margin: 32px 0 60px !important;
	text-align: center !important;
}

body.woocommerce-shop nav.woocommerce-pagination ul,
body.tax-product_cat nav.woocommerce-pagination ul,
body.post-type-archive-product nav.woocommerce-pagination ul {
	display: inline-flex !important;
	gap: 8px !important;
	margin: 0 !important;
	padding: 8px !important;
	background: #fff !important;
	border: 1px solid #e7edf5 !important;
	border-radius: 999px !important;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08) !important;
}

body.woocommerce-shop nav.woocommerce-pagination ul li,
body.tax-product_cat nav.woocommerce-pagination ul li,
body.post-type-archive-product nav.woocommerce-pagination ul li {
	border: 0 !important;
}

body.woocommerce-shop nav.woocommerce-pagination ul li a,
body.woocommerce-shop nav.woocommerce-pagination ul li span,
body.tax-product_cat nav.woocommerce-pagination ul li a,
body.tax-product_cat nav.woocommerce-pagination ul li span,
body.post-type-archive-product nav.woocommerce-pagination ul li a,
body.post-type-archive-product nav.woocommerce-pagination ul li span {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 38px !important;
	height: 38px !important;
	border-radius: 999px !important;
	color: #111827 !important;
	font-weight: 900 !important;
}

body.woocommerce-shop nav.woocommerce-pagination ul li span.current,
body.tax-product_cat nav.woocommerce-pagination ul li span.current,
body.post-type-archive-product nav.woocommerce-pagination ul li span.current {
	background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
	color: #fff !important;
}

/* GXPP unified WooCommerce cards final override */
body.woocommerce ul.products,
body.woocommerce-page ul.products,
body .woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	direction: rtl !important;
}

body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product,
body .woocommerce ul.products li.product {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 0 14px !important;
	background: #fff !important;
	border: 1px solid #e7edf5 !important;
	border-radius: 24px !important;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08) !important;
	overflow: hidden !important;
	text-align: center !important;
}

body.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
body.woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap,
body .woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
	order: 1 !important;
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.woocommerce ul.products li.product .astra-shop-summary-wrap,
body.woocommerce-page ul.products li.product .astra-shop-summary-wrap,
body .woocommerce ul.products li.product .astra-shop-summary-wrap {
	order: 2 !important;
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	align-items: center !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
}

body.woocommerce ul.products li.product img,
body.woocommerce-page ul.products li.product img,
body .woocommerce ul.products li.product img {
	width: 100% !important;
	aspect-ratio: 1 / 1.08 !important;
	height: auto !important;
	margin: 0 !important;
	object-fit: cover !important;
	object-position: center !important;
	border-radius: 0 !important;
}

body.woocommerce ul.products li.product .ast-loop-product__link,
body.woocommerce-page ul.products li.product .ast-loop-product__link,
body .woocommerce ul.products li.product .ast-loop-product__link {
	order: 1 !important;
	display: block !important;
	width: 100% !important;
	text-decoration: none !important;
}

body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
body .woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 42px !important;
	margin: 14px 0 5px !important;
	padding: 0 16px !important;
	color: #111827 !important;
	font-size: 13.5px !important;
	font-weight: 900 !important;
	line-height: 1.55 !important;
	text-align: center !important;
}

body.woocommerce ul.products li.product .price,
body.woocommerce-page ul.products li.product .price,
body .woocommerce ul.products li.product .price {
	order: 2 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 24px !important;
	margin: 0 0 5px !important;
	padding: 0 16px !important;
	color: #ef3340 !important;
	font-size: 15.5px !important;
	font-weight: 900 !important;
	line-height: 1.4 !important;
	text-align: center !important;
}

body.woocommerce ul.products li.product .review-rating,
body.woocommerce-page ul.products li.product .review-rating,
body .woocommerce ul.products li.product .review-rating,
body.woocommerce ul.products li.product .star-rating,
body.woocommerce-page ul.products li.product .star-rating,
body .woocommerce ul.products li.product .star-rating {
	order: 3 !important;
	float: none !important;
	display: block !important;
	min-height: 14px !important;
	margin: 0 auto 10px !important;
	color: #f59e0b !important;
	font-size: 12px !important;
	line-height: 1 !important;
}

body.woocommerce ul.products li.product .button,
body.woocommerce-page ul.products li.product .button,
body .woocommerce ul.products li.product .button,
body.woocommerce ul.products li.product .gxpp-loop-button,
body.woocommerce-page ul.products li.product .gxpp-loop-button,
body .woocommerce ul.products li.product .gxpp-loop-button {
	order: 4 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: calc(100% - 32px) !important;
	min-height: 46px !important;
	margin: auto 16px 0 !important;
	border: 0 !important;
	border-radius: 14px !important;
	background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
	color: #fff !important;
	font-size: 13.5px !important;
	font-weight: 900 !important;
	text-decoration: none !important;
	box-shadow: 0 14px 28px rgba(37, 99, 235, 0.20) !important;
}

body.woocommerce ul.products li.product .button:not(.gxpp-loop-button),
body.woocommerce-page ul.products li.product .button:not(.gxpp-loop-button),
body .woocommerce ul.products li.product .button:not(.gxpp-loop-button) {
	display: none !important;
}

body.woocommerce ul.products li.product .price del,
body.woocommerce-page ul.products li.product .price del,
body .woocommerce ul.products li.product .price del,
body.woocommerce ul.products li.product .price .screen-reader-text,
body.woocommerce-page ul.products li.product .price .screen-reader-text,
body .woocommerce ul.products li.product .price .screen-reader-text,
body.woocommerce ul.products li.product .price .from,
body.woocommerce-page ul.products li.product .price .from,
body .woocommerce ul.products li.product .price .from,
body.woocommerce ul.products li.product .ast-woo-product-category,
body.woocommerce-page ul.products li.product .ast-woo-product-category,
body .woocommerce ul.products li.product .ast-woo-product-category {
	display: none !important;
}

@media (max-width: 1180px) {
	body.woocommerce ul.products,
	body.woocommerce-page ul.products,
	body .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 720px) {
	body.woocommerce ul.products,
	body.woocommerce-page ul.products,
	body .woocommerce ul.products {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 920px) {
	.gxpp-feature-strip,
	.gxpp-feature-strip--cols-3,
	.gxpp-feature-strip--cols-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.gxpp-feature-strip,
	.gxpp-feature-strip--cols-2,
	.gxpp-feature-strip--cols-3,
	.gxpp-feature-strip--cols-4 {
		grid-template-columns: 1fr;
	}
}

.gxpp-products-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	direction: rtl;
}

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

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

.gxpp-products-layout-slider {
	display: flex !important;
	grid-template-columns: none !important;
	gap: 18px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-padding-inline: 12px;
	padding: 8px 6px 18px;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
}

.gxpp-products-layout-slider.gxpp-auto-scroll {
	scrollbar-width: thin;
}

.gxpp-products-layout-slider::-webkit-scrollbar,
.gxpp-reviews-track::-webkit-scrollbar {
	height: 8px;
}

.gxpp-products-layout-slider::-webkit-scrollbar-thumb,
.gxpp-reviews-track::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 999px;
}

.gxpp-products-layout-slider .gxpp-product-card {
	flex: 0 0 var(--gxpp-slider-card-width, 280px);
	scroll-snap-align: start;
}

.gxpp-product-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid rgba(209, 226, 246, .95);
	border-radius: 24px;
	box-shadow: 0 16px 44px rgba(18, 60, 186, 0.08);
	overflow: hidden;
	text-align: center;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.gxpp-product-card:hover {
	transform: translateY(-4px);
	border-color: rgba(11, 140, 255, 0.28);
	box-shadow: 0 24px 62px rgba(18, 60, 186, 0.14);
}

.gxpp-product-card__media {
	display: block;
	width: 100%;
	background:
		radial-gradient(circle at 20% 8%, rgba(18, 215, 238, .18), transparent 32%),
		linear-gradient(180deg, #fbfdff, #f2f7ff);
}

.gxpp-product-card__media img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1.08;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.gxpp-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	padding: 14px 16px 16px;
}

.gxpp-product-card h3 {
	min-height: 42px;
	margin: 0 0 6px;
	font-size: 13.5px;
	font-weight: 900;
	line-height: 1.55;
}

.gxpp-product-card h3 a {
	color: #111827;
	text-decoration: none;
}

.gxpp-product-card .star-rating {
	order: 3;
	float: none;
	margin: 2px auto 10px;
	color: #f59e0b;
	font-size: 12px;
}

.gxpp-product-card__price {
	order: 2;
	margin: 0 0 3px;
	color: #ef3340;
	font-size: 15.5px;
	font-weight: 900;
}

.gxpp-product-card__price del,
.gxpp-product-card__price .from {
	display: none;
}

.gxpp-product-card__button {
	order: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	margin-top: 4px;
	border-radius: 14px;
	background: linear-gradient(135deg, #2563eb, #1d4ed8);
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 14px 28px rgba(37, 99, 235, 0.20);
}

body .woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 24px !important;
	direction: rtl !important;
}

body .woocommerce ul.products::before,
body .woocommerce ul.products::after {
	display: none !important;
}

body .woocommerce ul.products li.product {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 0 14px !important;
	background: #fff !important;
	border: 1px solid #e7edf5 !important;
	border-radius: 24px !important;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08) !important;
	overflow: hidden !important;
	text-align: center !important;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease !important;
}

body .woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
body .woocommerce ul.products li.product .astra-shop-summary-wrap,
body .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
}

body .woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
body .woocommerce ul.products li.product .woocommerce-LoopProduct-link:first-child {
	order: 1 !important;
}

body .woocommerce ul.products li.product .astra-shop-summary-wrap {
	order: 2 !important;
	flex: 1 1 auto !important;
}

body .woocommerce ul.products li.product:hover {
	transform: translateY(-4px) !important;
	border-color: rgba(37, 99, 235, 0.25) !important;
	box-shadow: 0 24px 58px rgba(15, 23, 42, 0.13) !important;
}

body .woocommerce ul.products li.product img {
	display: block !important;
	width: 100% !important;
	aspect-ratio: 1 / 1.08 !important;
	height: auto !important;
	margin: 0 !important;
	object-fit: cover !important;
	object-position: center !important;
	border-radius: 0 !important;
}

body .woocommerce ul.products li.product .woocommerce-loop-product__title {
	order: 1 !important;
	min-height: 42px !important;
	margin: 14px 0 6px !important;
	padding: 0 16px !important;
	color: #111827 !important;
	font-size: 13.5px !important;
	font-weight: 900 !important;
	line-height: 1.55 !important;
	text-align: center !important;
}

body .woocommerce ul.products li.product .price {
	order: 2 !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	margin: 0 0 3px !important;
	padding: 0 16px !important;
	color: #ef3340 !important;
	font-size: 15.5px !important;
	font-weight: 900 !important;
	text-align: center !important;
}

body .woocommerce ul.products li.product .star-rating {
	order: 3 !important;
	float: none !important;
	display: block !important;
	margin: 2px auto 10px !important;
	color: #f59e0b !important;
	font-size: 12px !important;
}

body .woocommerce ul.products li.product .button,
body .woocommerce ul.products li.product .added_to_cart {
	order: 4 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: calc(100% - 32px) !important;
	min-height: 46px !important;
	margin: 4px 16px 0 !important;
	border: 0 !important;
	border-radius: 14px !important;
	background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
	color: #fff !important;
	font-size: 13.5px !important;
	font-weight: 900 !important;
	text-decoration: none !important;
	box-shadow: 0 14px 28px rgba(37, 99, 235, 0.20) !important;
}

body .woocommerce ul.products li.product a.ast-loop-product__link {
	display: contents !important;
}

body .woocommerce ul.products li.product .woocommerce-loop-product__link {
	display: contents !important;
}

body .woocommerce ul.products li.product .price del,
body .woocommerce ul.products li.product .price .from,
body .woocommerce ul.products li.product .ast-woo-product-category,
body .woocommerce ul.products li.product .woocommerce-loop-category__title mark,
body .woocommerce ul.products li.product .ast-shop-product-out-of-stock,
body .woocommerce ul.products li.product .ast-on-card-button {
	display: none !important;
}

.gxpp-category-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
	direction: rtl;
}

.gxpp-category-card {
	display: grid;
	gap: 8px;
	min-height: 142px;
	padding: 20px;
	background:
		radial-gradient(circle at 20% 10%, rgba(6, 182, 212, 0.16), transparent 34%),
		#fff;
	border: 1px solid #e7edf5;
	border-radius: 24px;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
	color: #111827;
	text-align: right;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.gxpp-category-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 58px rgba(15, 23, 42, 0.12);
}

.gxpp-category-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 16px;
	background: linear-gradient(135deg, #2563eb, #06b6d4);
	color: #fff;
	font-size: 20px;
	font-weight: 900;
}

.gxpp-category-card strong {
	font-size: 16px;
	font-weight: 900;
}

.gxpp-category-card small {
	color: #667085;
	font-size: 13px;
	font-weight: 800;
}

@media (max-width: 1180px) {
	.gxpp-products-grid,
	.gxpp-products-grid.gxpp-columns-3,
	.gxpp-products-grid.gxpp-columns-4,
	.gxpp-category-grid,
	body .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.gxpp-products-grid,
	.gxpp-products-grid.gxpp-columns-2,
	.gxpp-products-grid.gxpp-columns-3,
	.gxpp-products-grid.gxpp-columns-4,
	.gxpp-category-grid,
	body .woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.gxpp-products-grid.gxpp-mobile-columns-2:not(.gxpp-products-layout-slider) {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px;
	}

	.gxpp-products-grid.gxpp-mobile-columns-1:not(.gxpp-products-layout-slider) {
		grid-template-columns: 1fr !important;
	}

	.gxpp-products-grid.gxpp-mobile-columns-2 .gxpp-product-card h3 {
		min-height: 38px;
		font-size: 12px;
	}

	.gxpp-products-grid.gxpp-mobile-columns-2 .gxpp-product-card__body {
		padding: 10px;
	}

	.gxpp-products-layout-slider .gxpp-product-card {
		flex-basis: calc((100vw - 54px) / 2);
	}

	.gxpp-products-layout-slider.gxpp-mobile-columns-1 .gxpp-product-card {
		flex-basis: min(82vw, var(--gxpp-slider-card-width, 280px));
	}
}

/* GXPP 1.0.9 full-site polish */
body:not(.wp-admin) {
	--gxpp-site-bg: #f6f9ff;
	--gxpp-card-bg: #ffffff;
	--gxpp-text: #111827;
	--gxpp-soft-text: #667085;
	--gxpp-border: #e7edf5;
	--gxpp-primary: #0b8cff;
	--gxpp-primary-dark: #123cba;
	--gxpp-accent: #12d7ee;
	--gxpp-violet: #7c3aed;
	--gxpp-danger: #ef3340;
	--gxpp-success: #16a34a;
	background:
		radial-gradient(circle at 84% 8%, rgba(18, 215, 238, 0.16), transparent 28%),
		radial-gradient(circle at 18% 0%, rgba(124, 58, 237, 0.10), transparent 26%),
		linear-gradient(180deg, #fbfdff 0%, var(--gxpp-site-bg) 48%, #f4f7fb 100%) !important;
	color: var(--gxpp-text);
	font-family: Tajawal, Cairo, "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	direction: rtl;
}

body:not(.wp-admin) .ast-container,
body:not(.wp-admin) .site-content .ast-container,
body:not(.wp-admin) .ast-woocommerce-container,
body:not(.wp-admin) .site-primary-footer-wrap[data-section],
body:not(.wp-admin) .site-below-footer-wrap[data-section],
body:not(.wp-admin) .elementor-section.elementor-section-boxed > .elementor-container {
	width: 90vw !important;
	max-width: 1440px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body:not(.wp-admin) .e-con {
	--width: min(90vw, 1440px);
}

body:not(.wp-admin) .site-header,
body:not(.wp-admin) .ast-primary-header-bar,
body:not(.wp-admin) .main-header-bar {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.96)) !important;
	border-bottom: 1px solid rgba(209, 226, 246, 0.95) !important;
	box-shadow: 0 16px 44px rgba(18, 60, 186, 0.08) !important;
	backdrop-filter: blur(16px);
}

body:not(.wp-admin) .site-header::after,
body:not(.wp-admin) .ast-primary-header-bar::after {
	content: "";
	display: block;
	height: 3px;
	background: linear-gradient(90deg, var(--gxpp-primary-dark), var(--gxpp-primary), var(--gxpp-accent), var(--gxpp-violet));
	opacity: .92;
}

body:not(.wp-admin) .main-header-menu > .menu-item > .menu-link,
body:not(.wp-admin) .ast-builder-menu-1 .menu-item > .menu-link {
	min-height: 42px !important;
	padding: 0 14px !important;
	border-radius: 999px !important;
	color: #172554 !important;
	font-size: 13.5px !important;
	font-weight: 900 !important;
	letter-spacing: 0 !important;
	transition: background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

body:not(.wp-admin) .main-header-menu > .menu-item:hover > .menu-link,
body:not(.wp-admin) .main-header-menu > .current-menu-item > .menu-link,
body:not(.wp-admin) .ast-builder-menu-1 .menu-item:hover > .menu-link,
body:not(.wp-admin) .ast-builder-menu-1 .current-menu-item > .menu-link {
	background: linear-gradient(135deg, rgba(11, 140, 255, 0.12), rgba(18, 215, 238, 0.12)) !important;
	color: var(--gxpp-primary-dark) !important;
	box-shadow: inset 0 0 0 1px rgba(11, 140, 255, .16), 0 8px 18px rgba(18, 60, 186, .08) !important;
}

body:not(.wp-admin) .custom-logo-link img,
body:not(.wp-admin) .site-logo-img img {
	width: min(175px, 48vw) !important;
	max-width: 175px !important;
	max-height: 121px !important;
	height: auto !important;
	object-fit: contain !important;
}

body:not(.wp-admin) .site-footer {
	margin-top: 54px;
	background: #0f172a !important;
	color: #e5e7eb !important;
}

body:not(.wp-admin) .site-footer a,
body:not(.wp-admin) .site-footer p,
body:not(.wp-admin) .site-footer li,
body:not(.wp-admin) .site-footer .widget-title {
	color: #e5e7eb !important;
}

body.gitex-product-pro .ast-sticky-add-to-cart {
	display: none !important;
}

body.gitex-product-pro form.cart:not(.variations_form) {
	grid-template-columns: 94px minmax(0, 1fr) minmax(0, 1fr) !important;
	align-items: stretch !important;
	direction: ltr !important;
}

body.gitex-product-pro form.cart:not(.variations_form) > * {
	direction: rtl !important;
}

body.gitex-product-pro div.product {
	width: min(90vw, 1440px) !important;
	grid-template-columns: minmax(0, 1.34fr) minmax(340px, 0.78fr) !important;
	gap: 18px !important;
	padding: clamp(16px, 1.8vw, 26px) !important;
	background:
		radial-gradient(circle at 76% 8%, rgba(6, 182, 212, 0.16), transparent 28%),
		radial-gradient(circle at 18% 18%, rgba(37, 99, 235, 0.12), transparent 34%),
		linear-gradient(135deg, #ffffff 0%, #eef6ff 100%) !important;
	border: 1px solid var(--gxpp-border) !important;
	border-radius: 34px !important;
	box-shadow: 0 22px 62px rgba(15, 23, 42, 0.10) !important;
}

body.gitex-product-pro div.product .summary,
body.gitex-product-pro div.product .woocommerce-product-gallery {
	background: rgba(255, 255, 255, 0.76) !important;
	border-color: rgba(231, 237, 245, 0.88) !important;
	box-shadow: none !important;
}

body.gitex-product-pro div.product .woocommerce-product-gallery {
	padding: 12px !important;
}

body.gitex-product-pro div.product .woocommerce-product-gallery__image > a > img,
body.gitex-product-pro div.product .woocommerce-product-gallery__image > img {
	height: clamp(360px, 31vw, 520px) !important;
	min-height: 360px !important;
}

body.gitex-product-pro .gxpp-short-description {
	background: rgba(255, 255, 255, 0.70) !important;
	border-color: rgba(37, 99, 235, 0.14) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
}

body.gitex-product-pro .related.products > h2:empty {
	display: none !important;
}

body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product,
body .woocommerce ul.products li.product,
.gxpp-product-card {
	border-radius: 26px !important;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08) !important;
}

body.woocommerce ul.products li.product img,
body.woocommerce-page ul.products li.product img,
body .woocommerce ul.products li.product img,
.gxpp-product-card__media img {
	aspect-ratio: 1 / 1.03 !important;
}

body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
body .woocommerce ul.products li.product .woocommerce-loop-product__title,
.gxpp-product-card h3 {
	min-height: 38px !important;
	margin-bottom: 4px !important;
	font-size: 13px !important;
	line-height: 1.48 !important;
}

body.woocommerce ul.products li.product .price,
body.woocommerce-page ul.products li.product .price,
body .woocommerce ul.products li.product .price,
.gxpp-product-card__price {
	margin-bottom: 4px !important;
	color: var(--gxpp-danger) !important;
	font-size: 15px !important;
}

.gxpp-sales-count {
	order: 3 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 26px !important;
	margin: 0 auto 7px !important;
	padding: 0 11px !important;
	border: 1px solid rgba(22, 163, 74, 0.16) !important;
	border-radius: 999px !important;
	background: rgba(22, 163, 74, 0.08) !important;
	color: #15803d !important;
	font-size: 11.5px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
}

.gxpp-sales-count--empty {
	background: rgba(37, 99, 235, 0.08) !important;
	border-color: rgba(37, 99, 235, 0.14) !important;
	color: var(--gxpp-primary-dark) !important;
}

body.woocommerce ul.products li.product .review-rating,
body.woocommerce-page ul.products li.product .review-rating,
body .woocommerce ul.products li.product .review-rating,
body.woocommerce ul.products li.product .star-rating,
body.woocommerce-page ul.products li.product .star-rating,
body .woocommerce ul.products li.product .star-rating,
.gxpp-product-card .star-rating {
	order: 4 !important;
	margin: 0 auto 9px !important;
}

body.woocommerce ul.products li.product .button,
body.woocommerce-page ul.products li.product .button,
body .woocommerce ul.products li.product .button,
body.woocommerce ul.products li.product .gxpp-loop-button,
body.woocommerce-page ul.products li.product .gxpp-loop-button,
body .woocommerce ul.products li.product .gxpp-loop-button,
.gxpp-product-card__button {
	order: 5 !important;
	min-height: 44px !important;
	margin-top: 0 !important;
	border-radius: 15px !important;
}

body.woocommerce-cart,
body.woocommerce-checkout {
	background:
		radial-gradient(circle at 80% 8%, rgba(37, 99, 235, 0.12), transparent 31%),
		linear-gradient(180deg, #fbfdff 0%, #f6f8fc 100%) !important;
}

body.woocommerce-cart .entry-header,
body.woocommerce-checkout .entry-header,
body.woocommerce-cart .ast-single-entry-banner,
body.woocommerce-checkout .ast-single-entry-banner {
	display: none !important;
}

body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content {
	background: transparent !important;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce {
	width: min(90vw, 1440px) !important;
	margin: 34px auto 70px !important;
	direction: rtl !important;
}

body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-form-login-toggle {
	margin-bottom: 18px !important;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart_totals,
body.woocommerce-checkout form.checkout,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout #payment,
body.woocommerce-checkout .woocommerce-form-coupon,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-checkout .woocommerce-message {
	background: rgba(255, 255, 255, 0.96) !important;
	border: 1px solid var(--gxpp-border) !important;
	border-radius: 28px !important;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08) !important;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart_totals,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout #payment,
body.woocommerce-checkout .woocommerce-form-coupon {
	padding: clamp(18px, 2.4vw, 34px) !important;
}

body.woocommerce-cart .cart-collaterals {
	margin-top: 24px !important;
}

body.woocommerce-cart .cart_totals {
	float: none !important;
	width: min(100%, 520px) !important;
	margin-right: auto !important;
	margin-left: 0 !important;
}

body.woocommerce-cart table.shop_table,
body.woocommerce-checkout table.shop_table {
	border: 0 !important;
	border-collapse: separate !important;
	border-spacing: 0 12px !important;
	background: transparent !important;
}

body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td,
body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td {
	padding: 16px !important;
	border: 0 !important;
	background: #f8fbff !important;
	color: var(--gxpp-text) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	text-align: right !important;
	vertical-align: middle !important;
}

body.woocommerce-cart table.shop_table tr th:first-child,
body.woocommerce-cart table.shop_table tr td:first-child,
body.woocommerce-checkout table.shop_table tr th:first-child,
body.woocommerce-checkout table.shop_table tr td:first-child {
	border-radius: 0 18px 18px 0 !important;
}

body.woocommerce-cart table.shop_table tr th:last-child,
body.woocommerce-cart table.shop_table tr td:last-child,
body.woocommerce-checkout table.shop_table tr th:last-child,
body.woocommerce-checkout table.shop_table tr td:last-child {
	border-radius: 18px 0 0 18px !important;
}

body.woocommerce-checkout form.checkout {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.74fr) !important;
	gap: 24px !important;
	align-items: start !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

body.woocommerce-checkout #customer_details {
	grid-column: 1 !important;
}

body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review {
	grid-column: 2 !important;
}

body.woocommerce-checkout #order_review_heading {
	margin: 0 0 14px !important;
	color: var(--gxpp-text) !important;
	font-size: 24px !important;
	font-weight: 900 !important;
}

body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2 {
	float: none !important;
	width: 100% !important;
}

body.woocommerce-checkout .form-row label,
body.woocommerce-cart .coupon label {
	margin-bottom: 8px !important;
	color: var(--gxpp-text) !important;
	font-size: 13px !important;
	font-weight: 900 !important;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-cart input.input-text,
body.woocommerce-cart textarea,
body.woocommerce-cart select {
	min-height: 50px !important;
	border: 1px solid #d9e2ee !important;
	border-radius: 16px !important;
	background: #fff !important;
	color: var(--gxpp-text) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	box-shadow: none !important;
	text-align: right !important;
}

body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout select:focus,
body.woocommerce-cart input.input-text:focus {
	border-color: rgba(37, 99, 235, 0.55) !important;
	box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.10) !important;
	outline: 0 !important;
}

body.woocommerce-cart .button,
body.woocommerce-checkout .button,
body.woocommerce-checkout #place_order {
	min-height: 50px !important;
	border: 0 !important;
	border-radius: 16px !important;
	background: linear-gradient(135deg, var(--gxpp-primary), var(--gxpp-primary-dark)) !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	box-shadow: 0 14px 28px rgba(37, 99, 235, 0.18) !important;
}

body.woocommerce-checkout #place_order {
	width: 100% !important;
	margin-top: 12px !important;
	background: linear-gradient(135deg, var(--gxpp-success), #15803d) !important;
	box-shadow: 0 14px 28px rgba(22, 163, 74, 0.18) !important;
}

body.woocommerce-checkout #payment {
	margin-top: 18px !important;
	background: #f8fbff !important;
	box-shadow: none !important;
}

body.woocommerce-checkout #payment ul.payment_methods {
	padding: 0 !important;
	border: 0 !important;
}

body.woocommerce-checkout #payment div.payment_box {
	background: #fff !important;
	border: 1px solid var(--gxpp-border) !important;
	border-radius: 18px !important;
	color: var(--gxpp-soft-text) !important;
}

@media (max-width: 1180px) {
	body.gitex-product-pro div.product {
		grid-template-columns: 1fr !important;
	}

	body.woocommerce-checkout form.checkout {
		grid-template-columns: 1fr !important;
	}

	body.woocommerce-checkout #customer_details,
	body.woocommerce-checkout #order_review_heading,
	body.woocommerce-checkout #order_review {
		grid-column: 1 !important;
	}
}

@media (max-width: 720px) {
	body:not(.wp-admin) .ast-container,
	body:not(.wp-admin) .site-content .ast-container,
	body:not(.wp-admin) .ast-woocommerce-container,
	body.woocommerce-cart .woocommerce,
	body.woocommerce-checkout .woocommerce,
	body.gitex-product-pro div.product {
		width: calc(100vw - 18px) !important;
		max-width: calc(100vw - 18px) !important;
	}

	body.gitex-product-pro div.product {
		padding: 12px !important;
		border-radius: 24px !important;
	}

	body.gitex-product-pro .woocommerce-variation-add-to-cart {
		grid-template-columns: 82px minmax(0, 1fr) minmax(0, 1fr) !important;
	}

	body.gitex-product-pro .single_add_to_cart_button,
	body.gitex-product-pro .gxpp-buy-now {
		font-size: 12.5px !important;
	}

	body.woocommerce-cart .woocommerce-cart-form,
	body.woocommerce-cart .cart_totals,
	body.woocommerce-checkout #customer_details,
	body.woocommerce-checkout #order_review,
	body.woocommerce-checkout #payment {
		padding: 16px !important;
		border-radius: 22px !important;
	}
}

/* GXPP 1.0.11 requested refinements */
body:not(.wp-admin) .site-header .ast-container,
body:not(.wp-admin) .site-header .ast-builder-grid-row-container-inner,
body:not(.wp-admin) .site-primary-footer-wrap[data-section],
body:not(.wp-admin) .site-below-footer-wrap[data-section],
body:not(.wp-admin) .site-footer .ast-builder-grid-row-container-inner {
	width: 99vw !important;
	max-width: 99vw !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.gitex-product-pro div.product {
	background: #fff !important;
	border-color: #e7edf5 !important;
	box-shadow: 0 22px 60px rgba(15, 23, 42, 0.09) !important;
}

body.gitex-product-pro div.product .summary,
body.gitex-product-pro div.product .woocommerce-product-gallery {
	background: #fff !important;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05) !important;
}

body.gitex-product-pro div.product .woocommerce-product-gallery {
	background:
		linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
}

body.gitex-product-pro .product_title {
	font-size: clamp(25px, 2.05vw, 34px) !important;
	line-height: 1.35 !important;
}

body.gitex-product-pro div.product .summary .price {
	margin-bottom: 10px !important;
	font-size: clamp(28px, 2.25vw, 38px) !important;
}

body.gitex-product-pro .gxpp-product-sales {
	order: 5;
	display: inline-flex;
	align-self: flex-start;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	margin: 0 0 16px;
	padding: 0 14px;
	border: 1px solid rgba(22, 163, 74, 0.16);
	border-radius: 999px;
	background: rgba(22, 163, 74, 0.08);
	color: #15803d;
	font-size: 13px;
	font-weight: 900;
}

body.gitex-product-pro .woocommerce-product-details__short-description {
	order: 6;
}

body.gitex-product-pro .gxpp-benefits {
	order: 7;
}

body.gitex-product-pro form.cart {
	order: 8;
}

body.gitex-product-pro .gxpp-secure-note {
	order: 9;
}

body.woocommerce ul.products li.product .gxpp-sales-count,
body.woocommerce-page ul.products li.product .gxpp-sales-count,
body .woocommerce ul.products li.product .gxpp-sales-count,
.gxpp-product-card .gxpp-sales-count {
	display: none !important;
}

body.woocommerce ul.products li.product .review-rating,
body.woocommerce-page ul.products li.product .review-rating,
body .woocommerce ul.products li.product .review-rating,
body.woocommerce ul.products li.product .star-rating,
body.woocommerce-page ul.products li.product .star-rating,
body .woocommerce ul.products li.product .star-rating,
.gxpp-product-card .star-rating {
	order: 3 !important;
	margin: 1px auto 10px !important;
}

@media (max-width: 720px) {
	body:not(.wp-admin) .site-header .ast-container,
	body:not(.wp-admin) .site-header .ast-builder-grid-row-container-inner,
	body:not(.wp-admin) .site-primary-footer-wrap[data-section],
	body:not(.wp-admin) .site-below-footer-wrap[data-section],
	body:not(.wp-admin) .site-footer .ast-builder-grid-row-container-inner {
		width: calc(100vw - 8px) !important;
		max-width: calc(100vw - 8px) !important;
	}

	body.gitex-product-pro .product_title {
		font-size: 23px !important;
	}
}

/* GXPP 1.0.12 controls, safer checkout and service fields */
body:not(.wp-admin) {
	--gxpp-site-bg: #f7f9fc;
	--gxpp-card-bg: #ffffff;
	--gxpp-text: #111827;
	--gxpp-soft-text: #64748b;
	--gxpp-border: #e2e8f0;
	--gxpp-primary: #2563eb;
	--gxpp-primary-dark: #1d4ed8;
	--gxpp-accent: #0891b2;
	--gxpp-danger: #f04438;
	--gxpp-success: #16a34a;
}

body.gitex-product-pro .summary > .woocommerce-product-details__short-description:not(.gxpp-smart-description) {
	display: none !important;
}

body.gitex-product-pro .woocommerce-product-gallery__trigger {
	display: none !important;
}

body.gitex-product-pro .ast-single-product-payments {
	display: none !important;
}

body.woocommerce span.onsale,
body.woocommerce ul.products li.product .onsale,
body.gitex-product-pro span.onsale {
	top: 14px !important;
	right: 14px !important;
	left: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 7px 12px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #ff4d4f, #f97316) !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	box-shadow: 0 12px 26px rgba(249, 115, 22, 0.28) !important;
}

body.gitex-product-pro .gxpp-service-fields {
	order: 7;
	grid-column: 1 / -1 !important;
	display: grid;
	gap: 12px;
	width: 100% !important;
	margin: 0 0 16px;
	padding: 16px;
	background: #f8fbff;
	border: 1px solid var(--gxpp-border);
	border-radius: 20px;
}

body.gitex-product-pro .gxpp-service-fields__title {
	display: block;
	color: var(--gxpp-text);
	font-size: 14px;
	font-weight: 900;
}

body.gitex-product-pro .gxpp-service-field {
	margin: 0 !important;
}

body.gitex-product-pro .gxpp-service-field label {
	display: block;
	margin-bottom: 7px;
	color: var(--gxpp-text);
	font-size: 13px;
	font-weight: 900;
}

body.gitex-product-pro .gxpp-service-field input,
body.gitex-product-pro .gxpp-service-field textarea {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid #dbe4ef;
	border-radius: 15px;
	background: #fff;
	color: var(--gxpp-text);
	font-size: 14px;
	font-weight: 800;
	box-shadow: none;
	text-align: right;
}

body.gitex-product-pro .gxpp-service-field textarea {
	min-height: 112px;
	resize: vertical;
}

body.gitex-product-pro .gxpp-service-field input:focus,
body.gitex-product-pro .gxpp-service-field textarea:focus {
	border-color: rgba(37, 99, 235, 0.55);
	box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.10);
	outline: 0;
}

body.gitex-product-pro .gxpp-benefits {
	order: 8;
}

body.gitex-product-pro form.cart {
	order: 9;
}

body.gitex-product-pro .gxpp-secure-note {
	order: 10;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 2px 12px;
	padding: 16px;
	background:
		linear-gradient(135deg, #101828 0%, #172554 100%) !important;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
}

body.gitex-product-pro .gxpp-secure-note::before {
	content: "";
	grid-row: 1 / 3;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08)),
		linear-gradient(135deg, var(--gxpp-success), #22c55e);
	box-shadow: 0 10px 20px rgba(22, 163, 74, 0.22);
}

body.gitex-product-pro .gxpp-secure-note strong {
	align-self: end;
	font-size: 15px !important;
}

body.gitex-product-pro .gxpp-secure-note span {
	color: rgba(255, 255, 255, 0.84) !important;
	font-size: 13px !important;
	line-height: 1.75;
}

body.gitex-product-pro .gxpp-safe-checkout {
	order: 11;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 10px;
	padding: 14px 16px;
	background: #fff;
	border: 1px solid var(--gxpp-border);
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

body.gitex-product-pro .gxpp-safe-checkout > span {
	color: var(--gxpp-text);
	font-size: 13px;
	font-weight: 900;
}

body.gitex-product-pro .gxpp-safe-checkout div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

body.gitex-product-pro .gxpp-safe-checkout strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 9px;
	background: #f1f5f9;
	color: #334155;
	font-size: 11px;
	font-weight: 900;
}

body.gitex-product-pro .gxpp-short-description {
	background: #f8fbff !important;
	border-color: #dbeafe !important;
	color: #263244 !important;
}

body.gitex-product-pro .gxpp-read-more {
	background: linear-gradient(135deg, var(--gxpp-primary), var(--gxpp-primary-dark)) !important;
	color: #fff !important;
	box-shadow: 0 12px 24px rgba(37, 99, 235, 0.18) !important;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-shop .ast-container,
body.tax-product_cat .ast-container,
body.post-type-archive-product .ast-container,
body.gitex-product-pro div.product {
	max-width: 1500px !important;
}

/* GXPP 1.0.14 refined palette, rich content and admin UX */
body:not(.wp-admin) {
	--gxpp-site-bg: #f8fafc;
	--gxpp-card-bg: #ffffff;
	--gxpp-text: #0f172a;
	--gxpp-soft-text: #64748b;
	--gxpp-border: #e2e8f0;
	--gxpp-primary: #1d4ed8;
	--gxpp-primary-dark: #1e40af;
	--gxpp-accent: #0ea5e9;
	--gxpp-danger: #e11d48;
	--gxpp-success: #16a34a;
}

body.gitex-product-pro .gxpp-short-description,
body.gitex-product-pro .woocommerce-Tabs-panel {
	color: #1f2937 !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 2 !important;
}

body.gitex-product-pro .gxpp-short-description p,
body.gitex-product-pro .woocommerce-Tabs-panel p {
	margin: 0 0 14px !important;
}

body.gitex-product-pro .gxpp-short-description p:last-child,
body.gitex-product-pro .woocommerce-Tabs-panel p:last-child {
	margin-bottom: 0 !important;
}

body.gitex-product-pro .gxpp-short-description strong,
body.gitex-product-pro .gxpp-short-description b,
body.gitex-product-pro .woocommerce-Tabs-panel strong,
body.gitex-product-pro .woocommerce-Tabs-panel b {
	color: #0f172a !important;
	font-weight: 900 !important;
}

body.gitex-product-pro .gxpp-short-description h2,
body.gitex-product-pro .gxpp-short-description h3,
body.gitex-product-pro .woocommerce-Tabs-panel h2,
body.gitex-product-pro .woocommerce-Tabs-panel h3 {
	margin: 18px 0 10px !important;
	color: #0f172a !important;
	font-size: 22px !important;
	font-weight: 900 !important;
	line-height: 1.55 !important;
}

body.gitex-product-pro .gxpp-short-description ul,
body.gitex-product-pro .gxpp-short-description ol,
body.gitex-product-pro .woocommerce-Tabs-panel ul,
body.gitex-product-pro .woocommerce-Tabs-panel ol {
	display: grid !important;
	gap: 8px !important;
	margin: 12px 0 !important;
	padding: 0 22px 0 0 !important;
}

body.gitex-product-pro .gxpp-short-description li,
body.gitex-product-pro .woocommerce-Tabs-panel li {
	margin: 0 !important;
	padding: 0 !important;
}

body.gitex-product-pro .gxpp-service-fields {
	grid-column: 1 / -1 !important;
	gap: 14px !important;
	padding: 18px !important;
	background:
		linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
	border-color: #dbe4ef !important;
	border-radius: 22px !important;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05) !important;
}

body.gitex-product-pro .gxpp-service-fields__title {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	margin-bottom: 2px !important;
	font-size: 15px !important;
}

body.gitex-product-pro .gxpp-service-fields__title::before {
	content: "";
	width: 34px;
	height: 34px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--gxpp-primary), var(--gxpp-accent));
	box-shadow: 0 10px 22px rgba(29, 78, 216, 0.20);
}

body.gitex-product-pro .gxpp-service-field {
	padding: 12px !important;
	background: #fff !important;
	border: 1px solid #edf2f7 !important;
	border-radius: 18px !important;
}

body.gitex-product-pro .gxpp-service-field label {
	margin-bottom: 9px !important;
	color: #0f172a !important;
	font-size: 13.5px !important;
}

body.gitex-product-pro .gxpp-service-field input,
body.gitex-product-pro .gxpp-service-field textarea {
	border-color: #dbe4ef !important;
	border-radius: 14px !important;
	background: #f8fafc !important;
}

body.gitex-product-pro .gxpp-service-field input::placeholder,
body.gitex-product-pro .gxpp-service-field textarea::placeholder {
	color: #94a3b8 !important;
}

body.woocommerce span.onsale,
body.woocommerce ul.products li.product .onsale,
body.gitex-product-pro span.onsale {
	background: linear-gradient(135deg, #e11d48, #f97316) !important;
	box-shadow: 0 14px 28px rgba(225, 29, 72, 0.24) !important;
}

body.gitex-product-pro .gxpp-badges .gxpp-sale {
	background: rgba(225, 29, 72, 0.08) !important;
	border-color: rgba(225, 29, 72, 0.15) !important;
	color: #be123c !important;
}

.wp-admin .gxpp-admin-benefits-panel {
	margin: 18px 0 22px !important;
	border: 1px solid #dbe4ef !important;
	border-radius: 16px !important;
	background: #f8fafc !important;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06) !important;
	overflow: hidden !important;
	direction: rtl;
}

.wp-admin .gxpp-admin-panel__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
	background: linear-gradient(135deg, #0f172a, #1d4ed8);
	color: #fff;
}

.wp-admin .gxpp-admin-panel__header h2,
.wp-admin .gxpp-admin-panel__header p {
	margin: 0;
	color: #fff;
}

.wp-admin .gxpp-admin-panel__header h2 {
	font-size: 20px;
	font-weight: 900;
}

.wp-admin .gxpp-admin-panel__header p {
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
}

.wp-admin .gxpp-admin-panel__body {
	display: grid;
	gap: 16px;
	padding: 18px !important;
}

.wp-admin .gxpp-admin-section {
	padding: 16px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
}

.wp-admin .gxpp-admin-section h3 {
	margin: 0 0 8px !important;
	color: #0f172a;
	font-size: 16px;
	font-weight: 900;
}

.wp-admin .gxpp-admin-section p {
	color: #64748b !important;
}

.wp-admin .gxpp-admin-two-cols {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 12px 0;
}

.wp-admin .gxpp-admin-section textarea,
.wp-admin .gxpp-admin-section input[type="text"] {
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 8px;
	border: 1px solid #cbd5e1 !important;
	border-radius: 12px !important;
	background: #f8fafc !important;
	box-shadow: none !important;
}

.wp-admin .gxpp-admin-check-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(150px, 1fr));
	gap: 10px;
	margin: 12px 0 16px;
}

.wp-admin .gxpp-admin-check-grid--fields {
	grid-template-columns: repeat(3, minmax(180px, 1fr));
}

.wp-admin .gxpp-admin-check-grid label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 11px 12px;
	background: #f8fafc;
	border: 1px solid #dbe4ef;
	border-radius: 12px;
	color: #0f172a;
	font-weight: 800;
}

.wp-admin .gxpp-admin-status {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	margin-inline-start: 10px;
	color: #1d4ed8;
	font-weight: 800;
}

.wp-admin .gxpp-admin-status.is-error {
	color: #dc2626;
}

.wp-admin .gxpp-admin-status.is-success {
	color: #15803d;
}

@media (max-width: 960px) {
	.wp-admin .gxpp-admin-two-cols,
	.wp-admin .gxpp-admin-check-grid,
	.wp-admin .gxpp-admin-check-grid--fields {
		grid-template-columns: 1fr;
	}

	.wp-admin .gxpp-admin-panel__header {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* GXPP 1.0.16 final product/cart/checkout layout pass */
body.gitex-product-pro .gxpp-short-description,
body.gitex-product-pro .woocommerce-Tabs-panel {
	font-weight: 400 !important;
	text-align: inherit !important;
}

body.gitex-product-pro .gxpp-short-description-content,
body.gitex-product-pro .woocommerce-Tabs-panel {
	text-align: inherit !important;
}

body.gitex-product-pro .gxpp-short-description-content *:not(strong):not(b):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
body.gitex-product-pro .woocommerce-Tabs-panel *:not(strong):not(b):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
	font-weight: inherit;
}

body.gitex-product-pro .gxpp-short-description-content .has-text-align-center,
body.gitex-product-pro .woocommerce-Tabs-panel .has-text-align-center,
body.gitex-product-pro .gxpp-short-description-content .aligncenter,
body.gitex-product-pro .woocommerce-Tabs-panel .aligncenter {
	text-align: center !important;
}

body.gitex-product-pro .gxpp-short-description-content .has-text-align-left,
body.gitex-product-pro .woocommerce-Tabs-panel .has-text-align-left {
	text-align: left !important;
}

body.gitex-product-pro .gxpp-short-description-content .has-text-align-right,
body.gitex-product-pro .woocommerce-Tabs-panel .has-text-align-right {
	text-align: right !important;
}

body.gitex-product-pro form.cart table.variations,
body.gitex-product-pro form.cart .single_variation,
body.gitex-product-pro form.cart .woocommerce-variation {
	order: 1 !important;
	grid-column: 1 / -1 !important;
}

body.gitex-product-pro form.cart .quantity {
	order: 2 !important;
}

body.gitex-product-pro form.cart .gxpp-service-fields {
	order: 3 !important;
	grid-column: 1 / -1 !important;
	width: 100% !important;
	margin: 0 !important;
}

body.gitex-product-pro form.cart .gxpp-buy-now {
	order: 4 !important;
}

body.gitex-product-pro form.cart .single_add_to_cart_button {
	order: 5 !important;
}

body.woocommerce-cart .woocommerce {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 420px) !important;
	gap: 24px !important;
	align-items: start !important;
}

body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-cart .woocommerce-cart-form {
	grid-column: 1 !important;
	width: 100% !important;
}

body.woocommerce-cart .cart-collaterals {
	grid-column: 2 !important;
	width: 100% !important;
	margin: 0 !important;
}

body.woocommerce-cart .cart_totals {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	position: sticky !important;
	top: 96px !important;
}

body.woocommerce-cart .woocommerce-cart-form {
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.woocommerce-cart table.shop_table.cart {
	margin: 0 !important;
	padding: 18px !important;
	background: #fff !important;
	border: 1px solid var(--gxpp-border) !important;
	border-radius: 28px !important;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08) !important;
}

body.woocommerce-cart table.shop_table.cart .product-thumbnail img {
	width: 86px !important;
	height: 86px !important;
	border-radius: 16px !important;
	object-fit: cover !important;
}

body.woocommerce-checkout .woocommerce {
	width: min(90vw, 1500px) !important;
	max-width: 1500px !important;
}

body.woocommerce-checkout form.checkout {
	display: grid !important;
	grid-template-columns: minmax(0, 1.35fr) minmax(390px, 0.85fr) !important;
	gap: 28px !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	align-items: start !important;
	direction: rtl !important;
}

body.woocommerce-checkout form.checkout #customer_details {
	grid-column: 1 !important;
	width: 100% !important;
	max-width: none !important;
	float: none !important;
}

body.woocommerce-checkout form.checkout #order_review_heading,
body.woocommerce-checkout form.checkout #order_review {
	grid-column: 2 !important;
	width: 100% !important;
	max-width: none !important;
	float: none !important;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 16px 18px !important;
}

body.woocommerce-checkout .form-row,
body.woocommerce-checkout .woocommerce form .form-row {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

body.woocommerce-checkout .form-row-wide,
body.woocommerce-checkout #billing_address_1_field,
body.woocommerce-checkout #billing_address_2_field,
body.woocommerce-checkout #order_comments_field,
body.woocommerce-checkout .woocommerce-additional-fields {
	grid-column: 1 / -1 !important;
}

body.woocommerce-checkout #order_review {
	position: sticky !important;
	top: 96px !important;
}

@media (max-width: 980px) {
	body.woocommerce-cart .woocommerce,
	body.woocommerce-checkout form.checkout,
	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
	body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
		grid-template-columns: 1fr !important;
	}

	body.woocommerce-cart .woocommerce-notices-wrapper,
	body.woocommerce-cart .woocommerce-cart-form,
	body.woocommerce-cart .cart-collaterals,
	body.woocommerce-checkout form.checkout #customer_details,
	body.woocommerce-checkout form.checkout #order_review_heading,
	body.woocommerce-checkout form.checkout #order_review {
		grid-column: 1 !important;
	}

	body.woocommerce-cart .cart_totals,
	body.woocommerce-checkout #order_review {
		position: static !important;
	}

	body.woocommerce-cart table.shop_table.cart {
		padding: 12px !important;
	}
}

@media (max-width: 640px) {
	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 !important;
		width: 100% !important;
	}

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

	body.woocommerce-cart table.shop_table.cart tr.cart_item {
		margin-bottom: 14px !important;
		padding: 14px !important;
		background: #f8fafc !important;
		border: 1px solid var(--gxpp-border) !important;
		border-radius: 20px !important;
	}

	body.woocommerce-cart table.shop_table.cart td {
		padding: 8px 0 !important;
		background: transparent !important;
		border-radius: 0 !important;
		text-align: right !important;
	}

	body.woocommerce-cart table.shop_table.cart td::before {
		color: #64748b !important;
		font-weight: 900 !important;
	}

	body.woocommerce-cart table.shop_table.cart .product-remove {
		text-align: left !important;
	}
}

body.woocommerce-cart .elementor,
body.woocommerce-checkout .elementor,
body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content {
	width: 100% !important;
	max-width: none !important;
}

body.woocommerce-cart .elementor-section,
body.woocommerce-checkout .elementor-section,
body.woocommerce-cart .elementor-container,
body.woocommerce-checkout .elementor-container,
body.woocommerce-cart .e-con,
body.woocommerce-checkout .e-con,
body.woocommerce-cart .e-con-inner,
body.woocommerce-checkout .e-con-inner,
body.woocommerce-cart .elementor-widget,
body.woocommerce-checkout .elementor-widget,
body.woocommerce-cart .elementor-widget-container,
body.woocommerce-checkout .elementor-widget-container,
body.woocommerce-cart .elementor-shortcode,
body.woocommerce-checkout .elementor-shortcode {
	width: min(90vw, 1500px) !important;
	max-width: min(90vw, 1500px) !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.woocommerce-cart .elementor-element,
body.woocommerce-checkout .elementor-element {
	--width: min(90vw, 1500px) !important;
	--max-width: min(90vw, 1500px) !important;
}

body.woocommerce-cart .elementor-widget-shortcode,
body.woocommerce-checkout .elementor-widget-shortcode {
	flex: 0 0 auto !important;
}

/* GXPP 1.0.18 exact product order and checkout width recovery */
body.gitex-product-pro .woocommerce-product-details__short-description {
	order: 5 !important;
}

body.gitex-product-pro form.cart {
	order: 6 !important;
}

body.gitex-product-pro .gxpp-benefits {
	order: 7 !important;
}

body.gitex-product-pro .gxpp-secure-note {
	order: 8 !important;
}

body.gitex-product-pro .gxpp-safe-checkout {
	order: 9 !important;
}

body.gitex-product-pro form.cart table.variations {
	order: 1 !important;
	grid-column: 1 / -1 !important;
}

body.gitex-product-pro form.cart .quantity {
	order: 2 !important;
}

body.gitex-product-pro form.cart .gxpp-service-fields {
	order: 3 !important;
	grid-column: 1 / -1 !important;
}

body.gitex-product-pro form.cart .gxpp-buy-now {
	order: 4 !important;
	white-space: nowrap !important;
}

body.gitex-product-pro form.cart .single_add_to_cart_button {
	order: 5 !important;
	white-space: nowrap !important;
}

body.gitex-product-pro .gxpp-trust-strip {
	margin-top: 18px !important;
	margin-bottom: 0 !important;
}

body.woocommerce-checkout,
body.woocommerce-cart {
	overflow-x: hidden !important;
}

body.woocommerce-checkout .site-content .ast-container,
body.woocommerce-cart .site-content .ast-container,
body.woocommerce-checkout .ast-container,
body.woocommerce-cart .ast-container,
body.woocommerce-checkout #primary,
body.woocommerce-cart #primary,
body.woocommerce-checkout article,
body.woocommerce-cart article,
body.woocommerce-checkout .entry-content,
body.woocommerce-cart .entry-content,
body.woocommerce-checkout .elementor.elementor-98,
body.woocommerce-cart .elementor {
	width: 100% !important;
	max-width: none !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body.woocommerce-checkout .elementor-element.elementor-element-7ef2b145,
body.woocommerce-checkout .e-con.e-con-boxed,
body.woocommerce-cart .e-con.e-con-boxed {
	--width: 100% !important;
	--max-width: none !important;
	--container-max-width: min(90vw, 1500px) !important;
	width: 100% !important;
	max-width: none !important;
}

body.woocommerce-checkout .elementor-element.elementor-element-7ef2b145 > .e-con-inner,
body.woocommerce-checkout .e-con.e-con-boxed > .e-con-inner,
body.woocommerce-cart .e-con.e-con-boxed > .e-con-inner {
	width: min(90vw, 1500px) !important;
	max-width: min(90vw, 1500px) !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.woocommerce-checkout .elementor-widget-shortcode,
body.woocommerce-checkout .elementor-widget-container,
body.woocommerce-checkout .elementor-shortcode,
body.woocommerce-checkout .woocommerce,
body.woocommerce-checkout form.checkout,
body.woocommerce-cart .elementor-widget-shortcode,
body.woocommerce-cart .elementor-widget-container,
body.woocommerce-cart .elementor-shortcode,
body.woocommerce-cart .woocommerce {
	width: 100% !important;
	max-width: none !important;
}

@media (min-width: 981px) {
	body.woocommerce-checkout form.checkout {
		grid-template-columns: minmax(0, 1.25fr) minmax(380px, 0.75fr) !important;
	}
}

/* GXPP 1.1.0 controlled design layer */
body.gitex-product-pro div.product {
	width: min(var(--gxpp-control-width, 90vw), 1500px) !important;
	max-width: min(var(--gxpp-control-width, 90vw), 1500px) !important;
}

body.gitex-product-pro div.product .summary {
	gap: var(--gxpp-control-gap, 16px) !important;
	font-size: var(--gxpp-control-font, 15px) !important;
}

body.gitex-product-pro form.cart,
body.gitex-product-pro form.cart .single_variation_wrap,
body.gitex-product-pro form.cart .woocommerce-variation-add-to-cart {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	gap: var(--gxpp-control-gap, 16px) !important;
}

body.gitex-product-pro form.cart .single_variation_wrap,
body.gitex-product-pro form.cart .woocommerce-variation,
body.gitex-product-pro form.cart .woocommerce-variation-add-to-cart {
	display: contents !important;
}

body.gitex-product-pro form.cart .quantity,
body.gitex-product-pro form.cart table.variations,
body.gitex-product-pro form.cart .gxpp-service-fields {
	grid-column: 1 / -1 !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 18px !important;
	background: #fff !important;
	border: 1px solid #dbe8f7 !important;
	border-radius: var(--gxpp-control-radius, 22px) !important;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05) !important;
}

body.gitex-product-pro form.cart .quantity {
	order: 1 !important;
	display: grid !important;
	grid-template-columns: 1fr 96px !important;
	align-items: center !important;
	justify-content: stretch !important;
}

body.gitex-product-pro form.cart .quantity::before {
	content: "اختر الكمية";
	color: #0f172a;
	font-size: 15px;
	font-weight: 900;
	text-align: right;
}

body.gitex-product-pro form.cart .quantity .qty {
	width: 96px !important;
	min-height: 48px !important;
	border: 1px solid #dbe8f7 !important;
	border-radius: 16px !important;
	font-weight: 900 !important;
}

body.gitex-product-pro form.cart table.variations {
	order: 2 !important;
	display: block !important;
}

body.gitex-product-pro form.cart table.variations::before {
	content: "تحديد أحد الخيارات";
	display: block;
	margin-bottom: 12px;
	color: #0f172a;
	font-size: 15px;
	font-weight: 900;
	text-align: right;
}

body.gitex-product-pro form.cart table.variations label {
	margin-bottom: 8px !important;
	font-size: 13px !important;
	font-weight: 900 !important;
}

body.gitex-product-pro form.cart table.variations select,
body.gitex-product-pro form.cart .gxpp-service-fields input,
body.gitex-product-pro form.cart .gxpp-service-fields textarea {
	min-height: 52px !important;
	border: 1px solid #d7e4f3 !important;
	border-radius: 16px !important;
	background: #fff !important;
	color: #0f172a !important;
	font-size: 14px !important;
	font-weight: 800 !important;
}

body.gitex-product-pro form.cart .gxpp-service-fields {
	order: 3 !important;
	display: grid !important;
	gap: 14px !important;
}

body.gitex-product-pro form.cart .gxpp-service-fields__title {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	color: #0f172a !important;
	font-size: 18px !important;
	font-weight: 900 !important;
}

body.gitex-product-pro form.cart .gxpp-service-fields__title::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--gxpp-control-primary, #2563eb), var(--gxpp-control-accent, #06b6d4));
	box-shadow: 0 0 0 7px rgba(37, 99, 235, 0.1);
}

body.gitex-product-pro form.cart .gxpp-service-field {
	margin: 0 !important;
	padding: 14px !important;
	background: #f8fbff !important;
	border: 1px solid #e2edf9 !important;
	border-radius: calc(var(--gxpp-control-radius, 22px) - 4px) !important;
}

body.gitex-product-pro form.cart .single_add_to_cart_button,
body.gitex-product-pro form.cart .gxpp-buy-now {
	order: 4 !important;
	grid-column: auto !important;
	width: 100% !important;
	min-height: 56px !important;
	margin: 0 !important;
	white-space: nowrap !important;
	border: 0 !important;
	border-radius: calc(var(--gxpp-control-radius, 22px) - 4px) !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 900 !important;
}

body.gitex-product-pro form.cart .single_add_to_cart_button {
	background: linear-gradient(135deg, var(--gxpp-control-primary, #2563eb), #7c3aed) !important;
}

body.gitex-product-pro form.cart .gxpp-buy-now {
	order: 5 !important;
	background: linear-gradient(135deg, var(--gxpp-control-success, #16a34a), #059669) !important;
}

body.gitex-product-pro .gxpp-benefits {
	order: 7 !important;
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 10px !important;
}

body.gitex-product-pro .gxpp-benefits li {
	min-height: 48px !important;
	margin: 0 !important;
	padding: 10px 14px !important;
	background: #fff !important;
	border: 1px solid #dbe8f7 !important;
	border-radius: 16px !important;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04) !important;
	color: #111827 !important;
	font-size: 13px !important;
	font-weight: 900 !important;
}

body.gitex-product-pro.gxpp-hide-quantity form.cart .quantity,
body.gitex-product-pro.gxpp-hide-options form.cart table.variations,
body.gitex-product-pro.gxpp-hide-service-fields form.cart .gxpp-service-fields,
body.gitex-product-pro.gxpp-hide-benefits .gxpp-benefits,
body.gitex-product-pro.gxpp-hide-secure-note .gxpp-secure-note,
body.gitex-product-pro.gxpp-hide-secure-note .gxpp-safe-checkout,
body.gitex-product-pro.gxpp-hide-trust-strip .gxpp-trust-strip {
	display: none !important;
}

body.gxpp-checkout-modern .site-content .ast-container,
body.gxpp-cart-modern .site-content .ast-container,
body.gxpp-checkout-modern .ast-container,
body.gxpp-cart-modern .ast-container,
body.gxpp-checkout-modern #primary,
body.gxpp-cart-modern #primary,
body.gxpp-checkout-modern article,
body.gxpp-cart-modern article,
body.gxpp-checkout-modern .entry-content,
body.gxpp-cart-modern .entry-content,
body.gxpp-checkout-modern .elementor,
body.gxpp-cart-modern .elementor {
	width: 100% !important;
	max-width: none !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body.gxpp-checkout-modern .e-con.e-con-boxed,
body.gxpp-cart-modern .e-con.e-con-boxed {
	--width: 100vw !important;
	--max-width: none !important;
	width: 100vw !important;
	max-width: none !important;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
}

body.gxpp-checkout-modern .e-con.e-con-boxed > .e-con-inner,
body.gxpp-cart-modern .e-con.e-con-boxed > .e-con-inner,
body.gxpp-checkout-modern .woocommerce,
body.gxpp-cart-modern .woocommerce {
	width: min(var(--gxpp-control-width, 90vw), 1500px) !important;
	max-width: min(var(--gxpp-control-width, 90vw), 1500px) !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.gxpp-checkout-modern form.checkout {
	display: grid !important;
	grid-template-columns: minmax(0, 1.25fr) minmax(380px, 0.75fr) !important;
	gap: 28px !important;
	align-items: start !important;
	width: 100% !important;
	max-width: none !important;
}

body.gxpp-checkout-modern #customer_details,
body.gxpp-checkout-modern #order_review,
body.gxpp-cart-modern table.shop_table,
body.gxpp-cart-modern .cart-collaterals .cart_totals {
	background: #fff !important;
	border: 1px solid #dbe8f7 !important;
	border-radius: var(--gxpp-control-radius, 22px) !important;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07) !important;
}

body.gxpp-checkout-modern #customer_details,
body.gxpp-checkout-modern #order_review {
	padding: 24px !important;
}

body.gxpp-checkout-modern input.input-text,
body.gxpp-checkout-modern textarea,
body.gxpp-checkout-modern select {
	min-height: 50px !important;
	border: 1px solid #d7e4f3 !important;
	border-radius: 14px !important;
	background: #fff !important;
}

body.gxpp-checkout-modern #place_order,
body.gxpp-cart-modern .checkout-button {
	border-radius: 16px !important;
	background: linear-gradient(135deg, var(--gxpp-control-success, #16a34a), #059669) !important;
	color: #fff !important;
	font-weight: 900 !important;
}

@media (max-width: 921px) {
	body.gxpp-checkout-modern form.checkout {
		grid-template-columns: 1fr !important;
	}

	body.gitex-product-pro form.cart {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	}

	body.gitex-product-pro form.cart .single_add_to_cart_button,
	body.gitex-product-pro form.cart .gxpp-buy-now {
		grid-column: auto !important;
		min-width: 0 !important;
		padding-right: 8px !important;
		padding-left: 8px !important;
		font-size: 13px !important;
	}

	body.gitex-product-pro .gxpp-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.gxpp-checkout-modern .e-con.e-con-boxed > .e-con-inner,
	body.gxpp-cart-modern .e-con.e-con-boxed > .e-con-inner,
	body.gxpp-checkout-modern .woocommerce,
	body.gxpp-cart-modern .woocommerce {
		width: min(94vw, 720px) !important;
		max-width: min(94vw, 720px) !important;
	}
}

body.wp-admin .gxpp-admin-benefits-panel,
body.wp-admin .gxpp-admin-section,
body.wp-admin .wrap[dir="rtl"] section {
	border-color: #dbe8f7 !important;
	border-radius: 18px !important;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05) !important;
}

/* GXPP 1.1.2 focused product and checkout refinements */
body.gitex-product-pro div.product .summary {
	gap: 8px !important;
}

body.gitex-product-pro .product_title {
	margin-bottom: 4px !important;
}

body.gitex-product-pro .woocommerce-product-rating {
	margin: 0 !important;
}

body.gitex-product-pro div.product p.price,
body.gitex-product-pro div.product span.price {
	margin: 2px 0 0 !important;
}

body.gitex-product-pro .gxpp-product-sales {
	order: 4 !important;
	display: inline-flex !important;
	align-self: flex-start !important;
	margin: 2px 0 8px !important;
	padding: 7px 13px !important;
	background: #ecfdf5 !important;
	border: 1px solid #bbf7d0 !important;
	border-radius: 999px !important;
	color: #15803d !important;
	font-size: 13px !important;
	font-weight: 900 !important;
}

body.gitex-product-pro .woocommerce-product-details__short-description {
	margin-top: 8px !important;
}

body.gitex-product-pro .gxpp-short-description-content {
	display: block !important;
	text-align: right !important;
	white-space: normal !important;
}

body.gitex-product-pro .gxpp-short-description-content p,
body.gitex-product-pro .gxpp-short-description-content div,
body.gitex-product-pro .gxpp-short-description-content ul,
body.gitex-product-pro .gxpp-short-description-content ol {
	display: block !important;
	margin: 0 0 12px !important;
	line-height: 2 !important;
	white-space: normal !important;
}

body.gitex-product-pro .gxpp-short-description-content p:last-child,
body.gitex-product-pro .gxpp-short-description-content div:last-child,
body.gitex-product-pro .gxpp-short-description-content ul:last-child,
body.gitex-product-pro .gxpp-short-description-content ol:last-child {
	margin-bottom: 0 !important;
}

body.gitex-product-pro .gxpp-short-description-content strong,
body.gitex-product-pro .gxpp-short-description-content b {
	font-weight: 900 !important;
	color: #061528 !important;
}

body.gitex-product-pro form.cart {
	grid-template-columns: 106px minmax(0, 1fr) minmax(0, 1fr) !important;
	align-items: stretch !important;
}

body.gitex-product-pro form.cart .quantity {
	order: 4 !important;
	grid-column: 1 !important;
	width: 100% !important;
	min-width: 0 !important;
	padding: 0 !important;
	display: flex !important;
	align-items: stretch !important;
	justify-content: stretch !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.gitex-product-pro form.cart .quantity::before {
	content: none !important;
}

body.gitex-product-pro form.cart .quantity .qty {
	width: 100% !important;
	min-height: 56px !important;
	border: 1px solid #dbe8f7 !important;
	border-radius: calc(var(--gxpp-control-radius, 22px) - 4px) !important;
	background: #fff !important;
	text-align: center !important;
}

body.gitex-product-pro form.cart .single_add_to_cart_button {
	order: 4 !important;
	grid-column: 2 !important;
}

body.gitex-product-pro form.cart .gxpp-buy-now {
	order: 4 !important;
	grid-column: 3 !important;
}

body.gitex-product-pro form.cart .gxpp-service-fields .gxpp-service-field:nth-of-type(n+2) {
	display: none !important;
}

@media (min-width: 1024px) {
	body.gxpp-checkout-modern form.checkout,
	body.woocommerce-checkout form.checkout {
		display: grid !important;
		grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.85fr) !important;
		gap: 28px !important;
		align-items: start !important;
	}

	body.gxpp-checkout-modern form.checkout #customer_details,
	body.woocommerce-checkout form.checkout #customer_details {
		grid-column: 1 !important;
		grid-row: 1 / span 2 !important;
	}

	body.gxpp-checkout-modern form.checkout #order_review_heading,
	body.gxpp-checkout-modern form.checkout #order_review,
	body.woocommerce-checkout form.checkout #order_review_heading,
	body.woocommerce-checkout form.checkout #order_review {
		grid-column: 2 !important;
	}
}

@media (max-width: 921px) {
	body.gitex-product-pro form.cart {
		grid-template-columns: 92px minmax(0, 1fr) !important;
	}

	body.gitex-product-pro form.cart .quantity {
		grid-column: 1 !important;
	}

	body.gitex-product-pro form.cart .single_add_to_cart_button {
		grid-column: 2 !important;
	}

	body.gitex-product-pro form.cart .gxpp-buy-now {
		grid-column: 1 / -1 !important;
	}
}

/* GXPP 1.1.3 compact rating, clean category output, fixed benefits, checkout express row */
body.gitex-product-pro .summary .woocommerce-product-rating {
	display: none !important;
}

body.gitex-product-pro .gxpp-compact-rating {
	order: 3 !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	width: auto !important;
	margin: 0 0 2px !important;
	direction: rtl !important;
	color: #f59e0b !important;
	font-size: 14px !important;
	line-height: 1 !important;
}

body.gitex-product-pro .gxpp-compact-rating .star-rating {
	float: none !important;
	margin: 0 !important;
	letter-spacing: 1px !important;
	color: #f59e0b !important;
}

body.gitex-product-pro .gxpp-compact-rating .star-rating span {
	color: transparent !important;
	white-space: nowrap !important;
	overflow: hidden !important;
}

body.gitex-product-pro .gxpp-compact-rating .star-rating::before,
body.gitex-product-pro .gxpp-compact-rating .star-rating span::before {
	color: #f59e0b !important;
}

body.gitex-product-pro .gxpp-compact-rating .star-rating span span,
body.gitex-product-pro .gxpp-compact-rating .star-rating strong,
body.gitex-product-pro .gxpp-compact-rating .star-rating .rating {
	display: none !important;
}

body.gitex-product-pro .gxpp-rating-stars {
	display: inline-flex !important;
	align-items: center !important;
	gap: 2px !important;
	color: #f59e0b !important;
	font-size: 15px !important;
	line-height: 1 !important;
}

body.gitex-product-pro .gxpp-rating-stars .is-empty {
	color: #d1d5db !important;
}

body.gitex-product-pro .gxpp-rating-count {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 28px !important;
	height: 24px !important;
	padding: 0 9px !important;
	border: 1px solid #fde68a !important;
	border-radius: 999px !important;
	background: #fffbeb !important;
	color: #b45309 !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	text-decoration: none !important;
}

body.gitex-product-pro .summary .product_meta,
body.gitex-product-pro .summary .posted_in,
body.gitex-product-pro .summary .ast-woo-product-category,
body.gitex-product-pro .gxpp-badges span:not(:first-child) {
	display: none !important;
}

body.gitex-product-pro .gxpp-badges {
	margin-bottom: 2px !important;
}

body.gitex-product-pro .gxpp-benefits li {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 11px !important;
	min-width: 0 !important;
	padding: 10px 15px !important;
	text-align: right !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	direction: rtl !important;
}

body.gitex-product-pro .gxpp-benefits li::before {
	position: static !important;
	top: auto !important;
	right: auto !important;
	flex: 0 0 13px !important;
	width: 13px !important;
	height: 13px !important;
	margin: 0 !important;
	transform: none !important;
}

body.gxpp-checkout-modern form.checkout .wc-stripe-banner-checkout,
body.woocommerce-checkout form.checkout .wc-stripe-banner-checkout,
body.gxpp-checkout-modern form.checkout .wc-stripe-banner,
body.woocommerce-checkout form.checkout .wc-stripe-banner {
	grid-column: 1 / -1 !important;
	grid-row: 1 !important;
	width: 100% !important;
	max-width: min(var(--gxpp-control-width, 90vw), 980px) !important;
	margin: 0 auto 22px !important;
	padding: 18px !important;
	background: #fff !important;
	border: 1px solid #dbe8f7 !important;
	border-radius: var(--gxpp-control-radius, 22px) !important;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07) !important;
}

body.gxpp-checkout-modern form.checkout .wc-stripe-banner-checkout fieldset,
body.woocommerce-checkout form.checkout .wc-stripe-banner-checkout fieldset {
	width: 100% !important;
	max-width: 560px !important;
	margin: 0 auto !important;
}

@media (min-width: 1024px) {
	body.gxpp-checkout-modern form.checkout #customer_details,
	body.woocommerce-checkout form.checkout #customer_details {
		grid-column: 1 !important;
		grid-row: 2 !important;
	}

	body.gxpp-checkout-modern form.checkout #order_review_heading,
	body.gxpp-checkout-modern form.checkout #order_review,
	body.woocommerce-checkout form.checkout #order_review_heading,
	body.woocommerce-checkout form.checkout #order_review {
		grid-column: 2 !important;
		grid-row: auto !important;
	}
}

/* GXPP 1.1.4 product options card, selected variation price, checkout rebuild */
body.gitex-product-pro form.cart table.variations {
	order: 2 !important;
	grid-column: 1 / -1 !important;
	display: block !important;
	width: 100% !important;
	margin: 0 0 14px !important;
	padding: 18px !important;
	background: #ffffff !important;
	border: 1px solid #dbe8f7 !important;
	border-radius: var(--gxpp-control-radius, 22px) !important;
	box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06) !important;
}

body.gitex-product-pro form.cart table.variations::before {
	content: "تحديد أحد الاختيارات";
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	margin: 0 0 14px !important;
	color: #061528 !important;
	font-size: 15px !important;
	font-weight: 950 !important;
	line-height: 1.4 !important;
}

body.gitex-product-pro form.cart table.variations tbody,
body.gitex-product-pro form.cart table.variations tr,
body.gitex-product-pro form.cart table.variations th,
body.gitex-product-pro form.cart table.variations td {
	display: block !important;
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	text-align: right !important;
}

body.gitex-product-pro form.cart table.variations tr + tr {
	margin-top: 12px !important;
}

body.gitex-product-pro form.cart table.variations label {
	display: block !important;
	margin: 0 0 8px !important;
	color: #334155 !important;
	font-size: 13px !important;
	font-weight: 900 !important;
}

body.gitex-product-pro form.cart table.variations select {
	width: 100% !important;
	min-height: 54px !important;
	padding: 0 16px !important;
	background-color: #f8fbff !important;
	border: 1px solid #cfe0f3 !important;
	border-radius: 16px !important;
	color: #0f172a !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.85) !important;
}

body.gitex-product-pro form.cart table.variations .reset_variations {
	display: inline-flex !important;
	margin-top: 10px !important;
	color: var(--gxpp-control-primary, #2563eb) !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	text-decoration: none !important;
}

body.gitex-product-pro form.cart .single_variation,
body.gitex-product-pro form.cart .woocommerce-variation {
	order: 3 !important;
	grid-column: 1 / -1 !important;
	width: 100% !important;
	margin: 0 0 14px !important;
	padding: 14px 16px !important;
	background: linear-gradient(135deg, #f8fbff, #eef6ff) !important;
	border: 1px solid #cfe0f3 !important;
	border-radius: 18px !important;
	box-shadow: 0 12px 30px rgba(37, 99, 235, 0.08) !important;
}

body.gitex-product-pro form.cart .single_variation:empty,
body.gitex-product-pro form.cart .woocommerce-variation:empty {
	display: none !important;
}

body.gitex-product-pro form.cart .woocommerce-variation-price,
body.gitex-product-pro form.cart .single_variation .price {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px !important;
	margin: 0 !important;
	color: #ef3340 !important;
	font-size: 22px !important;
	font-weight: 950 !important;
	line-height: 1.3 !important;
	text-align: right !important;
}

body.gitex-product-pro form.cart .woocommerce-variation-price::before {
	content: "السعر بعد الاختيار";
	color: #64748b !important;
	font-size: 13px !important;
	font-weight: 900 !important;
}

body.gitex-product-pro form.cart .woocommerce-variation-availability {
	margin-top: 8px !important;
	color: #16a34a !important;
	font-size: 13px !important;
	font-weight: 900 !important;
}

body.gxpp-checkout-modern .woocommerce,
body.woocommerce-checkout .woocommerce {
	max-width: min(var(--gxpp-control-width, 90vw), 1320px) !important;
}

body.gxpp-checkout-modern form.checkout,
body.woocommerce-checkout form.checkout {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 22px !important;
	align-items: start !important;
}

body.gxpp-checkout-modern form.checkout .wc-stripe-banner-checkout,
body.woocommerce-checkout form.checkout .wc-stripe-banner-checkout,
body.gxpp-checkout-modern form.checkout .wc-stripe-banner,
body.woocommerce-checkout form.checkout .wc-stripe-banner {
	grid-column: 1 / -1 !important;
	grid-row: 1 !important;
	max-width: 100% !important;
	margin: 0 !important;
}

body.gxpp-checkout-modern #customer_details,
body.gxpp-checkout-modern #order_review,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review {
	width: 100% !important;
	margin: 0 !important;
	background: #fff !important;
	border: 1px solid #dbe8f7 !important;
	border-radius: var(--gxpp-control-radius, 22px) !important;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07) !important;
}

body.gxpp-checkout-modern #order_review_heading,
body.woocommerce-checkout #order_review_heading {
	display: none !important;
}

body.gxpp-checkout-modern #order_review::before,
body.woocommerce-checkout #order_review::before {
	content: "طلبك";
	display: block !important;
	margin: 0 0 18px !important;
	padding-bottom: 16px !important;
	border-bottom: 1px solid #e5edf7 !important;
	color: #061528 !important;
	font-size: 22px !important;
	font-weight: 950 !important;
	text-align: right !important;
}

@media (min-width: 1024px) {
	body.gxpp-checkout-modern form.checkout,
	body.woocommerce-checkout form.checkout {
		grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr) !important;
		gap: 26px !important;
	}

	body.gxpp-checkout-modern form.checkout .wc-stripe-banner-checkout,
	body.woocommerce-checkout form.checkout .wc-stripe-banner-checkout,
	body.gxpp-checkout-modern form.checkout .wc-stripe-banner,
	body.woocommerce-checkout form.checkout .wc-stripe-banner {
		grid-column: 1 / -1 !important;
		grid-row: 1 !important;
	}

	body.gxpp-checkout-modern form.checkout #customer_details,
	body.woocommerce-checkout form.checkout #customer_details {
		grid-column: 1 !important;
		grid-row: 2 !important;
	}

	body.gxpp-checkout-modern form.checkout #order_review,
	body.woocommerce-checkout form.checkout #order_review {
		grid-column: 2 !important;
		grid-row: 2 !important;
	}
}

/* GXPP 1.1.5 admin settings and checkout field controls */
.wp-admin .gxpp-settings-page {
	max-width: 1280px;
	margin-inline-start: 0;
	font-family: Tajawal, Cairo, "Segoe UI", sans-serif;
}

.wp-admin .gxpp-settings-hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 18px 0;
	padding: 24px;
	background: linear-gradient(135deg, #0f172a, #1d4ed8);
	border-radius: 22px;
	color: #fff;
	box-shadow: 0 22px 55px rgba(15, 23, 42, 0.16);
}

.wp-admin .gxpp-settings-hero span {
	display: inline-flex;
	margin-bottom: 8px;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #bfdbfe;
	font-size: 12px;
	font-weight: 900;
}

.wp-admin .gxpp-settings-hero h1 {
	margin: 0 0 6px;
	color: #fff;
	font-size: 30px;
	font-weight: 950;
}

.wp-admin .gxpp-settings-hero p {
	margin: 0;
	color: #dbeafe;
	font-size: 14px;
}

.wp-admin .gxpp-settings-hero + p {
	display: none;
}

.wp-admin .gxpp-settings-page form > p.submit {
	position: sticky;
	bottom: 18px;
	z-index: 20;
	display: flex !important;
	justify-content: flex-start;
	margin: 22px 0 0 !important;
	padding: 14px !important;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid #dbe8f7;
	border-radius: 18px;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
	backdrop-filter: blur(10px);
}

.wp-admin .gxpp-settings-page form > p.submit .button-primary {
	min-height: 44px;
	padding: 0 24px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(135deg, #2563eb, #1d4ed8);
	font-weight: 900;
	box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
}

.wp-admin .gxpp-settings-page form > div,
.wp-admin .gxpp-settings-page .gxpp-settings-card {
	max-width: none !important;
}

.wp-admin .gxpp-settings-grid {
	display: grid;
	gap: 18px;
	max-width: 1180px !important;
}

.wp-admin .gxpp-hero-actions,
.wp-admin .gxpp-settings-actions,
.wp-admin .gxpp-audit-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.wp-admin .gxpp-settings-page section,
.wp-admin .gxpp-settings-card {
	background: #fff !important;
	border: 1px solid #dbe8f7 !important;
	border-radius: 20px !important;
	padding: 20px !important;
	box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06) !important;
}

.wp-admin .gxpp-toggle-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.wp-admin .gxpp-toggle-card {
	position: relative;
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 10px 14px;
	align-items: center;
	margin: 0;
	padding: 16px;
	background: #f8fbff;
	border: 1px solid #dbe8f7;
	border-radius: 18px;
	cursor: pointer;
	transition: .18s ease;
}

.wp-admin .gxpp-toggle-card:hover {
	border-color: #93c5fd;
	box-shadow: 0 14px 30px rgba(37, 99, 235, .10);
	transform: translateY(-1px);
}

.wp-admin .gxpp-toggle-card input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.wp-admin .gxpp-toggle-card > span {
	position: relative;
	grid-row: 1 / span 2;
	display: block;
	width: 52px;
	height: 30px;
	background: #cbd5e1;
	border-radius: 999px;
	transition: .18s ease;
}

.wp-admin .gxpp-toggle-card > span::before {
	content: "";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(15, 23, 42, .25);
	transition: .18s ease;
}

.wp-admin .gxpp-toggle-card input:checked + span {
	background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.wp-admin .gxpp-toggle-card input:checked + span::before {
	right: 27px;
}

.wp-admin .gxpp-toggle-card strong {
	color: #0f172a;
	font-size: 15px;
	font-weight: 950;
}

.wp-admin .gxpp-toggle-card small {
	color: #64748b;
	font-size: 12px;
	line-height: 1.7;
}

.wp-admin .gxpp-settings-card__title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e5edf7;
}

.wp-admin .gxpp-settings-card__title span {
	display: inline-flex;
	margin-bottom: 6px;
	color: #2563eb;
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.wp-admin .gxpp-settings-card__title h2 {
	margin: 0;
	color: #0f172a;
	font-size: 22px;
	font-weight: 950;
}

.wp-admin .gxpp-settings-card__title p,
.wp-admin .gxpp-settings-note {
	margin: 0;
	color: #64748b;
	font-size: 13px;
	line-height: 1.8;
}

.wp-admin .gxpp-settings-fields {
	display: grid;
	gap: 14px;
}

.wp-admin .gxpp-settings-fields--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wp-admin .gxpp-settings-fields--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wp-admin .gxpp-settings-fields label {
	display: grid;
	gap: 7px;
	margin: 0;
	color: #0f172a;
	font-weight: 900;
}

.wp-admin .gxpp-settings-fields input,
.wp-admin .gxpp-settings-fields select,
.wp-admin .gxpp-settings-fields textarea,
.wp-admin .gxpp-wide-textarea {
	width: 100%;
	min-height: 42px;
	border: 1px solid #cfe0f3;
	border-radius: 12px;
	background: #fff;
	box-shadow: none;
}

.wp-admin .gxpp-settings-fields textarea,
.wp-admin .gxpp-wide-textarea {
	padding: 12px;
	line-height: 1.8;
}

.wp-admin .gxpp-settings-fields small {
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
}

.wp-admin .gxpp-settings-field-wide {
	grid-column: 1 / -1;
}

.wp-admin .gxpp-audit-stats {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 16px;
}

.wp-admin .gxpp-audit-stat {
	padding: 16px;
	background: #fff;
	border: 1px solid #dbe8f7;
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
}

.wp-admin .gxpp-audit-stat span {
	display: block;
	margin-bottom: 8px;
	color: #64748b;
	font-size: 12px;
	font-weight: 900;
}

.wp-admin .gxpp-audit-stat strong {
	display: block;
	color: #0f172a;
	font-size: 26px;
	font-weight: 950;
}

.wp-admin .gxpp-dashboard-stats {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	margin: 0 0 18px;
}

.wp-admin .gxpp-dashboard-stat {
	padding: 18px;
	background: #fff;
	border: 1px solid #dbe8f7;
	border-radius: 20px;
	box-shadow: 0 14px 36px rgba(15, 23, 42, .06);
}

.wp-admin .gxpp-dashboard-stat span,
.wp-admin .gxpp-dashboard-stat small {
	display: block;
	color: #64748b;
	font-weight: 800;
}

.wp-admin .gxpp-dashboard-stat strong {
	display: block;
	margin: 8px 0;
	color: #0f172a;
	font-size: 30px;
	font-weight: 950;
}

.wp-admin .gxpp-ai-studio-controls {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) 180px repeat(3, auto);
	gap: 12px;
	align-items: end;
	margin-bottom: 16px;
}

.wp-admin .gxpp-ai-studio-options {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: -4px 0 14px;
	padding: 12px 14px;
	background: #f8fbff;
	border: 1px solid #dbe8f7;
	border-radius: 16px;
}

.wp-admin .gxpp-ai-studio-options label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #0f172a;
	font-weight: 950;
}

.wp-admin .gxpp-ai-studio-options input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #2563eb;
}

.wp-admin .gxpp-ai-studio-options small {
	color: #64748b;
	font-weight: 800;
}

.wp-admin .gxpp-ai-studio-controls label,
.wp-admin .gxpp-ai-after label {
	display: grid;
	gap: 7px;
	color: #0f172a;
	font-weight: 900;
}

.wp-admin .gxpp-ai-after label.is-disabled {
	opacity: .58;
}

.wp-admin .gxpp-ai-after label.is-disabled input {
	background: #f1f5f9;
	cursor: not-allowed;
}

.wp-admin .gxpp-ai-studio-controls select,
.wp-admin .gxpp-ai-after input,
.wp-admin .gxpp-ai-after textarea {
	width: 100%;
	min-height: 42px;
	border: 1px solid #cfe0f3;
	border-radius: 12px;
}

.wp-admin .gxpp-ai-studio-preview {
	display: grid;
	grid-template-columns: minmax(260px, .8fr) minmax(360px, 1.2fr);
	gap: 16px;
	margin-top: 16px;
}

.wp-admin .gxpp-ai-before,
.wp-admin .gxpp-ai-after {
	padding: 16px;
	background: #f8fbff;
	border: 1px solid #dbe8f7;
	border-radius: 18px;
}

.wp-admin .gxpp-ai-before h3,
.wp-admin .gxpp-ai-after h3 {
	margin: 0 0 12px;
	color: #0f172a;
	font-size: 18px;
	font-weight: 950;
}

.wp-admin .gxpp-ai-before-content strong,
.wp-admin .gxpp-ai-before-content small,
.wp-admin .gxpp-ai-before-content p {
	display: block;
	margin: 0 0 10px;
}

.wp-admin .gxpp-ai-price-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin: 12px 0;
}

.wp-admin .gxpp-ai-seo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #e5edf8;
}

.wp-admin .gxpp-ai-seo-grid label:nth-child(2),
.wp-admin .gxpp-ai-seo-grid label:nth-child(3),
.wp-admin .gxpp-ai-seo-grid label:nth-child(4) {
	grid-column: span 2;
}

.wp-admin .gxpp-ai-category-box {
	margin: 14px 0;
	padding: 14px;
	border: 1px solid #dbe8f7;
	border-radius: 18px;
	background: #f8fbff;
}

.wp-admin .gxpp-ai-category-box label {
	display: grid;
	gap: 8px;
	margin: 0;
}

.wp-admin .gxpp-api-source-list {
	display: grid;
	gap: 14px;
	margin-top: 14px;
}

.wp-admin .gxpp-api-source-editor .gxpp-settings-fields {
	margin: 16px;
}

.wp-admin .gxpp-admin-row-head,
.wp-admin .gxpp-admin-row {
	display: grid;
	grid-template-columns: 1.2fr .8fr .7fr auto;
	gap: 12px;
	align-items: center;
	padding: 12px 14px;
	border: 1px solid #e2edf8;
	border-radius: 14px;
	background: #fff;
}

.wp-admin .gxpp-admin-row-head {
	margin-top: 14px;
	background: #f8fbff;
	color: #64748b;
	font-size: 12px;
	font-weight: 950;
}

.wp-admin .gxpp-admin-row-list {
	display: grid;
	gap: 10px;
	margin-top: 10px;
}

.wp-admin .gxpp-admin-empty-row {
	padding: 18px;
	border: 1px dashed #cfe0f3;
	border-radius: 16px;
	background: #f8fbff;
	color: #64748b;
	text-align: center;
	font-weight: 800;
}

.wp-admin .gxpp-status-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 28px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #475569;
	font-weight: 900;
}

.wp-admin .gxpp-status-pill.is-on {
	background: #dcfce7;
	color: #15803d;
}

.wp-admin .gxpp-row-actions {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.wp-admin .gxpp-admin-modal[hidden] {
	display: none;
}

.wp-admin .gxpp-admin-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(15, 23, 42, .48);
}

.wp-admin .gxpp-admin-modal__box {
	position: relative;
	width: min(860px, 96vw);
	max-height: 88vh;
	overflow: auto;
	padding: 24px;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 28px 80px rgba(15, 23, 42, .28);
}

.wp-admin .gxpp-admin-modal__box--small {
	width: min(520px, 94vw);
}

.wp-admin .gxpp-admin-modal__box h3 {
	margin: 0 0 18px;
	color: #0f172a;
	font-size: 22px;
	font-weight: 950;
}

.wp-admin .gxpp-admin-modal__box > .gxpp-modal-close {
	position: absolute;
	top: 14px;
	left: 14px;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: #eef6ff;
	color: #1d4ed8;
	font-size: 20px;
	font-weight: 950;
	cursor: pointer;
}

.wp-admin .gxpp-modal-actions {
	margin: 16px 0 0;
	text-align: left;
}

.wp-admin .gxpp-api-row--sync {
	grid-template-columns: minmax(220px, 1.5fr) 130px 110px 150px 90px;
}

.wp-admin .gxpp-inline-check {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 900;
	color: #0f172a;
}

.wp-admin .gxpp-danger-check span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px;
	border: 1px solid #fecaca;
	border-radius: 14px;
	background: #fff7f7;
	color: #b91c1c;
	font-weight: 900;
}

.wp-admin .gxpp-ai-image-preview {
	margin: 14px 0;
	padding: 12px;
	border: 1px solid #dbe8f7;
	border-radius: 18px;
	background: #f8fbff;
}

.wp-admin .gxpp-ai-image-preview img {
	display: block;
	width: 180px;
	max-width: 100%;
	border-radius: 14px;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
}

.wp-admin .gxpp-ai-action-row,
.wp-admin .gxpp-api-preview-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 14px;
}

.wp-admin .gxpp-api-preview-panel {
	margin-top: 18px;
	padding: 16px;
	border: 1px solid #dbe8f7;
	border-radius: 20px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
}

.wp-admin .gxpp-api-secret-summary {
	display: grid;
	grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto;
	gap: 10px 14px;
	align-items: center;
	padding: 16px;
	margin: 14px 0;
	border: 1px solid #dbeafe;
	border-radius: 18px;
	background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
	box-shadow: 0 14px 34px rgba(37, 99, 235, 0.08);
}

.wp-admin .gxpp-api-secret-summary strong {
	color: #0f172a;
	font-size: 15px;
}

.wp-admin .gxpp-api-secret-summary span {
	color: #2563eb;
	font-weight: 800;
}

.wp-admin .gxpp-api-secret-summary small {
	color: #64748b;
	line-height: 1.8;
}

.wp-admin .gxpp-api-secret-summary.is-ready {
	border-color: #bbf7d0;
	background: linear-gradient(135deg, #f8fffb 0%, #ecfdf5 100%);
}

.wp-admin .gxpp-api-secret-summary.is-missing {
	border-color: #fed7aa;
	background: linear-gradient(135deg, #fffaf5 0%, #fff7ed 100%);
}

.wp-admin .gxpp-secret-fields {
	margin-top: 14px;
	padding: 0;
	border: 1px solid #dbeafe;
	border-radius: 18px;
	background: #fff;
	overflow: hidden;
}

.wp-admin .gxpp-secret-fields summary {
	cursor: pointer;
	padding: 16px 18px;
	color: #0f172a;
	font-weight: 900;
	background: #f8fbff;
	border-bottom: 1px solid #e5eefb;
}

.wp-admin .gxpp-secret-fields[open] {
	padding-bottom: 16px;
}

.wp-admin .gxpp-secret-fields[open] > .gxpp-toggle-grid,
.wp-admin .gxpp-secret-fields[open] > .gxpp-settings-fields {
	margin: 16px;
}

.wp-admin .gxpp-api-preview-toolbar {
	justify-content: space-between;
	padding: 12px;
	margin: 0 0 12px;
	border-radius: 16px;
	background: #eef6ff;
}

.wp-admin .gxpp-api-preview-toolbar label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 800;
	color: #0f172a;
}

.wp-admin .gxpp-api-preview-table label.gxpp-api-row {
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.wp-admin .gxpp-api-preview-table label.gxpp-api-row:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.wp-admin .gxpp-existing-product {
	color: #b45309;
	background: #fffbeb;
	border: 1px solid #fde68a;
	border-radius: 999px;
	padding: 4px 8px;
}

.wp-admin .gxpp-ai-strategy-title {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #e5edf8;
}

.wp-admin .gxpp-ai-pipeline {
	display: grid;
	gap: 10px;
	margin: 14px 0;
}

.wp-admin .gxpp-pipeline-step {
	display: grid;
	grid-template-columns: 170px 1fr 70px;
	gap: 10px;
	align-items: center;
	padding: 12px 14px;
	background: #f8fbff;
	border: 1px solid #dbe8f7;
	border-radius: 14px;
}

.wp-admin .gxpp-pipeline-step strong {
	color: #0f172a;
	font-weight: 950;
}

.wp-admin .gxpp-pipeline-step span {
	color: #64748b;
	font-weight: 700;
}

.wp-admin .gxpp-pipeline-step em {
	display: inline-flex;
	justify-content: center;
	padding: 5px 8px;
	border-radius: 999px;
	background: #ecfdf3;
	color: #027a48;
	font-style: normal;
	font-weight: 950;
}

.wp-admin .gxpp-pipeline-step.is-error {
	border-color: #fecaca;
	background: #fef2f2;
}

.wp-admin .gxpp-pipeline-step.is-skipped {
	opacity: .72;
}

.wp-admin .gxpp-audit-stat--good {
	border-color: #bbf7d0;
	background: #f0fdf4;
}

.wp-admin .gxpp-audit-stat--warn {
	border-color: #fed7aa;
	background: #fff7ed;
}

.wp-admin .gxpp-audit-stat--bad {
	border-color: #fecaca;
	background: #fef2f2;
}

.wp-admin .gxpp-audit-links {
	margin: 0 0 16px;
}

.wp-admin .gxpp-checkout-controls__group {
	margin-top: 16px;
	padding: 16px;
	background: #f8fbff;
	border: 1px solid #e2edf8;
	border-radius: 18px;
}

.wp-admin .gxpp-checkout-controls__group h3 {
	margin: 0 0 12px;
	color: #0f172a;
	font-size: 16px;
	font-weight: 950;
}

.wp-admin .gxpp-checkout-controls__head,
.wp-admin .gxpp-checkout-field-row {
	display: grid;
	grid-template-columns: minmax(160px, 1fr) 74px 74px minmax(150px, 1fr) minmax(170px, 1.15fr) 86px;
	gap: 10px;
	align-items: center;
}

.wp-admin .gxpp-checkout-controls__head {
	margin-bottom: 8px;
	color: #64748b;
	font-size: 12px;
	font-weight: 900;
}

.wp-admin .gxpp-checkout-field-row {
	margin-bottom: 10px;
	padding: 12px;
	background: #fff;
	border: 1px solid #dbe8f7;
	border-radius: 14px;
}

.wp-admin .gxpp-checkout-field-row code {
	padding: 4px 7px;
	background: #eef6ff;
	border-radius: 8px;
	color: #1d4ed8;
	font-size: 12px;
}

.wp-admin .gxpp-checkout-field-row input[type="text"],
.wp-admin .gxpp-checkout-field-row input[type="number"] {
	width: 100%;
	min-height: 38px;
	border: 1px solid #cfe0f3;
	border-radius: 10px;
}

.wp-admin .gxpp-switch {
	position: relative;
	display: inline-flex;
	width: 48px;
	height: 26px;
}

.wp-admin .gxpp-switch input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.wp-admin .gxpp-switch span {
	position: relative;
	display: block;
	width: 48px;
	height: 26px;
	background: #cbd5e1;
	border-radius: 999px;
	transition: .18s ease;
}

.wp-admin .gxpp-switch span::before {
	content: "";
	position: absolute;
	top: 4px;
	right: 4px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(15, 23, 42, .25);
	transition: .18s ease;
}

.wp-admin .gxpp-switch input:checked + span {
	background: #2563eb;
}

.wp-admin .gxpp-switch input:checked + span::before {
	right: 26px;
}

.wp-admin .gxpp-audit-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 18px;
	padding: 14px;
	background: #fff;
	border: 1px solid #dbe8f7;
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
}

.wp-admin .gxpp-audit-filters input,
.wp-admin .gxpp-audit-filters select {
	min-height: 42px;
	border: 1px solid #cfe0f3;
	border-radius: 12px;
}

.wp-admin .gxpp-audit-filters input[type="search"] {
	min-width: min(420px, 100%);
}

.wp-admin .gxpp-audit-table {
	display: grid;
	gap: 10px;
}

.wp-admin .gxpp-audit-bulkbar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 16px;
	padding: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border: 1px solid #dbe8f7;
	border-radius: 18px;
	box-shadow: 0 14px 32px rgba(15, 23, 42, .06);
}

.wp-admin .gxpp-audit-checkall,
.wp-admin .gxpp-audit-publish-toggle,
.wp-admin .gxpp-audit-selected-count {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	padding: 8px 12px;
	background: #fff;
	border: 1px solid #e2edf8;
	border-radius: 999px;
	color: #0f172a;
	font-size: 13px;
	font-weight: 900;
}

.wp-admin .gxpp-audit-selected-count {
	color: #2563eb;
	background: #eff6ff;
	border-color: #bfdbfe;
}

.wp-admin .gxpp-audit-product-check,
.wp-admin .gxpp-audit-select-all,
.wp-admin .gxpp-audit-publish-after {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #2563eb;
}

.wp-admin .gxpp-audit-row {
	display: grid;
	grid-template-columns: 38px minmax(240px, 1.2fr) 90px minmax(360px, 2fr) 150px;
	gap: 12px;
	align-items: center;
	padding: 13px;
	background: #fff;
	border: 1px solid #e2edf8;
	border-radius: 14px;
}

.wp-admin .gxpp-audit-head {
	background: #f8fbff;
	color: #64748b;
	font-size: 12px;
	font-weight: 950;
}

.wp-admin .gxpp-audit-row strong,
.wp-admin .gxpp-audit-row b {
	display: block;
	color: #0f172a;
	font-weight: 950;
}

.wp-admin .gxpp-audit-row small {
	display: block;
	margin-top: 4px;
	color: #64748b;
	font-size: 12px;
}

.wp-admin .gxpp-audit-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.wp-admin .gxpp-audit-badges small {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 5px 8px;
	border-radius: 999px;
	font-weight: 900;
}

.wp-admin .gxpp-audit-badges .is-ok {
	background: #ecfdf3;
	color: #027a48;
}

.wp-admin .gxpp-audit-badges .is-missing {
	background: #fff7ed;
	color: #c2410c;
}

.wp-admin .gxpp-audit-actions {
	display: flex;
	gap: 8px;
}

.wp-admin .gxpp-audit-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 18px;
}

.wp-admin .gxpp-audit-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	padding: 0 10px;
	background: #f8fbff;
	border: 1px solid #dbe8f7;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 900;
}

.wp-admin .gxpp-audit-pagination .current {
	background: #2563eb;
	border-color: #2563eb;
	color: #fff;
}

@media (max-width: 960px) {
	.wp-admin .gxpp-settings-hero,
	.wp-admin .gxpp-settings-card__title {
		display: block;
	}

	.wp-admin .gxpp-checkout-controls__head {
		display: none;
	}

	.wp-admin .gxpp-checkout-field-row {
		grid-template-columns: 1fr 1fr;
	}

	.wp-admin .gxpp-toggle-grid {
		grid-template-columns: 1fr;
	}

	.wp-admin .gxpp-settings-fields--two,
	.wp-admin .gxpp-settings-fields--three,
	.wp-admin .gxpp-audit-stats,
	.wp-admin .gxpp-dashboard-stats,
	.wp-admin .gxpp-ai-studio-controls,
	.wp-admin .gxpp-ai-studio-preview,
	.wp-admin .gxpp-ai-price-grid {
		grid-template-columns: 1fr;
	}

	.wp-admin .gxpp-audit-row {
		grid-template-columns: 1fr;
	}

	.wp-admin .gxpp-pipeline-step {
		grid-template-columns: 1fr;
	}

	.wp-admin .gxpp-checkout-field-row strong,
	.wp-admin .gxpp-checkout-field-row input[type="text"] {
		grid-column: 1 / -1;
	}
}

/* GXPP 1.1.7 single category badge below short description */
body.gitex-product-pro .gxpp-badges {
	display: none !important;
}

/* GXPP 1.1.15 API dashboard tables */
.wp-admin .gxpp-api-table,
.wp-admin .gxpp-api-log {
	display: grid;
	gap: 10px;
}

.wp-admin .gxpp-api-row {
	display: grid;
	grid-template-columns: minmax(220px, 1.5fr) 90px 120px 90px 120px 90px;
	gap: 10px;
	align-items: center;
	padding: 12px;
	background: #fff;
	border: 1px solid #e2edf8;
	border-radius: 14px;
}

.wp-admin .gxpp-api-head {
	background: #f8fbff;
	color: #64748b;
	font-size: 12px;
	font-weight: 950;
}

.wp-admin .gxpp-api-row strong,
.wp-admin .gxpp-api-row small {
	display: block;
}

.wp-admin .gxpp-api-row small {
	margin-top: 4px;
	color: #64748b;
	font-size: 12px;
}

.wp-admin .gxpp-api-row-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.wp-admin .gxpp-api-row-actions .button {
	min-height: 34px;
	border-radius: 10px;
	font-weight: 800;
}

.wp-admin .gxpp-row-status {
	flex-basis: 100%;
	margin-top: 2px;
	font-weight: 800;
	color: #0f766e;
}

.wp-admin .gxpp-row-status.is-error {
	color: #dc2626;
}

.wp-admin .gxpp-ai-agents {
	grid-template-columns: 1fr;
}

.wp-admin .gxpp-ai-agents textarea {
	min-height: 120px;
	direction: rtl;
}

.wp-admin .gxpp-settings-save-status {
	position: sticky;
	top: 32px;
	z-index: 5;
	margin: 0 0 14px;
}

.wp-admin .gxpp-api-log__item {
	display: grid;
	grid-template-columns: 160px 1fr 160px;
	gap: 10px;
	align-items: center;
	padding: 12px 14px;
	background: #f8fbff;
	border: 1px solid #dbe8f7;
	border-radius: 14px;
}

.wp-admin .gxpp-api-log__item--error {
	background: #fff7ed;
	border-color: #fed7aa;
}

.wp-admin .gxpp-api-log__item small {
	color: #64748b;
	text-align: left;
}

.wp-admin .gxpp-canboso-balance {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 14px;
	padding: 12px 14px;
	background: #f8fbff;
	border: 1px solid #dbeafe;
	border-radius: 16px;
}

.wp-admin .gxpp-canboso-balance strong {
	color: #0f172a;
	font-weight: 950;
}

.wp-admin .gxpp-canboso-balance span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #ecfdf3;
	color: #027a48;
	font-weight: 950;
}

.wp-admin .gxpp-canboso-balance .is-error {
	background: #fff7ed;
	color: #c2410c;
}

@media (max-width: 960px) {
	.wp-admin .gxpp-api-row,
	.wp-admin .gxpp-api-log__item {
		grid-template-columns: 1fr;
	}
}

/* GXPP 1.1.14 contact buttons and API admin */
.gxpp-contact-floating {
	position: fixed;
	z-index: 9998;
	bottom: 24px;
	display: grid;
	gap: 10px;
	direction: ltr;
}

.gxpp-contact-floating--bottom-left { left: 22px; }
.gxpp-contact-floating--bottom-right { right: 22px; }

.gxpp-contact-btn {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 48px;
	padding: 8px 14px 8px 8px;
	border-radius: 999px;
	background: #ffffff;
	color: #0f172a;
	text-decoration: none;
	font-weight: 900;
	box-shadow: 0 16px 40px rgba(15, 23, 42, .16);
	border: 1px solid rgba(226, 232, 240, .95);
	transition: transform .18s ease, box-shadow .18s ease;
}

.gxpp-contact-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 48px rgba(15, 23, 42, .2);
}

.gxpp-contact-btn span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #eef6ff;
	color: #2563eb;
	font-weight: 950;
}

.gxpp-contact-btn svg {
	width: 20px;
	height: 20px;
	display: block;
}

.gxpp-contact-btn--whatsapp span { background: #dcfce7; color: #16a34a; }
.gxpp-contact-btn--telegram span { background: #e0f2fe; color: #0284c7; }
.gxpp-contact-btn--email span { background: #f1f5f9; color: #334155; }

.wp-admin .gxpp-api-action-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.wp-admin .gxpp-settings-card--api,
.wp-admin .gxpp-settings-card--contact {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.wp-admin .gxpp-api-product-inline input[type="number"] {
	margin-top: 6px;
	min-height: 40px;
	border: 1px solid #cfe0f3;
}

@media (max-width: 640px) {
	.wp-admin .gxpp-api-secret-summary {
		grid-template-columns: 1fr;
	}

	.wp-admin .gxpp-admin-row-head {
		display: none;
	}

	.wp-admin .gxpp-admin-row,
	.wp-admin .gxpp-api-row--sync {
		grid-template-columns: 1fr;
	}

	.gxpp-contact-floating {
		bottom: 16px;
		left: 14px;
		right: auto;
	}

	.gxpp-contact-btn strong {
		display: none;
	}

	.gxpp-contact-btn {
		padding: 7px;
		min-height: 46px;
	}
}

.gxpp-reviews-widget {
	direction: rtl;
	width: 100%;
	margin: 28px auto;
	font-family: Tajawal, Cairo, "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gxpp-reviews-widget__head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 16px;
	margin-bottom: 18px;
}

.gxpp-reviews-widget__head span {
	display: inline-flex;
	width: fit-content;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.09);
	color: #1d4ed8;
	font-size: 13px;
	font-weight: 900;
}

.gxpp-reviews-widget__head h3 {
	margin: 0;
	color: #101828;
	font-size: clamp(22px, 2.4vw, 34px);
	font-weight: 950;
	line-height: 1.35;
	letter-spacing: 0;
}

.gxpp-reviews-grid {
	display: grid;
	grid-template-columns: repeat(var(--gxpp-review-columns, 3), minmax(0, 1fr));
	gap: 16px;
}

.gxpp-reviews-widget--cols-1 {
	--gxpp-review-columns: 1;
}

.gxpp-reviews-widget--cols-2 {
	--gxpp-review-columns: 2;
}

.gxpp-reviews-widget--cols-3 {
	--gxpp-review-columns: 3;
}

.gxpp-reviews-widget--cols-4 {
	--gxpp-review-columns: 4;
}

.gxpp-review-card,
.gxpp-reviews-empty {
	background: #fff;
	border: 1px solid #e6edf5;
	border-radius: 22px;
	box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
	padding: 18px;
	color: #101828;
}

.gxpp-review-card__top {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.gxpp-review-avatar {
	display: grid;
	place-items: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 16px;
	background: linear-gradient(135deg, #2563eb, #06b6d4);
	color: #fff;
	font-weight: 950;
	box-shadow: 0 12px 26px rgba(37, 99, 235, 0.18);
}

.gxpp-review-card strong {
	display: block;
	color: #101828;
	font-size: 15px;
	font-weight: 950;
	line-height: 1.4;
}

.gxpp-review-card a {
	display: block;
	width: fit-content;
	margin-top: 3px;
	color: #2563eb;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.gxpp-review-stars {
	display: flex;
	align-items: center;
	gap: 3px;
	margin-bottom: 10px;
	color: #cbd5e1;
	font-size: 16px;
	line-height: 1;
}

.gxpp-review-stars .is-filled {
	color: #f59e0b;
}

.gxpp-review-stars em {
	margin-inline-start: 8px;
	padding: 4px 8px;
	border-radius: 999px;
	background: #fff7ed;
	color: #c2410c;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
}

.gxpp-review-card p,
.gxpp-reviews-empty p {
	margin: 0;
	color: #475467;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.9;
}

.gxpp-reviews-empty strong {
	display: block;
	margin-bottom: 6px;
	color: #101828;
	font-size: 16px;
	font-weight: 950;
}

@media (max-width: 1024px) {
	.gxpp-reviews-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.gxpp-reviews-widget__head {
		display: block;
	}

	.gxpp-reviews-widget__head h3 {
		margin-top: 10px;
		font-size: 24px;
	}

	.gxpp-reviews-grid {
		grid-template-columns: 1fr;
	}
}

.gxpp-home-hero,
.gxpp-platforms-showcase,
.gxpp-trust-steps {
	direction: rtl;
	width: 100%;
	margin: 30px auto;
	font-family: Tajawal, Cairo, "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gxpp-home-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .85fr);
	gap: clamp(22px, 4vw, 54px);
	align-items: center;
	padding: clamp(26px, 5vw, 64px);
	background:
		radial-gradient(circle at 12% 20%, color-mix(in srgb, var(--gxpp-hero-accent) 18%, transparent), transparent 32%),
		linear-gradient(135deg, var(--gxpp-hero-bg), #fff 72%);
	border: 1px solid #e6edf5;
	border-radius: 32px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
	overflow: hidden;
}

.gxpp-home-hero__eyebrow,
.gxpp-section-head span {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 12px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(37, 99, 235, .09);
	color: var(--gxpp-hero-primary, #2563eb);
	font-size: 13px;
	font-weight: 950;
}

.gxpp-home-hero h1 {
	margin: 0;
	color: #101828;
	font-size: clamp(34px, 4.6vw, 64px);
	font-weight: 950;
	line-height: 1.18;
	letter-spacing: 0;
}

.gxpp-home-hero__content > p {
	max-width: 760px;
	margin: 18px 0 0;
	color: #475467;
	font-size: clamp(16px, 1.4vw, 20px);
	font-weight: 750;
	line-height: 2;
}

.gxpp-home-hero__actions,
.gxpp-home-hero__badges,
.gxpp-home-hero__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.gxpp-home-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	border-radius: 16px;
	font-size: 15px;
	font-weight: 950;
	text-decoration: none !important;
	transition: transform .18s ease, box-shadow .18s ease;
}

.gxpp-home-hero__btn:hover {
	transform: translateY(-2px);
}

.gxpp-home-hero__btn--primary {
	background: linear-gradient(135deg, var(--gxpp-hero-primary), #1d4ed8);
	color: #fff !important;
	box-shadow: 0 16px 34px rgba(37, 99, 235, .22);
}

.gxpp-home-hero__btn--secondary {
	background: #fff;
	color: #101828 !important;
	border: 1px solid #dbe8f7;
	box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.gxpp-home-hero__badges span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 12px;
	border: 1px solid #dbe8f7;
	border-radius: 999px;
	background: rgba(255, 255, 255, .84);
	color: #344054;
	font-size: 13px;
	font-weight: 900;
}

.gxpp-home-hero__badges span::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: #16a34a;
	box-shadow: 0 0 0 4px rgba(22, 163, 74, .12);
}

.gxpp-home-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 620px;
}

.gxpp-home-hero__stats div {
	padding: 14px;
	background: #fff;
	border: 1px solid #e6edf5;
	border-radius: 18px;
	box-shadow: 0 14px 30px rgba(15, 23, 42, .05);
}

.gxpp-home-hero__stats strong,
.gxpp-home-hero__stats small {
	display: block;
}

.gxpp-home-hero__stats strong {
	color: var(--gxpp-hero-primary);
	font-size: 22px;
	font-weight: 950;
}

.gxpp-home-hero__stats small {
	margin-top: 4px;
	color: #667085;
	font-size: 12px;
	font-weight: 850;
}

.gxpp-home-hero__visual {
	position: relative;
	padding: 16px;
	background: rgba(255, 255, 255, .76);
	border: 1px solid #e6edf5;
	border-radius: 28px;
	box-shadow: 0 28px 70px rgba(15, 23, 42, .10);
}

.gxpp-home-hero__visual img {
	display: block;
	width: 100%;
	aspect-ratio: 1.08 / 1;
	object-fit: cover;
	border-radius: 22px;
}

.gxpp-home-hero__mockup {
	display: grid;
	place-items: center;
	aspect-ratio: 1.08 / 1;
	border-radius: 22px;
	background: linear-gradient(135deg, var(--gxpp-hero-primary), var(--gxpp-hero-accent));
	color: #fff;
	text-align: center;
}

.gxpp-home-hero__mockup strong,
.gxpp-home-hero__mockup span {
	display: block;
}

.gxpp-home-hero__mockup strong {
	font-size: 34px;
	font-weight: 950;
}

.gxpp-section-head {
	max-width: 760px;
	margin: 0 auto 22px;
	text-align: center;
}

.gxpp-section-head h2 {
	margin: 0;
	color: #101828;
	font-size: clamp(25px, 3vw, 42px);
	font-weight: 950;
	line-height: 1.35;
}

.gxpp-section-head p {
	margin: 10px 0 0;
	color: #667085;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.9;
}

.gxpp-platforms-grid,
.gxpp-trust-step-grid {
	display: grid;
	grid-template-columns: repeat(var(--gxpp-widget-cols, 3), minmax(0, 1fr));
	gap: 16px;
}

.gxpp-platforms-showcase--cols-2,
.gxpp-trust-steps--cols-2 {
	--gxpp-widget-cols: 2;
}

.gxpp-platforms-showcase--cols-3,
.gxpp-trust-steps--cols-3 {
	--gxpp-widget-cols: 3;
}

.gxpp-platforms-showcase--cols-4,
.gxpp-trust-steps--cols-4 {
	--gxpp-widget-cols: 4;
}

.gxpp-platform-card,
.gxpp-trust-step-card {
	display: grid;
	gap: 9px;
	min-height: 168px;
	padding: 20px;
	background: #fff;
	border: 1px solid #e6edf5;
	border-radius: 22px;
	box-shadow: 0 16px 42px rgba(15, 23, 42, .06);
	text-decoration: none !important;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.gxpp-platform-card:hover,
.gxpp-trust-step-card:hover {
	transform: translateY(-4px);
	border-color: color-mix(in srgb, var(--gxpp-platform-accent, #2563eb) 34%, #e6edf5);
	box-shadow: 0 24px 58px rgba(15, 23, 42, .10);
}

.gxpp-platform-card__icon,
.gxpp-trust-step-card span {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: linear-gradient(135deg, var(--gxpp-platform-accent, #2563eb), #06b6d4);
	color: #fff;
	font-size: 15px;
	font-weight: 950;
	box-shadow: 0 16px 30px rgba(37, 99, 235, .18);
}

.gxpp-platform-card strong,
.gxpp-trust-step-card strong {
	color: #101828;
	font-size: 18px;
	font-weight: 950;
	line-height: 1.45;
}

.gxpp-platform-card small,
.gxpp-trust-step-card p {
	margin: 0;
	color: #667085;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.8;
}

.gxpp-trust-step-card span {
	background: linear-gradient(135deg, var(--gxpp-trust-accent, #16a34a), #06b6d4);
}

.gxpp-trust-step-grid--steps {
	margin-top: 18px;
}

.gxpp-reviews-slider,
.gxpp-cta-banner,
.gxpp-home-faq {
	direction: rtl;
	width: 100%;
	margin: 30px auto;
	font-family: Tajawal, Cairo, "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gxpp-reviews-track {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	padding: 8px 6px 18px;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
}

.gxpp-review-slide {
	flex: 0 0 var(--gxpp-review-card-width, 340px);
	scroll-snap-align: start;
	padding: 18px;
	background: #fff;
	border: 1px solid rgba(209, 226, 246, .95);
	border-radius: 22px;
	box-shadow: 0 16px 42px rgba(18, 60, 186, .08);
}

.gxpp-review-slide__top {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.gxpp-review-slide__top > span {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 15px;
	background: linear-gradient(135deg, #123cba, #0b8cff 52%, #12d7ee);
	color: #fff;
	font-weight: 950;
}

.gxpp-feature-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 26px auto;
	direction: rtl;
	font-family: Tajawal, Cairo, "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gxpp-feature-strip--cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gxpp-feature-strip--cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gxpp-feature-strip-card {
	position: relative;
	min-height: 128px;
	padding: 20px 18px;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(255,255,255,.98), rgba(247, 252, 255, .96)),
		#fff;
	border: 1px solid rgba(209, 226, 246, .96);
	border-radius: 22px;
	box-shadow: 0 18px 46px rgba(18, 60, 186, .08);
	text-align: right;
}

.gxpp-feature-strip-card::before {
	content: "";
	position: absolute;
	inset-inline-start: -34px;
	inset-block-start: -34px;
	width: 96px;
	height: 96px;
	border-radius: 999px;
	background: radial-gradient(circle, color-mix(in srgb, var(--gxpp-feature-accent, #12d7ee) 42%, transparent), transparent 68%);
}

.gxpp-feature-strip-card span {
	display: inline-grid;
	place-items: center;
	min-width: 54px;
	height: 34px;
	padding: 0 12px;
	margin-bottom: 12px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--gxpp-feature-deep, #123cba), var(--gxpp-feature-accent, #12d7ee));
	color: #fff;
	font-size: 13px;
	font-weight: 950;
	box-shadow: 0 10px 22px rgba(11, 140, 255, .18);
}

.gxpp-feature-strip-card strong {
	display: block;
	color: #101828;
	font-size: 16px;
	font-weight: 950;
	line-height: 1.45;
}

.gxpp-feature-strip-card p {
	margin: 7px 0 0;
	color: #667085;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.8;
}

.gxpp-review-slide strong,
.gxpp-review-slide small {
	display: block;
}

.gxpp-review-slide strong {
	color: #101828;
	font-size: 15px;
	font-weight: 950;
}

.gxpp-review-slide small {
	margin-top: 3px;
	color: #667085;
	font-size: 12px;
	font-weight: 800;
}

.gxpp-review-slide__stars {
	display: flex;
	align-items: center;
	gap: 3px;
	margin-bottom: 10px;
	color: #cbd5e1;
}

.gxpp-review-slide__stars .is-filled {
	color: #f59e0b;
}

.gxpp-review-slide__stars em {
	margin-inline-start: 8px;
	padding: 3px 8px;
	border-radius: 999px;
	background: #fff7ed;
	color: #c2410c;
	font-size: 12px;
	font-style: normal;
	font-weight: 950;
}

.gxpp-review-slide p {
	margin: 0;
	color: #475467;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.9;
}

.gxpp-cta-banner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 22px;
	padding: clamp(24px, 4vw, 46px);
	background:
		radial-gradient(circle at 10% 20%, color-mix(in srgb, var(--gxpp-cta-accent) 32%, transparent), transparent 32%),
		linear-gradient(135deg, var(--gxpp-cta-primary), #1d4ed8);
	border-radius: 30px;
	color: #fff;
	box-shadow: 0 24px 68px rgba(37, 99, 235, .22);
}

.gxpp-cta-banner span,
.gxpp-cta-banner h2,
.gxpp-cta-banner p {
	color: #fff;
}

.gxpp-cta-banner span {
	font-size: 13px;
	font-weight: 950;
	opacity: .82;
}

.gxpp-cta-banner h2 {
	margin: 6px 0 8px;
	font-size: clamp(26px, 3.5vw, 44px);
	font-weight: 950;
	line-height: 1.3;
}

.gxpp-cta-banner p {
	margin: 0;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.9;
	opacity: .9;
}

.gxpp-cta-banner a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border-radius: 16px;
	background: #fff;
	color: var(--gxpp-cta-primary) !important;
	font-size: 15px;
	font-weight: 950;
	text-decoration: none !important;
	white-space: nowrap;
}

.gxpp-faq-list {
	display: grid;
	gap: 12px;
	max-width: 980px;
	margin: 0 auto;
}

.gxpp-faq-item {
	background: #fff;
	border: 1px solid #e6edf5;
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
	overflow: hidden;
}

.gxpp-faq-item summary {
	cursor: pointer;
	padding: 16px 18px;
	color: #101828;
	font-size: 15px;
	font-weight: 950;
	list-style: none;
}

.gxpp-faq-item summary::-webkit-details-marker {
	display: none;
}

.gxpp-faq-item p {
	margin: 0;
	padding: 0 18px 18px;
	color: #667085;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.9;
}

@media (max-width: 1024px) {
	.gxpp-home-hero {
		grid-template-columns: 1fr;
	}

	.gxpp-platforms-grid,
	.gxpp-trust-step-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.gxpp-home-hero {
		padding: 22px;
		border-radius: 24px;
	}

	.gxpp-home-hero__actions {
		display: grid;
	}

	.gxpp-home-hero__stats,
	.gxpp-platforms-grid,
	.gxpp-trust-step-grid {
		grid-template-columns: 1fr;
	}

	.gxpp-review-slide {
		flex-basis: min(84vw, var(--gxpp-review-card-width, 340px));
	}

	.gxpp-cta-banner {
		display: grid;
		text-align: right;
	}

	.gxpp-cta-banner a {
		width: 100%;
	}
}

/* GXPP logo-color control layer */
body:not(.wp-admin),
body.gitex-product-pro {
	--gxpp-blue: var(--gxpp-control-primary, #123cba);
	--gxpp-indigo: color-mix(in srgb, var(--gxpp-control-primary, #123cba) 84%, #020617);
	--gxpp-cyan: var(--gxpp-control-accent, #12d7ee);
	--gxpp-violet: var(--gxpp-control-success, #7c3aed);
	--gxpp-primary: var(--gxpp-control-primary, #123cba);
	--gxpp-primary-dark: color-mix(in srgb, var(--gxpp-control-primary, #123cba) 82%, #020617);
	--gxpp-accent: var(--gxpp-control-accent, #12d7ee);
	--gxpp-success: var(--gxpp-control-success, #7c3aed);
}

body:not(.wp-admin) a.button,
body:not(.wp-admin) button,
body:not(.wp-admin) input[type="button"],
body:not(.wp-admin) input[type="submit"],
body:not(.wp-admin) .elementor-button,
body:not(.wp-admin) .wp-block-button__link,
body:not(.wp-admin) .woocommerce a.button,
body:not(.wp-admin) .woocommerce button.button,
body:not(.wp-admin) .woocommerce input.button,
body:not(.wp-admin) .single_add_to_cart_button,
body:not(.wp-admin) .gxpp-product-card__button,
body:not(.wp-admin) .gxpp-loop-button,
body:not(.wp-admin) .gxpp-home-hero__actions a:first-child,
body:not(.wp-admin) .gxpp-cta-banner a {
	background: linear-gradient(135deg, var(--gxpp-control-primary, #123cba), var(--gxpp-control-accent, #12d7ee)) !important;
	border: 0 !important;
	color: #fff !important;
	box-shadow: 0 16px 34px color-mix(in srgb, var(--gxpp-control-primary, #123cba) 24%, transparent) !important;
}

body:not(.wp-admin) .gxpp-buy-now,
body:not(.wp-admin) .gxpp-home-hero__actions a:last-child {
	background: linear-gradient(135deg, var(--gxpp-control-success, #7c3aed), var(--gxpp-control-primary, #123cba)) !important;
	color: #fff !important;
	box-shadow: 0 16px 34px color-mix(in srgb, var(--gxpp-control-success, #7c3aed) 24%, transparent) !important;
}

body:not(.wp-admin) .site-header,
body:not(.wp-admin) .ast-primary-header-bar,
body:not(.wp-admin) .main-header-bar {
	background:
		linear-gradient(90deg, rgba(255,255,255,.98), rgba(247,252,255,.96)) !important;
	border-bottom: 1px solid color-mix(in srgb, var(--gxpp-control-accent, #12d7ee) 18%, #e6edf5) !important;
	box-shadow: 0 16px 46px color-mix(in srgb, var(--gxpp-control-primary, #123cba) 10%, transparent) !important;
}

body:not(.wp-admin) .site-header::after,
body:not(.wp-admin) .ast-primary-header-bar::after {
	background: linear-gradient(90deg, var(--gxpp-control-primary, #123cba), var(--gxpp-control-accent, #12d7ee), var(--gxpp-control-success, #7c3aed)) !important;
}

body:not(.wp-admin) .main-header-menu > .menu-item:hover > .menu-link,
body:not(.wp-admin) .main-header-menu > .current-menu-item > .menu-link,
body:not(.wp-admin) .ast-builder-menu-1 .menu-item:hover > .menu-link,
body:not(.wp-admin) .ast-builder-menu-1 .current-menu-item > .menu-link {
	background: linear-gradient(135deg, color-mix(in srgb, var(--gxpp-control-primary, #123cba) 12%, #fff), color-mix(in srgb, var(--gxpp-control-accent, #12d7ee) 16%, #fff)) !important;
	color: var(--gxpp-control-primary, #123cba) !important;
}

body:not(.wp-admin) .site-footer,
body:not(.wp-admin) .site-primary-footer-wrap,
body:not(.wp-admin) .site-below-footer-wrap {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 18% 0%, color-mix(in srgb, var(--gxpp-control-accent, #12d7ee) 22%, transparent), transparent 30%),
		radial-gradient(circle at 82% 16%, color-mix(in srgb, var(--gxpp-control-success, #7c3aed) 18%, transparent), transparent 34%),
		linear-gradient(135deg, #06122e 0%, color-mix(in srgb, var(--gxpp-control-primary, #123cba) 38%, #07111f) 56%, #020617 100%) !important;
	border-top: 1px solid color-mix(in srgb, var(--gxpp-control-accent, #12d7ee) 22%, transparent) !important;
	box-shadow: 0 -22px 70px rgba(2, 6, 23, .14) !important;
}

body:not(.wp-admin) .site-footer::before,
body:not(.wp-admin) .site-primary-footer-wrap::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, transparent, rgba(255,255,255,.06), transparent),
		repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 82px);
	opacity: .8;
}

body:not(.wp-admin) .site-footer a,
body:not(.wp-admin) .site-footer p,
body:not(.wp-admin) .site-footer li,
body:not(.wp-admin) .site-footer .widget-title {
	color: #eaf6ff !important;
}

body.gitex-product-pro div.product .summary {
	gap: 10px !important;
}

body.gitex-product-pro .woocommerce-product-details__short-description,
body.gitex-product-pro .gxpp-short-description {
	margin-bottom: 10px !important;
}

body.gitex-product-pro form.cart {
	gap: 10px !important;
	padding: 12px !important;
	margin-top: 0 !important;
}

body.gitex-product-pro form.cart table.variations {
	margin: 0 0 6px !important;
	padding: 11px 12px !important;
	border-radius: 16px !important;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04) !important;
}

body.gitex-product-pro form.cart table.variations::before {
	content: none !important;
	display: none !important;
}

body.gitex-product-pro form.cart table.variations label {
	margin-bottom: 5px !important;
	font-size: 12px !important;
}

body.gitex-product-pro form.cart table.variations select {
	min-height: 44px !important;
	border-radius: 13px !important;
	font-size: 13px !important;
}

body.gitex-product-pro form.cart .gxpp-service-fields {
	gap: 9px !important;
	margin: 0 !important;
	padding: 12px !important;
	border-radius: 16px !important;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04) !important;
}

body.gitex-product-pro form.cart .gxpp-service-fields__title {
	font-size: 15px !important;
	line-height: 1.35 !important;
}

body.gitex-product-pro form.cart .gxpp-service-fields__title::before {
	width: 10px !important;
	height: 10px !important;
	box-shadow: 0 0 0 5px color-mix(in srgb, var(--gxpp-control-primary, #123cba) 12%, transparent) !important;
}

body.gitex-product-pro form.cart .gxpp-service-field {
	padding: 9px 10px !important;
	border-radius: 13px !important;
}

body.gitex-product-pro form.cart .gxpp-service-field label {
	margin-bottom: 5px !important;
	font-size: 12px !important;
}

body.gitex-product-pro form.cart .gxpp-service-fields input,
body.gitex-product-pro form.cart .gxpp-service-fields textarea {
	min-height: 42px !important;
	border-radius: 13px !important;
	font-size: 13px !important;
}

body.gitex-product-pro form.cart .gxpp-service-fields textarea {
	min-height: 76px !important;
}

body.gitex-product-pro form.cart .quantity {
	min-height: 48px !important;
	padding: 10px 12px !important;
	border-radius: 16px !important;
}

body.gitex-product-pro form.cart .single_add_to_cart_button,
body.gitex-product-pro form.cart .gxpp-buy-now {
	min-height: 50px !important;
	border-radius: 15px !important;
}

/* GXPP sliders, full footer, compact product form refinements */
body:not(.wp-admin) .gxpp-slider-shell {
	position: relative;
	width: 100%;
}

body:not(.wp-admin) .gxpp-products-layout-slider,
body:not(.wp-admin) .gxpp-reviews-track,
body:not(.wp-admin) .gxpp-scrollbar-hidden {
	scrollbar-width: none !important;
	-ms-overflow-style: none !important;
}

body:not(.wp-admin) .gxpp-products-layout-slider::-webkit-scrollbar,
body:not(.wp-admin) .gxpp-reviews-track::-webkit-scrollbar,
body:not(.wp-admin) .gxpp-scrollbar-hidden::-webkit-scrollbar {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
}

body:not(.wp-admin) .gxpp-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0 !important;
	border: 1px solid color-mix(in srgb, var(--gxpp-control-accent, #12d7ee) 22%, #ffffff) !important;
	border-radius: 999px !important;
	background:
		linear-gradient(135deg, rgba(255,255,255,.98), rgba(245,250,255,.92)) !important;
	color: var(--gxpp-control-primary, #123cba) !important;
	font-size: 34px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	box-shadow: 0 16px 34px rgba(15, 23, 42, .12) !important;
	transform: translateY(-50%);
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

body:not(.wp-admin) .gxpp-slider-arrow:hover {
	background: linear-gradient(135deg, var(--gxpp-control-primary, #123cba), var(--gxpp-control-accent, #12d7ee)) !important;
	color: #fff !important;
	box-shadow: 0 20px 42px color-mix(in srgb, var(--gxpp-control-primary, #123cba) 22%, transparent) !important;
	transform: translateY(-50%) scale(1.04);
}

body:not(.wp-admin) .gxpp-slider-arrow--prev {
	right: -22px;
}

body:not(.wp-admin) .gxpp-slider-arrow--next {
	left: -22px;
}

body:not(.wp-admin) .gxpp-product-card__button,
body:not(.wp-admin) .gxpp-loop-button,
body.woocommerce ul.products li.product .gxpp-loop-button,
body.woocommerce-page ul.products li.product .gxpp-loop-button,
body .woocommerce ul.products li.product .gxpp-loop-button {
	background: linear-gradient(135deg, var(--gxpp-card-button, #123cba), var(--gxpp-card-button-accent, #12d7ee)) !important;
	color: var(--gxpp-card-button-text, #ffffff) !important;
	box-shadow: 0 15px 30px color-mix(in srgb, var(--gxpp-card-button, #123cba) 22%, transparent) !important;
}

body:not(.wp-admin) .site-footer,
body:not(.wp-admin) footer.site-footer,
body:not(.wp-admin) .site-primary-footer-wrap,
body:not(.wp-admin) .site-above-footer-wrap,
body:not(.wp-admin) .site-below-footer-wrap {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
}

body:not(.wp-admin) .site-footer .ast-container,
body:not(.wp-admin) .site-primary-footer-wrap .ast-builder-grid-row-container-inner,
body:not(.wp-admin) .site-above-footer-wrap .ast-builder-grid-row-container-inner,
body:not(.wp-admin) .site-below-footer-wrap .ast-builder-grid-row-container-inner {
	width: 99% !important;
	max-width: 99% !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.gitex-product-pro div.product .summary {
	padding-top: clamp(18px, 2vw, 30px) !important;
	padding-bottom: clamp(18px, 2vw, 30px) !important;
}

body.gitex-product-pro .gxpp-short-description {
	padding: 14px 16px !important;
	line-height: 1.8 !important;
}

body.gitex-product-pro form.cart {
	padding: 10px !important;
	gap: 8px !important;
	background: #f7fbff !important;
}

body.gitex-product-pro form.cart table.variations,
body.gitex-product-pro form.cart .gxpp-service-fields {
	padding: 9px 10px !important;
	border-radius: 14px !important;
}

body.gitex-product-pro form.cart table.variations {
	margin-bottom: 4px !important;
}

body.gitex-product-pro form.cart table.variations::before {
	content: "" !important;
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.gitex-product-pro form.cart table.variations tr + tr {
	margin-top: 7px !important;
}

body.gitex-product-pro form.cart table.variations label,
body.gitex-product-pro form.cart .gxpp-service-field label {
	margin-bottom: 4px !important;
	font-size: 11.5px !important;
	line-height: 1.35 !important;
}

body.gitex-product-pro form.cart table.variations select,
body.gitex-product-pro form.cart .gxpp-service-fields input {
	min-height: 40px !important;
}

body.gitex-product-pro form.cart .gxpp-service-fields {
	gap: 7px !important;
}

body.gitex-product-pro form.cart .gxpp-service-fields__title {
	font-size: 14px !important;
	margin-bottom: 0 !important;
}

body.gitex-product-pro form.cart .gxpp-service-field {
	padding: 8px 9px !important;
}

body.gitex-product-pro form.cart .gxpp-service-fields textarea {
	min-height: 66px !important;
}

@media (max-width: 720px) {
	body:not(.wp-admin) .gxpp-slider-arrow {
		width: 38px;
		height: 38px;
		font-size: 28px !important;
	}

	body:not(.wp-admin) .gxpp-slider-arrow--prev {
		right: -8px;
	}

	body:not(.wp-admin) .gxpp-slider-arrow--next {
		left: -8px;
	}
}

/* GXPP global color toggle and compact product options */
body:not(.wp-admin):not(.gxpp-global-colors-on) {
	background: #ffffff !important;
	background-image: none !important;
}

body:not(.wp-admin):not(.gxpp-global-colors-on) .site,
body:not(.wp-admin):not(.gxpp-global-colors-on) .site-content,
body:not(.wp-admin):not(.gxpp-global-colors-on) .ast-container,
body:not(.wp-admin):not(.gxpp-global-colors-on) .elementor,
body:not(.wp-admin):not(.gxpp-global-colors-on) .elementor-section,
body:not(.wp-admin):not(.gxpp-global-colors-on) .e-con {
	background-image: none !important;
}

body:not(.wp-admin):not(.gxpp-global-colors-on) .site-header,
body:not(.wp-admin):not(.gxpp-global-colors-on) .ast-primary-header-bar,
body:not(.wp-admin):not(.gxpp-global-colors-on) .main-header-bar {
	background: #ffffff !important;
	background-image: none !important;
	border-bottom: 1px solid #e5e7eb !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
}

body:not(.wp-admin):not(.gxpp-global-colors-on) .site-header::before,
body:not(.wp-admin):not(.gxpp-global-colors-on) .site-header::after,
body:not(.wp-admin):not(.gxpp-global-colors-on) .ast-primary-header-bar::before,
body:not(.wp-admin):not(.gxpp-global-colors-on) .ast-primary-header-bar::after,
body:not(.wp-admin):not(.gxpp-global-colors-on) .main-header-bar::before,
body:not(.wp-admin):not(.gxpp-global-colors-on) .main-header-bar::after {
	content: none !important;
	display: none !important;
}

body:not(.wp-admin):not(.gxpp-global-colors-on) .main-header-menu > .menu-item > .menu-link,
body:not(.wp-admin):not(.gxpp-global-colors-on) .ast-builder-menu-1 .menu-item > .menu-link {
	background: transparent !important;
	box-shadow: none !important;
}

body:not(.wp-admin):not(.gxpp-global-colors-on) a.button:not(.gxpp-product-card__button):not(.gxpp-loop-button):not(.single_add_to_cart_button):not(.gxpp-buy-now),
body:not(.wp-admin):not(.gxpp-global-colors-on) button:not(.gxpp-slider-arrow):not(.single_add_to_cart_button):not(.gxpp-buy-now),
body:not(.wp-admin):not(.gxpp-global-colors-on) input[type="button"],
body:not(.wp-admin):not(.gxpp-global-colors-on) input[type="submit"]:not(.single_add_to_cart_button),
body:not(.wp-admin):not(.gxpp-global-colors-on) .elementor-button:not(.gxpp-product-card__button):not(.gxpp-loop-button),
body:not(.wp-admin):not(.gxpp-global-colors-on) .wp-block-button__link,
body:not(.wp-admin):not(.gxpp-global-colors-on) .woocommerce a.button:not(.gxpp-loop-button):not(.single_add_to_cart_button):not(.gxpp-buy-now),
body:not(.wp-admin):not(.gxpp-global-colors-on) .woocommerce button.button:not(.single_add_to_cart_button):not(.gxpp-buy-now),
body:not(.wp-admin):not(.gxpp-global-colors-on) .woocommerce input.button {
	background: revert !important;
	background-image: none !important;
	border: revert !important;
	color: revert !important;
	box-shadow: none !important;
}

body.gitex-product-pro form.cart table.variations {
	display: block !important;
	min-height: 0 !important;
	height: auto !important;
	padding: 8px 10px !important;
	margin: 0 !important;
	background: #ffffff !important;
}

body.gitex-product-pro form.cart table.variations tbody,
body.gitex-product-pro form.cart table.variations tr,
body.gitex-product-pro form.cart table.variations td {
	display: block !important;
	width: 100% !important;
	min-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.gitex-product-pro form.cart table.variations th,
body.gitex-product-pro form.cart table.variations .label,
body.gitex-product-pro form.cart table.variations label {
	display: none !important;
}

body.gitex-product-pro form.cart table.variations select {
	min-height: 38px !important;
	height: 38px !important;
	padding: 0 14px !important;
	margin: 0 !important;
	border-radius: 12px !important;
	line-height: 38px !important;
}

body.gitex-product-pro form.cart .gxpp-service-fields {
	min-height: 0 !important;
	padding: 10px !important;
	margin-top: 6px !important;
}

body.gitex-product-pro form.cart .gxpp-service-fields__title {
	margin: 0 0 6px !important;
}

/* GXPP final layout fixes: clean header, fixed background, compact tabs, inline reset link */
body:not(.wp-admin),
body:not(.wp-admin).gxpp-global-colors-on {
	background: #ffffff !important;
	background-image: none !important;
}

body:not(.wp-admin) .site,
body:not(.wp-admin) .site-content,
body:not(.wp-admin) .ast-container,
body:not(.wp-admin) .elementor,
body:not(.wp-admin) .elementor-section,
body:not(.wp-admin) .e-con {
	background-image: none !important;
}

body:not(.wp-admin).gxpp-global-colors-on .site-header,
body:not(.wp-admin).gxpp-global-colors-on .ast-primary-header-bar,
body:not(.wp-admin).gxpp-global-colors-on .main-header-bar {
	background: #ffffff !important;
	background-image: none !important;
	border-bottom: 1px solid #e5edf7 !important;
	box-shadow: 0 10px 28px rgba(15, 23, 42, .06) !important;
	backdrop-filter: none !important;
}

body:not(.wp-admin).gxpp-global-colors-on .site-header::before,
body:not(.wp-admin).gxpp-global-colors-on .site-header::after,
body:not(.wp-admin).gxpp-global-colors-on .ast-primary-header-bar::before,
body:not(.wp-admin).gxpp-global-colors-on .ast-primary-header-bar::after,
body:not(.wp-admin).gxpp-global-colors-on .main-header-bar::before,
body:not(.wp-admin).gxpp-global-colors-on .main-header-bar::after {
	content: none !important;
	display: none !important;
}

body.gitex-product-pro .woocommerce-tabs {
	padding: clamp(18px, 3vw, 34px) !important;
}

body.gitex-product-pro .woocommerce-tabs ul.tabs {
	gap: 8px !important;
	margin-bottom: 20px !important;
}

body.gitex-product-pro .woocommerce-tabs ul.tabs li a {
	min-height: 42px !important;
	padding: 10px 20px !important;
	border-radius: 999px !important;
	font-size: clamp(14px, 1.25vw, 17px) !important;
	line-height: 1.2 !important;
}

body.gitex-product-pro .woocommerce-tabs h2,
body.gitex-product-pro .woocommerce-Tabs-panel h2 {
	font-size: clamp(26px, 3vw, 42px) !important;
	line-height: 1.25 !important;
	margin-bottom: 16px !important;
}

body.gitex-product-pro form.cart table.variations td.value {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	align-items: center !important;
	gap: 8px !important;
}

body.gitex-product-pro form.cart table.variations .reset_variations {
	margin: 0 !important;
	min-height: 38px !important;
	padding: 0 12px !important;
	align-items: center !important;
	justify-content: center !important;
	border: 1px solid #dbe8f7 !important;
	border-radius: 12px !important;
	background: #fff !important;
	white-space: nowrap !important;
}

body:not(.wp-admin) .gxpp-products-layout-slider > *,
body:not(.wp-admin) .gxpp-reviews-track > * {
	direction: rtl;
}

body:not(.wp-admin) .gxpp-product-card__title,
body:not(.wp-admin) .gxpp-products-grid .gxpp-product-card__title,
body:not(.wp-admin) .gxpp-products-layout-slider .gxpp-product-card__title,
body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
body .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: var(--gxpp-card-title-size, 15px) !important;
	line-height: 1.45 !important;
}

/* GXPP solid professional palette: no mixed gradients */
body:not(.wp-admin) {
	--gxpp-solid-primary: var(--gxpp-control-primary, #155eef);
	--gxpp-solid-primary-hover: #0f46c8;
	--gxpp-solid-accent: var(--gxpp-control-accent, #0ea5e9);
	--gxpp-solid-success: var(--gxpp-control-success, #16a34a);
	--gxpp-solid-success-hover: #15803d;
	--gxpp-solid-text: #0f172a;
	--gxpp-solid-muted: #64748b;
	--gxpp-solid-border: #e2e8f0;
	--gxpp-solid-surface: #ffffff;
	--gxpp-solid-soft: #f8fafc;
	background: #ffffff !important;
	background-image: none !important;
	color: var(--gxpp-solid-text) !important;
}

body:not(.wp-admin) .site,
body:not(.wp-admin) .site-content,
body:not(.wp-admin) #content,
body:not(.wp-admin) .ast-container,
body:not(.wp-admin) .entry-content,
body:not(.wp-admin) .elementor,
body:not(.wp-admin) .elementor-section,
body:not(.wp-admin) .e-con,
body:not(.wp-admin) .e-con-inner {
	background-image: none !important;
}

body:not(.wp-admin) .site-header,
body:not(.wp-admin) .ast-primary-header-bar,
body:not(.wp-admin) .main-header-bar,
body:not(.wp-admin).gxpp-global-colors-on .site-header,
body:not(.wp-admin).gxpp-global-colors-on .ast-primary-header-bar,
body:not(.wp-admin).gxpp-global-colors-on .main-header-bar {
	background: #ffffff !important;
	background-image: none !important;
	border-bottom: 1px solid var(--gxpp-solid-border) !important;
	box-shadow: 0 10px 24px rgba(15, 23, 42, .05) !important;
}

body:not(.wp-admin) .site-header::before,
body:not(.wp-admin) .site-header::after,
body:not(.wp-admin) .ast-primary-header-bar::before,
body:not(.wp-admin) .ast-primary-header-bar::after,
body:not(.wp-admin) .main-header-bar::before,
body:not(.wp-admin) .main-header-bar::after {
	content: none !important;
	display: none !important;
}

body:not(.wp-admin) .main-header-menu > .menu-item > .menu-link,
body:not(.wp-admin) .ast-builder-menu-1 .menu-item > .menu-link {
	color: var(--gxpp-solid-text) !important;
	background: transparent !important;
	box-shadow: none !important;
}

body:not(.wp-admin) .main-header-menu > .menu-item:hover > .menu-link,
body:not(.wp-admin) .main-header-menu > .current-menu-item > .menu-link,
body:not(.wp-admin) .ast-builder-menu-1 .menu-item:hover > .menu-link,
body:not(.wp-admin) .ast-builder-menu-1 .current-menu-item > .menu-link {
	color: var(--gxpp-solid-primary) !important;
	background: #eff6ff !important;
	box-shadow: inset 0 0 0 1px #bfdbfe !important;
}

body:not(.wp-admin) a.button,
body:not(.wp-admin) button,
body:not(.wp-admin) input[type="button"],
body:not(.wp-admin) input[type="submit"],
body:not(.wp-admin) .elementor-button,
body:not(.wp-admin) .wp-block-button__link,
body:not(.wp-admin) .woocommerce a.button,
body:not(.wp-admin) .woocommerce button.button,
body:not(.wp-admin) .woocommerce input.button,
body:not(.wp-admin) .single_add_to_cart_button,
body:not(.wp-admin) .gxpp-product-card__button,
body:not(.wp-admin) .gxpp-loop-button,
body:not(.wp-admin) .gxpp-home-hero__actions a:first-child,
body:not(.wp-admin) .gxpp-cta-banner a,
body.woocommerce-cart .button,
body.woocommerce-checkout .button {
	background: var(--gxpp-solid-primary) !important;
	background-image: none !important;
	border: 1px solid var(--gxpp-solid-primary) !important;
	color: #ffffff !important;
	box-shadow: 0 12px 24px rgba(21, 94, 239, .18) !important;
}

body:not(.wp-admin) a.button:hover,
body:not(.wp-admin) button:hover,
body:not(.wp-admin) input[type="button"]:hover,
body:not(.wp-admin) input[type="submit"]:hover,
body:not(.wp-admin) .elementor-button:hover,
body:not(.wp-admin) .wp-block-button__link:hover,
body:not(.wp-admin) .woocommerce a.button:hover,
body:not(.wp-admin) .woocommerce button.button:hover,
body:not(.wp-admin) .woocommerce input.button:hover,
body:not(.wp-admin) .single_add_to_cart_button:hover,
body:not(.wp-admin) .gxpp-product-card__button:hover,
body:not(.wp-admin) .gxpp-loop-button:hover,
body.woocommerce-cart .button:hover,
body.woocommerce-checkout .button:hover {
	background: var(--gxpp-solid-primary-hover) !important;
	border-color: var(--gxpp-solid-primary-hover) !important;
	color: #ffffff !important;
}

body:not(.wp-admin) .gxpp-buy-now,
body:not(.wp-admin) .gxpp-home-hero__actions a:last-child,
body.woocommerce-checkout #place_order,
body.gxpp-checkout-modern #place_order,
body.gxpp-cart-modern .checkout-button {
	background: var(--gxpp-solid-success) !important;
	background-image: none !important;
	border-color: var(--gxpp-solid-success) !important;
	color: #ffffff !important;
	box-shadow: 0 12px 24px rgba(22, 163, 74, .18) !important;
}

body:not(.wp-admin) .gxpp-buy-now:hover,
body:not(.wp-admin) .gxpp-home-hero__actions a:last-child:hover,
body.woocommerce-checkout #place_order:hover,
body.gxpp-checkout-modern #place_order:hover,
body.gxpp-cart-modern .checkout-button:hover {
	background: var(--gxpp-solid-success-hover) !important;
	border-color: var(--gxpp-solid-success-hover) !important;
}

body:not(.wp-admin) .gxpp-slider-arrow {
	background: #ffffff !important;
	background-image: none !important;
	border: 1px solid var(--gxpp-solid-border) !important;
	color: var(--gxpp-solid-primary) !important;
	box-shadow: 0 12px 24px rgba(15, 23, 42, .12) !important;
}

body:not(.wp-admin) .gxpp-slider-arrow:hover {
	background: var(--gxpp-solid-primary) !important;
	border-color: var(--gxpp-solid-primary) !important;
	color: #ffffff !important;
}

.gxpp-review-card,
.gxpp-reviews-empty,
.gxpp-review-slide,
.gxpp-reviews-widget,
body:not(.wp-admin) .gxpp-product-card,
body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product,
body.gitex-product-pro .woocommerce-tabs,
body.gitex-product-pro form.cart,
body.gitex-product-pro form.cart table.variations,
body.gitex-product-pro form.cart .gxpp-service-fields,
body.gxpp-checkout-modern #customer_details,
body.gxpp-checkout-modern #order_review,
body.gxpp-cart-modern table.shop_table,
body.gxpp-cart-modern .cart-collaterals .cart_totals {
	background: #ffffff !important;
	background-image: none !important;
	color: var(--gxpp-solid-text) !important;
	border-color: var(--gxpp-solid-border) !important;
}

.gxpp-review-card,
.gxpp-review-slide {
	box-shadow: 0 12px 28px rgba(15, 23, 42, .08) !important;
}

.gxpp-review-card strong,
.gxpp-review-slide strong,
.gxpp-review-card p,
.gxpp-review-slide p,
.gxpp-reviews-empty p,
.gxpp-reviews-empty strong {
	color: var(--gxpp-solid-text) !important;
}

.gxpp-review-stars,
.gxpp-review-slide__stars,
body.woocommerce ul.products li.product .review-rating,
body.woocommerce-page ul.products li.product .review-rating {
	color: #f59e0b !important;
}

body:not(.wp-admin) .ast-mobile-popup-drawer,
body:not(.wp-admin) .ast-mobile-popup-inner,
body:not(.wp-admin) .ast-mobile-header-wrap,
body:not(.wp-admin) .ast-mobile-popup-content,
body:not(.wp-admin) .ast-mobile-popup-content .main-header-menu,
body:not(.wp-admin) .ast-mobile-popup-content .main-header-menu .menu-item > .menu-link {
	background: #ffffff !important;
	background-image: none !important;
	color: var(--gxpp-solid-text) !important;
	border-color: var(--gxpp-solid-border) !important;
}

body:not(.wp-admin) .ast-mobile-popup-content .main-header-menu .menu-item > .menu-link:hover,
body:not(.wp-admin) .ast-mobile-popup-content .main-header-menu .current-menu-item > .menu-link {
	background: #eff6ff !important;
	color: var(--gxpp-solid-primary) !important;
}

body:not(.wp-admin) .ast-mobile-popup-drawer .menu-toggle-close {
	background: var(--gxpp-solid-primary) !important;
	color: #ffffff !important;
	border-color: var(--gxpp-solid-primary) !important;
}

body:not(.wp-admin) .astra-cart-drawer,
body:not(.wp-admin) .ast-site-header-cart-data,
body:not(.wp-admin) .widget_shopping_cart_content,
body:not(.wp-admin) .woocommerce-mini-cart,
body:not(.wp-admin) .woocommerce-mini-cart__total,
body:not(.wp-admin) .woocommerce-mini-cart__buttons {
	background: #ffffff !important;
	background-image: none !important;
	color: var(--gxpp-solid-text) !important;
	border-color: var(--gxpp-solid-border) !important;
}

body:not(.wp-admin) .woocommerce-mini-cart a,
body:not(.wp-admin) .widget_shopping_cart_content a {
	color: var(--gxpp-solid-text) !important;
}

body:not(.wp-admin) .site-footer,
body:not(.wp-admin) .site-primary-footer-wrap,
body:not(.wp-admin) .site-below-footer-wrap {
	background: #0f172a !important;
	background-image: none !important;
	color: #e2e8f0 !important;
}
