/* ============================================================
   OpenCart 3.x – Premium Modern Theme (Layout-Safe)
   Light base · Deep Navy + Vivid Orange accent
   Compatible with default OpenCart 3.x structure
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* ── Keyframes ── */
@keyframes gradientMove {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

/* ── Design Tokens ── */
:root {
	--primary: #E85D04;
	--primary-dk: #C14B00;
	--primary-lt: #FF7A2E;
	--navy: #1B263B;
	--navy-lt: #243447;
	--text: #374151;
	--text-muted: #6B7280;
	--border: #E5E7EB;
	--bg: #F8FAFC;
	--white: #FFFFFF;
	--shadow-sm: 0 1px 4px rgba(0, 0, 0, .07);
	--shadow-md: 0 6px 20px rgba(0, 0, 0, .10);
	--shadow-lg: 0 12px 40px rgba(0, 0, 0, .14);
	--radius-sm: 6px;
	--radius: 12px;
	--t: all .22s ease;
}

/* ── Base ── */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: var(--text);
	font-size: 14px;
	line-height: 1.65;
	background: var(--bg);
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--navy);
	font-weight: 700;
	line-height: 1.3;
}

h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 11px;
}

.fa {
	font-size: 14px;
}

a {
	color: var(--primary);
	text-decoration: none;
	transition: var(--t);
}

a:hover {
	color: var(--primary-dk);
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0;
}

label {
	font-size: 13px;
	font-weight: 500;
}

/* ── Form controls ── */
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 13px;
	border: 1.5px solid var(--border);
	border-radius: var(--radius-sm);
	color: var(--text);
	background: var(--white);
	transition: var(--t);
	box-shadow: none;
	height: 34px;
	padding: 6px 10px;
}

select.form-control:focus,
textarea.form-control:focus,
input[type="text"].form-control:focus,
input[type="password"].form-control:focus,
input[type="email"].form-control:focus {
	border-color: var(--primary);
	box-shadow: 0 0 0 3px rgba(232, 93, 4, .13);
	outline: none;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 13px;
}

.input-group .input-group-addon {
	font-size: 13px;
	height: 34px;
	background: var(--bg);
	border: 1.5px solid var(--border);
	color: var(--text-muted);
}

/* Bootstrap fixes */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 20px;
	border-bottom: 2px solid var(--border);
}

.nav-tabs>li>a {
	color: var(--text-muted);
	border: none !important;
	background: transparent;
	padding: 10px 16px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: var(--primary);
	background: transparent;
	border-bottom: 2px solid var(--primary) !important;
	font-weight: 600;
}

div.required .control-label:before {
	content: '* ';
	color: #EF4444;
	font-weight: bold;
}

/* ── Dropdowns ── */
.dropdown-menu {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	box-shadow: var(--shadow-md);
	padding: 6px 0;
}

.dropdown-menu li>a {
	color: var(--text);
	transition: var(--t);
	font-size: 13px;
}

.dropdown-menu li>a:hover {
	background: var(--primary);
	color: var(--white);
	background-image: none;
	text-decoration: none;
}

/* ── TOP BAR ── */
#top {
	background: var(--navy);
	border-bottom: none;
	padding: 6px 0;
	margin: 0 0 0 0;
	min-height: 40px;
	/* NO position:sticky - prevents header overlap */
}

#top .container {
	padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: var(--white);
	background-color: rgba(255, 255, 255, .15);
	background-image: none;
	border-radius: var(--radius-sm);
}

#top .btn-link,
#top-links li,
#top-links a {
	color: rgba(255, 255, 255, .7);
	text-shadow: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	transition: var(--t);
}

#top .btn-link:hover,
#top-links a:hover {
	color: var(--white);
}

#top-links .dropdown-menu a {
	text-shadow: none;
	color: var(--text);
}

#top-links .dropdown-menu a:hover {
	color: var(--white);
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
	color: var(--white);
}

#top-links {
	padding-top: 6px;
}

#top-links a+a {
	margin-left: 16px;
}

/* ── Logo ── */
#logo {
	margin: 0;
	padding: 14px 0;
}

#logo img {
	transition: var(--t);
}

#logo img:hover {
	opacity: .85;
}

/* ── Search ── */
#search {
	margin-bottom: 0;
	padding: 14px 0;
}

#search .input-lg {
	height: 42px;
	line-height: 20px;
	padding: 0 14px;
	font-size: 13px;
	border: 2px solid var(--border);
	border-radius: var(--radius-sm) 0 0 var(--radius-sm) !important;
	background: var(--white);
	color: var(--text);
	transition: var(--t);
	box-shadow: none;
}

