/* =========================================================
   Alaasar Air – subtle polish on top of existing Porto theme
   Keep colors/structure; only light UX refinements
   ========================================================= */

.h2_title_homepage{
	width: 100%;
}
.a_title_homepage{
	 white-space: normal !important;
}

.img_homepage{
	height: 217.5px !important;
	object-fit: contain;
}

/* Kill Porto cart pseudo-icon (conflicts with our FA cart in circle) */
.cart-dropdown .dropdown-toggle::before,
.cart-dropdown .dropdown-toggle::after,
.header-cart-block .cart-link::before,
.header-cart-block .cart-link::after {
	display: none !important;
	content: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.homepage_product_category{
	font-size: 12px;
}

/* ---- Header ---- */
.header-top {
	border-bottom: 1px solid rgba(0,0,0,0.06);
	padding: 0.45rem 0;
}

.header-top-inner {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	flex-wrap: wrap;
	gap: 0.75rem;
	width: 100%;
}

/* EN: language left, login right */
html[dir="ltr"] .header-top-inner,
html[lang="en"] .header-top-inner {
	flex-direction: row;
}

/* AR: dir=rtl already puts the first item (language) on the right.
   Do not row-reverse — that shoved the menu to the left edge and clipped it. */
html[dir="rtl"] .header-top-inner,
html[lang="ar"] .header-top-inner {
	flex-direction: row;
}

.header-top-lang,
.header-top-account {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.header-top .header-lang-toggle,
.header-top .header-account-toggle,
.header-top .header-login-link {
	display: inline-flex !important;
	align-items: center;
	gap: 0.5rem;
	font-size: 1.25rem;
	font-weight: 600;
	color: #1f2937 !important;
	text-decoration: none !important;
	white-space: nowrap;
	padding: 0.3rem 0.15rem;
	line-height: 1.2;
}

/* Language toggle: room for caret so it never sits on flag/text */
.header-top .header-lang-toggle {
	padding-right: 1.35rem !important;
	padding-left: 0.2rem !important;
	position: relative;
	gap: 0.55rem;
}

html[dir="rtl"] .header-top .header-lang-toggle,
html[lang="ar"] .header-top .header-lang-toggle {
	padding-right: 0.2rem !important;
	padding-left: 1.35rem !important;
	font-family: 'Cairo', sans-serif !important;
}

/* Caret clear of content (theme puts ::after at right:0 on the text) */
.header-top .header-lang-dropdown > a.header-lang-toggle::after,
.header-top .header-lang-toggle::after {
	position: absolute !important;
	top: 50% !important;
	right: 0.15rem !important;
	left: auto !important;
	margin: 0 !important;
	margin-top: -2px !important;
	transform: none !important;
	border-width: 5px 4px 0 !important;
	border-style: solid !important;
	border-color: #6b7280 transparent transparent !important;
	content: '' !important;
	display: block !important;
	width: 0 !important;
	height: 0 !important;
	pointer-events: none;
}

html[dir="rtl"] .header-top .header-lang-dropdown > a.header-lang-toggle::after,
html[lang="ar"] .header-top .header-lang-toggle::after {
	right: auto !important;
	left: 0.15rem !important;
}

.header-top .header-lang-flag,
.header-top .header-lang-toggle img,
.header-top .header-lang-menu img {
	width: 20px !important;
	height: auto !important;
	max-width: 20px !important;
	display: inline-block !important;
	vertical-align: middle;
	margin: 0 !important;
	flex-shrink: 0;
}

.header-top .header-lang-label,
.header-top .header-lang-menu span {
	display: inline-block;
	line-height: 1.2;
}

.header-top .header-lang-menu a {
	display: flex !important;
	align-items: center;
	gap: 0.55rem;
	padding: 0.45rem 0.85rem !important;
	color: #1f2937 !important;
	white-space: nowrap;
}

.header-top .header-lang-menu a:hover {
	background: #f3f6fb !important;
	color: #19479c !important;
}

/* Login: single plain link — no caret, no second label */
.header-top .header-login-link {
	padding: 0.3rem 0.25rem !important;
	color: #1f2937 !important;
}

.header-top .header-login-link::after,
.header-top .header-login-link::before {
	display: none !important;
	content: none !important;
}

/* Account dropdown (logged-in only): caret with spacing, not expanded double-label */
.header-top .header-account-dropdown > a.header-account-toggle {
	padding-right: 1.25rem !important;
	position: relative;
}

html[dir="rtl"] .header-top .header-account-dropdown > a.header-account-toggle,
html[lang="ar"] .header-top .header-account-dropdown > a.header-account-toggle {
	padding-right: 0.2rem !important;
	padding-left: 1.25rem !important;
	font-family: 'Cairo', sans-serif !important;
}

.header-top .header-account-dropdown > a.header-account-toggle::after {
	position: absolute !important;
	top: 50% !important;
	right: 0.1rem !important;
	left: auto !important;
	margin-top: -2px !important;
	border-width: 5px 4px 0 !important;
	border-style: solid !important;
	border-color: #6b7280 transparent transparent !important;
	content: '' !important;
	display: block !important;
}

html[dir="rtl"] .header-top .header-account-dropdown > a.header-account-toggle::after,
html[lang="ar"] .header-top .header-account-dropdown > a.header-account-toggle::after {
	right: auto !important;
	left: 0.1rem !important;
}

.header-top .header-dropdown + .header-dropdown::before {
	display: none !important;
}

/* Prevent expanded mode from showing toggle + menu item as two labels */
.header-top .dropdown-expanded > a {
	display: none !important;
}

.header-middle {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

/* Theme sets .logo img { max-width: 45% } which shrinks the mark too much.
   logo.png is wide with empty right side — give the top header a larger, readable logo. */
.header-left {
	flex: 0 0 auto;
	max-width: min(340px, 42vw);
}

.header-middle .logo,
.header .header-middle .logo {
	display: block;
	line-height: 0;
	max-width: 100%;
}

.header-middle .logo img,
.header .header-middle .logo img,
.logo img {
	display: block !important;
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain;
	object-position: left center;
}

/* Top header (before scroll) — large enough that Arabic wordmark is readable */
.header-middle .logo img,
.header .header-middle .logo img {
	max-height: 96px !important;
	min-height: 72px;
}

/* Never show logo in the blue nav strip (Porto clones it for sticky — hide always) */
.header-bottom .logo,
.header-bottom.sticky-header .logo,
.sticky-header.fixed .logo,
.header-bottom .container > .logo {
	display: none !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
}

@media (max-width: 991px) {
	.header-left {
		max-width: min(220px, 48vw);
	}
	.header-middle .logo img,
	.header .header-middle .logo img {
		max-height: 72px !important;
		min-height: 56px;
	}
}

@media (max-width: 575px) {
	.header-left {
		max-width: min(160px, 50vw);
	}
	.header-middle .logo img,
	.header .header-middle .logo img {
		max-height: 58px !important;
		min-height: 44px;
	}
}

.header-right-actions {
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	gap: 1.4rem;
	flex-wrap: wrap;
}

.header-contact-block {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	line-height: 1.25;
	text-align: right;
}

.header-contact-label {
	font-size: 1.15rem;
	color: #767f84;
	margin-bottom: 2px;
}

.header-contact-phone {
	color: #19479c;
	font-size: 1.45rem;
	text-decoration: none;
	font-weight: 700;
}

.header-contact-phone:hover {
	color: #fa4a4a;
	text-decoration: none;
}

.header-cart-block {
	display: flex;
	align-items: center;
}

/* Perfect circle cart — top header AND sticky clone in nav bar */
.header-cart-block .cart-link,
.header-cart-block .dropdown-toggle.cart-link,
.header-middle .cart-dropdown .cart-link,
.header-middle .cart-dropdown .dropdown-toggle,
.header-bottom .cart-dropdown .cart-link,
.header-bottom .cart-dropdown .dropdown-toggle,
.header-bottom .cart-dropdown a.dropdown-toggle,
.sticky-header.fixed .cart-dropdown .cart-link,
.sticky-header.fixed .cart-dropdown .dropdown-toggle,
.sticky-header.fixed .cart-dropdown a.dropdown-toggle {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 4.4rem !important;
	height: 4.4rem !important;
	min-width: 4.4rem !important;
	max-width: 4.4rem !important;
	min-height: 4.4rem !important;
	max-height: 4.4rem !important;
	aspect-ratio: 1 / 1 !important;
	padding: 0 !important;
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	margin: 0 !important;
	border-radius: 50% !important;
	background: #f5f7fa !important;
	color: #19479c !important;
	text-decoration: none !important;
	line-height: 1 !important;
	transition: background-color 0.15s ease, color 0.15s ease;
	box-sizing: border-box !important;
	overflow: visible !important;
	flex-shrink: 0 !important;
}

.header-cart-block .cart-link:hover,
.header-cart-block .dropdown-toggle.cart-link:hover,
.header-bottom .cart-dropdown .dropdown-toggle:hover,
.sticky-header.fixed .cart-dropdown .dropdown-toggle:hover {
	background: #19479c !important;
	color: #fff !important;
	text-decoration: none !important;
}

/* Kill Porto cart glyph + padding that stretches the circle when sticky */
.header-bottom .cart-dropdown .dropdown-toggle::before,
.header-bottom .cart-dropdown .dropdown-toggle::after,
.sticky-header.fixed .cart-dropdown .dropdown-toggle::before,
.sticky-header.fixed .cart-dropdown .dropdown-toggle::after {
	display: none !important;
	content: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.header-cart-block .cart-link i,
.header-cart-block .cart-link .fa,
.header-cart-block .cart-link .fas,
.header-bottom .cart-dropdown .dropdown-toggle i,
.header-bottom .cart-dropdown .dropdown-toggle .fa,
.sticky-header.fixed .cart-dropdown .dropdown-toggle i,
.sticky-header.fixed .cart-dropdown .dropdown-toggle .fa {
	font-size: 1.85rem !important;
	line-height: 1 !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	position: relative;
	top: 0;
	right: auto !important;
	left: auto !important;
}

.header-cart-block .cart-count,
.header-bottom .cart-dropdown .cart-count,
.header-bottom .cart-dropdown .dropdown-toggle .cart-count,
.sticky-header.fixed .cart-dropdown .cart-count,
.sticky-header.fixed .cart-dropdown .dropdown-toggle .cart-count {
	position: absolute !important;
	top: -3px !important;
	right: -3px !important;
	left: auto !important;
	min-width: 1.8rem !important;
	width: auto !important;
	height: 1.8rem !important;
	line-height: 1.8rem !important;
	padding: 0 0.35rem !important;
	border-radius: 999px !important;
	background: #fa4a4a !important;
	color: #fff !important;
	font-size: 1.05rem !important;
	font-weight: 700 !important;
	text-align: center !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	box-sizing: border-box !important;
}

html[lang="ar"] .header-cart-block .cart-count,
html[lang="ar"] .header-bottom .cart-dropdown .cart-count,
html[lang="ar"] .sticky-header.fixed .cart-dropdown .cart-count {
	right: auto !important;
	left: -3px !important;
}

/* Sticky bar layout: cart stays circular on the right */
.header-bottom.sticky-header.fixed .container {
	display: flex !important;
	align-items: center !important;
}

.header-bottom.sticky-header.fixed .cart-dropdown,
.sticky-header.fixed .cart-dropdown {
	display: flex !important;
	align-items: center !important;
	margin-left: auto !important;
	margin-right: 0 !important;
	order: 2;
	flex-shrink: 0;
}

html[lang="ar"] .header-bottom.sticky-header.fixed .cart-dropdown,
html[lang="ar"] .sticky-header.fixed .cart-dropdown {
	margin-left: 0 !important;
	margin-right: auto !important;
}

/* =========================================================
   Header search — single clean pill (overrides Porto)
   ========================================================= */
.header-search.alaasar-header-search,
.header-search {
	position: relative !important;
	display: block !important;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	font-size: 1.4rem !important;
	line-height: 1.2 !important;
	overflow: visible !important;
	z-index: 30;
}

/* Hide the Porto mobile-only toggle; form is always visible */
.header-search .search-toggle {
	display: none !important;
}

.header-search-form,
.header-search form {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	position: relative !important;
}

.header-search-wrapper {
	display: flex !important;
	flex-direction: row !important;
	align-items: stretch !important;
	/* Force LTR chrome: blue submit always on the left (matches design),
	   independent of page dir. Input text direction is set separately. */
	direction: ltr !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	height: 48px !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 999px !important;
	background: #ffffff !important;
	box-shadow: 0 2px 12px rgba(15, 23, 42, 0.07) !important;
	overflow: hidden !important; /* clip input/button to pill; results are outside */
	position: relative !important;
	z-index: 1;
}

/* Submit: circular blue control on the start edge */
.header-search .btn,
.header-search .header-search-submit,
.header-search-wrapper > button.btn {
	flex: 0 0 48px !important;
	width: 48px !important;
	min-width: 48px !important;
	max-width: 48px !important;
	height: 48px !important;
	min-height: 48px !important;
	max-height: 48px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: #19479c !important;
	color: #ffffff !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-shadow: none !important;
	line-height: 1 !important;
	font-size: 1.35rem !important;
	cursor: pointer !important;
	order: 0;
	position: relative;
	z-index: 2;
}

.header-search .btn:hover,
.header-search .btn:focus,
.header-search .header-search-submit:hover,
.header-search .header-search-submit:focus {
	background: #143a7e !important;
	color: #ffffff !important;
	outline: none !important;
}

.header-search .btn i,
.header-search .header-search-submit i {
	display: block !important;
	margin: 0 !important;
	line-height: 1 !important;
	color: #ffffff !important;
	font-size: 1.35rem !important;
}

/* Input fills the rest of the pill */
.header-search .form-control,
.header-search-wrapper .form-control,
.header-search input#search {
	flex: 1 1 auto !important;
	width: auto !important;
	min-width: 0 !important;
	height: 48px !important;
	min-height: 48px !important;
	max-height: 48px !important;
	margin: 0 !important;
	padding: 0 1.1rem !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	color: #111827 !important;
	font-size: 1.35rem !important;
	font-weight: 400 !important;
	line-height: 48px !important;
	order: 1;
	-webkit-appearance: none !important;
	appearance: none !important;
}

.header-search .form-control:focus,
.header-search input#search:focus {
	outline: none !important;
	box-shadow: none !important;
	background: transparent !important;
	color: #111827 !important;
}

.header-search .form-control::placeholder,
.header-search input#search::placeholder {
	color: #9ca3af !important;
	opacity: 1 !important;
}

/* Kill browser clear-X on type=search (breaks width/alignment) */
.header-search input[type="search"]::-webkit-search-decoration,
.header-search input[type="search"]::-webkit-search-cancel-button,
.header-search input[type="search"]::-webkit-search-results-button,
.header-search input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none !important;
	appearance: none !important;
	display: none !important;
}

/* RTL: keep submit on the visual start (right in RTL via row-reverse is NOT needed —
   button is first in DOM; with dir=rtl flex puts it on the right automatically.
   For dir=rtl, first flex item goes to the right — good for AR.
   For dir=ltr, first flex item goes left — good for EN. */
html[dir="rtl"] .header-search .form-control,
html[lang="ar"] .header-search .form-control {
	text-align: right !important;
	direction: rtl !important;
}

html[dir="ltr"] .header-search .form-control,
html[lang="en"] .header-search .form-control {
	text-align: left !important;
	direction: ltr !important;
}

html[lang="ar"] .header-contact-block {
	align-items: flex-start;
	text-align: left;
}

/* hide unused product-type select if present */
.header-search .select-custom {
	display: none !important;
}

/* Mini search results dropdown — under the form, not inside the flex row */
.header-search,
.header-search-form,
.header-center,
.header-middle .header-center {
	position: relative !important;
	overflow: visible !important;
	z-index: 20;
}

.header-search-form {
	z-index: 30;
}

/* Always show wrapper (Porto hides it under 992px until .show) */
.header-search .header-search-wrapper,
.header-search .header-search-wrapper.show,
.header-search form .header-search-wrapper {
	display: flex !important;
}

