body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Roboto", "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	color: #1f2937;
	font-size: 15px;
	line-height: 1.6;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	color: #0f172a;
	margin-top: 0;
	line-height: 1.25;
}
.fa {
	font-size: 14px;
}
h1 { font-size: 36px; font-weight: 700; letter-spacing: -0.02em; }
h2 { font-size: 28px; font-weight: 700; letter-spacing: -0.01em; }
h3 { font-size: 22px; font-weight: 700; }
h4 { font-size: 17px; font-weight: 600; }
h5 { font-size: 14px; font-weight: 600; }
h6 { font-size: 12px; font-weight: 600; }
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: 600;
	color: #1f2937;
	margin-bottom: 6px;
}
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: 14px;
	border-radius: 10px;
	padding: 10px 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#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: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
#logo {
	margin: 0 0 10px 0;
}
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#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 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#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, 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, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
.alert {
	padding: 12px 18px;
	border-radius: 10px;
	border: 0;
	font-size: 14px;
}
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.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 #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 11px 20px;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #cccccc;
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(0,0,0,.04);
	transition: all 0.2s ease;
	letter-spacing: 0.01em;
}
.btn:hover { transform: translateY(-1px); }
.btn-xs { font-size: 11px; padding: 6px 12px; }
.btn-sm { font-size: 12px; padding: 8px 14px; }
.btn-lg { padding: 14px 28px; font-size: 16px; }
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.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: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack { font-size: 8px; }
.rating .fa-star-o { color: #999; font-size: 15px; }
.rating .fa-star { color: #FC0; font-size: 15px; }
.rating .fa-star + .fa-star-o { color: #E69500; }
h2.price { margin: 0; }
.product-thumb .price { color: #444; }
.product-thumb .price-new { font-weight: 600; }
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

/* ============================================
   ALTUNEL BILISIM THEME OVERRIDE
   Lacivert + Turuncu CTA
   ============================================ */

:root {
	--al-bg-dark: #0a0f1e;
	--al-bg-darker: #0f172a;
	--al-bg-hero-1: #1a1a2e;
	--al-bg-hero-2: #16213e;
	--al-bg-hero-3: #0f3460;
	--al-orange-1: #c25400;
	--al-orange-2: #e8710a;
	--al-text-light: #e5e7eb;
	--al-text-muted: #9ca3af;
	--al-border-subtle: rgba(255,255,255,0.08);
	--al-orange-glow: 0 8px 20px rgba(232,113,10,0.25);
}

body {
	background: #ffffff;
	color: #1f2937;
}
a { color: var(--al-orange-2); }
a:hover { color: var(--al-orange-1); }

/* Top bar */
#top { display: none !important; }
#top a, #top .btn-link {
	color: var(--al-text-light) !important;
}
#top a:hover, #top .btn-link:hover {
	color: var(--al-orange-2) !important;
	text-decoration: none;
}
#top .btn-link strong { color: var(--al-text-light) !important; }
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	background: var(--al-orange-2) !important;
	background-image: linear-gradient(135deg, var(--al-orange-1), var(--al-orange-2)) !important;
	color: #fff !important;
}

/* Header */
header {
	background: #ffffff;
	padding: 18px 0;
	margin: 0 !important;
	border-bottom: 0 !important;
	box-shadow: 0 2px 8px rgba(10,15,30,0.04);
}
#search, #cart { margin-bottom: 0 !important; }
#logo { margin: 0 !important; padding-left: 0; }
#logo img { max-height: 60px; width: auto; }

/* Header layout - Custom flex */
header .al-header-row {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	gap: 24px !important;
	width: 100% !important;
}
.al-header-logo {
	flex: 0 0 auto !important;
	width: auto !important;
}
.al-header-search {
	flex: 0 1 auto !important;
	min-width: 0 !important;
	width: 600px !important;
	max-width: 600px;
	margin-left: auto !important;
	position: relative !important;
	left: -80px !important;
}
.al-header-cart {
	margin-right: auto !important;
	position: relative !important;
	left: -80px !important;
}
.al-header-cart {
	flex: 0 0 auto !important;
	width: auto !important;
}
.al-header-menu {
	flex: 0 0 auto !important;
	width: auto !important;
	position: relative !important;
	right: calc(-50vw + 50% + 24px) !important;
}
@media (max-width: 991px) {
	.al-header-menu { right: 0 !important; }
}
.al-header-auth {
	flex: 0 0 auto !important;
	width: auto !important;
	display: flex !important;
	align-items: center;
	gap: 8px;
	margin-left: auto !important;
}
@media (max-width: 991px) {
	.al-header-auth { display: none !important; }
}
.al-auth-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 16px;
	border-radius: 12px;
	font-weight: 600;
	font-size: 13px;
	text-decoration: none !important;
	transition: all 0.2s ease;
	white-space: nowrap;
	line-height: 1;
}
.al-auth-btn i { font-size: 14px; }
.al-auth-btn-outline {
	background: #fff;
	border: 2px solid #e5e7eb;
	color: var(--al-bg-darker) !important;
}
.al-auth-btn-outline:hover {
	border-color: var(--al-orange-2);
	color: var(--al-orange-2) !important;
	transform: translateY(-1px);
}
.al-auth-btn-primary {
	background: linear-gradient(135deg, var(--al-orange-1), var(--al-orange-2));
	color: #fff !important;
	border: 0;
	box-shadow: 0 4px 12px rgba(232,113,10,0.25);
}
.al-auth-btn-primary:hover {
	background: linear-gradient(135deg, var(--al-orange-2), var(--al-orange-1));
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(232,113,10,0.35);
}