#search .input-lg:focus {
	border-color: var(--primary);
	outline: none;
	box-shadow: none;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 20px;
	padding: 10px 22px;
	background: var(--primary);
	background-image: none;
	border: 2px solid var(--primary);
	color: var(--white);
	border-radius: 0 var(--radius-sm) var(--radius-sm) 0 !important;
	text-shadow: none;
	font-weight: 600;
	transition: var(--t);
}

#search .btn-lg:hover {
	background: var(--primary-dk);
	border-color: var(--primary-dk);
	box-shadow: 0 4px 14px rgba(232, 93, 4, .35);
}

/* ── Cart ── */
#cart {
	margin-bottom: 0;
	padding: 14px 0;
	text-align: right;
}

#cart>.btn {
	font-size: 13px;
	line-height: 20px;
	color: var(--white);
	background: var(--primary);
	background-image: none;
	border: none;
	border-radius: var(--radius-sm);
	padding: 9px 18px;
	font-weight: 600;
	transition: var(--t);
	box-shadow: 0 3px 12px rgba(232, 93, 4, .3);
}

#cart>.btn:hover {
	background: var(--primary-dk);
	box-shadow: 0 5px 18px rgba(232, 93, 4, .45);
	transform: translateY(-1px);
}

#cart.open>.btn {
	background-image: none;
	background-color: var(--white);
	border: 1.5px solid var(--border);
	color: var(--text);
	box-shadow: none;
	transform: none;
}

#cart.open>.btn:hover {
	color: var(--navy);
}

#cart .dropdown-menu {
	background: var(--white);
	z-index: 1001;
	border-radius: var(--radius);
	box-shadow: var(--shadow-lg);
	border: 1px solid var(--border);
}

#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
	min-width: 427px;
	padding: 0 14px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
	color: var(--text-muted);
}

/* ── NAVIGATION MENU ── */
#menu {
	background: var(--navy-lt);
	background-image: none;
	border: none;
	min-height: 44px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
	/* Animated top stripe */
	border-top: 3px solid var(--primary);
}

#menu .nav>li>a {
	color: rgba(255, 255, 255, .85);
	text-shadow: none;
	padding: 12px 16px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .02em;
	background-color: transparent;
	transition: var(--t);
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
	background-color: var(--primary);
	color: var(--white);
}

#menu .dropdown-menu {
	padding-bottom: 0;
	border-radius: var(--radius-sm);
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 7px 20px;
	clear: both;
	line-height: 22px;
	color: var(--text);
	font-size: 13px;
	font-weight: 400;
	transition: var(--t);
}

#menu .dropdown-inner li a:hover {
	color: var(--white);
	background: var(--primary);
}

#menu .see-all {
	display: block;
	margin-top: .5em;
	border-top: 1px solid var(--border);
	padding: 7px 20px;
	border-radius: 0 0 var(--radius-sm) var(--radius-sm);
	font-size: 12px;
	font-weight: 600;
	color: var(--primary);
	transition: var(--t);
}

#menu .see-all:hover,
#menu .see-all:focus {
	background: var(--primary);
	color: var(--white);
	background-image: none;
	background-repeat: unset;
}

#menu #category {
	float: left;
	padding-left: 16px;
	font-size: 15px;
	font-weight: 700;
	line-height: 44px;
	color: var(--white);
	text-shadow: none;
}

#menu .btn-navbar {
	font-size: 15px;
	color: var(--white);
	padding: 4px 18px;
	float: right;
	background: var(--primary);
	background-image: none;
	border: none;
	border-radius: var(--radius-sm);
	transition: var(--t);
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: var(--white);
	background-color: var(--primary-dk);
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media (max-width: 767px) {
	#menu {
		border-radius: var(--radius-sm);
	}

	#menu div.dropdown-inner>ul.list-unstyled {
		display: block;
	}

	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, .1);
	}

	#menu .dropdown-inner {
		display: block;
	}

	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}

	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, .1);
	}

	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

/* ── Content ── */
#content {
	min-height: 600px;
}

#product-category #content,
#product-product #tab-description,
#information-information #content {
	font-size: 14px;
}

/* ── Breadcrumb ── */
.breadcrumb {
	margin: 0 0 20px;
	padding: 10px 0;
	border: 1px solid var(--border);
	background: var(--white);
	border-radius: var(--radius-sm);
	font-size: 13px;
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li {
	text-shadow: none;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	color: var(--text-muted);
}

.breadcrumb>li a {
	color: var(--primary);
}

.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}

.breadcrumb>li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	transform: rotate(-45deg);
}

html[dir=rtl] .breadcrumb>li::after {
	top: -3px;
	left: -5px;
	width: 26px;
	height: 26px;
	border-left: 1px solid var(--border);
	border-top: 1px solid var(--border);
	right: unset;
	border-right: unset;
	border-bottom: unset;
}

