body.aesir-theme-shell {
	--aesir-accent: rgb(var(--header-banner-background));
	--aesir-accent-soft: rgba(var(--header-banner-background), 0.18);
	--aesir-accent-strong: rgba(var(--header-banner-background), 0.85);
	--aesir-secondary-accent: rgba(var(--secondary-color), 0.9);
	--aesir-bg-top: #07111c;
	--aesir-bg-bottom: #03070d;
	--aesir-surface: rgba(8, 17, 28, 0.88);
	--aesir-surface-strong: rgba(10, 21, 34, 0.96);
	--aesir-surface-soft: rgba(14, 28, 44, 0.72);
	--aesir-border: rgba(255, 255, 255, 0.08);
	--aesir-border-strong: rgba(var(--header-banner-background), 0.35);
	--aesir-text: #f4f8ff;
	--aesir-muted: #a5b6cb;
	--aesir-gold: #ffd48a;
	--aesir-danger: #ff798d;
	--aesir-success: #85efaa;
	--aesir-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
	position: relative;
	min-height: 100vh;
	color: var(--aesir-text);
	background:
		radial-gradient(circle at 18% 10%, rgba(var(--header-banner-background), 0.18), transparent 26%),
		radial-gradient(circle at 82% 12%, rgba(var(--secondary-color), 0.16), transparent 24%),
		linear-gradient(180deg, var(--aesir-bg-top) 0%, #060d16 38%, var(--aesir-bg-bottom) 100%) !important;
	font-family: "Manrope", "Montserrat", sans-serif;
	overflow-x: hidden;
}

body.aesir-theme-shell::selection,
body.aesir-theme-shell *::selection {
	background: rgba(var(--header-banner-background), 0.32);
	color: #fff;
}

body.aesir-theme-shell[data-bs-theme="dark"],
body.aesir-theme-shell[data-bs-theme="light"] {
	background-color: var(--aesir-bg-bottom) !important;
}

body.aesir-theme-shell .site-backdrop {
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

body.aesir-theme-shell .site-backdrop-glow {
	position: absolute;
	border-radius: 999px;
	filter: blur(90px);
	opacity: 0.42;
	animation: aesir-drift 18s ease-in-out infinite;
}

body.aesir-theme-shell .site-backdrop-glow-1 {
	top: -10rem;
	left: -10rem;
	width: 36rem;
	height: 36rem;
	background: rgba(var(--header-banner-background), 0.18);
}

body.aesir-theme-shell .site-backdrop-glow-2 {
	right: -12rem;
	top: 14rem;
	width: 34rem;
	height: 34rem;
	background: rgba(var(--secondary-color), 0.14);
	animation-delay: -6s;
}

body.aesir-theme-shell .site-backdrop-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 90%);
	opacity: 0.28;
}

body.aesir-theme-shell .header,
body.aesir-theme-shell .main,
body.aesir-theme-shell .footer {
	position: relative;
	z-index: 1;
}

body.aesir-theme-shell .site-main {
	padding-bottom: 2rem;
}

body.aesir-theme-shell a {
	color: #d8ebff;
	text-decoration: none;
	transition: color 0.24s ease, opacity 0.24s ease, transform 0.24s ease;
}

body.aesir-theme-shell a:hover,
body.aesir-theme-shell a:focus {
	color: #ffffff;
}

body.aesir-theme-shell h1,
body.aesir-theme-shell h2,
body.aesir-theme-shell h3,
body.aesir-theme-shell h4,
body.aesir-theme-shell h5,
body.aesir-theme-shell h6,
body.aesir-theme-shell .card-title,
body.aesir-theme-shell .btn,
body.aesir-theme-shell .nav-link,
body.aesir-theme-shell .footer-title {
	font-family: "Oxanium", "Montserrat", sans-serif;
}

body.aesir-theme-shell p,
body.aesir-theme-shell li,
body.aesir-theme-shell span,
body.aesir-theme-shell label,
body.aesir-theme-shell .form-label,
body.aesir-theme-shell .small,
body.aesir-theme-shell small {
	color: inherit;
}

body.aesir-theme-shell .text-muted,
body.aesir-theme-shell .form-label,
body.aesir-theme-shell .about-text-content,
body.aesir-theme-shell .news-head-content,
body.aesir-theme-shell .ck-content p,
body.aesir-theme-shell .ck-content li,
body.aesir-theme-shell .table,
body.aesir-theme-shell .card-body .small,
body.aesir-theme-shell .text-body {
	color: var(--aesir-muted) !important;
}

body.aesir-theme-shell .text-white {
	color: #fff !important;
}

body.aesir-theme-shell .text-success,
body.aesir-theme-shell .alert-success {
	color: var(--aesir-success) !important;
}

body.aesir-theme-shell .text-danger,
body.aesir-theme-shell .alert-danger {
	color: var(--aesir-danger) !important;
}