@media (max-width: 991px) {
	.al-header-menu { right: 0 !important; }
	.al-header-auth { display: none !important; }
}
@media (max-width: 1100px) {
	.al-auth-btn span { display: none; }
	.al-auth-btn { padding: 10px 12px; }
}
.al-header-search #search { margin: 0 !important; width: 100%; }
.al-header-cart #cart { margin: 0 !important; }
.al-header-cart #cart > .btn { width: auto !important; max-width: 240px; }

/* Hamburger Menu Button */
.al-menu-wrap {
	position: relative;
	display: inline-block;
}
.al-menu-btn {
	background: #ffffff;
	border: 2px solid #e5e7eb;
	border-radius: 12px;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	font-size: 18px;
	color: var(--al-bg-darker);
	padding: 0;
}
.al-menu-btn:hover {
	border-color: var(--al-orange-2);
	color: var(--al-orange-2);
	background: #fff;
}
.al-menu-wrap.al-open .al-menu-btn {
	background: linear-gradient(135deg, var(--al-orange-1), var(--al-orange-2));
	border-color: transparent;
	color: #fff;
}

/* Menu Dropdown */
.al-menu-dropdown {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	min-width: 240px;
	background: #ffffff;
	border-radius: 14px;
	box-shadow: 0 12px 32px rgba(10,15,30,0.15);
	border: 1px solid #e5e7eb;
	padding: 8px;
	margin: 0;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: all 0.2s ease;
	z-index: 999;
}
.al-menu-wrap.al-open .al-menu-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.al-menu-dropdown li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.al-menu-dropdown li a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	color: var(--al-bg-darker) !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 500;
	border-radius: 8px;
	transition: all 0.15s ease;
}
.al-menu-dropdown li a:hover {
	background: linear-gradient(135deg, rgba(232,113,10,0.08), rgba(232,113,10,0.12));
	color: var(--al-orange-2) !important;
	padding-left: 20px;
}
.al-menu-dropdown li a i {
	width: 18px;
	color: var(--al-orange-2);
	font-size: 16px;
	text-align: center;
}
.al-menu-dropdown li a:hover i {
	color: var(--al-orange-1);
}
.al-menu-sep {
	height: 1px;
	background: #e5e7eb;
	margin: 6px 8px;
}

@media (max-width: 767px) {
	.al-menu-btn { width: 42px; height: 42px; font-size: 16px; }
	.al-menu-dropdown { min-width: 220px; right: -8px; }
}

#logo { margin: 0 !important; padding: 0 !important; }