/* ── Pagination ── */
.pagination {
	margin: 0;
}

.pagination>li>a,
.pagination>li>span {
	color: var(--primary);
	border-color: var(--border);
	transition: var(--t);
	font-size: 13px;
}

.pagination>li>a:hover {
	background: var(--primary);
	color: var(--white);
	border-color: var(--primary);
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover {
	background: var(--primary);
	border-color: var(--primary);
}

/* ── BUTTONS ── */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 9px 18px;
	font-size: 13px;
	font-weight: 600;
	border-radius: var(--radius-sm);
	box-shadow: none;
	transition: var(--t);
	cursor: pointer;
	border: none;
}

.btn-xs {
	font-size: 11px;
	padding: 4px 10px;
}

.btn-sm {
	font-size: 12px;
	padding: 7px 14px;
}

.btn-lg {
	padding: 12px 26px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 13px;
}

.btn-group>.btn-xs {
	font-size: 11px;
}

.btn-group>.btn-sm {
	font-size: 12px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: var(--text);
	background: var(--white);
	border: 1.5px solid var(--border);
	background-image: none;
	text-shadow: none;
}

.btn-default:hover {
	background: var(--bg);
	border-color: #CBD5E1;
	color: var(--navy);
}

.btn-primary {
	color: var(--white);
	background: var(--primary);
	background-image: none;
	text-shadow: none;
	border: none;
	box-shadow: 0 3px 12px rgba(232, 93, 4, .3);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background: var(--primary-dk);
	background-image: none;
	background-position: 0 0;
	box-shadow: 0 5px 18px rgba(232, 93, 4, .4);
	transform: translateY(-1px);
}

.btn-warning {
	color: var(--white);
	background: #F59E0B;
	background-image: none;
	text-shadow: none;
	border: none;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	background: #D97706;
	box-shadow: none;
}

.btn-danger {
	color: var(--white);
	background: #EF4444;
	background-image: none;
	text-shadow: none;
	border: none;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	background: #DC2626;
	box-shadow: none;
}

.btn-success {
	color: var(--white);
	background: #10B981;
	background-image: none;
	text-shadow: none;
	border: none;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	background: #059669;
	box-shadow: none;
}

.btn-info {
	color: var(--white);
	background: #3B82F6;
	background-image: none;
	text-shadow: none;
	border: none;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #2563EB;
}

.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: var(--primary);
	border-radius: 0;
	background: none;
	box-shadow: none;
	border: none;
}

.btn-link:hover {
	color: var(--primary-dk);
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: transparent;
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: var(--white);
	background: var(--navy);
	background-image: none;
	text-shadow: none;
	border: none;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background: var(--navy-lt);
}

/* ── List group ── */
.list-group a {
	border: 1.5px solid var(--border);
	color: var(--text-muted);
	padding: 10px 16px;
	border-radius: var(--radius-sm) !important;
	margin-bottom: 3px;
	transition: var(--t);
	font-size: 13px;
	background: var(--white);
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: var(--primary);
	background: rgba(232, 93, 4, .06);
	border-color: var(--primary);
	text-shadow: none;
	font-weight: 600;
}

/* ── Carousel ── */
.carousel-caption {
	color: var(--white);
	text-shadow: 0 2px 8px rgba(0, 0, 0, .7);
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

.carousel-indicators li {
	background: rgba(255, 255, 255, .5);
	border-color: transparent;
}

.carousel-indicators .active {
	background: var(--white);
}

/* ── PRODUCT CARDS ── */
.product-thumb {
	background: var(--white);
	border: 1.5px solid var(--border);
	border-radius: var(--radius);
	margin-bottom: 24px;
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	transition: box-shadow .28s ease, transform .28s ease, border-color .28s ease;
}

.product-thumb:hover {
	box-shadow: var(--shadow-md);
	transform: translateY(-5px);
	border-color: rgba(232, 93, 4, .3);
}

.product-thumb .image {
	text-align: center;
	overflow: hidden;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover img {
	transform: scale(1.06);
}

.product-thumb .image img {
	margin: 0 auto;
	transition: transform .35s ease;
	width: 100%;
	object-fit: cover;
}

.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

.product-thumb h4 {
	font-weight: 600;
	font-size: 14px;
	font-family: 'Inter', sans-serif;
}

.product-thumb h4 a {
	color: var(--navy);
}

.product-thumb h4 a:hover {
	color: var(--primary);
}

.product-thumb .caption {
	padding: 14px 16px;
	min-height: 180px;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 12px 10px;
	}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

/* Rating */
.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #D1D5DB;
	font-size: 15px;
}

.rating .fa-star {
	color: #F59E0B;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #FBB954;
}

/* Price */
h2.price {
	margin: 0;
}

.product-thumb .price {
	color: var(--navy);
	font-weight: 700;
}

.product-thumb .price-new {
	font-weight: 800;
	color: var(--primary);
	font-size: 18px;
}

.product-thumb .price-old {
	color: var(--text-muted);
	text-decoration: line-through;
	margin-left: 8px;
	font-size: 12px;
}

.product-thumb .price-tax {
	color: var(--text-muted);
	font-size: 11px;
	display: block;
	margin-top: 2px;
}

/* Product button group */
.product-thumb .button-group {
	border-top: 1px solid var(--border);
	background: var(--bg);
	overflow: auto;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid var(--border);
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background: transparent;
	color: var(--text-muted);
	line-height: 42px;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .04em;
	transition: var(--t);
	cursor: pointer;
}

.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid var(--border);
}