body.aesir-theme-shell .text-warning {
	color: var(--aesir-gold) !important;
}

body.aesir-theme-shell .section {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

body.aesir-theme-shell .wave-header,
body.aesir-theme-shell .wave-footer {
	display: none;
}

body.aesir-theme-shell .broadcast {
	display: flex;
	align-items: center;
	height: 52px;
	margin: 1rem auto 0;
	padding: 0 1.25rem;
	max-width: 1320px;
	border: 1px solid var(--aesir-border);
	border-radius: 18px;
	background: rgba(7, 16, 27, 0.78);
	backdrop-filter: blur(18px);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

body.aesir-theme-shell .broadcast-item {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 18rem;
}

body.aesir-theme-shell .broadcast-link {
	color: var(--aesir-muted) !important;
	font-weight: 600;
	letter-spacing: 0.04em;
}

body.aesir-theme-shell .header-banner {
	margin: 0 auto;
	padding: 2rem 0 2.4rem;
	height: auto;
	min-height: 360px;
	background: transparent !important;
	overflow: hidden;
}

body.aesir-theme-shell .header-banner.position-relative::before {
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	opacity: 0.22;
	filter: saturate(1.02) brightness(0.44);
	transform: none;
}

body.aesir-theme-shell .header-banner::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 0;
	background:
		radial-gradient(circle at 50% 18%, rgba(var(--header-banner-background), 0.15), transparent 34%),
		linear-gradient(180deg, rgba(3, 8, 15, 0.86) 0%, rgba(5, 12, 20, 0.62) 48%, rgba(4, 8, 14, 0.2) 100%);
	border: 0;
	box-shadow: none;
}

body.aesir-theme-shell .header-banner-orb,
body.aesir-theme-shell .header-banner-noise {
	position: absolute;
	pointer-events: none;
	z-index: 1;
}

body.aesir-theme-shell .header-banner-orb {
	width: 18rem;
	height: 18rem;
	border-radius: 999px;
	filter: blur(55px);
	opacity: 0.32;
	animation: aesir-pulse 8s ease-in-out infinite;
}

body.aesir-theme-shell .header-banner-orb-left {
	left: -5rem;
	top: 1rem;
	background: rgba(var(--header-banner-background), 0.24);
}

body.aesir-theme-shell .header-banner-orb-right {
	right: -4rem;
	bottom: -2rem;
	background: rgba(var(--secondary-color), 0.2);
	animation-delay: -3s;
}

body.aesir-theme-shell .header-banner-noise {
	inset: 0;
	border-radius: 34px;
	background-image:
		linear-gradient(120deg, rgba(255, 255, 255, 0.05) 0%, transparent 26%, transparent 74%, rgba(255, 255, 255, 0.04) 100%);
	mix-blend-mode: screen;
	opacity: 0.35;
}

body.aesir-theme-shell .header-banner .container,
body.aesir-theme-shell .header-banner-content {
	position: relative;
	z-index: 2;
}

body.aesir-theme-shell .header-banner .sfx-header-container {
	height: auto;
	min-height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.aesir-theme-shell .header-banner-content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 300px;
	padding: 1rem 1.25rem;
}

body.aesir-theme-shell .header-side-panel,
body.aesir-theme-shell .header-brand-panel {
	position: relative;
	padding: 1.5rem 1.35rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(10, 22, 35, 0.78), rgba(6, 13, 22, 0.54));
	backdrop-filter: blur(18px);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

body.aesir-theme-shell .header-side-panel:hover,
body.aesir-theme-shell .header-brand-panel:hover {
	transform: translateY(-4px);
	border-color: rgba(var(--header-banner-background), 0.26);
	box-shadow: 0 24px 52px rgba(0, 0, 0, 0.28);
}

body.aesir-theme-shell .header-brand-panel {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-inline: 2rem;
	min-height: 340px;
}

body.aesir-theme-shell .header-brand-panel .zoom-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 250px;
}

body.aesir-theme-shell .header-hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 760px;
	gap: 1rem;
	padding-inline: 1rem;
}

body.aesir-theme-shell .header-hero-logo-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

body.aesir-theme-shell .header-hero-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.aesir-theme-shell .header-banner-logo {
	width: min(100%, 320px);
	height: auto;
	max-height: 320px;
	object-fit: contain;
	filter: drop-shadow(0 22px 38px rgba(0, 0, 0, 0.44));
	animation: aesir-float 6s ease-in-out infinite;
}

body.aesir-theme-shell .text-yellow {
	color: var(--aesir-gold);
}

body.aesir-theme-shell .site-header {
	position: relative;
	top: auto;
	padding-top: 0.5rem;
	z-index: 3;
}

body.aesir-theme-shell .site-header > .sfx-container-navbar {
	position: relative;
	margin-top: -1rem;
	z-index: 3;
}