@media (max-width: 991px) {
	.header-search,
	.header-search.alaasar-header-search {
		max-width: min(100%, 360px);
		margin-left: 0;
		margin-right: 0;
	}
	.header-search .header-search-wrapper {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		width: 100% !important;
		margin-top: 0 !important;
		border-width: 1px !important;
		box-shadow: 0 2px 12px rgba(15, 23, 42, 0.07) !important;
	}
	.header-search .header-search-wrapper::before {
		display: none !important;
		content: none !important;
	}
}

@media (max-width: 575px) {
	.header-search,
	.header-search.alaasar-header-search {
		max-width: 100%;
		flex: 1 1 auto;
	}
	.header-search-wrapper {
		height: 44px !important;
		min-height: 44px !important;
	}
	.header-search .btn,
	.header-search .header-search-submit {
		flex-basis: 44px !important;
		width: 44px !important;
		min-width: 44px !important;
		max-width: 44px !important;
		height: 44px !important;
		min-height: 44px !important;
		max-height: 44px !important;
	}
	.header-search .form-control,
	.header-search input#search {
		height: 44px !important;
		min-height: 44px !important;
		max-height: 44px !important;
		line-height: 44px !important;
		font-size: 1.6rem !important; /* 16px — iOS will not zoom on focus */
	}
}

#searchResults1,
.header-search-form #searchResults1,
.search-mini-results {
	display: none;
	position: absolute !important;
	top: calc(100% + 8px) !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	min-width: 100% !important;
	max-width: none !important;
	max-height: 380px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 6px 0 !important;
	margin: 0 !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 12px !important;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.16) !important;
	background: #fff !important;
	z-index: 10050 !important; /* above sticky header (1040) */
	float: none !important;
	transform: none !important;
	visibility: hidden;
	opacity: 0;
	box-sizing: border-box !important;
}

#searchResults1.is-open,
#searchResults1.show,
.search-mini-results.is-open,
.search-mini-results.show {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

#searchResults1 .product-price-mini {
	font-size: 1.15rem;
	font-weight: 700;
	color: #fa4a4a;
	margin-top: 2px;
}

#searchResults1 .dropdown-item,
#searchResults1 > a,
#searchResults1 .search-mini-item {
	display: flex !important;
	align-items: center;
	gap: 10px;
	padding: 10px 12px !important;
	color: #333 !important;
	text-decoration: none !important;
	border-bottom: 1px solid #f2f2f2;
	white-space: normal !important;
	width: 100%;
	background: transparent !important;
	clear: both;
}

#searchResults1 .dropdown-item:last-child,
#searchResults1 > a:last-child,
#searchResults1 .search-mini-item:last-child {
	border-bottom: none;
}

#searchResults1 .dropdown-item:hover,
#searchResults1 > a:hover,
#searchResults1 .search-mini-item:hover {
	background-color: #f5f8fc !important;
	color: #19479c !important;
}

#searchResults1 .product-image,
#searchResults1 img.product-image {
	width: 48px !important;
	height: 48px !important;
	object-fit: contain !important;
	border-radius: 4px;
	border: 1px solid #eee;
	background: #fff;
	flex-shrink: 0;
}

#searchResults1 .product-info {
	flex: 1;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

#searchResults1 .product-name {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.35;
	color: inherit;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#searchResults1 .search-mini-empty {
	padding: 12px 14px;
	color: #6b7280;
	font-size: 1.25rem;
	margin: 0;
}

.cart-count {
	min-width: 1.8rem;
	height: 1.8rem;
	line-height: 1.8rem;
	padding: 0 0.4rem;
	font-size: 1.1rem;
	font-weight: 700;
}

/* ---- Main nav ---- */
.header-bottom.sticky-header {
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	z-index: 990;
}

/* ---- Main nav orientation ----
   English: left → right (Home first on the left)
   Arabic: right → left (Home first on the right) via row-reverse */
.main-nav {
	width: 100%;
}

.main-nav .menu,
.header-bottom .main-nav .menu,
.sticky-header .main-nav .menu {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	float: none !important;
	width: 100%;
	clear: both;
}

/* Porto uses float:left on .menu > li — kill floats so flex order wins */
.main-nav .menu > li,
.main-nav .menu > li.float-right,
.main-nav .menu > li.float-left,
.header-bottom .menu > li {
	float: none !important;
	display: block !important; /* override theme display:ruby-text */
}

html[lang="en"] .main-nav .menu,
html[dir="ltr"] .main-nav .menu {
	flex-direction: row !important;
	justify-content: flex-start !important;
	direction: ltr;
}

html[lang="ar"] .main-nav .menu,
html[dir="rtl"] .main-nav .menu {
	flex-direction: row-reverse !important;
	justify-content: flex-start !important;
	direction: rtl;
}

.main-nav .menu > li > a {
	transition: color 0.15s ease, background-color 0.15s ease;
	padding: 1rem 1.2rem;
}

html[lang="ar"] .menu.sf-arrows > li > a.sf-with-ul,
html[dir="rtl"] .menu.sf-arrows > li > a.sf-with-ul,
html[lang="ar"] .main-nav .menu > li > a.sf-with-ul,
html[dir="rtl"] .main-nav .menu > li > a.sf-with-ul {
	padding-left: 2.8rem !important;
	padding-right: 1.4rem !important;
}

html[lang="ar"] .menu.sf-arrows .sf-with-ul::after,
html[dir="rtl"] .menu.sf-arrows .sf-with-ul::after,
html[lang="ar"] .main-nav .menu > li > a.sf-with-ul::after,
html[dir="rtl"] .main-nav .menu > li > a.sf-with-ul::after {
	right: auto !important;
	left: 1.15rem !important;
}

.main-nav .menu > li:hover > a,
.main-nav .menu > li.active > a {
	color: #19479c;
}

.oriental-sweets-menu,
.western-sweets-menu,
.bakedgoods-menu,
.dairy-menu,
.offer-menu,
.bestseller-menu {
	border: 1px solid #e8e8e8 !important;
	border-radius: 4px;
	box-shadow: 0 6px 18px rgba(0,0,0,0.08);
	padding: 6px 0 !important;
	min-width: 200px;
}

/* Products brand dropdown: vertical list under trigger (not Porto table-cell slide) */
.header-bottom,
.header-bottom.sticky-header,
.header-bottom .container,
.header-bottom .main-nav {
	overflow: visible !important;
}

.main-nav .menu > li.menu-products {
	position: relative;
}

.main-nav .menu > li.menu-products > .oriental-sweets-menu,
.main-nav .menu > li.menu-products > .menu-brands-dropdown {
	display: none !important;
	position: absolute !important;
	top: 100% !important;
	left: 0 !important;
	right: auto !important;
	transform: none !important;
	min-width: 12rem !important;
	width: max-content !important;
	max-width: min(280px, 92vw) !important;
	text-align: center !important;
	padding: 0.35rem 0 !important;
}

.main-nav .menu > li.menu-products:hover > .oriental-sweets-menu,
.main-nav .menu > li.menu-products:hover > .menu-brands-dropdown,
.main-nav .menu > li.menu-products.show > .oriental-sweets-menu,
.main-nav .menu > li.menu-products.show > .menu-brands-dropdown {
	display: block !important;
	transform: none !important;
}

.main-nav .menu > li.menu-products > ul > li,
.main-nav .menu > li.menu-products > .oriental-sweets-menu > li,
.main-nav .menu > li.menu-products > .menu-brands-dropdown > li {
	display: block !important;
	float: none !important;
	width: 100% !important;
	padding: 0 !important;
}

html[lang="ar"] .main-nav .menu > li.menu-products > .oriental-sweets-menu,
html[lang="ar"] .main-nav .menu > li.menu-products > .menu-brands-dropdown,
html[dir="rtl"] .main-nav .menu > li.menu-products > .oriental-sweets-menu,
html[dir="rtl"] .main-nav .menu > li.menu-products > .menu-brands-dropdown {
	left: auto !important;
	right: 0 !important;
	transform: none !important;
}

.main-nav .menu > li.menu-products > .oriental-sweets-menu .menu-item a,
.main-nav .menu > li.menu-products > .menu-brands-dropdown .menu-item a {
	display: block;
	text-align: center !important;
	padding: 0.75rem 1.5rem !important;
	white-space: nowrap;
	font-size: 1.3rem;
}

.oriental-sweets-menu .menu-item a,
.western-sweets-menu .menu-item a,
.bakedgoods-menu .menu-item a,
.dairy-menu .menu-item a,
.offer-menu .menu-item a,
.bestseller-menu .menu-item a {
	display: block;
	padding: 8px 16px;
	color: #4d4d4a;
	font-size: 1.3rem;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.oriental-sweets-menu .menu-item a:hover,
.western-sweets-menu .menu-item a:hover,
.bakedgoods-menu .menu-item a:hover,
.dairy-menu .menu-item a:hover,
.offer-menu .menu-item a:hover,
.bestseller-menu .menu-item a:hover {
	background-color: #f7f7f7;
	color: #19479c;
}

/* ---- Homepage product cards (same layout, softer polish) ---- */
.best-seller-section .title {
	letter-spacing: 0.02em;
	margin-bottom: 1.6rem;
}

.product-card {
	transition: box-shadow 0.2s ease, transform 0.2s ease;
	overflow: hidden;
}

.product-card:hover {
	box-shadow: 0 6px 16px rgba(0,0,0,0.12);
	transform: translateY(-2px);
}

.product-card .product-title {
	padding: 0 8px;
	min-height: 2.2em;
}

.product-card .price {
	color: #fa4a4a;
	font-weight: 700;
	margin: 6px 0 10px;
}

.product-card .btn-secondary,
.product-card .btn.btn-secondary {
	border-radius: 20px;
	font-size: 1.2rem;
	padding: 6px 12px;
}

.carousel-btn {
	border-radius: 50%;
	width: 36px;
	height: 36px;
	padding: 0;
	line-height: 36px;
	opacity: 0.75;
	transition: opacity 0.15s ease, background-color 0.15s ease;
}

.carousel-btn:hover {
	opacity: 1;
	background-color: rgba(25, 71, 156, 0.85);
}

.bannerr-cat img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}

/* ---- Product grid (category pages) ---- */
.product-default {
	transition: box-shadow 0.2s ease;
	border-radius: 4px;
}

.product-default:hover {
	box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.product-default figure img.img_homepage:not(.is-broken) {
	transition: opacity 0.2s ease;
}

.product-default:hover figure img.img_homepage:not(.is-broken) {
	opacity: 0.92;
}

.product-default .btn-danger {
	border-radius: 20px;
	padding: 6px 16px;
	font-size: 1.2rem;
}


/* ========== Product detail page v29 ========== */
.pp-page {
	padding-bottom: 3rem;
	background: #fff;
}

.pp-wrap {
	padding-top: 0.25rem;
}

.pp-row {
	align-items: flex-start;
	margin-bottom: 2rem;
}

/* Gallery */
.pp-col-gallery {
	margin-bottom: 1.5rem;
}

.pp-gallery {
	background: #f8fafc;
	border: 1px solid #e8ecf1;
	border-radius: 14px;
	padding: 1rem;
}

.pp-stage {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	max-height: 520px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
}

.pp-main-img:not(.is-broken),
.pp-stage img.pp-main-img:not(.is-broken),
#pp-main-img:not(.is-broken) {
	position: static !important;
	inset: auto !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 520px !important;
	object-fit: contain !important;
	object-position: center !important;
	display: block !important;
	margin: 0 auto !important;
	opacity: 1 !important;
	visibility: visible !important;
	cursor: zoom-in;
	transform: none !important;
	float: none !important;
}

.pp-img-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 180px;
	font-size: 3.5rem;
	font-weight: 700;
	color: #94a3b8;
	background: linear-gradient(145deg, #f1f5f9, #e2e8f0);
}

.pp-expand {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 3;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: #19479c;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(25, 71, 156, 0.35);
}

html[dir="rtl"] .pp-expand {
	right: auto;
	left: 12px;
}

.pp-thumbs {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 0.55rem;
	margin-top: 0.85rem;
	visibility: visible !important;
	opacity: 1 !important;
	height: auto !important;
}

.pp-thumb {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	padding: 4px;
	border: 2px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	visibility: visible !important;
	opacity: 1 !important;
}

.pp-thumb.is-active,
.pp-thumb:hover {
	border-color: #19479c;
}

.pp-thumb img:not(.is-broken) {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	opacity: 1 !important;
	visibility: visible !important;
	position: static !important;
}

/* Info column */
.pp-info {
	padding: 0.25rem 0 0.5rem;
}

html[dir="ltr"] .pp-info {
	padding-left: 0.5rem;
}

html[dir="rtl"] .pp-info {
	padding-right: 0.5rem;
}

.pp-eyebrow {
	margin: 0 0 0.35rem;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #19479c !important;
}

.pp-title {
	margin: 0 0 0.9rem !important;
	font-size: 2.35rem !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	color: #111827 !important;
}

.pp-price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.65rem;
	margin-bottom: 1.4rem;
}

.pp-price {
	font-size: 2.2rem !important;
	font-weight: 800 !important;
	color: #c62828 !important;
	visibility: visible !important;
	opacity: 1 !important;
	display: inline-block !important;
}

.pp-old {
	font-size: 1.4rem;
	color: #9ca3af !important;
	text-decoration: line-through;
}

.pp-price-na {
	font-size: 1.5rem !important;
	color: #4b5563 !important;
	font-weight: 600 !important;
}

/* Buy box — clean horizontal controls */
.pp-buybox {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0.7rem;
	margin: 0 0 1.5rem;
}

.pp-qty {
	display: inline-flex;
	align-items: center;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	height: 48px;
}

.pp-qty-btn {
	width: 42px;
	height: 48px;
	border: 0;
	background: #f3f4f6;
	font-size: 1.5rem;
	cursor: pointer;
	color: #111827;
	line-height: 1;
}

.pp-qty-btn:hover {
	background: #e5e7eb;
}

.pp-qty-input {
	width: 52px;
	height: 48px;
	border: 0;
	text-align: center;
	font-weight: 700;
	font-size: 1.45rem;
	color: #111827 !important;
	background: #fff;
	-moz-appearance: textfield;
}

.pp-qty-input::-webkit-outer-spin-button,
.pp-qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.pp-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 48px;
	padding: 0.75rem 1.5rem !important;
	border-radius: 10px !important;
	border: none !important;
	font-weight: 700 !important;
	font-size: 1.35rem !important;
	cursor: pointer;
	text-decoration: none !important;
	line-height: 1.2;
	transition: background 0.15s ease, transform 0.12s ease;
}

.pp-btn-cart {
	background: #19479c !important;
	color: #ffffff !important;
	flex: 1 1 160px;
}

.pp-btn-cart:hover {
	background: #143a7e !important;
	color: #fff !important;
}

.pp-btn-buy {
	background: #fa4a4a !important;
	color: #ffffff !important;
	flex: 1 1 140px;
}

.pp-btn-buy:hover {
	background: #e03d3d !important;
	color: #fff !important;
}

.pp-btn i,
.pp-btn span {
	color: #ffffff !important;
}

.pp-perks {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.1rem;
	color: #4b5563 !important;
	font-size: 1.25rem;
}

.pp-perks li {
	position: relative;
	padding-left: 0.9rem;
}

html[dir="rtl"] .pp-perks li {
	padding-left: 0;
	padding-right: 0.9rem;
}

.pp-perks li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #19479c;
}

html[dir="rtl"] .pp-perks li::before {
	left: auto;
	right: 0;
}

/* Details panels */
.pp-details {
	margin-top: 0.5rem;
}

.pp-details-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 992px) {
	.pp-details-grid {
		grid-template-columns: 1.2fr 0.8fr;
	}
}

.pp-panel {
	border: 1px solid #eef0f3;
	border-radius: 12px;
	padding: 1.2rem 1.4rem;
	background: #fff;
}

.pp-panel-title {
	margin: 0 0 0.85rem !important;
	font-size: 1.6rem !important;
	font-weight: 700 !important;
	color: #111827 !important;
}

.pp-panel-body,
.pp-panel-body p {
	color: #374151 !important;
	font-size: 1.4rem;
	line-height: 1.7;
}

.pp-muted {
	color: #6b7280 !important;
}

.pp-specs {
	width: 100%;
	border-collapse: collapse;
}

.pp-specs th,
.pp-specs td {
	padding: 0.65rem 0.4rem;
	border-bottom: 1px solid #f0f0f0;
	font-size: 1.35rem;
	text-align: start;
}