/* Logo'yu daha sola çek (ekran kenarına) */
.al-header-logo {
	margin-left: 0 !important;
	position: relative !important;
	left: calc(-50vw + 50% + 24px) !important;
}
@media (max-width: 991px) {
	.al-header-logo { left: 0 !important; }
}

#logo a, .al-logo-link {
	display: flex !important;
	align-items: center !important;
	gap: 14px !important;
	text-decoration: none !important;
	color: inherit !important;
}
.al-logo-img {
	height: 56px !important;
	width: auto !important;
	max-width: none !important;
	display: block !important;
	flex-shrink: 0;
	margin: 0 !important;
}
.al-logo-text {
	font-size: 26px !important;
	font-weight: 800 !important;
	color: #0f172a !important;
	letter-spacing: -0.02em !important;
	white-space: nowrap !important;
	line-height: 1 !important;
	display: inline-block !important;
}
.al-logo-link:hover .al-logo-text { color: #0f172a !important; }

@media (max-width: 991px) {
	header .al-header-row { flex-wrap: wrap; }
	.al-header-logo, .al-header-search, .al-header-cart { flex: 1 1 100%; }
}
@media (max-width: 767px) {
	.al-logo-img { height: 42px !important; }
	.al-logo-text { font-size: 18px !important; }
}
@media (max-width: 480px) {
	.al-logo-text { display: none !important; }
}

/* Search */
#search {
	border-radius: 12px;
	overflow: hidden;
	border: 2px solid #e5e7eb;
}
#search input.form-control {
	border: 0;
	height: 44px;
	font-size: 14px;
	padding: 0 16px;
}
#search .input-group-btn .btn,
#search .btn-default,
#search .btn-lg {
	background: linear-gradient(135deg, var(--al-orange-1), var(--al-orange-2)) !important;
	background-color: var(--al-orange-2) !important;
	border: 0 !important;
	color: #fff !important;
	height: 44px;
	padding: 0 18px;
	border-radius: 0;
}

/* Cart button */
#cart > .btn {
	background: linear-gradient(135deg, var(--al-orange-1), var(--al-orange-2)) !important;
	background-color: var(--al-orange-2) !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 12px !important;
	font-weight: 600 !important;
	padding: 12px 18px !important;
	box-shadow: var(--al-orange-glow);
}
#cart > .btn:hover {
	background: linear-gradient(135deg, var(--al-orange-2), var(--al-orange-1)) !important;
	color: #fff !important;
}
#cart > .btn .fa-shopping-cart { color: #fff !important; }

/* Main navigation - container içinde, yumuşak köşeli */
header + .container {
	padding-left: 15px !important;
	padding-right: 15px !important;
	max-width: 1200px !important;
	width: 100% !important;
	margin: 0 auto !important;
}
header + .container > #menu,
header + .container > .navbar {
	margin: 16px 0 24px 0 !important;
	border-radius: 16px !important;
	overflow: visible !important;
	position: relative !important;
}
.navbar, #menu {
	background: var(--al-bg-darker) !important;
	background-image: linear-gradient(135deg, var(--al-bg-hero-1), var(--al-bg-hero-2), var(--al-bg-hero-3)) !important;
	border: 0 !important;
	border-radius: 16px !important;
	margin-top: 0 !important;
	margin-bottom: 24px !important;
	min-height: auto !important;
	padding: 0 !important;
	box-shadow: 0 8px 24px rgba(15,23,42,0.18);
	overflow: visible !important;
	position: relative !important;
	z-index: 50 !important;
}
#menu .navbar-collapse, #menu .navbar-header {
	border-radius: 16px;
}
#menu .nav, #menu .nav > li, #menu .nav > li > a {
	position: relative !important;
	z-index: 51 !important;
	pointer-events: auto !important;
}
#menu .dropdown-menu {
	z-index: 1000 !important;
}
#menu .navbar-header,
#menu .navbar-collapse {
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 1200px) {
	#menu .navbar-collapse {
		max-width: 1170px;
		margin: 0 auto;
	}
}
.navbar-nav > li > a, #menu .nav > li > a {
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	padding: 16px 18px !important;
	text-shadow: none !important;
	background: transparent !important;
}
.navbar-nav > li > a:hover, #menu .nav > li > a:hover,
.navbar-nav > li.open > a, #menu .nav > li.open > a {
	color: var(--al-orange-2) !important;
	background: rgba(255,255,255,0.05) !important;
}
#menu .dropdown-menu {
	background: var(--al-bg-darker) !important;
	border: 1px solid var(--al-border-subtle);
	border-radius: 8px;
	margin-top: 0;
}
#menu .dropdown-menu li > a,
#menu .dropdown-inner ul li a {
	color: var(--al-text-light) !important;
	padding: 8px 16px;
}
#menu .dropdown-menu li > a:hover,
#menu .dropdown-inner ul li a:hover {
	background: rgba(232,113,10,0.15) !important;
	color: var(--al-orange-2) !important;
	background-image: none !important;
}