body.aesir-theme-shell .site-header .sfx-navbar-row {
	width: 100%;
	align-items: center;
	gap: 0;
}

body.aesir-theme-shell .site-header .sfx-navbar-row > .navbar {
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
}

body.aesir-theme-shell .site-header .navbar > .sfx-container-navbar {
	margin-top: 0;
	width: 100%;
	max-width: none;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

body.aesir-theme-shell .navbar {
	padding: 0.35rem;
	box-shadow: none;
}

body.aesir-theme-shell .navbar-light {
	border: 1px solid rgba(255, 255, 255, 0.04);
	border-radius: 24px;
	background: rgba(5, 13, 22, 0.58) !important;
	backdrop-filter: blur(18px);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

body.aesir-theme-shell.page-scrolled .navbar-light {
	background: rgba(4, 10, 18, 0.72) !important;
	border-color: rgba(255, 255, 255, 0.06);
}

body.aesir-theme-shell .navbar-light .navbar-brand img {
	max-height: 42px;
}

body.aesir-theme-shell .navbar-light .navbar-brand {
	display: inline-flex;
	align-items: center;
}

body.aesir-theme-shell .navbar-light .navbar-collapse {
	min-width: 0;
}

body.aesir-theme-shell .navbar-light #navbarMainContent {
	align-items: center;
}

body.aesir-theme-shell .navbar-light .navbar-nav .nav-item {
	margin: 0.28rem;
	flex: 0 0 auto;
}

body.aesir-theme-shell .site-header .nav-item.active,
body.aesir-theme-shell .site-header .nav-item:hover,
body.aesir-theme-shell .site-header .nav-item:focus-within {
	background: transparent !important;
	border-radius: 0 !important;
}

body.aesir-theme-shell .site-header .nav-item.dropdown.pc,
body.aesir-theme-shell .site-header .sfx-navbar-row > a.position-relative {
	display: none !important;
}

body.aesir-theme-shell .navbar-light .navbar-nav .nav-link {
	padding: 0.8rem 1rem;
	color: var(--aesir-muted) !important;
	border: 0;
	border-radius: 999px;
	background: transparent !important;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	box-shadow: none;
	position: relative;
	overflow: visible;
}

body.aesir-theme-shell .navbar-light .navbar-nav .nav-link::before {
	content: "";
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 0.38rem;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(var(--header-banner-background), 0.9), transparent);
	transform: scaleX(0.35);
	opacity: 0;
	transition: transform 0.26s ease, opacity 0.26s ease;
}

body.aesir-theme-shell .navbar-light .navbar-nav .nav-item.active .nav-link,
body.aesir-theme-shell .navbar-light .navbar-nav .nav-item:hover .nav-link,
body.aesir-theme-shell .navbar-light .navbar-nav .nav-item:focus-within .nav-link {
	color: #ffffff !important;
	border-color: transparent;
	background: transparent !important;
	box-shadow: none;
	text-shadow: 0 0 16px rgba(var(--header-banner-background), 0.25);
}

body.aesir-theme-shell .navbar-light .navbar-nav .nav-item.active .nav-link::before,
body.aesir-theme-shell .navbar-light .navbar-nav .nav-item:hover .nav-link::before,
body.aesir-theme-shell .navbar-light .navbar-nav .nav-item:focus-within .nav-link::before {
	transform: scaleX(1);
	opacity: 1;
}

body.aesir-theme-shell .navbar-light .navbar-nav .dropdown-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

body.aesir-theme-shell .navbar-light .navbar-nav .dropdown-toggle::after {
	position: static;
	margin-top: 0.1rem;
	border-top-color: currentColor;
	opacity: 0.72;
	transition: transform 0.24s ease, opacity 0.24s ease;
}

body.aesir-theme-shell .navbar-light .navbar-nav .dropdown.show > .dropdown-toggle::after,
body.aesir-theme-shell .navbar-light .navbar-nav .dropdown:hover > .dropdown-toggle::after,
body.aesir-theme-shell .navbar-light .navbar-nav .dropdown:focus-within > .dropdown-toggle::after {
	transform: translateY(1px) rotate(180deg);
	opacity: 1;
}

body.aesir-theme-shell .header-floating-actions {
	position: fixed;
	top: 1rem;
	right: 1rem;
	z-index: 1100;
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

body.aesir-theme-shell .header-floating-profile-btn,
body.aesir-theme-shell .header-floating-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0.7rem 0.95rem;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 18px;
	background: rgba(4, 11, 19, 0.76);
	backdrop-filter: blur(20px);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
	color: #ffffff;
}

body.aesir-theme-shell .header-floating-profile-btn {
	gap: 0.2rem;
}

body.aesir-theme-shell .header-floating-profile-btn::after {
	display: none;
}

body.aesir-theme-shell .header-floating-profile-name {
	max-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}

body.aesir-theme-shell .header-floating-profile .dropdown-menu {
	margin-top: 0.6rem;
}