.pp-specs th {
	width: 40%;
	color: #111827 !important;
	font-weight: 700;
	background: transparent;
}

.pp-specs td {
	color: #4b5563 !important;
}

/* Related */
.pp-related {
	margin-top: 2.2rem;
	padding-top: 1.4rem;
	border-top: 1px solid #eef0f3;
}

.pp-related-title {
	font-size: 1.85rem !important;
	font-weight: 700 !important;
	color: #111827 !important;
	margin: 0 0 1.1rem !important;
}

.pp-related-card {
	display: block;
	height: 100%;
	padding: 0.9rem;
	border: 1px solid #eee;
	border-radius: 12px;
	background: #fff;
	text-align: center;
	text-decoration: none !important;
	transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.pp-related-card:hover {
	box-shadow: 0 8px 20px rgba(0,0,0,0.08);
	transform: translateY(-2px);
}

.pp-related-img {
	display: block;
	height: 140px;
	margin-bottom: 0.55rem;
}

.pp-related-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 1 !important;
	visibility: visible !important;
	position: static !important;
}

.pp-related-name {
	display: block;
	color: #111827 !important;
	font-weight: 600;
	font-size: 1.25rem;
	margin-bottom: 0.25rem;
	line-height: 1.35;
}

.pp-related-price {
	display: block;
	color: #c62828 !important;
	font-weight: 700;
	font-size: 1.3rem;
}

/* Lightbox */
.pp-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	background: rgba(15, 23, 36, 0.92);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
}

.pp-lightbox[hidden] {
	display: none !important;
}

.pp-lightbox img {
	max-width: min(92vw, 1000px);
	max-height: 88vh;
	object-fit: contain;
	border-radius: 8px;
}

.pp-lb-x,
.pp-lb-nav {
	position: absolute;
	border: 0;
	background: rgba(255,255,255,0.16);
	color: #fff;
	cursor: pointer;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pp-lb-x { top: 16px; right: 16px; font-size: 2.4rem; }
.pp-lb-prev { left: 16px; top: 50%; transform: translateY(-50%); }
.pp-lb-next { right: 16px; top: 50%; transform: translateY(-50%); }

html[dir="rtl"] .pp-lb-x { right: auto; left: 16px; }

/* Kill leftover Porto product chrome if any theme CSS still loads */
.pp-page .product-single-gallery,
.pp-page .owl-carousel,
.pp-page .prod-full-screen,
.pp-page .checkout-step-shipping,
.pp-page .sidebar-product,
.pp-page .widget-brand {
	display: none !important;
}

/* ========== Add-to-cart modal (kill Porto fixed 340×320 broken box) ========== */
#addCartModal.cart-added-modal,
#addCartModal {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: auto !important;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1050;
}

#addCartModal.show,
#addCartModal.in {
	display: flex !important;
}

#addCartModal .modal-dialog {
	position: relative !important;
	width: auto !important;
	max-width: 380px !important;
	margin: 1.5rem auto !important;
	pointer-events: auto;
}

#addCartModal .cart-added-modal__content,
#addCartModal .modal-content {
	position: relative !important;
	border: none !important;
	border-radius: 14px !important;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.22) !important;
	overflow: hidden;
	background: #fff !important;
}

#addCartModal .cart-added-modal__close {
	position: absolute;
	top: 8px;
	right: 10px;
	z-index: 2;
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent;
	font-size: 2rem;
	line-height: 1;
	color: #6b7280 !important;
	cursor: pointer;
}

html[dir="rtl"] #addCartModal .cart-added-modal__close {
	right: auto;
	left: 10px;
}

#addCartModal .cart-added-modal__body,
#addCartModal .modal-body {
	padding: 1.75rem 1.5rem 1.4rem !important;
	text-align: center;
	max-height: none !important;
	overflow: visible !important;
}

#addCartModal .cart-added-modal__status {
	margin: 0 0 0.75rem !important;
	font-size: 1.45rem !important;
	font-weight: 700 !important;
	color: #059669 !important;
}

#addCartModal .cart-added-modal__img,
#addCartModal #productImage {
	display: block !important;
	width: 110px !important;
	height: 110px !important;
	max-width: 110px !important;
	max-height: 110px !important;
	object-fit: contain !important;
	margin: 0 auto 0.75rem !important;
	padding: 6px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #f8fafc;
}

#addCartModal .cart-added-modal__title,
#addCartModal #productTitle {
	margin: 0 0 1.15rem !important;
	font-size: 1.45rem !important;
	font-weight: 700 !important;
	color: #111827 !important;
	line-height: 1.4;
}

#addCartModal .cart-added-modal__actions {
	display: flex !important;
	flex-direction: column;
	gap: 0.55rem;
	width: 100%;
}

/* Explicit button styles — never inherit dark modal text color */
#addCartModal .cart-added-modal__btn,
#addCartModal .cart-added-modal__actions a,
#addCartModal .cart-added-modal__actions button,
#addCartModal a.cart-added-modal__btn,
#addCartModal button.cart-added-modal__btn {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 48px !important;
	padding: 0.85rem 1rem !important;
	margin: 0 !important;
	border-radius: 10px !important;
	border: 2px solid transparent !important;
	font-size: 1.05rem !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	text-decoration: none !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow: visible !important;
	text-indent: 0 !important;
	cursor: pointer !important;
	box-shadow: none !important;
	font-family: 'Cairo', 'Open Sans', sans-serif !important;
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-text-fill-color: unset !important;
}

#addCartModal .cart-added-modal__btn--primary,
#addCartModal a.cart-added-modal__btn--primary,
#addCartModal #cartAddedGoCart {
	background: #19479c !important;
	border-color: #19479c !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

#addCartModal .cart-added-modal__btn--primary:hover,
#addCartModal #cartAddedGoCart:hover {
	background: #143a7e !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

#addCartModal .cart-added-modal__btn--ghost,
#addCartModal button.cart-added-modal__btn--ghost,
#addCartModal #cartAddedContinue {
	background: #ffffff !important;
	border-color: #d1d5db !important;
	color: #111827 !important;
	-webkit-text-fill-color: #111827 !important;
}

#addCartModal .cart-added-modal__btn--ghost:hover,
#addCartModal #cartAddedContinue:hover {
	background: #f3f4f6 !important;
	color: #111827 !important;
	-webkit-text-fill-color: #111827 !important;
}

@media (max-width: 767px) {
	.pp-title { font-size: 1.7rem !important; line-height: 1.35 !important; word-break: break-word; }
	.pp-buybox {
		width: 100%;
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		grid-template-areas:
			"qty cart"
			"buy buy";
		align-items: stretch;
		gap: 0.6rem;
	}
	.pp-qty { grid-area: qty; }
	.pp-btn-cart {
		grid-area: cart;
		flex: 1 1 auto !important;
		width: auto !important;
		min-width: 0;
	}
	.pp-btn-buy {
		grid-area: buy;
		flex: 1 1 auto !important;
		width: 100% !important;
	}
}

/* ---- Cart / checkout ---- */
.cart-table-container {
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 8px;
	background: #fff;
}

.table-cart .product-image-container img {
	max-width: 80px;
	height: auto;
	object-fit: contain;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	padding: 4px;
	background: #fff;
}

/* Remove (X) control — same row as product (not a floating second row) */
@media (min-width: 768px) {
	.table.table-cart,
	.table.table-cart tbody,
	.table.table-cart thead {
		display: table !important;
		width: 100%;
	}

	.table.table-cart thead {
		display: table-header-group !important;
	}

	.table.table-cart tbody {
		display: table-row-group !important;
	}

	.table.table-cart tr.product-row {
		display: table-row !important;
	}

	.table.table-cart tr.product-row > td {
		display: table-cell !important;
		vertical-align: middle !important;
	}
}

.table-cart thead th.cart-remove-col,
.table-cart td.cart-remove-col {
	width: 3.6rem;
	min-width: 3.6rem;
	max-width: 4.2rem;
	padding: 1.2rem 0.6rem !important;
	text-align: center !important;
	vertical-align: middle !important;
	border-top: 1px solid #eee;
}

.table-cart thead th.cart-remove-col {
	border-top: 0;
}

.table-cart tr.product-row td.cart-remove-col {
	position: relative;
}

/* Kill Porto absolute .btn-remove leftovers if any remain elsewhere */
.table-cart .product-action-row {
	display: none !important;
}

.cart-remove-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 2.6rem;
	height: 2.6rem;
	min-width: 2.6rem;
	padding: 0 !important;
	margin: 0 auto;
	border: 1px solid #e5e7eb;
	border-radius: 50%;
	background: #f8fafc;
	color: #6b7280 !important;
	cursor: pointer;
	line-height: 1;
	box-shadow: none;
	position: static !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	transform: none !important;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.cart-remove-btn::before,
.cart-remove-btn::after {
	display: none !important;
	content: none !important;
}

.cart-remove-icon {
	display: block;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1;
	margin-top: -1px;
	font-family: Arial, Helvetica, sans-serif;
}

.cart-remove-btn:hover,
.cart-remove-btn:focus {
	color: #fff !important;
	background: #fa4a4a;
	border-color: #fa4a4a;
	box-shadow: 0 2px 8px rgba(250, 74, 74, 0.28);
	outline: none;
	text-decoration: none;
}

.cart-remove-btn:active {
	transform: scale(0.96);
}

html[lang="ar"] .table-cart thead th.cart-remove-col,
html[lang="ar"] .table-cart td.cart-remove-col,
html[dir="rtl"] .table-cart thead th.cart-remove-col,
html[dir="rtl"] .table-cart td.cart-remove-col {
	text-align: center !important;
}

@media (max-width: 767px) {
	/* Stacked cart card: pin remove to top-right of the product card */
	.table-cart .product-row {
		position: relative;
		padding-top: 0.4rem;
		padding-right: 2.8rem;
	}

	html[lang="ar"] .table-cart .product-row,
	html[dir="rtl"] .table-cart .product-row {
		padding-right: 0;
		padding-left: 2.8rem;
	}

	.table-cart thead th.cart-remove-col {
		display: none;
	}

	.table-cart td.cart-remove-col {
		position: absolute !important;
		top: 0.6rem;
		right: 0.4rem;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		padding: 0 !important;
		border: 0 !important;
		z-index: 2;
	}

	html[lang="ar"] .table-cart td.cart-remove-col,
	html[dir="rtl"] .table-cart td.cart-remove-col {
		right: auto;
		left: 0.4rem;
	}

	.cart-remove-btn {
		width: 2.4rem;
		height: 2.4rem;
		min-width: 2.4rem;
	}

	.cart-remove-icon {
		font-size: 1.55rem;
	}
}

.cart-summary {
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 16px;
	background: #fff;
}

.cart-summary .form-control {
	border-radius: 4px;
}

.cart-summary .btn-primary,
.checkout-methodsf .btn-primary,
#form_pay .btn-primary,
input.btn-primary {
	border-radius: 4px;
	transition: background-color 0.15s ease, opacity 0.15s ease;
}

.cart-summary h3,
.cart-summary .widget-title {
	margin-bottom: 1rem;
	padding-bottom: 0.6rem;
	border-bottom: 1px solid #eee;
}

/* Cart action bar (checkout / clear / continue) */
.table-cart tfoot td.cart-actions-cell {
	padding: 1.1rem 0.4rem 0.4rem;
	border-top: 1px solid #eef0f3;
	background: transparent;
}

.cart-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.85rem;
	width: 100%;
}

.cart-actions-main {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-left: auto;
}

html[lang="ar"] .cart-actions-main {
	margin-left: 0;
	margin-right: auto;
}

.cart-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.2;
	border-radius: 8px;
	padding: 0.75rem 1.35rem;
	text-decoration: none !important;
	border: 1px solid transparent;
	cursor: pointer;
	transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.15s ease;
}

.cart-action i {
	font-size: 1.2rem;
	line-height: 1;
}