/* Buttons */
.btn-primary {
	background: linear-gradient(135deg, var(--al-orange-1), var(--al-orange-2)) !important;
	background-color: var(--al-orange-2) !important;
	border: 0 !important;
	color: #fff !important;
	border-radius: 12px !important;
	font-weight: 700 !important;
	padding: 10px 20px !important;
	box-shadow: var(--al-orange-glow);
	text-shadow: none !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: linear-gradient(135deg, var(--al-orange-2), var(--al-orange-1)) !important;
	color: #fff !important;
}
.btn-default {
	background: #fff !important;
	background-image: none !important;
	border: 2px solid var(--al-orange-2) !important;
	color: var(--al-orange-2) !important;
	border-radius: 12px !important;
	font-weight: 600 !important;
	text-shadow: none !important;
}
.btn-default:hover {
	background: var(--al-orange-2) !important;
	color: #fff !important;
}
.btn-info, .btn-success, .btn-warning {
	background: var(--al-bg-darker) !important;
	background-image: none !important;
	border: 0 !important;
	color: #fff !important;
	border-radius: 10px !important;
	text-shadow: none !important;
}

/* Product cards */
.product-thumb {
	background: #fff;
	border: 1px solid #e5e7eb !important;
	border-radius: 20px !important;
	overflow: hidden;
	margin-bottom: 24px;
	transition: all 0.25s ease;
	box-shadow: 0 2px 6px rgba(10,15,30,0.04);
}
.product-thumb:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(10,15,30,0.10);
	border-color: var(--al-orange-2) !important;
}
.product-thumb .image {
	background: #fafafa;
	padding: 16px;
	text-align: center;
}
.product-thumb .image img {
	border-radius: 12px;
	transition: transform 0.3s ease;
}
.product-thumb:hover .image img { transform: scale(1.04); }
.product-thumb .caption {
	padding: 16px 18px;
	min-height: 180px;
}
.product-thumb h4 a, .product-thumb h4 {
	color: var(--al-bg-darker);
	font-weight: 700;
	text-decoration: none;
}
.product-thumb h4 a:hover { color: var(--al-orange-2); }
.product-thumb .price {
	color: var(--al-bg-darker);
	font-size: 18px;
	font-weight: 700;
}
.product-thumb .price-new { color: var(--al-orange-2); }
.product-thumb .price-old { color: var(--al-text-muted); text-decoration: line-through; font-size: 14px; }
.product-thumb .price-tax { display: none !important; }
.product-thumb .button-group {
	border-top: 1px solid #f0f0f0;
	background: #fafbff;
}
.product-thumb .button-group button {
	background: transparent !important;
	border: 0 !important;
	border-right: 1px solid #f0f0f0 !important;
	color: var(--al-bg-darker) !important;
	font-weight: 600 !important;
	padding: 12px !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.product-thumb .button-group button:last-child { border-right: 0 !important; }
.product-thumb .button-group button:first-child {
	background: linear-gradient(135deg, var(--al-orange-1), var(--al-orange-2)) !important;
	color: #fff !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 { color: var(--al-bg-darker); font-weight: 700; }

/* Footer Altunel */
footer {
	background: var(--al-bg-dark) !important;
	background-image: linear-gradient(180deg, var(--al-bg-darker), var(--al-bg-dark)) !important;
	border-top: 1px solid var(--al-border-subtle);
	color: var(--al-text-muted) !important;
	padding: 48px 0 24px !important;
	margin-top: 60px;
}
footer h5 {
	color: #fff !important;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 18px;
	position: relative;
	padding-bottom: 10px;
}
footer h5:after {
	content: '';
	position: absolute;
	left: 0; bottom: 0;
	width: 36px; height: 2px;
	background: linear-gradient(90deg, var(--al-orange-1), var(--al-orange-2));
	border-radius: 2px;
}
footer a {
	color: var(--al-text-light) !important;
	text-decoration: none;
}
footer a:hover { color: var(--al-orange-2) !important; }
footer ul li { padding: 4px 0; font-size: 14px; }
footer hr {
	border-color: var(--al-border-subtle);
	margin: 32px 0 16px;
}
footer p { color: var(--al-text-muted); font-size: 13px; }

/* Altunel custom footer band */
.altunel-shop-footer {
	background: var(--al-bg-dark);
	border-top: 1px solid var(--al-border-subtle);
	padding: 24px 0;
	margin-top: 16px;
}
.altunel-shop-footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px;
}
.altunel-shop-footer-inner p { margin: 0; color: var(--al-text-muted); font-size: 14px; }
.altunel-shop-footer-inner nav {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	font-size: 14px;
}
.altunel-shop-footer-inner nav a { color: var(--al-text-light); text-decoration: none; }
.altunel-shop-footer-inner nav a:hover { color: var(--al-orange-2); }

/* KDV Notice */
.altunel-kdv-notice {
	background: rgba(232,113,10,0.06);
	border: 1px solid rgba(232,113,10,0.15);
	border-radius: 8px;
	padding: 8px 14px;
	font-size: 13px;
	color: var(--al-text-muted);
	text-align: center;
	margin: 12px auto;
	max-width: 1170px;
}
.altunel-kdv-notice strong { color: var(--al-orange-2); }

/* Mobile */
@media (max-width: 767px) {
	#logo img { max-height: 48px; }
	header { padding: 12px 0; }
	#cart > .btn { padding: 10px 14px !important; font-size: 13px; }
	footer { padding: 32px 0 16px !important; }
	.altunel-shop-footer-inner { flex-direction: column; text-align: center; }
}

/* ============================================================
   GÖRSEL ZENGİNLEŞTİRME PAKETİ (10 madde)
   ============================================================ */

/* 1. BODY: Premium beyaz arka plan */
body {
	background: #ffffff !important;
	background-image: none !important;
	color: #1f2937;
}

/* Section bölümlerinde subtle ayrım */
#content {
	background: #ffffff;
}
#column-left, #column-right, .product-thumb, header, .table-responsive {
	background: #ffffff !important;
}