body.aesir-theme-shell .header-floating-profile-btn:hover,
body.aesir-theme-shell .header-floating-profile-btn:focus,
body.aesir-theme-shell .header-floating-cart:hover {
	color: #ffffff;
	transform: translateY(-1px);
}

body.aesir-theme-shell .header-floating-cart .cart-button {
	width: 38px;
	height: 38px;
	background: transparent;
	border: 0;
	box-shadow: none;
}

body.aesir-theme-shell .header-floating-cart .shopping-cart-count-circle {
	right: -6px !important;
	top: -7px;
}

body.aesir-theme-shell .header-corner-status {
	position: fixed;
	bottom: 1rem;
	z-index: 1090;
}

body.aesir-theme-shell .header-corner-status-left {
	left: 1rem;
}

body.aesir-theme-shell .header-corner-status-right {
	right: 1rem;
}

body.aesir-theme-shell .header-corner-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	min-height: 50px;
	padding: 0.85rem 1rem;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(4, 11, 19, 0.8);
	backdrop-filter: blur(18px);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
	color: #f4f8ff;
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 0.01em;
}

body.aesir-theme-shell .header-corner-chip-ip {
	background: linear-gradient(135deg, rgba(var(--header-banner-background), 0.88), rgba(var(--secondary-color), 0.82));
	color: #ffffff;
}

body.aesir-theme-shell .header-corner-chip-label {
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.78;
}

body.aesir-theme-shell .header-corner-chip-value {
	font-weight: 800;
	color: #fff5d7;
}

body.aesir-theme-shell .header-corner-chip-online {
	color: #cfdced;
}

body.aesir-theme-shell .navbar-toggler {
	border: 1px solid var(--aesir-border) !important;
	border-radius: 16px;
	padding: 0.7rem !important;
	background: rgba(255, 255, 255, 0.02);
}

body.aesir-theme-shell .navbar-toggler:focus {
	box-shadow: 0 0 0 0.2rem rgba(var(--header-banner-background), 0.18);
}

body.aesir-theme-shell .navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(244,248,255,0.95)' stroke-width='2.1' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

body.aesir-theme-shell .dropdown-menu,
body.aesir-theme-shell .modal-content,
body.aesir-theme-shell .swal2-popup {
	border: 1px solid var(--aesir-border) !important;
	border-radius: 22px !important;
	background: rgba(7, 15, 25, 0.94) !important;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(22px);
}

body.aesir-theme-shell .dropdown-item {
	color: var(--aesir-muted);
	font-weight: 600;
	border-radius: 14px;
}

body.aesir-theme-shell .dropdown-item:hover,
body.aesir-theme-shell .dropdown-item:focus,
body.aesir-theme-shell .dropdown-item.active {
	color: #ffffff;
	background: rgba(var(--header-banner-background), 0.12);
}

body.aesir-theme-shell .dropdown-menu-navbar {
	min-width: 15rem;
	padding: 0.55rem;
}

body.aesir-theme-shell .dropdown-menu-navbar .dropdown-divider {
	margin: 0.45rem 0;
	border-top-color: rgba(255, 255, 255, 0.08);
}

body.aesir-theme-shell .dropdown-menu-navbar .dropdown-header {
	padding: 0.65rem 0.85rem 0.35rem;
	color: rgba(244, 248, 255, 0.72);
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.aesir-theme-shell .dropdown-menu-navbar .dropdown-item {
	padding: 0.8rem 0.9rem;
}

body.aesir-theme-shell .dropdown-menu-navbar .dropdown-item-parent {
	color: #f4f8ff;
}

body.aesir-theme-shell .dropdown-menu-navbar .dropdown-item-sub {
	padding-left: 1.35rem;
	color: var(--aesir-muted);
	font-size: 0.92rem;
}

body.aesir-theme-shell .shopping-cart-count-circle,
body.aesir-theme-shell .shopping-cart-count {
	border: 1px solid rgba(var(--header-banner-background), 0.28);
	background: linear-gradient(135deg, rgba(var(--header-banner-background), 0.9), rgba(var(--secondary-color), 0.88));
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

body.aesir-theme-shell .cart-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 18px;
	background: rgba(6, 13, 22, 0.56);
	color: #ffffff;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
	transition: transform 0.24s ease, box-shadow 0.24s ease;
}

body.aesir-theme-shell .cart-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 24px 42px rgba(0, 0, 0, 0.28);
}

body.aesir-theme-shell .iyzico-pay-button-wrap {
	display: flex;
	justify-content: flex-start;
}