.cart-action--ghost {
	background: transparent;
	color: #19479c;
	border-color: transparent;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.cart-action--ghost:hover {
	color: #fa4a4a;
}

.cart-action--clear {
	background: #fff;
	color: #6b7280;
	border-color: #e5e7eb;
}

.cart-action--clear:hover {
	color: #c0392b;
	border-color: #f0c2bd;
	background: #fff7f6;
}

.cart-action--checkout {
	background: linear-gradient(135deg, #19479c 0%, #2563b8 100%) !important;
	color: #ffffff !important;
	border-color: #19479c !important;
	min-width: 180px;
	box-shadow: 0 6px 16px rgba(25, 71, 156, 0.28);
}

.cart-action--checkout,
.cart-action--checkout span,
.cart-action--checkout i {
	color: #ffffff !important;
}

.cart-action--checkout:hover {
	background: linear-gradient(135deg, #153a7a 0%, #1e4f9e 100%) !important;
	color: #ffffff !important;
	box-shadow: 0 8px 20px rgba(25, 71, 156, 0.35);
	transform: translateY(-1px);
}

.cart-action--checkout:hover span,
.cart-action--checkout:hover i {
	color: #ffffff !important;
}

.cart-action--checkout:active {
	transform: translateY(0);
}

@media (max-width: 575px) {
	.cart-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.cart-actions-main {
		margin: 0;
		flex-direction: column-reverse;
		width: 100%;
	}

	.cart-action--checkout,
	.cart-action--clear,
	.cart-action--ghost {
		width: 100%;
		justify-content: center;
	}

	.cart-action--ghost {
		order: 3;
		padding: 0.6rem;
		border: 1px solid #e5e7eb;
		border-radius: 8px;
		background: #fafbfc;
	}
}

/* (legacy add-cart modal rules replaced by cart-added-modal block above) */

/* ---- Footer ---- */
.footer {
	margin-top: 2rem;
}

.footer-middle {
	padding-top: 2.5rem;
	padding-bottom: 1.5rem;
}

.footer .widget-title {
	margin-bottom: 1rem;
	font-weight: 700;
}

.footer .contact-info-label {
	display: block;
	font-weight: 700;
	color: #333;
	margin-bottom: 4px;
}

.footer .contact-info a {
	color: #767f84;
	line-height: 1.5;
}

.footer {
	background-color: #12161d !important;
	color: #c5c9d0;
	margin-top: 3rem;
}

.footer-middle {
	padding-top: 3.2rem !important;
	padding-bottom: 1.5rem !important;
}

.footer .widget-title {
	color: #fff !important;
	margin-bottom: 1.2rem !important;
}

.footer .links a,
.footer .contact-info a {
	color: #b8bdc7 !important;
}

.footer .links a:hover,
.footer .contact-info a:hover {
	color: #fff !important;
}

.footer .contact-info-label {
	color: #fff !important;
	font-weight: 700;
}

.footer-bottom {
	padding-top: 1.8rem !important;
	padding-bottom: 2rem !important;
	border-top: 1px solid rgba(255,255,255,0.08) !important;
	background: #0e1218;
}

.footer-bottom-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.4rem;
}

.footer-copyright {
	margin: 0 !important;
	color: #9aa1ad !important;
	font-size: 1.25rem !important;
}

/* ---- Footer social icons: centered glyphs in brand circles ---- */
.footer-bottom-inner {
	justify-content: space-between;
}

.footer-bottom .footer-social-icons,
.footer .footer-social-icons,
.footer-bottom .social-icons.footer-social-icons {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.85rem !important;
	margin: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0 !important;
	float: none !important;
	width: auto !important;
	max-width: 100%;
}

.footer-bottom .footer-social-icons .social-icon,
.footer .footer-social-icons .social-icon,
.footer-bottom .social-icons .social-icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 4rem !important;
	height: 4rem !important;
	min-width: 4rem !important;
	min-height: 4rem !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 50% !important;
	font-size: 1.7rem !important;
	line-height: 1 !important;
	color: #fff !important;
	border: none !important;
	box-shadow: 0 3px 10px rgba(0,0,0,0.28);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
	opacity: 1 !important;
	text-decoration: none !important;
	background-image: none !important;
	box-sizing: border-box !important;
	overflow: hidden;
	position: relative;
	float: none !important;
}

/* Modern SVG glyphs — perfectly centered, no FA square marks */
.footer-bottom .footer-social-icons .social-icon i,
.footer .footer-social-icons .social-icon i {
	display: none !important; /* prefer SVG; hide any leftover font icons */
}

.footer-bottom .footer-social-icons .social-icon .social-svg,
.footer .footer-social-icons .social-icon .social-svg {
	display: block !important;
	width: 1.85rem !important;
	height: 1.85rem !important;
	margin: 0 !important;
	fill: currentColor !important;
	color: #fff !important;
	flex-shrink: 0;
	pointer-events: none;
}

.footer-bottom .footer-social-icons .social-icon .social-svg path,
.footer .footer-social-icons .social-icon .social-svg path {
	fill: currentColor;
}

/* Always-on brand colors (not only hover) */
.footer-social-icons .social-facebook {
	background-color: #1877f2 !important;
}
.footer-social-icons .social-messenger {
	background-color: #0084ff !important;
}
.footer-social-icons .social-whatsapp {
	background-color: #25d366 !important;
}
.footer-social-icons .social-instagram {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}
.footer-social-icons .social-linkedin {
	background-color: #0a66c2 !important;
}
.footer-social-icons .social-tiktok {
	background-color: #010101 !important;
	box-shadow: 0 0 0 1px #25f4ee, 0 3px 10px rgba(0,0,0,0.35);
}

.footer-bottom .footer-social-icons .social-icon:hover,
.footer-bottom .footer-social-icons .social-icon:focus,
.footer .footer-social-icons .social-icon:hover,
.footer .footer-social-icons .social-icon:focus {
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(0,0,0,0.4);
	color: #fff !important;
	opacity: 1 !important;
	filter: brightness(1.06);
	text-decoration: none !important;
}

@media screen and (min-width: 992px) {
	.footer-bottom .footer-social-icons,
	.footer-bottom .social-icons.footer-social-icons {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

/* ========== Homepage redesign v2 ========== */
/*
 * Porto theme forces .home-slide::before { padding-top: 58% } + absolute images.
 * Our banners are ~1345×515 (~38%). That mismatch caused gray bars + cropping.
 * Override fully so slides use natural image height.
 */
.header {
	margin-bottom: 0 !important;
	border-bottom: none !important;
	box-shadow: none !important;
}

.header-bottom,
.header-bottom.sticky-header {
	margin-bottom: 0 !important;
	border-bottom: none !important;
	box-shadow: none !important;
}

.header-bottom.sticky-header:not(.fixed) {
	box-shadow: none !important;
}

.home-top-container,
.home-slider-fullwidth {
	margin-top: 0 !important;
	padding-top: 0 !important;
	border-top: none !important;
}

/* ========== Custom home banner slider (no Owl) ========== */
.home-slider-fullwidth {
	width: 100%;
	overflow: hidden;
	background: #0f1724;
	position: relative;
	line-height: 0;
}

.alaasar-slider {
	position: relative;
	width: 100%;
	aspect-ratio: 1345 / 515;
	background: #0f1724;
	overflow: hidden;
}

.alaasar-slider-track {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

/* Kill Porto aspect-ratio spacer / display:none on .home-slide */
.home-slider-fullwidth .home-slide::before,
.home-slider-fullwidth .alaasar-slide::before {
	display: none !important;
	content: none !important;
	padding: 0 !important;
	width: 0 !important;
	height: 0 !important;
}

.home-slider-fullwidth .alaasar-slide,
.home-slider-fullwidth .home-slide {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	visibility: visible !important;
	opacity: 0;
	z-index: 1;
	pointer-events: none;
	background: #0f1724 !important;
	line-height: 0;
	overflow: hidden;
	transition: opacity 0.45s ease;
}

.home-slider-fullwidth .alaasar-slide.is-active {
	opacity: 1 !important;
	z-index: 2;
	pointer-events: auto;
}

.home-slider-fullwidth .home-slide-link {
	display: block !important;
	position: absolute !important;
	inset: 0 !important;
	line-height: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1;
	margin: 0 !important;
}

.home-slider-fullwidth .home-slide-picture,
.home-slider-fullwidth .home-slide-link picture {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	line-height: 0;
}

.home-slider-fullwidth .home-slide-img,
.home-slider-fullwidth .alaasar-slide img,
.home-slider-fullwidth .home-slide img {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: center center !important;
	display: block !important;
	margin: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	border: 0 !important;
	z-index: 1;
}

/* CTA chip */
.home-slide-cta {
	position: absolute;
	left: 4%;
	bottom: 10%;
	z-index: 3;
	pointer-events: none;
}

html[lang="ar"] .home-slide-cta,
html[dir="rtl"] .home-slide-cta {
	left: auto;
	right: 4%;
}

.home-slide-btn {
	pointer-events: auto;
	padding: 0.75rem 1.6rem !important;
	font-weight: 700 !important;
	font-size: 1.35rem !important;
	border-radius: 6px !important;
	box-shadow: 0 8px 24px rgba(0,0,0,0.25);
	border: none !important;
	background: #fa4a4a !important;
	color: #fff !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.home-slide-btn:hover {
	background: #e03d3d !important;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(0,0,0,0.3);
	text-decoration: none;
	color: #fff !important;
}

/* Dots */
.alaasar-slider-dots {
	position: absolute;
	bottom: 14px;
	left: 0;
	right: 0;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	line-height: 1;
	pointer-events: none;
}

.alaasar-slider-dot {
	pointer-events: auto;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.45);
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.alaasar-slider-dot.is-active {
	background: #fff;
	transform: scale(1.25);
}

.alaasar-slider-dot:hover {
	background: rgba(255, 255, 255, 0.85);
}

/* Hide legacy Owl chrome if theme still injects any */
.home-slider-fullwidth .owl-nav,
.home-slider-fullwidth .owl-dots {
	display: none !important;
}

/* placeholder for any leftover owl-prev selector block below */
.home-slider-fullwidth .owl-nav .owl-prev { left: 12px; }
.home-slider-fullwidth .owl-nav .owl-next { right: 12px; }

/* ---- Trust strip ---- */
.home-info-strip {
	background: #fff;
	border-bottom: 1px solid #e8ecf1;
	padding: 1.6rem 0;
	box-shadow: 0 4px 18px rgba(15, 30, 60, 0.04);
}

.home-info-row {
	align-items: stretch;
}

.home-info-box {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 0.5rem 0.3rem;
	height: 100%;
}

.home-info-icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: rgba(25, 71, 156, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-info-icon i,
.home-info-box i {
	font-size: 2.2rem;
	color: #19479c;
	line-height: 1;
	margin: 0;
}

.home-info-box h4 {
	margin: 0 0 0.25rem;
	font-size: 1.4rem;
	font-weight: 700;
	color: #1a1f2c;
}

.home-info-box p {
	margin: 0;
	font-size: 1.2rem;
	color: #6b7280;
	line-height: 1.4;
}

/* ---- Section chrome ---- */
.home-eyebrow {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #19479c;
	margin-bottom: 0.35rem;
}

.home-section-sub {
	margin: 0.4rem 0 0;
	color: #6b7280;
	font-size: 1.35rem;
	max-width: 560px;
}

.home-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.6rem;
	flex-wrap: wrap;
}

.home-section-head-center {
	justify-content: center;
	text-align: center;
}

.home-section-head-center .home-section-sub {
	margin-left: auto;
	margin-right: auto;
}

.home-section-head h2,
.home-section-head .title {
	margin: 0;
	font-size: 2.15rem;
	font-weight: 700;
	color: #1a1f2c;
	line-height: 1.25;
}

.home-section-head .title a {
	color: inherit;
	text-decoration: none;
}

.home-section-link {
	color: #19479c;
	font-weight: 600;
	font-size: 1.35rem;
	text-decoration: none;
	white-space: nowrap;
}

.home-section-link:hover {
	color: #fa4a4a;
	text-decoration: none;
}

.home-empty-msg {
	text-align: center;
	color: #6b7280;
	padding: 2rem 1rem;
	margin: 0;
}

/* ---- Services ---- */
.home-services-section {
	padding: 2.8rem 0 1.5rem;
	background: #f7f9fc;
}

.home-service-card {
	display: block;
	height: 100%;
	background: #fff;
	border: 1px solid #e8ecf1;
	border-radius: 14px;
	padding: 1.8rem 1.3rem 1.5rem;
	text-align: center;
	text-decoration: none !important;
	box-shadow: 0 2px 10px rgba(15, 30, 60, 0.04);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(25, 71, 156, 0.12);
	border-color: rgba(25, 71, 156, 0.25);
}

.home-service-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 1rem;
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(25,71,156,0.12), rgba(25,71,156,0.04));
	display: flex;
	align-items: center;
	justify-content: center;
	color: #19479c;
	font-size: 2.4rem;
}

.home-service-card h3 {
	margin: 0 0 0.5rem;
	font-size: 1.55rem;
	font-weight: 700;
	color: #1a1f2c;
}

.home-service-card p {
	margin: 0;
	font-size: 1.25rem;
	color: #6b7280;
	line-height: 1.45;
}

/* ---- Brands strip ---- */
.home-brands-section {
	padding: 2.2rem 0 1.2rem;
	background: #fff;
	border-top: 1px solid #eef0f3;
	border-bottom: 1px solid #eef0f3;
}

.home-brands-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
}

.home-brand-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1.35rem;
	border-radius: 999px;
	border: 1px solid #e2e8f0;
	background: #f8fafc;
	color: #1a1f2c;
	font-weight: 700;
	font-size: 1.3rem;
	text-decoration: none !important;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
	white-space: nowrap;
}

.home-brand-chip:hover {
	background: #19479c;
	border-color: #19479c;
	color: #fff;
	transform: translateY(-1px);
}

/* ---- Categories ---- */
.home-categories-section {
	padding: 2.6rem 0 1.2rem;
	background: #f7f9fc;
}

.home-cat-card {
	display: block;
	background: #fff;
	border: 1px solid #eef0f3;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none !important;
	box-shadow: 0 2px 10px rgba(0,0,0,0.04);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	height: 100%;
}

.home-cat-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(0,0,0,0.1);
}

.home-cat-img {
	height: 140px;
	background: #eef3fb;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-cat-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	transition: transform 0.35s ease;
	background: #fff;
}

.home-cat-img--photo {
	background: #fff;
}

.home-cat-card:hover .home-cat-img img {
	transform: scale(1.05);
}