/* BANNER ALANI - Premium çerçeve */
.swiper-viewport {
	position: relative !important;
	margin: 16px 0 40px !important;
	padding: 16px !important;
	background: linear-gradient(135deg, #fdf8f3 0%, #fef4ec 50%, #fdf8f3 100%) !important;
	border-radius: 20px !important;
	box-shadow: 0 12px 40px rgba(15,23,42,0.08), 0 2px 8px rgba(232,113,10,0.04) !important;
	border: 1px solid rgba(232,113,10,0.08) !important;
}
.swiper-container {
	border-radius: 14px !important;
	overflow: hidden !important;
}
.swiper-slide img { border-radius: 14px !important; }
/* BANNER OKLARI - Banner altında, dot'larla beraber */
.swiper-viewport { position: relative !important; margin: 16px 0 40px !important; }
.swiper-pager {
	position: static !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 20px !important;
	margin-top: 20px !important;
	width: 100% !important;
	height: auto !important;
}
.swiper-button-next, .swiper-button-prev {
	position: static !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	width: 44px !important;
	height: 44px !important;
	margin: 0 !important;
	border-radius: 50% !important;
	background: #ffffff !important;
	background-image: none !important;
	border: 2px solid #e5e7eb !important;
	box-shadow: 0 4px 12px rgba(15,23,42,0.08) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	transform: none !important;
	transition: all 0.25s ease !important;
	float: none !important;
	color: #0f172a !important;
	font-size: 16px !important;
}
.swiper-button-next i, .swiper-button-prev i {
	color: #0f172a !important;
	font-size: 16px !important;
	line-height: 1 !important;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	background: linear-gradient(135deg, #c25400, #e8710a) !important;
	border-color: transparent !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 16px rgba(232,113,10,0.3) !important;
}
.swiper-button-next:hover i, .swiper-button-prev:hover i {
	color: #fff !important;
}

/* Dot pagination */
.swiper-pagination {
	position: static !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	margin: 0 !important;
	width: auto !important;
	bottom: auto !important;
	left: auto !important;
}
.swiper-pagination-switch {
	width: 10px !important;
	height: 10px !important;
	border-radius: 50% !important;
	background: #cbd5e1 !important;
	margin: 0 !important;
	cursor: pointer !important;
	transition: all 0.25s ease !important;
	border: 0 !important;
	display: inline-block !important;
}
.swiper-pagination-switch:hover { background: #94a3b8 !important; }
.swiper-active-switch {
	background: linear-gradient(135deg, #c25400, #e8710a) !important;
	width: 28px !important;
	border-radius: 5px !important;
}

@media (max-width: 767px) {
	.swiper-pager { gap: 12px !important; }
	.swiper-button-next, .swiper-button-prev {
		width: 36px !important;
		height: 36px !important;
		font-size: 13px !important;
	}
	.swiper-button-next i, .swiper-button-prev i { font-size: 13px !important; }
}

/* 3. ÜRÜN KARTLARI: Modern zenginleştirme */
.product-thumb {
	background: #fff !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 16px !important;
	overflow: hidden !important;
	margin-bottom: 24px !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
	box-shadow: 0 1px 3px rgba(15,23,42,0.04) !important;
	position: relative !important;
}
.product-thumb:hover {
	transform: translateY(-6px) !important;
	box-shadow: 0 16px 40px rgba(15,23,42,0.12), 0 4px 12px rgba(232,113,10,0.08) !important;
	border-color: rgba(232,113,10,0.4) !important;
}

/* Üst köşe etiket bandı */
.product-thumb::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, rgba(232,113,10,0.5), transparent);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 2;
}
.product-thumb:hover::before { opacity: 1; }

.product-thumb .image {
	background: linear-gradient(135deg, #fafafa, #f0f1f5) !important;
	padding: 20px !important;
	text-align: center !important;
	position: relative !important;
	overflow: hidden !important;
}
.product-thumb .image img {
	border-radius: 12px !important;
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.product-thumb:hover .image img { transform: scale(1.08) !important; }

/* Favori kalp - ürün kartı sağ üst */
.product-thumb .image::after {
	content: '\f08a';
	font-family: 'FontAwesome';
	position: absolute;
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255,255,255,0.95);
	color: #c25400;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	box-shadow: 0 4px 12px rgba(15,23,42,0.08);
	opacity: 0;
	transform: translateY(-8px);
	transition: all 0.3s ease;
	cursor: pointer;
	z-index: 3;
	pointer-events: none;
}
.product-thumb:hover .image::after {
	opacity: 1;
	transform: translateY(0);
}

/* Buton grubu hover'da daha canlı */
.product-thumb .button-group {
	border-top: 1px solid #f0f0f0 !important;
	background: #fafbff !important;
	transition: background 0.3s ease;
}
.product-thumb:hover .button-group {
	background: linear-gradient(180deg, #fafbff, #fff5eb) !important;
}
.product-thumb .button-group button:first-child {
	background: linear-gradient(135deg, #c25400, #e8710a) !important;
	color: #fff !important;
	transition: all 0.25s ease !important;
	position: relative;
	overflow: hidden;
}
.product-thumb .button-group button:first-child::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: width 0.4s ease, height 0.4s ease;
}
.product-thumb .button-group button:first-child:hover::after {
	width: 300px;
	height: 300px;
}

/* 4. SOL KATEGORİ MENÜSÜ: Modern card */
#column-left, #column-right {
	background: #fff;
	border-radius: 16px;
	border: 1px solid #e5e7eb;
	overflow: hidden;
	padding: 8px 0;
	box-shadow: 0 4px 12px rgba(15,23,42,0.04);
}
#column-left h5, #column-right h5 {
	font-size: 12px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #94a3b8 !important;
	padding: 16px 18px 8px;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}
#column-left h5::before, #column-right h5::before {
	content: '';
	width: 4px;
	height: 16px;
	background: linear-gradient(180deg, #c25400, #e8710a);
	border-radius: 2px;
}
#column-left .list-group, #column-right .list-group { margin: 0; }
#column-left .list-group a, #column-right .list-group a {
	border-radius: 0 !important;
	border: 0 !important;
	border-bottom: 1px solid #f1f5f9 !important;
	padding: 13px 18px !important;
	color: #475569 !important;
	background: transparent !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	transition: all 0.2s ease !important;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
}
#column-left .list-group a::after, #column-right .list-group a::after {
	content: '\f105';
	font-family: 'FontAwesome';
	color: #cbd5e1;
	transition: all 0.2s ease;
	font-size: 14px;
}
#column-left .list-group a:last-child, #column-right .list-group a:last-child { border-bottom: 0 !important; }
#column-left .list-group a:hover, #column-right .list-group a:hover {
	background: linear-gradient(90deg, rgba(232,113,10,0.05), transparent) !important;
	color: #c25400 !important;
	padding-left: 24px !important;
}
#column-left .list-group a:hover::after, #column-right .list-group a:hover::after {
	color: #e8710a;
	transform: translateX(4px);
}
#column-left .list-group a.active, #column-right .list-group a.active {
	background: linear-gradient(90deg, rgba(232,113,10,0.1), transparent) !important;
	color: #c25400 !important;
	font-weight: 700 !important;
	border-left: 3px solid #e8710a !important;
}