body.aesir-theme-shell .iyzico-pay-button img {
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

body.aesir-theme-shell .is-payment-route .card,
body.aesir-theme-shell .page-store-cart .card,
body.aesir-theme-shell .page-credits-charge .card,
body.aesir-theme-shell .page-credits-packages-show .card,
body.aesir-theme-shell[class*="page-credits-packages-"] .card {
	background: linear-gradient(180deg, rgba(9, 18, 29, 0.56), rgba(4, 10, 18, 0.26)) !important;
	backdrop-filter: blur(22px);
}

body.aesir-theme-shell .is-payment-route .card-header::after,
body.aesir-theme-shell .page-store-cart .card-header::after,
body.aesir-theme-shell .page-credits-charge .card-header::after,
body.aesir-theme-shell .page-credits-packages-show .card-header::after,
body.aesir-theme-shell[class*="page-credits-packages-"] .card-header::after {
	background: linear-gradient(90deg, rgba(var(--header-banner-background), 0.32), rgba(255, 255, 255, 0.03) 68%, transparent);
}

body.aesir-theme-shell nav[aria-label="breadcrumb"],
body.aesir-theme-shell ol.breadcrumb {
	display: none !important;
}

body.aesir-theme-shell .card,
body.aesir-theme-shell .sidebar-store-card,
body.aesir-theme-shell .img-card-wrapper .img-container,
body.aesir-theme-shell .alert,
body.aesir-theme-shell .sidebar-profile-card {
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.03) !important;
	border-radius: 28px !important;
	background: linear-gradient(180deg, rgba(9, 18, 29, 0.5), rgba(5, 11, 19, 0.22)) !important;
	box-shadow: 0 18px 56px rgba(0, 0, 0, 0.14);
	backdrop-filter: blur(18px);
	overflow: hidden;
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

body.aesir-theme-shell .card:hover,
body.aesir-theme-shell .sidebar-store-card:hover,
body.aesir-theme-shell .img-card-wrapper:hover .img-container,
body.aesir-theme-shell .sidebar-profile-card:hover {
	transform: translateY(-2px);
	border-color: rgba(255, 255, 255, 0.04) !important;
	box-shadow: 0 24px 62px rgba(0, 0, 0, 0.17);
}

body.aesir-theme-shell .card::before,
body.aesir-theme-shell .sidebar-store-card::before,
body.aesir-theme-shell .img-card-wrapper .img-container::before,
body.aesir-theme-shell .sidebar-profile-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 30%),
		linear-gradient(180deg, rgba(var(--header-banner-background), 0.04), transparent 28%);
	pointer-events: none;
}

body.aesir-theme-shell .card-header {
	display: flex;
	align-items: center;
	min-height: 0;
	padding: 1.35rem 1.5rem 0.95rem;
	border-bottom: 0;
	background: transparent !important;
}

body.aesir-theme-shell .card-header::after {
	content: "";
	position: absolute;
	left: 1.5rem;
	right: 1.5rem;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(var(--header-banner-background), 0.22), rgba(255, 255, 255, 0.02) 70%, transparent);
}

body.aesir-theme-shell .card-header .card-title,
body.aesir-theme-shell .card-header h2,
body.aesir-theme-shell .card-header span,
body.aesir-theme-shell .card-header small {
	color: #ffffff !important;
}

body.aesir-theme-shell .card-title {
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

body.aesir-theme-shell .card-body,
body.aesir-theme-shell .card-footer,
body.aesir-theme-shell .modal-body {
	position: relative;
	z-index: 1;
	background: transparent;
	color: var(--aesir-text);
}

body.aesir-theme-shell .alert {
	color: var(--aesir-text);
}

body.aesir-theme-shell .alert-info {
	background: rgba(var(--header-banner-background), 0.12) !important;
	color: #dceeff !important;
}

body.aesir-theme-shell .alert-warning {
	background: rgba(255, 212, 138, 0.1) !important;
	color: #ffe7bf !important;
}

body.aesir-theme-shell .btn {
	position: relative;
	border-radius: 16px;
	border: 1px solid transparent;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	overflow: hidden;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

body.aesir-theme-shell .btn::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.22) 50%, transparent 80%);
	transform: translateX(-140%);
	transition: transform 0.55s ease;
}

body.aesir-theme-shell .btn:hover::before,
body.aesir-theme-shell .btn:focus-visible::before {
	transform: translateX(140%);
}

body.aesir-theme-shell .btn:hover,
body.aesir-theme-shell .btn:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

body.aesir-theme-shell .btn-primary,
body.aesir-theme-shell .btn-success,
body.aesir-theme-shell .btn-info,
body.aesir-theme-shell .btn.secondary-bg-color,
body.aesir-theme-shell a.secondary-bg-color {
	border-color: rgba(var(--header-banner-background), 0.26) !important;
	background: linear-gradient(135deg, rgba(var(--header-banner-background), 0.92), rgba(var(--secondary-color), 0.9)) !important;
	color: #ffffff !important;
}

body.aesir-theme-shell .btn-danger {
	border-color: rgba(255, 121, 141, 0.34) !important;
	background: linear-gradient(135deg, rgba(255, 121, 141, 0.92), rgba(171, 44, 78, 0.92)) !important;
	color: #fff !important;
}