.home-cat-img--placeholder {
	background: linear-gradient(135deg, #19479c 0%, #2a6fd4 55%, #4a90e2 100%);
}

.home-cat-letter {
	font-size: 3.2rem;
	font-weight: 700;
	color: rgba(255,255,255,0.95);
	line-height: 1;
	text-transform: uppercase;
}

.home-cat-name {
	padding: 1rem 0.8rem;
	text-align: center;
	font-weight: 700;
	font-size: 1.35rem;
	color: #1a1f2c;
}

/* ---- Promo dual cards ---- */
.home-promo-section {
	padding: 1rem 0 0.5rem;
}

.home-promo-card {
	border-radius: 14px;
	overflow: hidden;
	min-height: 200px;
	display: flex;
	align-items: stretch;
	position: relative;
	box-shadow: 0 8px 24px rgba(15, 30, 60, 0.1);
}

.home-promo-card--blue {
	background: linear-gradient(125deg, #153a7a 0%, #19479c 40%, #2f74d0 100%);
}

.home-promo-card--dark {
	background: linear-gradient(125deg, #1a1f2c 0%, #243049 50%, #2c3e5c 100%);
}

.home-promo-body {
	padding: 2rem 1.8rem;
	color: #ffffff !important;
	position: relative;
	z-index: 1;
	max-width: 90%;
}

.home-promo-label {
	display: inline-block;
	font-size: 1.15rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	opacity: 0.95;
	margin-bottom: 0.4rem;
	color: #ffffff !important;
}

.home-promo-body h3,
.home-promo-card h3,
.home-promo-card .home-promo-body h3 {
	color: #ffffff !important;
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 0.5rem;
	line-height: 1.25;
}

.home-promo-body p,
.home-promo-card p,
.home-promo-card .home-promo-body p {
	color: rgba(255, 255, 255, 0.92) !important;
	font-size: 1.3rem;
	margin-bottom: 1.1rem;
	line-height: 1.45;
}

.home-promo-body .btn {
	font-weight: 700;
	padding: 0.65rem 1.4rem;
	border-radius: 6px;
}

/* Light CTA on blue promo card */
.home-promo-card--blue .btn-light,
.home-promo-body .btn-light {
	background: #ffffff !important;
	border-color: #ffffff !important;
	color: #19479c !important;
}

.home-promo-card--blue .btn-light:hover,
.home-promo-body .btn-light:hover {
	background: #f3f6fb !important;
	color: #143a7e !important;
}

/* Primary CTA on dark promo card */
.home-promo-card--dark .btn-primary,
.home-promo-card--dark .btn.btn-primary {
	background: #19479c !important;
	border-color: #19479c !important;
	color: #ffffff !important;
}

/* ---- Offers ---- */
.home-offers-section {
	padding: 1.5rem 0 2rem;
	background: #fafbfc;
}

.home-offer-card {
	position: relative;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 12px;
	padding: 14px 12px 16px;
	text-align: center;
	height: 100%;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.home-offer-card:hover {
	box-shadow: 0 10px 22px rgba(0,0,0,0.08);
	transform: translateY(-2px);
}

.home-offer-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #fa4a4a;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 0.25rem 0.65rem;
	border-radius: 4px;
	z-index: 1;
}

html[lang="ar"] .home-offer-badge {
	left: auto;
	right: 10px;
}

.home-offer-img {
	display: block;
	margin-bottom: 0.6rem;
}

.home-offer-card img {
	width: 100%;
	height: 150px;
	object-fit: contain;
}

.home-offer-card h3 {
	font-size: 1.3rem;
	margin: 0 0 0.4rem;
	min-height: 2.6em;
	line-height: 1.3;
}

.home-offer-card h3 a {
	color: #333;
	text-decoration: none;
}

.home-offer-card .price {
	margin-bottom: 0.6rem;
}

.home-offer-card .product-price {
	color: #fa4a4a;
	font-weight: 700;
	font-size: 1.4rem;
}

.home-offer-card .old-price {
	display: block;
	font-size: 1.15rem;
	color: #999;
	text-decoration: line-through;
}

.home-cat-banner {
	margin-bottom: 1rem;
	border-radius: 12px;
	overflow: hidden;
}

.home-cat-banner img {
	width: 100%;
	height: auto;
	max-height: 200px;
	object-fit: cover;
	display: block;
}

.home-category-block {
	padding: 1rem 0 1.5rem;
	margin-bottom: 0.5rem;
}

.best-seller-section {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.best-seller-section .title {
	font-size: 2rem;
	color: #1a1f2c;
	margin: 0;
	font-weight: 700;
}

.best-seller-section .title a {
	color: inherit;
	text-decoration: none;
}

.best-seller-section .title a:hover {
	color: #19479c;
}

.carousel-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0 2.5rem;
}

.carousel {
	display: flex;
	align-items: stretch;
	width: 100%;
}

.carousel-track {
	display: flex;
	transition: transform 0.45s ease;
	align-items: stretch;
}

.product-card {
	width: 190px;
	min-width: 190px;
	margin: 10px;
	text-align: center;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0,0,0,0.07);
	border-radius: 12px;
	padding: 10px 8px 14px;
	border: 1px solid #eee;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.product-card:hover {
	box-shadow: 0 8px 20px rgba(0,0,0,0.1);
	transform: translateY(-2px);
}

.product-card img {
	width: 100%;
	height: 170px;
	object-fit: contain;
	border-radius: 8px;
}

.product-card .product-title {
	font-size: 1.35rem;
	font-weight: 700;
	color: #333;
	margin: 8px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-card .price {
	color: #fa4a4a;
	font-weight: 700;
	margin: 4px 0 10px;
}

.carousel-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(25, 71, 156, 0.92);
	color: #fff;
	border: none;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	z-index: 2;
	cursor: pointer;
	line-height: 38px;
	padding: 0;
	box-shadow: 0 4px 12px rgba(25, 71, 156, 0.3);
}

.carousel-btn:hover {
	background: #fa4a4a;
}

.carousel-btn.prev-btn { left: 0; }
.carousel-btn.next-btn { right: 0; }

html[lang="ar"] .carousel-btn.prev-btn { left: auto; right: 0; }
html[lang="ar"] .carousel-btn.next-btn { right: auto; left: 0; }

/* ---- Bottom CTA ---- */
.home-cta-section {
	padding: 1.5rem 0 3.2rem;
}

.home-cta-inner {
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	min-height: 240px;
	display: flex;
	align-items: center;
	background:
		radial-gradient(circle at 85% 30%, rgba(74, 144, 226, 0.35), transparent 45%),
		linear-gradient(110deg, #0f1a2c 0%, #19479c 55%, #1e5bb8 100%);
}

.home-cta-content {
	position: relative;
	z-index: 1;
	padding: 2.8rem 2.2rem;
	color: #fff;
	max-width: 700px;
}

.home-cta-badge {
	display: inline-block;
	background: rgba(255,255,255,0.14);
	border: 1px solid rgba(255,255,255,0.25);
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.35rem 0.9rem;
	border-radius: 999px;
	margin-bottom: 0.85rem;
}

.home-cta-content h2 {
	color: #fff;
	font-size: 2.3rem;
	font-weight: 700;
	margin: 0 0 0.6rem;
}

.home-cta-content p {
	color: rgba(255,255,255,0.9);
	font-size: 1.4rem;
	margin-bottom: 1.3rem;
	line-height: 1.5;
}

.home-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.home-cta-actions .btn-outline-light {
	border: 1px solid rgba(255,255,255,0.75);
	color: #fff;
	background: transparent;
	padding: 0.7rem 1.4rem;
	border-radius: 6px;
	font-weight: 600;
}

.home-cta-actions .btn-outline-light:hover {
	background: #fff;
	color: #19479c;
	text-decoration: none;
}

.btn-home-more {
	padding: 0.75rem 2rem !important;
	font-weight: 700 !important;
	border-radius: 6px !important;
}

/* ---- Product tabs / cards ---- */
.home-products-section {
	padding: 2.4rem 0 1.2rem;
}

.home-products-section .nav-tabs {
	border-bottom: 2px solid #eee;
	margin-bottom: 1.6rem;
	justify-content: center;
}

.home-products-section .nav-tabs .nav-link {
	font-weight: 700;
	color: #555;
	border: none;
	padding: 0.9rem 1.6rem;
	font-size: 1.45rem;
	border-radius: 0;
}

.home-products-section .nav-tabs .nav-link.active {
	color: #19479c;
	border-bottom: 3px solid #19479c;
	background: transparent;
}

.home-product-card {
	position: relative;
	border: 1px solid #eee;
	border-radius: 12px;
	padding: 12px 10px 14px;
	background: #fff;
	height: calc(100% - 1rem);
	text-align: center;
	transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
	display: flex;
	flex-direction: column;
}

.home-product-card:hover {
	box-shadow: 0 10px 24px rgba(0,0,0,0.09);
	transform: translateY(-3px);
	border-color: #dde3ee;
}

.home-product-card figure {
	position: relative;
	margin: 0 0 0.7rem;
	background: #f8fafc;
	border-radius: 8px;
	overflow: hidden;
	min-height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-product-card figure .img_homepage:not(.is-broken) {
	width: 100%;
	height: 180px !important;
	object-fit: contain !important;
}

.home-product-brand {
	font-size: 1.1rem;
	font-weight: 700;
	color: #19479c;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-bottom: 0.25rem;
	opacity: 0.9;
}

.home-product-sale {
	position: absolute;
	top: 8px;
	left: 8px;
	background: #fa4a4a;
	color: #fff;
	font-weight: 700;
	font-size: 1.05rem;
	min-width: 32px;
	height: 32px;
	padding: 0 0.45rem;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	line-height: 1;
}

html[lang="ar"] .home-product-sale {
	left: auto;
	right: 8px;
}

.home-product-card .product-details {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.home-product-card .product-action {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
	margin-top: auto;
	padding-top: 10px;
}

.home-product-card .btn {
	border-radius: 6px;
	font-size: 1.2rem;
	padding: 7px 12px;
}

/* Buy Now — white label on brand blue (theme btn-danger uses light #1ba4e6, text looks gray) */
.home-product-card .btn-danger,
.home-product-card a.btn-danger,
.home-product-card .product-action .btn-danger,
.product-default.home-product-card .btn-danger {
	background-color: #19479c !important;
	border-color: #19479c !important;
	color: #ffffff !important;
}

.home-product-card .btn-danger:hover,
.home-product-card a.btn-danger:hover,
.home-product-card .product-action .btn-danger:hover,
.product-default.home-product-card .btn-danger:hover,
.home-product-card .btn-danger:focus,
.home-product-card a.btn-danger:focus {
	background-color: #143a7e !important;
	border-color: #143a7e !important;
	color: #ffffff !important;
	text-decoration: none !important;
}

.home-product-card .btn-danger *,
.home-product-card a.btn-danger * {
	color: #ffffff !important;
}

/* Other homepage product cards (carousels / best sellers) */
.product-card .btn-danger,
.product-card a.btn-danger,
.best-seller-section .btn-danger {
	background-color: #19479c !important;
	border-color: #19479c !important;
	color: #ffffff !important;
}

.product-card .btn-danger:hover,
.best-seller-section .btn-danger:hover {
	background-color: #143a7e !important;
	color: #ffffff !important;
}

.home-product-card .price-box {
	margin-top: 0.35rem;
}

.home-product-card .product-price {
	font-weight: 700;
	color: #fa4a4a;
	font-size: 1.4rem;
}

.home-product-card .old-price {
	display: block;
	font-size: 1.15rem;
	color: #999;
	text-decoration: line-through;
}

@media (max-width: 767px) {
	/* Keep aspect-ratio box on mobile — images stay absolute fill */
	.home-slider-fullwidth .home-slide img,
	.home-slider-fullwidth .home-slide .owl-lazy {
		height: 100% !important;
		max-height: none !important;
	}
	.home-slide-cta {
		left: 3%;
		right: auto;
		bottom: 12%;
	}
	html[lang="ar"] .home-slide-cta {
		right: 3%;
		left: auto;
	}
	.home-slide-btn {
		padding: 0.55rem 1.1rem !important;
		font-size: 1.2rem !important;
	}
	.home-info-box {
		margin-bottom: 0.8rem;
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}
	.home-info-icon {
		width: 40px;
		height: 40px;
	}
	.home-cat-img {
		height: 110px;
	}
	.product-card {
		width: 160px;
		min-width: 160px;
	}
	.home-promo-body h3 {
		font-size: 1.7rem;
	}
	.home-cta-content {
		padding: 2rem 1.4rem;
	}
	.home-cta-content h2 {
		font-size: 1.85rem;
	}
	.home-service-card {
		padding: 1.3rem 0.9rem 1.1rem;
	}
	.home-service-card h3 {
		font-size: 1.35rem;
	}
	.home-service-card p {
		font-size: 1.15rem;
	}
}

/* Search results page */
.search-results-page .search-product-card {
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 10px;
	background: #fff;
	height: calc(100% - 1rem);
}

.search-results-page .search-product-card .product-action {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
}

.search-results-page .empty-search {
	padding: 2.5rem 1.5rem;
}

.search-count {
	color: #767f84;
	font-size: 1.35rem;
}

@media (max-width: 767px) {
	.header-contact-block {
		display: none;
	}

	.footer-bottom-inner {
		flex-direction: column;
		text-align: center;
	}
}

@media (max-width: 575px) {
	.footer-bottom .footer-social-icons .social-icon,
	.footer .footer-social-icons .social-icon {
		width: 3.8rem !important;
		height: 3.8rem !important;
		font-size: 1.55rem !important;
	}

	.footer-bottom .footer-social-icons,
	.footer .footer-social-icons {
		gap: 0.7rem;
	}
}

/* ---- Breadcrumb / main spacing ---- */
.main {
	min-height: 40vh;
}

.breadcrumb-nav {
	padding-top: 1rem;
	padding-bottom: 0.5rem;
}

/* ---- Forms general polish ---- */
.form-control:focus {
	border-color: #19479c;
	box-shadow: 0 0 0 0.15rem rgba(25, 71, 156, 0.12);
}

.btn-secondary {
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

/* ---- Scroll top ---- */
#scroll-top {
	box-shadow: 0 2px 10px rgba(0,0,0,0.15);
	transition: opacity 0.2s ease, transform 0.2s ease;
	z-index: 1030;
}

#scroll-top:hover {
	transform: translateY(-2px);
}

@media (max-width: 767px) {
	#scroll-top,
	#scroll-top.fixed {
		bottom: max(16px, env(safe-area-inset-bottom, 0px));
		width: 40px;
		height: 40px;
	}

	/* Arabic / RTL: social FAB is bottom-right — keep the arrow on the other side */
	html[dir="rtl"] #scroll-top,
	html[lang="ar"] #scroll-top,
	html[dir="rtl"] #scroll-top.fixed,
	html[lang="ar"] #scroll-top.fixed {
		right: auto !important;
		left: 14px !important;
		margin-right: 0 !important;
	}

	html[dir="ltr"] #scroll-top,
	html[lang="en"] #scroll-top {
		right: 14px;
		left: auto;
	}
}

/* ---- Social side bar ---- */
.icon-bar a {
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.icon-bar a:hover {
	transform: scale(1.05);
}

/* ---- Static pages: contact / about / careers ---- */
.page-static .page-header {
	padding: 1.5rem 0 0.5rem;
	margin-bottom: 1rem;
}

.page-static .page-header h1 {
	margin-bottom: 0.4rem;
	font-size: 2.6rem;
	font-weight: 700;
	color: #19479c;
}

/* Brand listing: a designed stage so any logo (huge or tiny) sits in a frame */
.products-list-page .brand-stage {
	position: relative;
	overflow: hidden;
	margin: 0 0 1.6rem;
	padding: 2.4rem 0 2rem;
	background: #f4f7fb;
	border-bottom: 1px solid #e5eaf2;
}

.products-list-page .brand-stage-bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 70% 80% at 50% 40%, rgba(25, 71, 156, 0.08) 0%, transparent 70%),
		linear-gradient(180deg, #eef3fb 0%, #f8fafc 100%);
	pointer-events: none;
}

.products-list-page .brand-stage .container {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.products-list-page .brand-stage-frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 640px;
	min-height: 140px;
	max-height: 200px;
	padding: 1.4rem 2.2rem;
	background: #fff;
	border: 1px solid #e8eef6;
	border-radius: 18px;
	box-shadow: 0 10px 30px rgba(25, 71, 156, 0.08);
}

.products-list-page .brand-stage-frame img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 156px !important;
	object-fit: contain !important;
	object-position: center;
	margin: 0 auto;
}

.products-list-page .brand-stage-name {
	margin: 1.1rem 0 0 !important;
	font-size: 1.85rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em;
	color: #19479c !important;
}

@media (max-width: 767px) {
	.products-list-page .brand-stage {
		padding: 1.4rem 0 1.2rem;
		margin-bottom: 1.1rem;
	}

	.products-list-page .brand-stage-frame {
		min-height: 100px;
		max-height: 150px;
		padding: 1rem 1.2rem;
		border-radius: 14px;
	}

	.products-list-page .brand-stage-frame img {
		max-height: 110px !important;
	}

	.products-list-page .brand-stage-name {
		font-size: 1.55rem !important;
	}
}

.page-static .page-subtitle {
	color: #767f84;
	font-size: 1.4rem;
	margin-bottom: 0;
}

.page-static .page-content {
	padding-bottom: 1rem;
}

.static-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 20px 22px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.04);
	height: 100%;
}

.static-card-title {
	color: #19479c;
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 1rem;
	padding-bottom: 0.6rem;
	border-bottom: 1px solid #f0f0f0;
}

.static-card-subtitle {
	color: #19479c;
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 0.6rem;
}

.static-card p {
	color: #555;
	line-height: 1.7;
	font-size: 1.4rem;
	margin-bottom: 0.6rem;
}

/* Contact */
.contact-block {
	margin-bottom: 1.4rem;
}

.contact-block-title {
	font-size: 1.4rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 0.5rem;
}

.contact-block-title i {
	margin-right: 6px;
	color: #fa4a4a;
}

.contact-phones a,
.about-phones a {
	color: #19479c;
	font-weight: 600;
	direction: ltr;
	display: inline-block;
	unicode-bidi: embed;
}

.contact-phones a:hover,
.about-phones a:hover {
	color: #fa4a4a;
	text-decoration: none;
}

.contact-map-wrap {
	position: relative;
	width: 100%;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
	border-radius: 6px;
	background: #f4f4f4;
}

.contact-map-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.contact-form .form-group {
	margin-bottom: 1.2rem;
}

.contact-form .form-footer {
	margin-top: 0.5rem;
}

/* About */
.about-video-wrap {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.about-video-inner {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.08);
	background: #000;
}

.about-video-inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.about-lead {
	font-size: 1.55rem !important;
	line-height: 1.8 !important;
	color: #444 !important;
}

.about-contact-box {
	padding-top: 0.5rem;
}

.about-phones .phone-sep {
	margin: 0 6px;
	color: #999;
}

/* Careers */
.career-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 140px;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.career-card:hover {
	box-shadow: 0 6px 18px rgba(0,0,0,0.1);
	transform: translateY(-2px);
}

.career-card-title {
	font-size: 1.6rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 1rem;
	line-height: 1.4;
}

.career-apply-btn {
	align-self: flex-start;
	border-radius: 4px;
	min-width: 120px;
}

.empty-careers {
	padding: 2.5rem 1.5rem;
	color: #767f84;
}

.career-apply-form .form-group {
	margin-bottom: 1.1rem;
}

.career-side-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.career-side-list li {
	border-bottom: 1px solid #f0f0f0;
}

.career-side-list li:last-child {
	border-bottom: none;
}

.career-side-list a {
	display: block;
	padding: 10px 4px;
	color: #4d4d4a;
	font-size: 1.35rem;
	transition: color 0.15s ease;
}

.career-side-list a:hover {
	color: #19479c;
	text-decoration: none;
}

[dir="rtl"] .contact-block-title i,
html[lang="ar"] .contact-block-title i {
	margin-right: 0;
	margin-left: 6px;
}

/* ---- Responsive tweaks ---- */
@media (max-width: 991px) {
	.header-middle .header-right .cart-dropdown > span {
		display: none;
	}

	.img_homepage {
		height: 180px !important;
	}

	.product-card {
		width: 150px;
	}
}

@media (max-width: 575px) {
	#searchResults1,
	.search-mini-results {
		min-width: 100%;
		max-width: 100%;
		left: 0 !important;
		right: 0 !important;
	}

	.icon-bar a {
		padding: 12px;
		font-size: 16px;
		margin: 0 6px;
	}

	#addCartModal .modal-dialog {
		max-width: calc(100% - 2rem) !important;
		margin: 1rem !important;
	}
}

/* =========================================================
   Site-wide text readability & contrast
   Goal: every region has clear, intentional text colors
   Light surfaces → dark text; dark surfaces → light text
   Brand blue #19479c · accent red #d63636 · charcoal #1a1f2c
   ========================================================= */

/* ---- Base body & typography (light page canvas) ---- */
body {
	color: #2c3338 !important;
	background-color: #fff;
}

p,
.main p,
.page-content p,
.static-card p,
.feature-box p,
.about-lead {
	color: #374151 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.heading .title,
.page-header h1,
.page-title {
	color: #111827 !important;
}

a:not(.btn):not(.social-icon):not(.nav-link):not(.menu > li > a):not(.carousel-btn):not(.mobile-menu a) {
	color: #19479c;
}

a:not(.btn):not(.social-icon):hover {
	color: #143a7e;
}

/* Muted / helper copy — still readable (not washed-out gray) */
.text-muted,
.muted,
.page-subtitle,
.search-count,
.empty-careers,
.empty-search,
.search-mini-empty,
#searchResults1 .search-mini-empty {
	color: #4b5563 !important;
}

/* ---- Header top (language / account) ---- */
.header-top {
	background-color: #f8fafc;
}

.header-top,
.header-top a,
.header-top .header-lang-toggle,
.header-top .header-account-toggle,
.header-top .header-dropdown > a {
	color: #1f2937 !important;
}

.header-top a:hover,
.header-top .header-lang-toggle:hover,
.header-top .header-account-toggle:hover {
	color: #19479c !important;
}

.header-contact-label {
	color: #4b5563 !important;
}

.header-contact-phone {
	color: #19479c !important;
}