/* 5. BÖLÜM AYRAÇLARI: Section dividers */
#content > h2, #content > h3 {
	position: relative !important;
	padding: 16px 0 !important;
	margin: 48px 0 32px !important;
	text-align: center !important;
	font-size: 28px !important;
	font-weight: 800 !important;
	letter-spacing: -0.02em !important;
	color: #0f172a !important;
}
#content > h2::before, #content > h3::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	background: linear-gradient(90deg, #c25400, #e8710a);
	border-radius: 2px;
}
#content > h2::after, #content > h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 1px;
	background: linear-gradient(90deg, transparent, #e5e7eb, transparent);
}

/* 6. "YENİ ÜRÜNLER" BÖLÜMÜ Eyebrow + Badge */
.product-grid, .row[id*="featured"], .row[id*="latest"], .row[id*="bestseller"] {
	margin-top: 16px !important;
}

/* 7. FOOTER SOSYAL MEDYA İKONLARI */
footer hr + p, footer .powered, .altunel-shop-footer-inner > div:first-child {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}
.altunel-social-icons {
	display: flex;
	gap: 10px;
	margin: 0 0 16px;
	justify-content: center;
}
.altunel-social-icons a {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.1);
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: #e5e7eb !important;
	font-size: 16px;
	transition: all 0.25s ease;
	text-decoration: none !important;
}
.altunel-social-icons a:hover {
	background: linear-gradient(135deg, #c25400, #e8710a) !important;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 16px rgba(232,113,10,0.3);
	border-color: transparent;
}

/* 8. ALT BİLGİ ŞERİDİ - Sayfanın en altında sabit */
.altunel-phone-strip {
	position: fixed !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	background: linear-gradient(90deg, #0a0f1e, #16213e, #0a0f1e) !important;
	color: #e5e7eb !important;
	font-size: 13px !important;
	padding: 10px 16px !important;
	text-align: center !important;
	border-top: 1px solid rgba(255,255,255,0.08) !important;
	font-weight: 500 !important;
	letter-spacing: 0.02em !important;
	z-index: 998 !important;
	box-shadow: 0 -4px 16px rgba(0,0,0,0.15) !important;
}
.altunel-phone-strip i { color: #e8710a; margin: 0 6px; }
.altunel-phone-strip strong { color: #fff; margin: 0 4px; }
.altunel-phone-strip a { color: #fbbf24 !important; font-weight: 700; text-decoration: none; }
.altunel-phone-strip a:hover { color: #fff !important; }

/* Sayfanın altına padding ekle ki şerit içeriği kaplamasın */
body { padding-bottom: 48px !important; }
@media (max-width: 767px) {
	.altunel-phone-strip { font-size: 11px !important; padding: 8px 10px !important; }
	body { padding-bottom: 64px !important; }
}

/* 9. MİKRO ANİMASYONLAR (scroll fade-in efekti yerine subtle fade) */
@keyframes alFadeUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}
.product-layout, .product-thumb, footer, #slideshow0 {
	animation: alFadeUp 0.6s ease-out backwards;
}
.product-layout:nth-child(1) { animation-delay: 0.05s; }
.product-layout:nth-child(2) { animation-delay: 0.1s; }
.product-layout:nth-child(3) { animation-delay: 0.15s; }
.product-layout:nth-child(4) { animation-delay: 0.2s; }
.product-layout:nth-child(5) { animation-delay: 0.25s; }
.product-layout:nth-child(6) { animation-delay: 0.3s; }
.product-layout:nth-child(7) { animation-delay: 0.35s; }
.product-layout:nth-child(8) { animation-delay: 0.4s; }

/* 10. HOVER EFEKTLERİ - Genel polish */
.btn-primary {
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
	position: relative;
	overflow: hidden;
}
.btn-primary:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 12px 24px rgba(232,113,10,0.35) !important;
}
.btn-primary:active { transform: translateY(0) !important; }

/* Linkler smooth */
a, a * { transition: color 0.2s ease, opacity 0.2s ease; }

/* Scrollbar modernle */
::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 6px;
	border: 3px solid #f1f5f9;
}
::-webkit-scrollbar-thumb:hover { background: #e8710a; }

/* Selection rengi */
::selection { background: rgba(232,113,10,0.2); color: #0f172a; }

/* Smooth scroll */
html { scroll-behavior: smooth; }

/* Container nefes */
#common-home, #content {
	position: relative;
}

/* Kart altı subtle yansıma */
.product-thumb {
	will-change: transform;
}

/* ============================================
   HESABIM SAYFASI - Kart buton stili
   ============================================ */
#account-account #content > h2,
#account-account #content > h1 {
	text-align: left !important;
	margin: 32px 0 16px !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	color: #0f172a !important;
	padding: 0 0 12px !important;
	border-bottom: 2px solid #e5e7eb;
	position: relative;
}
#account-account #content > h2::before,
#account-account #content > h2::after,
#account-account #content > h1::before,
#account-account #content > h1::after {
	display: none !important;
}
#account-account #content > h2:first-of-type,
#account-account #content > h1:first-of-type {
	margin-top: 0 !important;
}