body.aesir-theme-shell .btn-outline-primary {
	border-color: rgba(var(--header-banner-background), 0.26);
	background: rgba(var(--header-banner-background), 0.08);
	color: #dbedff;
}

body.aesir-theme-shell .btn-close {
	filter: invert(1);
}

body.aesir-theme-shell .form-control,
body.aesir-theme-shell .form-select,
body.aesir-theme-shell select.form-control,
body.aesir-theme-shell textarea.form-control,
body.aesir-theme-shell .input-group-text,
body.aesir-theme-shell .select2-container--bootstrap4 .select2-selection,
body.aesir-theme-shell .select2-container--bootstrap4.select2-container--focus .select2-selection {
	border-color: rgba(255, 255, 255, 0.08) !important;
	border-radius: 16px !important;
	background: rgba(255, 255, 255, 0.04) !important;
	color: #eef5ff !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.aesir-theme-shell .form-control::placeholder,
body.aesir-theme-shell textarea.form-control::placeholder {
	color: rgba(238, 245, 255, 0.45);
}

body.aesir-theme-shell .form-control:focus,
body.aesir-theme-shell .form-select:focus,
body.aesir-theme-shell select.form-control:focus,
body.aesir-theme-shell textarea.form-control:focus {
	border-color: rgba(var(--header-banner-background), 0.34) !important;
	box-shadow: 0 0 0 0.22rem rgba(var(--header-banner-background), 0.16) !important;
}

body.aesir-theme-shell .custom-control-label::before,
body.aesir-theme-shell .custom-file-label,
body.aesir-theme-shell .custom-select {
	border-color: rgba(255, 255, 255, 0.08);
	background-color: rgba(255, 255, 255, 0.04);
}

body.aesir-theme-shell .table {
	margin-bottom: 0;
}

body.aesir-theme-shell .table > :not(caption) > * > * {
	border-bottom-color: rgba(255, 255, 255, 0.08);
	background-color: transparent !important;
	color: inherit;
}

body.aesir-theme-shell .table thead th {
	color: #ffffff;
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.aesir-theme-shell .table-hover > tbody > tr:hover > * {
	background: rgba(255, 255, 255, 0.03) !important;
}

body.aesir-theme-shell .progress {
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	overflow: hidden;
}

body.aesir-theme-shell .progress-bar {
	background: linear-gradient(90deg, rgba(var(--header-banner-background), 0.9), rgba(var(--secondary-color), 0.88)) !important;
}

body.aesir-theme-shell .home-slider {
	border: 1px solid var(--aesir-border);
	border-radius: 28px !important;
	background: rgba(7, 16, 27, 0.88);
	box-shadow: var(--aesir-shadow);
	overflow: hidden;
}

body.aesir-theme-shell .home-slider .carousel-item img {
	min-height: 360px;
	max-height: 520px;
	object-fit: cover;
	filter: brightness(0.72) saturate(1.05);
}

body.aesir-theme-shell .home-slider .carousel-caption {
	left: 7%;
	right: 7%;
	bottom: 2.5rem;
	padding: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 22px;
	background: rgba(7, 16, 28, 0.68);
	backdrop-filter: blur(18px);
	text-align: left;
}

body.aesir-theme-shell .news-card,
body.aesir-theme-shell .news-card::before {
	border-top-left-radius: 24px !important;
}

body.aesir-theme-shell .news-img {
	border-radius: 18px;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

body.aesir-theme-shell .news-head-title {
	display: inline-block;
	color: #ffffff;
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}

body.aesir-theme-shell .img-card-wrapper {
	margin-bottom: 1.5rem !important;
}

body.aesir-theme-shell .img-card-wrapper .img-container {
	min-height: 280px;
}

body.aesir-theme-shell .img-card::before {
	background: linear-gradient(180deg, rgba(5, 11, 19, 0.1) 0%, rgba(3, 7, 13, 0.94) 100%);
}

body.aesir-theme-shell .img-container .img-card .card-img-top {
	filter: brightness(0.82);
	transition: transform 0.5s ease, filter 0.5s ease;
}

body.aesir-theme-shell .img-container:hover .img-card .card-img-top {
	transform: scale(1.08);
	filter: brightness(1);
}

body.aesir-theme-shell .img-card-center,
body.aesir-theme-shell .img-card-bottom {
	left: 1.35rem;
	right: 1.35rem;
}

body.aesir-theme-shell .img-card-center h5,
body.aesir-theme-shell .img-card-bottom h5 {
	width: 100%;
}

body.aesir-theme-shell .store-card {
	gap: 0.85rem;
}

body.aesir-theme-shell .sfx-store-back-of-photo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(var(--header-banner-background), 0.06));
	min-height: 220px;
}

body.aesir-theme-shell .sfx-store-back-of-photo img {
	max-height: 210px;
	object-fit: contain;
	filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.32));
}