/* ---- Main nav: blue bar → white text ---- */
.header-bottom,
.header-bottom.sticky-header:not(.fixed) {
	background-color: #19479c !important;
}

.header-bottom .main-nav .menu > li > a,
.header-bottom.sticky-header:not(.fixed) .menu > li > a,
.main-nav .menu > li > a {
	color: #ffffff !important;
}

.header-bottom .main-nav .menu > li:hover > a,
.header-bottom .main-nav .menu > li.active > a,
.header-bottom.sticky-header:not(.fixed) .menu > li:hover > a,
.header-bottom.sticky-header:not(.fixed) .menu > li.active > a {
	color: #ffffff !important;
	background-color: rgba(0, 0, 0, 0.18) !important;
}

/* Sticky white bar → dark / brand text (never white-on-white) */
.sticky-header.fixed,
.header-bottom.sticky-header.fixed {
	background-color: #ffffff !important;
}

.sticky-header.fixed .main-nav .menu > li > a,
.sticky-header.fixed .menu > li > a,
.header-bottom.sticky-header.fixed .menu > li > a {
	color: #1a1f2c !important;
	background-color: transparent !important;
}

.sticky-header.fixed .menu > li:hover > a,
.sticky-header.fixed .menu > li.show > a,
.sticky-header.fixed .menu > li.active > a,
.header-bottom.sticky-header.fixed .menu > li:hover > a,
.header-bottom.sticky-header.fixed .menu > li.active > a {
	color: #ffffff !important;
	background-color: #19479c !important;
}

/* Dropdown panels: dark text on white */
.oriental-sweets-menu,
.western-sweets-menu,
.bakedgoods-menu,
.dairy-menu,
.offer-menu,
.bestseller-menu,
.menu-brands-dropdown,
.main-nav .menu ul,
.dropdown-menu {
	background-color: #ffffff !important;
}

.oriental-sweets-menu .menu-item a,
.western-sweets-menu .menu-item a,
.bakedgoods-menu .menu-item a,
.dairy-menu .menu-item a,
.offer-menu .menu-item a,
.bestseller-menu .menu-item a,
.menu-brands-dropdown .menu-item a,
.main-nav .menu ul a,
.dropdown-menu a,
.dropdown-item {
	color: #1f2937 !important;
}

.oriental-sweets-menu .menu-item a:hover,
.western-sweets-menu .menu-item a:hover,
.bakedgoods-menu .menu-item a:hover,
.dairy-menu .menu-item a:hover,
.offer-menu .menu-item a:hover,
.bestseller-menu .menu-item a:hover,
.menu-brands-dropdown .menu-item a:hover,
.main-nav .menu ul a:hover,
.dropdown-item:hover {
	color: #19479c !important;
	background-color: #f3f6fb !important;
}

/* ---- Products: titles, prices, cards ---- */
.product-title,
.product-title a,
.product-card .product-title,
.product-card .product-title a,
.home-product-card .product-title,
.home-product-card .product-title a,
.home-offer-card h3,
.home-offer-card h3 a,
.cart-dropdown .product-title,
.cart-dropdown .product-title a,
.product-single-details .product-title {
	color: #111827 !important;
}

.product-title a:hover,
.product-card .product-title a:hover,
.home-product-card .product-title a:hover,
.home-offer-card h3 a:hover {
	color: #19479c !important;
}

.product-price,
.price-box .product-price,
.product-card .price,
.product-card .product-price,
.home-product-card .product-price,
.home-offer-card .product-price,
#searchResults1 .product-price-mini,
.product-single-details .product-price,
.product-single-details .price-box {
	color: #c62828 !important;
	font-weight: 700;
}

.old-price,
.home-product-card .old-price,
.home-offer-card .old-price {
	color: #6b7280 !important;
}

.product-category,
.homepage_product_category {
	color: #4b5563 !important;
}

/* ---- Breadcrumbs ---- */
.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item.active {
	color: #1f2937 !important;
}

.breadcrumb-item a:hover {
	color: #19479c !important;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #6b7280 !important;
}

/* ---- Forms: never white labels on light pages ---- */
.main label,
.page-content label,
.form-group label,
.form-horizontal label,
.auth-login-form label,
.auth-register-form label,
.career-apply-form label,
.contact-form label,
form:not(.header-search) label {
	color: #1f2937 !important;
}

/* Typed input text must be dark; placeholders medium */
.main .form-control,
.page-content .form-control,
.auth-login-form .form-control,
.auth-register-form .form-control,
.form-horizontal .form-control,
.cart-table .form-control,
.vertical-quantity.form-control,
textarea.form-control,
select.form-control,
input.form-control {
	color: #111827 !important;
	background-color: #ffffff !important;
	border-color: #d1d5db;
}

.form-control::placeholder,
input::placeholder,
textarea::placeholder {
	color: #6b7280 !important;
	opacity: 1;
}

.form-control:focus {
	color: #111827 !important;
	border-color: #19479c;
}

/* Header search keeps its own chrome but readable typed text */
.header-search .form-control,
.header-search input#search {
	color: #111827 !important;
	background-color: transparent !important;
}

.header-search .form-control::placeholder,
.header-search input#search::placeholder {
	color: #9ca3af !important;
}

/* ---- Buttons: ensure label contrast ---- */
.btn-primary,
.btn.btn-primary {
	background-color: #19479c !important;
	border-color: #19479c !important;
	color: #ffffff !important;
}

.btn-primary:hover,
.btn.btn-primary:hover {
	background-color: #143a7e !important;
	border-color: #143a7e !important;
	color: #ffffff !important;
}

.btn-secondary,
.btn.btn-secondary {
	color: #1f2937 !important;
	background-color: #f3f4f6 !important;
	border-color: #d1d5db !important;
}

.btn-secondary:hover {
	color: #111827 !important;
	background-color: #e5e7eb !important;
}

.btn-dark {
	color: #ffffff !important;
}

.btn-outline-primary {
	color: #19479c !important;
	border-color: #19479c !important;
	background: transparent;
}

.btn-outline-primary:hover {
	color: #ffffff !important;
	background-color: #19479c !important;
}

.forget-pass,
.btn-link {
	color: #19479c !important;
}

/* ---- Tables (cart, orders, etc.) ---- */
.table,
.table th,
.table td,
.table-cart th,
.table-cart td,
.cart-table-container {
	color: #1f2937 !important;
}

/* Product links in cart stay dark; action buttons keep their own colors */
.cart-table-container a:not(.cart-action):not(.btn) {
	color: #1f2937 !important;
}

.table thead th,
.table-cart thead th {
	color: #111827 !important;
	background-color: #f3f4f6;
}

.table tbody td {
	color: #1f2937 !important;
}

/* Cart CTAs — never inherit dark table text */
.cart-table-container .cart-action--checkout,
.cart-table-container a.cart-action--checkout,
.cart-actions .cart-action--checkout,
.cart-action.cart-action--checkout,
.cart-action--checkout span,
.cart-action--checkout i {
	color: #ffffff !important;
}

.cart-table-container .cart-action--checkout,
.cart-actions .cart-action--checkout {
	background: linear-gradient(135deg, #19479c 0%, #2563b8 100%) !important;
	border-color: #19479c !important;
}

.cart-table-container .cart-action--checkout:hover,
.cart-actions .cart-action--checkout:hover {
	color: #ffffff !important;
	background: linear-gradient(135deg, #153a7a 0%, #1e4f9e 100%) !important;
}

.cart-table-container .cart-action--clear,
.cart-actions .cart-action--clear {
	color: #4b5563 !important;
	background: #ffffff !important;
	border-color: #d1d5db !important;
}

.cart-table-container .cart-action--clear:hover,
.cart-actions .cart-action--clear:hover {
	color: #c0392b !important;
}

.cart-table-container .cart-action--ghost,
.cart-actions .cart-action--ghost {
	color: #19479c !important;
}

/* ---- Alerts ---- */
.alert {
	color: #1f2937 !important;
}

.alert-success {
	background-color: #ecfdf5 !important;
	border-color: #a7f3d0 !important;
	color: #065f46 !important;
}

.alert-danger,
.alert-error {
	background-color: #fef2f2 !important;
	border-color: #fecaca !important;
	color: #991b1b !important;
}

.alert-warning {
	background-color: #fffbeb !important;
	border-color: #fde68a !important;
	color: #92400e !important;
}

.alert-info {
	background-color: #eff6ff !important;
	border-color: #bfdbfe !important;
	color: #1e40af !important;
}

/* ---- Sidebar / shop widgets (light) ---- */
.sidebar-shop .widget-title,
.sidebar-shop .widget-title a,
.widget-cats .widget-title,
.sidebar-home .widget-title {
	color: #111827 !important;
}

.sidebar-shop a,
.widget-cats a,
.cat-list a,
.career-side-list a {
	color: #374151 !important;
}

.sidebar-shop a:hover,
.widget-cats a:hover,
.cat-list a:hover,
.career-side-list a:hover {
	color: #19479c !important;
}

/* ---- Footer: light text on dark ---- */
.footer {
	background-color: #12161d !important;
	color: #d1d5db !important;
}

.footer .widget-title {
	color: #ffffff !important;
}

.footer p,
.footer li,
.footer .contact-info,
.footer .contact-info span {
	color: #d1d5db !important;
}

.footer .links a,
.footer .contact-info a {
	color: #e5e7eb !important;
}

.footer .links a:hover,
.footer .contact-info a:hover {
	color: #ffffff !important;
}

.footer .contact-info-label {
	color: #ffffff !important;
}

.footer-bottom {
	background: #0e1218 !important;
}

.footer-copyright,
.footer-bottom p {
	color: #9ca3af !important;
}

/* ---- Modals ---- */
.modal-content,
.modal-body,
.modal-title {
	color: #1f2937 !important;
}

/* Never force dark text onto cart-modal action buttons */
#addCartModal .cart-added-modal__btn--primary,
#addCartModal .cart-added-modal__btn--primary *,
#addCartModal #cartAddedGoCart,
#addCartModal #cartAddedGoCart * {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

#addCartModal .cart-added-modal__btn--ghost,
#addCartModal .cart-added-modal__btn--ghost *,
#addCartModal #cartAddedContinue,
#addCartModal #cartAddedContinue * {
	color: #111827 !important;
	-webkit-text-fill-color: #111827 !important;
}

.modal-header .close {
	color: #1f2937;
	opacity: 0.7;
}

/* ---- Tabs / product detail ---- */
.nav-tabs .nav-link {
	color: #374151 !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #19479c !important;
}

.tab-content,
.tab-pane,
.product-desc-content,
.product-specs-content {
	color: #374151 !important;
}

/* ---- Homepage sections ---- */
.best-seller-section .title,
.best-seller-section .title a,
.home-service-card h3,
.home-info-box h3,
.home-info-box .title {
	color: #111827 !important;
}

.home-service-card p,
.home-info-box p,
.home-info-box span {
	color: #4b5563 !important;
}

/* Gradient / dark CTA blocks keep white copy */
.home-cta-banner,
.home-cta-banner h2,
.home-cta-banner p,
.home-cta-content,
.home-cta-content h2,
.home-cta-content p {
	color: #ffffff !important;
}

/* Promo dual cards (Shop now / Service) — dark panels need light text */
.home-promo-card,
.home-promo-card .home-promo-body,
.home-promo-card .home-promo-label,
.home-promo-card h3,
.home-promo-card p,
.home-promo-body,
.home-promo-body .home-promo-label,
.home-promo-body h3,
.home-promo-body p,
.home-promo-section .home-promo-card h3,
.home-promo-section .home-promo-card p,
.home-promo-section .home-promo-label {
	color: #ffffff !important;
}

.home-promo-card .home-promo-body p,
.home-promo-body p {
	color: rgba(255, 255, 255, 0.92) !important;
}

.home-promo-card--blue .btn-light {
	color: #19479c !important;
	background: #ffffff !important;
}

.home-promo-card--dark .btn-primary {
	color: #ffffff !important;
}

.home-cta-actions .btn-outline-light {
	color: #ffffff !important;
	border-color: rgba(255, 255, 255, 0.85) !important;
}

.home-cta-actions .btn-outline-light:hover {
	color: #19479c !important;
	background-color: #ffffff !important;
}

/* ---- Pagination ---- */
.pagination .page-link {
	color: #19479c !important;
	background-color: #fff;
	border-color: #d1d5db;
}

.pagination .page-item.active .page-link {
	background-color: #19479c !important;
	border-color: #19479c !important;
	color: #ffffff !important;
}

.pagination .page-link:hover {
	color: #143a7e !important;
	background-color: #f3f6fb;
}

/* ---- Cart dropdown panel ---- */
.cart-dropdown .dropdownmenu-wrapper,
.compare-dropdown .dropdownmenu-wrapper {
	background-color: #ffffff !important;
	color: #1f2937 !important;
}

.cart-dropdown .dropdownmenu-wrapper a {
	color: #1f2937 !important;
}

.cart-dropdown .product-details,
.cart-dropdown .cart-total,
.cart-dropdown .cart-action {
	color: #1f2937 !important;
}

/* ---- Contact / about / careers ---- */
.contact-block-title,
.static-card-title,
.static-card-subtitle,
.career-card-title {
	color: #111827 !important;
}

.static-card p,
.about-lead,
.contact-block p {
	color: #374151 !important;
}

.contact-phones a,
.about-phones a {
	color: #19479c !important;
}

/* ---- Mobile menu: light text on dark drawer (must override generic link colors) ---- */
.mobile-menu-container {
	background-color: #1d1e20 !important;
	color: #f3f4f6 !important;
}

.mobile-menu,
.mobile-menu a,
.mobile-menu-container a,
.mobile-nav a {
	color: #f9fafb !important;
}

.mobile-menu a:hover,
.mobile-menu a:focus,
.mobile-menu li.open > a,
.mobile-menu li.active > a {
	color: #ffffff !important;
}

.mobile-menu-close,
.mobile-menu-close i,
.mmenu-btn {
	color: #ffffff !important;
}

.mobile-menu-container .social-icon,
.mobile-menu-social .social-icon {
	color: #ffffff !important;
}

/* ---- Select / custom dropdowns on light UI ---- */
select option {
	color: #111827;
	background: #fff;
}

/* ---- Ensure disabled fields still readable ---- */
.form-control:disabled,
.form-control[readonly] {
	color: #4b5563 !important;
	background-color: #f3f4f6 !important;
}

/* Homepage product cards — force images + titles visible (v31) */
.home-product-card figure,
.home-product-figure {
	position: relative;
	display: block !important;
	margin: 0 0 0.75rem !important;
	background: #f8fafc;
	border-radius: 10px;
	overflow: hidden;
	min-height: 160px;
}

.home-product-img-link {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 180px;
	padding: 0.75rem;
	text-decoration: none !important;
}

.home-product-card .img_homepage:not(.is-broken),
.home-product-card figure img:not(.is-broken) {
	position: static !important;
	display: block !important;
	width: 100% !important;
	height: 180px !important;
	max-height: 180px !important;
	object-fit: contain !important;
	opacity: 1 !important;
	visibility: visible !important;
	margin: 0 auto !important;
	transform: none !important;
	float: none !important;
}

.home-product-card .img_homepage.is-broken,
img.img_homepage.is-broken,
.pp-main-img.is-broken,
.pp-thumb img.is-broken,
#pp-main-img.is-broken,
#searchResults1 img.product-image.is-broken,
.table-cart img.is-broken,
#productImage.is-broken,
#pp-lb-img.is-broken {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.pp-thumb:has(img.is-broken) {
	display: none !important;
}

/* Professional fallback when no real product rows are available */
.home-showcase-fallback {
	margin-top: 0.5rem;
}

.home-showcase-card {
	display: block;
	height: 100%;
	padding: 1.75rem 1.5rem;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
	text-decoration: none !important;
	color: #1f2937 !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-showcase-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 36px rgba(25, 71, 156, 0.12);
	border-color: #c7d2fe;
	color: #1f2937 !important;
}

.home-showcase-icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eff6ff;
	color: #19479c;
	font-size: 1.35rem;
	margin-bottom: 1rem;
}

.home-showcase-card h3 {
	margin: 0 0 0.5rem !important;
	font-size: 1.2rem !important;
	font-weight: 700 !important;
	color: #0f172a !important;
}