/* Liste container'ları grid yap */
#account-account #content > .list-unstyled,
#account-account #content > ul.list-unstyled {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
	gap: 12px !important;
	margin: 0 0 24px !important;
	padding: 0 !important;
	list-style: none !important;
}
#account-account #content > .list-unstyled li,
#account-account #content > ul.list-unstyled li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
#account-account #content > .list-unstyled li a,
#account-account #content > ul.list-unstyled li a {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	padding: 16px 18px !important;
	background: #ffffff !important;
	border: 2px solid #e5e7eb !important;
	border-radius: 12px !important;
	color: #0f172a !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	text-decoration: none !important;
	transition: all 0.2s ease !important;
	box-shadow: 0 1px 3px rgba(15,23,42,0.04);
	position: relative;
}
#account-account #content > .list-unstyled li a::after,
#account-account #content > ul.list-unstyled li a::after {
	content: '\f105';
	font-family: 'FontAwesome';
	margin-left: auto;
	color: #cbd5e1;
	font-size: 18px;
	transition: all 0.2s ease;
	font-weight: 900;
}
#account-account #content > .list-unstyled li a:hover {
	border-color: #e8710a !important;
	color: #e8710a !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 16px rgba(232,113,10,0.12);
	background: linear-gradient(135deg, #ffffff, #fff5eb) !important;
}
#account-account #content > .list-unstyled li a:hover::after {
	color: #e8710a;
	transform: translateX(4px);
}