body.aesir-theme-shell .store-card-stock,
body.aesir-theme-shell .store-card-discount {
	top: 1rem;
	padding: 0.5rem 0.85rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: 0 12px 22px rgba(0, 0, 0, 0.22);
}

body.aesir-theme-shell .store-card-stock {
	left: 1rem;
	background: rgba(7, 16, 27, 0.84);
}

body.aesir-theme-shell .store-card-stock.have-stock {
	color: #ddf9e6;
	background: rgba(29, 112, 71, 0.88);
}

body.aesir-theme-shell .store-card-stock.stock-out {
	color: #fff1f4;
	background: rgba(164, 45, 74, 0.9);
}

body.aesir-theme-shell .store-card-discount {
	right: 1rem;
	color: #fff7e8;
	background: linear-gradient(135deg, rgba(255, 196, 87, 0.95), rgba(235, 137, 47, 0.95));
}

body.aesir-theme-shell .store-card-text {
	align-items: center;
	color: #eef5ff;
	font-size: 1rem;
	gap: 0.5rem;
}

body.aesir-theme-shell .store-card .price,
body.aesir-theme-shell .price {
	color: var(--aesir-gold);
	font-weight: 800;
}

body.aesir-theme-shell .store-card .old-price,
body.aesir-theme-shell .old-price {
	color: var(--aesir-danger);
}

body.aesir-theme-shell .store-card-button {
	margin-top: auto !important;
	padding-top: 0.5rem;
}

body.aesir-theme-shell .page-section img.lazyload:not(.header-banner-logo):not(.news-img):not(.card-img-top) {
	border-radius: 18px;
}

body.aesir-theme-shell .footer {
	margin-top: 5rem;
	box-shadow: none;
}

body.aesir-theme-shell .footer-top {
	position: relative;
	padding: 4rem 0 3rem;
	border-top: 1px solid rgba(255, 255, 255, 0.04);
	background:
		linear-gradient(180deg, rgba(7, 13, 22, 0.98) 0%, rgba(5, 10, 17, 0.98) 100%) !important;
	overflow: hidden;
}

body.aesir-theme-shell .footer-top::before,
body.aesir-theme-shell .footer-top::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	filter: blur(60px);
	opacity: 0.12;
	pointer-events: none;
}

body.aesir-theme-shell .footer-top::before {
	top: -7rem;
	left: 8%;
	width: 18rem;
	height: 18rem;
	background: rgba(var(--header-banner-background), 0.18);
}

body.aesir-theme-shell .footer-top::after {
	right: 6%;
	bottom: -8rem;
	width: 20rem;
	height: 20rem;
	background: rgba(var(--secondary-color), 0.14);
}

body.aesir-theme-shell .footer-top .footer-title {
	color: #ffffff !important;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.aesir-theme-shell .footer-top .about-text-content,
body.aesir-theme-shell .footer-top .about-text-content *,
body.aesir-theme-shell .footer-top .ck-content,
body.aesir-theme-shell .footer-top .ck-content * {
	background: transparent !important;
	background-color: transparent !important;
	color: var(--aesir-muted) !important;
	box-shadow: none !important;
}

body.aesir-theme-shell .footer-top ul li {
	margin-bottom: 0.7rem !important;
}

body.aesir-theme-shell .footer-top ul li a,
body.aesir-theme-shell .footer-top ul li i {
	color: var(--aesir-muted) !important;
}

body.aesir-theme-shell .footer-top ul li a:hover,
body.aesir-theme-shell .footer-top ul li a:focus {
	color: #ffffff !important;
	transform: translateX(3px);
}

body.aesir-theme-shell .footer-top .btn {
	min-width: 3rem;
}

body.aesir-theme-shell .payment-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2rem !important;
}

body.aesir-theme-shell .payment-icons img {
	width: auto;
	max-width: 150px;
	max-height: 34px;
	object-fit: contain;
	opacity: 0.92;
}

body.aesir-theme-shell .footer-theme-signature {
	margin-bottom: 0.35rem;
	color: #d7e6fb;
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.aesir-theme-shell .auth-main {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body.aesir-theme-shell .sfx-turn-home-button {
	position: relative;
	z-index: 2;
	padding: 1rem 1.25rem 0;
}

body.aesir-theme-shell .sfx-turn-home-button a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(var(--header-banner-background), 0.24);
	border-radius: 16px;
	background: rgba(8, 17, 29, 0.78);
	color: #ffffff;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(14px);
}

body.aesir-theme-shell .sfx-turn-home-button a:hover {
	transform: translateY(-2px);
}

body.aesir-theme-shell.aesir-ready [data-aesir-reveal] {
	opacity: 0;
	transform: translateY(28px) scale(0.985);
	transition:
		opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

body.aesir-theme-shell.aesir-ready [data-aesir-reveal].is-revealed {
	opacity: 1;
	transform: translateY(0) scale(1);
}

body.aesir-theme-shell.reduce-motion [data-aesir-reveal] {
	transition: none !important;
	opacity: 1 !important;
	transform: none !important;
}

@keyframes aesir-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
}

@keyframes aesir-pulse {
	0%,
	100% {
		transform: scale(1);
		opacity: 0.26;
	}
	50% {
		transform: scale(1.08);
		opacity: 0.38;
	}
}

@keyframes aesir-drift {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(18px, -24px, 0);
	}
}