.home-showcase-card p {
	margin: 0 0 1rem !important;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #64748b !important;
}

.home-showcase-link {
	font-weight: 700;
	font-size: 0.95rem;
	color: #19479c !important;
}

.home-brand-strip {
	margin-top: 1.75rem;
	padding: 1.25rem 1rem;
	border-radius: 14px;
	background: #f8fafc;
	border: 1px solid #eef2f7;
	text-align: center;
}

.home-brand-strip-label {
	margin: 0 0 0.85rem !important;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #64748b !important;
	text-transform: uppercase;
}

.home-brand-strip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
}

.home-brand-chip {
	display: inline-block;
	padding: 0.4rem 0.85rem;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #e5e7eb;
	color: #19479c !important;
	font-weight: 600;
	font-size: 0.9rem;
	text-decoration: none !important;
}

.home-brand-chip:hover {
	border-color: #19479c;
	background: #eff6ff;
}

.home-product-img-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 180px;
	font-size: 2.5rem;
	font-weight: 700;
	color: #94a3b8;
	background: linear-gradient(145deg, #f1f5f9, #e2e8f0);
}

.home-product-card .product-title,
.home-product-card .product-title a,
.home-product-card .a_title_homepage {
	color: #111827 !important;
	visibility: visible !important;
	opacity: 1 !important;
	font-weight: 700 !important;
	font-size: 1.35rem !important;
	line-height: 1.35 !important;
}

/* Product listing sidebar — match About/Careers heading + active filter */
.products-list-page .sidebar-shop {
	align-self: flex-start;
}

/* static-card uses height:100%. Porto sticky-sidebar then sets position:fixed,
   so 100% becomes the viewport and the filter card stretches over the page. */
.products-list-page .sidebar-wrapper.static-card,
.products-list-page .sidebar-wrapper.static-card.sticky-active,
.products-list-page .sidebar-wrapper.static-card.sticky-absolute {
	height: auto !important;
}

.products-list-page .sidebar-shop .widget-title {
	color: #19479c !important;
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 0.8rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #f0f0f0;
}

.products-list-page .cat-list a.active {
	color: #19479c !important;
	font-weight: 700;
}

.product-price-na {
	color: #64748b !important;
	font-weight: 600 !important;
}

.product-price.product-price-na,
.home-product-card .product-price.product-price-na,
.search-product-card .product-price.product-price-na,
.pp-price.pp-price-na {
	color: #4b5563 !important;
	font-weight: 600 !important;
}

.products-list-page .home-product-img-placeholder,
.search-results-page .home-product-img-placeholder {
	height: 180px;
}

.login-page .static-card .form-control {
	margin-bottom: 0.85rem;
}

.privacy-body p,
.faq-answer p {
	color: #374151;
	line-height: 1.8;
	font-size: 1.4rem;
}

/* ---- News: lock type and image space so text does not reflow mid-load ---- */
.news-page .news-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.news-page .news-card-figure {
	margin: 0 0 1rem;
	border-radius: 6px;
	overflow: hidden;
	background: #f1f5f9;
	aspect-ratio: 16 / 10;
}

.news-page .news-card-figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-page .news-card-img-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 160px;
	font-size: 2.5rem;
	font-weight: 700;
	color: #94a3b8;
	background: linear-gradient(145deg, #f1f5f9, #e2e8f0);
}

.news-page .news-card-title {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-bottom: 0.6rem;
}

.news-page .news-card-title a {
	color: inherit;
}

.news-page .news-card-excerpt {
	flex: 1 1 auto;
	margin-bottom: 1rem;
	color: #4b5563;
	line-height: 1.6;
}

.news-page .news-card-link {
	border-radius: 4px;
	min-width: 120px;
}

.news-page .empty-news {
	padding: 2.5rem 1.5rem;
	color: #767f84;
}

.news-details-page .static-card {
	height: auto;
}

.news-details-page .news-article-figure {
	margin: 0 0 1.5rem;
	border-radius: 6px;
	overflow: hidden;
	background: #f1f5f9;
	aspect-ratio: 16 / 9;
}

.news-details-page .news-article-figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-details-page .news-article-content {
	margin-bottom: 1.5rem;
	color: #374151;
	font-size: 1.5rem;
	line-height: 1.85;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.news-details-page .news-article-content p,
.news-details-page .news-article-content div,
.news-details-page .news-article-content li,
.news-details-page .news-article-content span,
.news-details-page .news-article-content td,
.news-details-page .news-article-content th {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	color: inherit;
	max-width: 100%;
}

.news-details-page .news-article-content p,
.news-details-page .news-article-content div {
	margin: 0 0 1em;
}

.news-details-page .news-article-content img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 6px;
	margin: 0.8rem 0;
}

.news-details-page .news-article-content table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
}

.news-details-page .news-article-share {
	padding-top: 1rem;
	border-top: 1px solid #f0f0f0;
}

.news-details-page .news-back-link {
	border-radius: 4px;
	min-width: 120px;
}

.news-details-page .news-side-list a {
	display: flex;
	align-items: center;
}

.news-details-page .news-side-list img {
	flex: 0 0 auto;
	width: 60px;
	height: 45px;
	object-fit: cover;
	border-radius: 4px;
}

html[dir="rtl"] .news-details-page .news-side-list img {
	margin-left: 10px;
}

html[dir="ltr"] .news-details-page .news-side-list img {
	margin-right: 10px;
}

/* =========================================================
   Mobile / RTL: header, drawer, overflow, contrast
   ========================================================= */

html {
	overflow-x: hidden;
	max-width: 100%;
}

body {
	overflow-x: hidden;
	max-width: 100%;
}

img,
video,
embed {
	max-width: 100%;
}

/* Product photos keep their own height — a global height:auto collapses them */
.img_homepage,
.home-product-card img,
.product-default figure img,
.pp-main-img,
.pp-thumb img {
	max-width: 100%;
}

table {
	max-width: 100%;
}

.page-wrapper,
.main,
.footer {
	max-width: 100%;
	overflow-x: hidden;
}

.header-top {
	position: relative;
	z-index: 80;
}

.header-middle {
	position: relative;
	z-index: 20;
}

.header-top .header-dropdown,
.header-top .header-lang-dropdown,
.header-top .header-account-dropdown {
	position: relative;
	z-index: 90;
}

.header,
.header-top,
.header-top-inner,
.header-top-lang,
.header-top .header-dropdown {
	overflow: visible !important;
}

.header-top .header-menu,
.header-top .header-lang-menu {
	z-index: 95 !important;
	top: calc(100% + 6px) !important;
	min-width: max-content !important;
	width: max-content !important;
	max-width: calc(100vw - 16px) !important;
	padding: 0.45rem 0 !important;
	background: #ffffff !important;
	color: #1f2937 !important;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16) !important;
	overflow: visible !important;
	box-sizing: border-box;
}

.header-top .header-lang-menu a,
.header-top .header-lang-menu span,
.header-top .header-lang-label {
	overflow: visible !important;
	text-overflow: unset !important;
	white-space: nowrap !important;
	max-width: none !important;
	line-height: 1.5;
}

.header-top .header-lang-menu a {
	padding: 0.7rem 1.15rem !important;
	gap: 0.65rem;
}

.header-dropdown.is-open > .header-menu {
	opacity: 1 !important;
	visibility: visible !important;
}

@media (hover: none) {
	.header-dropdown:hover > .header-menu {
		opacity: 0;
		visibility: hidden;
	}
	.header-dropdown.is-open > .header-menu,
	.header-dropdown.is-open:hover > .header-menu {
		opacity: 1 !important;
		visibility: visible !important;
	}
	.home-product-card:hover,
	.pp-related-card:hover {
		transform: none;
		box-shadow: none;
	}
}

html[dir="rtl"] .header-top .header-menu,
html[lang="ar"] .header-top .header-menu {
	left: auto;
	right: 0;
}

html[dir="ltr"] .header-top-account .header-menu,
html[lang="en"] .header-top-account .header-menu {
	left: auto;
	right: 0;
}

body.mmenu-active {
	overflow: hidden !important;
}