.product-thumb .button-group button:hover {
	color: var(--primary);
	background: rgba(232, 93, 4, .07);
	text-decoration: none;
}

@media (max-width: 1200px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

@media (max-width: 767px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

/* ── Thumbnails ── */
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 10px;
	padding: 4px;
	display: block;
	border: 1.5px solid var(--border);
	border-radius: var(--radius-sm);
	transition: var(--t);
}

.image-additional a:hover {
	border-color: var(--primary);
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* ── Grid clears ── */
@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}

/* ── Column layouts ── */
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left+#content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* ── Cart quantity fix ── */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* ── Alerts ── */
.alert {
	padding: 12px 16px;
	border-radius: var(--radius-sm);
	border: none;
	font-size: 13px;
}

.alert-success {
	background: #ECFDF5;
	color: #065F46;
	border-left: 3px solid #10B981;
}

.alert-info {
	background: #EFF6FF;
	color: #1E40AF;
	border-left: 3px solid #3B82F6;
}

.alert-warning {
	background: #FFFBEB;
	color: #92400E;
	border-left: 3px solid #F59E0B;
}

.alert-danger {
	background: #FEF2F2;
	color: #991B1B;
	border-left: 3px solid #EF4444;
}

.alert>.close {
	position: relative;
	top: -2px;
	right: 0;
	color: inherit;
}

/* ── FOOTER ── */
footer {
	margin-top: 40px;
	padding-top: 42px;
	background: var(--navy);
	border-top: 4px solid var(--primary);
	color: rgba(255, 255, 255, .7);
}

footer hr {
	border-top: none;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

footer a {
	color: rgba(255, 255, 255, .65);
	transition: var(--t);
}

footer a:hover {
	color: var(--white);
}

footer h5 {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: var(--white);
	text-transform: uppercase;
	letter-spacing: .08em;
	margin-bottom: 14px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

footer p {
	font-size: 13px;
	line-height: 1.8;
}

footer ul li {
	padding: 3px 0;
	font-size: 13px;
}

/* ── RTL fixes ── */
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
	position: absolute;
	margin-top: 4px\9;
	margin-right: -20px;
	margin-left: unset;
}

html[dir=rtl] .input-group-btn:last-child>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

html[dir=rtl] .input-group .form-control:first-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: unset;
	border-bottom-left-radius: unset;
}

html[dir=rtl] .container .row:first-child .col-sm-4,
html[dir=rtl] .container .row:first-child .col-sm-5 {
	float: right;
}

html[dir=rtl] #cart .dropdown-menu {
	left: 0;
	right: auto;
}

/* ── Bootstrap override (duplicate fix) ── */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #2563EB;
}

/* ── Scrollbar ── */
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-track {
	background: var(--bg);
}

::-webkit-scrollbar-thumb {
	background: #CBD5E1;
	border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
	background: var(--primary);
}

/* ── Misc ── */
.text-muted {
	color: var(--text-muted) !important;
}

.well {
	background: var(--white);
	border: 1.5px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
	padding: 22px;
}

.panel {
	background: var(--white);
	border: 1.5px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow-sm);
}

.panel-heading {
	background: var(--bg);
	border-radius: var(--radius) var(--radius) 0 0;
	font-weight: 700;
	color: var(--navy);
	padding: 12px 18px;
	border-bottom: 1px solid var(--border);
}

.table>thead>tr>th {
	background: var(--bg);
	color: var(--navy);
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .04em;
	border-bottom: 2px solid var(--border);
}

.table>tbody>tr>td {
	border-top: 1px solid var(--border);
	color: var(--text);
	font-size: 13px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background: #F9FAFB;
}

.table-hover>tbody>tr:hover {
	background: rgba(232, 93, 4, .04);
}