@media (max-width: 1199.98px) {
	body.aesir-theme-shell .header-hero {
		max-width: 680px;
	}
}

@media (max-width: 991.98px) {
	body.aesir-theme-shell .broadcast {
		margin-inline: 1rem;
	}

	body.aesir-theme-shell .broadcast-item {
		padding-right: 10rem;
	}

	body.aesir-theme-shell .header-banner {
		margin-inline: 0;
		min-height: 0;
		padding: 1.6rem 0 2rem;
	}

	body.aesir-theme-shell .header-banner.position-relative::before,
	body.aesir-theme-shell .header-banner::after,
	body.aesir-theme-shell .header-banner-noise {
		border-radius: 0;
	}

	body.aesir-theme-shell .header-banner-content {
		min-height: auto;
		padding: 1rem;
	}

	body.aesir-theme-shell .header-banner .sfx-header-container,
	body.aesir-theme-shell .header-hero,
	body.aesir-theme-shell .header-hero-logo-wrap {
		min-height: 0;
	}

	body.aesir-theme-shell .site-header {
		padding-top: 0;
	}

	body.aesir-theme-shell .site-header > .sfx-container-navbar {
		margin-top: -0.85rem;
	}

	body.aesir-theme-shell .header-floating-actions {
		top: 0.75rem;
		right: 0.75rem;
	}

	body.aesir-theme-shell .header-corner-status {
		bottom: 0.75rem;
	}

	body.aesir-theme-shell .header-corner-status-left {
		left: 0.75rem;
	}

	body.aesir-theme-shell .header-corner-status-right {
		right: 0.75rem;
	}

	body.aesir-theme-shell .navbar-light {
		border-radius: 22px;
	}

	body.aesir-theme-shell .site-header .sfx-navbar-row {
		gap: 0.65rem;
	}

	body.aesir-theme-shell .site-header .navbar > .sfx-container-navbar {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	body.aesir-theme-shell .navbar-collapse {
		padding: 1rem 0 0.5rem;
	}

	body.aesir-theme-shell .navbar-light .navbar-nav .nav-item {
		margin: 0.15rem 0;
	}

	body.aesir-theme-shell .navbar-light .navbar-nav .nav-link {
		padding: 0.9rem 0.85rem;
	}
}

@media (max-width: 767.98px) {
	body.aesir-theme-shell .section {
		padding-top: 1.4rem;
		padding-bottom: 1.4rem;
	}

	body.aesir-theme-shell .card,
	body.aesir-theme-shell .sidebar-store-card,
	body.aesir-theme-shell .img-card-wrapper .img-container,
	body.aesir-theme-shell .alert {
		border-radius: 20px !important;
	}

	body.aesir-theme-shell .home-slider .carousel-item img {
		min-height: 240px;
	}

	body.aesir-theme-shell .header-banner-logo {
		max-height: 220px;
	}

	body.aesir-theme-shell .header-floating-actions {
		gap: 0.5rem;
	}

	body.aesir-theme-shell .header-floating-profile-btn,
	body.aesir-theme-shell .header-floating-cart {
		min-height: 48px;
		padding: 0.6rem 0.75rem;
		border-radius: 16px;
	}

	body.aesir-theme-shell .header-floating-profile-name {
		display: none;
	}

	body.aesir-theme-shell .header-corner-status {
		bottom: 0.7rem;
	}

	body.aesir-theme-shell .header-corner-status-left {
		left: 0.7rem;
	}

	body.aesir-theme-shell .header-corner-status-right {
		right: 0.7rem;
	}

	body.aesir-theme-shell .header-corner-chip {
		min-height: 44px;
		max-width: min(46vw, 220px);
		padding: 0.7rem 0.8rem;
		border-radius: 16px;
		font-size: 0.74rem;
		line-height: 1.25;
	}

	body.aesir-theme-shell .header-corner-chip-label {
		display: none;
	}

	body.aesir-theme-shell .header-corner-chip-online {
		text-align: right;
	}

	body.aesir-theme-shell .home-slider .carousel-caption {
		left: 1rem;
		right: 1rem;
		bottom: 1rem;
		padding: 1rem;
	}

	body.aesir-theme-shell .footer {
		margin-top: 3rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.aesir-theme-shell *,
	body.aesir-theme-shell *::before,
	body.aesir-theme-shell *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