.mobile-menu-toggler {
	position: relative;
	z-index: 70;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

.mobile-menu-lang img {
	width: 18px;
	height: auto;
	margin-inline-end: 0.55rem;
	vertical-align: middle;
}

.mobile-menu-lang a {
	display: flex !important;
	align-items: center;
}

.mobile-menu-call a {
	display: flex !important;
	align-items: center;
	gap: 0.55rem;
}

.mobile-menu-call i {
	font-size: 1.5rem;
	line-height: 1;
}

html[dir="rtl"] .mobile-menu-container,
html[lang="ar"] .mobile-menu-container {
	left: auto !important;
	right: 0 !important;
	transform: translateX(100%);
	box-shadow: -0.1rem 0 0.6rem 0 rgba(50, 50, 50, 0.65);
}

html[dir="rtl"] .mmenu-active .mobile-menu-container,
html[lang="ar"] .mmenu-active .mobile-menu-container {
	transform: translateX(0) !important;
	visibility: visible !important;
}

html[dir="rtl"] .mobile-menu li a,
html[lang="ar"] .mobile-menu li a {
	margin-right: 0;
	margin-left: 4.5rem;
	padding: 1.1rem 1.5rem 1.1rem 0;
	text-align: right;
}

html[dir="rtl"] .mobile-menu li ul li a,
html[lang="ar"] .mobile-menu li ul li a {
	padding-right: 2.5rem;
	padding-left: 0;
}

html[dir="rtl"] .mobile-menu li ul ul li a,
html[lang="ar"] .mobile-menu li ul ul li a {
	padding-right: 3.5rem;
	padding-left: 0;
}

html[dir="rtl"] .mmenu-btn,
html[lang="ar"] .mmenu-btn {
	right: auto;
	left: -3.8rem;
}

html[dir="rtl"] .mobile-menu-close,
html[lang="ar"] .mobile-menu-close {
	right: auto;
	left: 1rem;
}

@media (max-width: 991px) {
	.header-middle {
		padding-top: 0.85rem;
		padding-bottom: 0.85rem;
	}

	.header .header-middle .container {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			"logo actions"
			"search search";
		align-items: center;
		column-gap: 0.75rem;
		row-gap: 0.75rem;
		width: 100%;
		max-width: 100%;
	}

	html[dir="rtl"] .header .header-middle .container,
	html[lang="ar"] .header .header-middle .container {
		grid-template-columns: auto minmax(0, 1fr);
		grid-template-areas:
			"actions logo"
			"search search";
	}

	.header-middle .header-left {
		grid-area: logo;
		max-width: min(220px, 58vw);
		min-width: 0;
		margin: 0 !important;
	}

	.header-middle .header-right,
	.header-middle .header-right-actions {
		grid-area: actions;
		margin: 0 !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		justify-content: flex-end;
		gap: 0.45rem;
		position: relative;
		z-index: 70;
	}

	.header-middle .header-center {
		grid-area: search;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		min-width: 0;
		z-index: 15;
	}

	.header-search,
	.header-search.alaasar-header-search,
	.header-search-form,
	.header-search form {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}

	.header-search .header-search-wrapper,
	.header-search .header-search-wrapper.show {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		width: 100% !important;
		max-width: 100% !important;
		z-index: 1 !important;
	}

	.mobile-menu-toggler {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		margin: 0 !important;
		padding: 0 !important;
		flex-shrink: 0;
		color: #19479c;
		font-size: 2.4rem;
		background: #f5f7fa;
		border-radius: 50%;
		border: 0;
		cursor: pointer;
	}

	.mobile-menu-toggler:hover,
	.mobile-menu-toggler.active {
		background: #19479c;
		color: #fff;
	}

	.header-contact-block {
		display: none !important;
	}

	.toolbox,
	.toolbox.toolbox-pagination {
		flex-wrap: wrap;
		gap: 0.75rem;
		max-width: 100%;
	}

	.toolbox-item,
	.toolbox-left,
	.toolbox-item.toolbox-show {
		max-width: 100%;
		min-width: 0;
	}

	.toolbox .toolbox-show label,
	.toolbox label {
		white-space: normal;
		display: block;
	}

	.toolbox .select-custom,
	.toolbox .select-custom .form-control {
		max-width: 100%;
		width: 100%;
	}

	.product-card {
		width: 100% !important;
		max-width: 100%;
	}

	.banner img,
	.banner-cat img {
		max-width: 100% !important;
		height: auto;
	}

	.product-card .product-title,
	.a_title_homepage,
	.h2_title_homepage {
		white-space: normal !important;
	}

	iframe,
	.contact-map-wrap iframe,
	embed {
		max-width: 100%;
	}

	.header-search,
	.header-search.alaasar-header-search,
	.header-center,
	.header-middle .header-center {
		z-index: 15 !important;
	}

	.container,
	.row {
		max-width: 100%;
	}

	.row {
		margin-left: -10px;
		margin-right: -10px;
	}

	.home-section-head {
		align-items: flex-start;
	}

	.home-section-link {
		white-space: normal;
	}

	.cart-table-container,
	.table-responsive,
	.page-content table,
	.product-specs-content table {
		display: block;
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.owl-carousel,
	.owl-stage-outer {
		max-width: 100%;
	}

	#addCartModal .modal-dialog,
	.modal-dialog {
		max-width: calc(100% - 1.5rem) !important;
		margin: 0.75rem auto !important;
	}

	.footer .row,
	.footer-middle .row {
		max-width: 100%;
	}

	.header-top-inner {
		flex-wrap: nowrap;
		gap: 0.5rem;
		overflow: visible !important;
	}

	.header-top .header-lang-toggle,
	.header-top .header-login-link,
	.header-top .header-account-toggle {
		font-size: 1.15rem;
	}

	/* Keep the language list fully inside the phone screen */
	.header-top .header-lang-menu,
	.header-top .header-dropdown > .header-menu {
		left: auto !important;
		right: 0 !important;
	}

	html[dir="ltr"] .header-top .header-lang-menu,
	html[lang="en"] .header-top .header-lang-menu {
		left: 0 !important;
		right: auto !important;
	}
}

@media (max-width: 575px) {
	.header-middle .header-left {
		max-width: min(150px, 52vw);
	}

	.header-top .header-lang-label {
		max-width: none;
		overflow: visible;
		text-overflow: unset;
	}

	.home-slide-cta {
		left: 4%;
		right: 4%;
		bottom: 8%;
	}

	html[dir="rtl"] .home-slide-cta,
	html[lang="ar"] .home-slide-cta {
		left: 4%;
		right: 4%;
	}

	.home-slide-btn {
		font-size: 1.2rem !important;
		padding: 0.55rem 1.1rem !important;
	}

	.page-header h1,
	.page-title {
		font-size: 2.2rem;
		line-height: 1.3;
		word-break: break-word;
	}

	.breadcrumb {
		flex-wrap: wrap;
		row-gap: 0.25rem;
	}

	.pp-info,
	.product-single-details,
	.static-card,
	.contact-info-card {
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	input, select, textarea, .form-control, .btn {
		max-width: 100%;
	}
}

/* Contrast: never put dark copy on dark surfaces, or light copy on white */
.mobile-menu-container .widget-title,
.mobile-menu-container p,
.mobile-menu-container span:not(.mmenu-btn) {
	color: #e5e7eb;
}

.header-bottom .main-nav .menu > li > a {
	text-shadow: none;
}

.btn-primary,
.btn-danger,
.home-slide-btn,
.add-cart-btn,
.product-action .btn-primary {
	color: #ffffff !important;
}

.btn-outline-primary {
	color: #19479c !important;
	background: #ffffff !important;
}

.btn-outline-primary:hover {
	color: #ffffff !important;
	background: #19479c !important;
}

.alert,
.alert p,
.alert a {
	color: inherit;
}

.alert-warning {
	color: #7c4a03 !important;
	background: #fff7e6 !important;
	border-color: #f5d48a;
}

.alert-success {
	color: #166534 !important;
	background: #ecfdf3 !important;
}

.alert-danger {
	color: #991b1b !important;
	background: #fef2f2 !important;
}

.footer,
.footer p,
.footer .widget-title,
.footer a,
.footer li {
	color: #e5e7eb;
}

.footer .widget-title {
	color: #ffffff !important;
}

.footer .links a,
.footer .contact-info a,
.footer-copyright {
	color: #d1d5db !important;
}

/* Product photos: Porto hides figure img:last-child (hover-swap).
   Our cards often have a single image, so that rule made them invisible.
   Overflow helpers must not collapse them either. */
.product-default figure img:not(.is-broken),
.product-default figure img:first-child:not(.is-broken),
.product-default figure img:last-child:not(.is-broken),
.home-product-card img:not(.is-broken),
.home-product-card figure img:not(.is-broken),
.img_homepage:not(.is-broken),
.search-product-card img:not(.is-broken),
.products-list-page img.img_homepage:not(.is-broken) {
	opacity: 1 !important;
	visibility: visible !important;
	display: block !important;
	position: relative !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 180px !important;
	max-height: 180px !important;
	object-fit: contain !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	transform: none !important;
}

.pp-stage img:not(.is-broken),
.pp-main-img:not(.is-broken),
#pp-main-img:not(.is-broken) {
	opacity: 1 !important;
	visibility: visible !important;
	display: block !important;
	position: static !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 520px !important;
	object-fit: contain !important;
}

/* Product detail + listing on phones: image, title, price, and buy stay on the first screen */
@media (max-width: 767px) {
	.pp-page {
		padding-bottom: 5rem;
	}

	.pp-page .breadcrumb-nav {
		padding-top: 0.6rem;
		padding-bottom: 0.35rem;
	}

	.pp-page .breadcrumb {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		max-width: 100%;
		margin-bottom: 0;
	}

	.pp-page .breadcrumb-item.active {
		max-width: 52vw;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.pp-gallery {
		padding: 0.55rem;
		border-radius: 12px;
	}

	.pp-stage {
		aspect-ratio: auto;
		width: 100%;
		height: min(58vw, 260px);
		min-height: 200px;
		max-height: 260px;
	}

	.pp-stage img:not(.is-broken),
	.pp-main-img:not(.is-broken),
	#pp-main-img:not(.is-broken) {
		height: 100% !important;
		max-height: 260px !important;
	}

	.pp-img-placeholder {
		min-height: 200px;
		font-size: 2.6rem;
	}

	.pp-thumbs {
		flex-wrap: nowrap !important;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		gap: 0.4rem;
		margin-top: 0.55rem;
		padding-bottom: 2px;
	}

	.pp-thumb {
		flex: 0 0 56px;
		width: 56px;
		height: 56px;
	}

	.pp-expand {
		width: 36px;
		height: 36px;
		right: 8px;
		bottom: 8px;
		font-size: 1.4rem;
	}

	html[dir="rtl"] .pp-expand {
		right: auto;
		left: 8px;
	}

	.pp-info,
	html[dir="ltr"] .pp-info,
	html[dir="rtl"] .pp-info {
		padding: 0.15rem 0 0 !important;
	}

	.pp-price {
		font-size: 1.85rem !important;
	}

	.pp-price-row {
		margin-bottom: 1rem;
	}

	.pp-btn {
		font-size: 1.25rem !important;
		min-height: 46px;
		padding: 0.65rem 1rem !important;
	}

	.pp-qty-input {
		font-size: 1.6rem !important; /* 16px — iOS will not zoom the field */
	}

	.pp-qty-btn {
		width: 44px;
		min-width: 44px;
	}

	.pp-perks {
		font-size: 1.15rem;
		gap: 0.35rem 0.9rem;
	}

	.pp-panel {
		padding: 1rem 1.05rem;
	}

	.pp-lightbox {
		padding: 0.6rem;
		padding-bottom: max(0.6rem, env(safe-area-inset-bottom));
	}

	.pp-lightbox img {
		max-width: 100%;
		max-height: 76vh;
	}

	.pp-lb-x,
	.pp-lb-nav {
		width: 40px;
		height: 40px;
	}

	.pp-related-img {
		height: 110px;
	}

	.pp-related-name {
		font-size: 1.15rem;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	/* Catalog / search cards: shorter photos, titles clamp, buttons stack */
	.products-list-page .home-product-card,
	.search-results-page .home-product-card {
		padding: 8px 6px 10px;
	}

	.products-list-page img.img_homepage:not(.is-broken),
	.products-list-page .home-product-card img:not(.is-broken),
	.search-results-page img.img_homepage:not(.is-broken),
	.search-results-page .home-product-card img:not(.is-broken) {
		height: 132px !important;
		max-height: 132px !important;
	}

	.products-list-page .home-product-img-placeholder,
	.search-results-page .home-product-img-placeholder,
	.products-list-page .home-product-card figure,
	.search-results-page .home-product-card figure {
		min-height: 0;
		height: auto;
	}

	.products-list-page .home-product-img-placeholder,
	.search-results-page .home-product-img-placeholder {
		height: 132px;
	}

	.products-list-page .home-product-card .product-title,
	.products-list-page .home-product-card .product-title a,
	.products-list-page .home-product-card .a_title_homepage,
	.search-results-page .home-product-card .product-title,
	.search-results-page .home-product-card .a_title_homepage {
		font-size: 1.2rem !important;
		min-height: 0 !important;
		line-height: 1.35 !important;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.products-list-page .home-product-card .product-action,
	.search-results-page .home-product-card .product-action {
		flex-direction: column;
		align-items: stretch;
		gap: 6px;
	}

	.products-list-page .home-product-card .product-action .btn,
	.products-list-page .home-product-card .product-action a,
	.search-results-page .home-product-card .product-action .btn,
	.search-results-page .home-product-card .product-action a {
		width: 100%;
		margin: 0;
	}

	.products-list-page .sidebar-shop {
		margin-top: 1.25rem;
	}

	.products-list-page .page-header {
		padding-bottom: 0.4rem;
	}

	.products-list-page,
	.search-results-page {
		padding-bottom: 4.5rem;
	}
}

/* =========================================================
   Mobile UX pass: tap targets, iOS zoom, overflow, FAB space
   ========================================================= */
@media (max-width: 767px) {
	.main {
		padding-bottom: max(5rem, calc(3.2rem + env(safe-area-inset-bottom, 0px)));
	}

	.footer-bottom {
		padding-bottom: max(2.4rem, calc(1.4rem + env(safe-area-inset-bottom, 0px))) !important;
	}

	a, button, .btn, .page-link, .mobile-menu-toggler,
	.alaasar-slider-dot, .icon-bar-toggle, .cart-link {
		touch-action: manipulation;
	}

	/* 16px inputs — Safari zooms the page if the field is smaller */
	input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="image"]):not([type="range"]),
	select,
	textarea,
	.form-control,
	.toolbox .select-custom .form-control,
	.cart-summary .form-control,
	.horizontal-quantity {
		font-size: 1.6rem !important;
	}

	/* Service / buy forms used 50px left margin + 2000px textarea */
	.main .form-control,
	.main select.form-control,
	.main textarea.form-control,
	.main .form-footer .btn,
	.main .form-footer button {
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100% !important;
	}

	.main textarea.form-control,
	.width-w {
		width: 100% !important;
	}

	.main .container > img {
		max-width: 100% !important;
		height: auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	/* Full banner (wide JPGs). Do not use 16/9 + cover — that crops left/right. */
	.alaasar-slider {
		aspect-ratio: auto;
		min-height: 0;
		height: auto;
		background: #0f1724;
	}

	.alaasar-slider-track {
		position: relative;
		inset: auto;
		width: 100%;
		height: auto;
	}

	.home-slider-fullwidth .alaasar-slide,
	.home-slider-fullwidth .home-slide {
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
	}

	.home-slider-fullwidth .alaasar-slide.is-active,
	.home-slider-fullwidth .home-slide.is-active {
		position: relative !important;
		inset: auto !important;
		height: auto !important;
	}

	.home-slider-fullwidth .home-slide-link,
	.home-slider-fullwidth .home-slide-picture,
	.home-slider-fullwidth .home-slide-link picture {
		position: relative !important;
		inset: auto !important;
		width: 100% !important;
		height: auto !important;
	}

	.home-slider-fullwidth .alaasar-slide:not(.is-active) .home-slide-link,
	.home-slider-fullwidth .alaasar-slide:not(.is-active) .home-slide-picture {
		position: absolute !important;
		inset: 0 !important;
		height: 100% !important;
	}

	.home-slider-fullwidth .home-slide-img,
	.home-slider-fullwidth .alaasar-slide img,
	.home-slider-fullwidth .home-slide img,
	.home-slider-fullwidth .home-slide .owl-lazy {
		position: relative !important;
		inset: auto !important;
		width: 100% !important;
		height: auto !important;
		max-width: 100% !important;
		max-height: none !important;
		object-fit: contain !important;
		object-position: center center !important;
	}

	.home-slider-fullwidth .alaasar-slide:not(.is-active) img {
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		object-fit: contain !important;
	}

	.home-slide-cta {
		left: 4% !important;
		right: auto !important;
		bottom: 14%;
		display: block;
	}

	html[dir="rtl"] .home-slide-cta,
	html[lang="ar"] .home-slide-cta {
		left: auto !important;
		right: 4% !important;
	}

	.home-slide-btn {
		min-height: 36px;
		font-size: 1.2rem !important;
		padding: 0.45rem 1rem !important;
	}

	.alaasar-slider-dots {
		bottom: 8px;
		gap: 6px;
		align-items: center;
	}

	.alaasar-slider-dot {
		width: 6px !important;
		height: 6px !important;
		min-width: 6px;
		min-height: 6px;
		border: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		box-sizing: border-box !important;
		background: rgba(255, 255, 255, 0.55) !important;
		transform: none !important;
		box-shadow: none !important;
	}

	.alaasar-slider-dot.is-active {
		width: 7px !important;
		height: 7px !important;
		min-width: 7px;
		min-height: 7px;
		background: #fff !important;
		transform: none !important;
	}

	.home-info-box {
		flex-direction: row;
		align-items: flex-start;
		gap: 0.7rem;
		margin-bottom: 0.35rem;
	}

	.home-info-box h4 {
		font-size: 1.25rem;
	}

	.home-info-box p {
		font-size: 1.15rem;
		overflow-wrap: anywhere;
	}

	.home-section-head h2,
	.home-section-head .title {
		font-size: 1.85rem;
	}

	.home-section-link {
		font-size: 1.25rem;
	}

	/* All product cards (home + listing): stack Arabic Buy / Cart buttons */
	.home-product-card .product-action,
	.search-product-card .product-action {
		flex-direction: column;
		align-items: stretch;
		gap: 6px;
	}

	.home-product-card .product-action .btn,
	.home-product-card .product-action a,
	.search-product-card .product-action .btn,
	.search-product-card .product-action a {
		width: 100%;
		margin: 0;
		min-height: 40px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		white-space: normal;
		line-height: 1.25;
	}

	.home-product-card .product-title,
	.home-product-card .product-title a,
	.home-product-card .a_title_homepage {
		font-size: 1.2rem !important;
		min-height: 0 !important;
		line-height: 1.35 !important;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.home-product-card img.img_homepage:not(.is-broken),
	html[lang="ar"] .home-product-card img.img_homepage:not(.is-broken) {
		height: 140px !important;
		max-height: 140px !important;
	}

	.pagination {
		flex-wrap: wrap;
		justify-content: center;
		gap: 4px;
		max-width: 100%;
	}

	.pagination .page-link {
		min-width: 40px;
		min-height: 40px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0.45rem 0.7rem;
	}

	#searchResults1,
	.search-mini-results {
		max-height: min(60vh, 320px);
	}

	#searchResults1 .dropdown-item,
	#searchResults1 > a,
	#searchResults1 .search-mini-item {
		min-height: 44px;
		padding: 10px 12px !important;
	}

	#addCartModal .modal-dialog {
		max-width: calc(100% - 1.5rem) !important;
		margin: max(0.75rem, env(safe-area-inset-top, 0px)) auto !important;
	}

	.pp-page,
	.products-list-page,
	.search-results-page {
		padding-bottom: max(5rem, calc(3.2rem + env(safe-area-inset-bottom, 0px)));
	}
}

/* =========================================================
   Mobile density: home sections, footer, forms, catalog filters
   ========================================================= */
@media (max-width: 767px) {
	.header-top {
		padding: 0.3rem 0;
	}

	.main .container,
	.footer .container,
	.header .container,
	.breadcrumb-nav .container {
		padding-left: 12px;
		padding-right: 12px;
	}

	.home-info-strip {
		padding: 1rem 0 0.4rem;
	}

	.home-info-row > [class*="col-"] {
		padding-left: 8px;
		padding-right: 8px;
		margin-bottom: 0.55rem;
	}

	.home-info-box p {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.home-services-section,
	.home-categories-section,
	.home-products-section,
	.home-brands-section {
		padding-top: 1.5rem;
		padding-bottom: 0.6rem;
	}

	.home-section-head {
		margin-bottom: 1rem;
	}

	.home-service-card {
		padding: 1rem 0.7rem 0.85rem;
	}

	.home-service-icon {
		width: 48px;
		height: 48px;
		margin-bottom: 0.65rem;
		font-size: 2rem;
	}

	.home-service-card p {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.home-cat-name {
		font-size: 1.2rem;
		padding: 0.7rem 0.5rem;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		min-height: 0;
	}

	.home-cat-img {
		height: 96px;
	}

	.home-promo-card {
		min-height: 0;
	}

	.home-promo-body {
		padding: 1.25rem 1.1rem;
		max-width: 100%;
	}

	.home-promo-body h3,
	.home-promo-card h3 {
		font-size: 1.55rem;
	}

	.home-promo-body .btn {
		min-height: 40px;
	}

	.home-products-section .nav-tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		justify-content: flex-start;
		margin-bottom: 1.1rem;
	}

	.home-products-section .nav-tabs .nav-link {
		padding: 0.65rem 1rem;
		font-size: 1.25rem;
		white-space: nowrap;
	}

	.home-brand-chip {
		font-size: 1.2rem;
		padding: 0.5rem 0.95rem;
	}

	.home-cta-section {
		padding: 1rem 0 2rem;
	}

	.home-cta-inner {
		min-height: 0;
		border-radius: 12px;
	}

	.home-cta-content {
		padding: 1.4rem 1.15rem;
		max-width: 100%;
	}

	.home-cta-content h2 {
		font-size: 1.7rem;
	}

	.home-cta-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.home-cta-actions .btn {
		width: 100%;
		min-height: 44px;
		justify-content: center;
	}

	.btn-home-more {
		width: 100%;
	}

	.page-header {
		padding: 0.7rem 0 0.25rem;
	}

	.page-header h1 {
		font-size: 2rem;
		line-height: 1.3;
	}

	.breadcrumb-nav {
		padding-top: 0.5rem;
		padding-bottom: 0.25rem;
	}

	.static-card {
		padding: 14px;
	}

	.login-page .form-footer,
	.auth-login-form .form-footer,
	.auth-register-form .form-footer,
	.forget_password .form-footer,
	.page-static .form-footer {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0.7rem;
	}

	.login-page .form-footer .btn,
	.auth-login-form .form-footer .btn,
	.auth-register-form .form-footer .btn,
	.page-static .form-footer .btn {
		width: 100%;
		min-height: 44px;
	}

	.login-page .forget-pass {
		text-align: center;
	}

	.cat-list a {
		display: flex;
		align-items: center;
		min-height: 40px;
		padding: 0.45rem 0;
		line-height: 1.3;
	}

	.products-list-page .cat-list {
		max-height: 240px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.toolbox-item.toolbox-show label {
		font-size: 1.2rem;
		line-height: 1.4;
	}

	.footer-middle {
		padding-top: 2rem !important;
		padding-bottom: 1rem !important;
	}

	.footer .widget {
		margin-bottom: 1.4rem;
	}

	.footer .links a,
	.footer .contact-info a,
	.footer .contact-info li {
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.footer .links a {
		display: inline-flex;
		align-items: center;
		min-height: 40px;
		padding: 0.2rem 0;
	}

	.mobile-menu li > a {
		min-height: 44px;
		display: flex !important;
		align-items: center;
	}

	.cart-summary {
		margin-top: 1rem;
	}

	.cart-summary .btn-primary,
	#form_pay .btn-primary,
	.checkout-methodsf .btn-primary {
		width: 100%;
		min-height: 48px;
	}

	.news-page .news-card-title {
		font-size: 1.35rem;
	}

	.pp-related .row {
		margin-left: -8px;
		margin-right: -8px;
	}
}



