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

@font-face {
	font-family: "SQR721B";
	src: url("../fonts/SQR721B.TTF") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Eurostile";
	src: url("../fonts/eurostile.TTF") format("truetype");
	font-weight: normal;
	font-style: normal;
}

:root {
	--animus-sidebar-width: 239px;
	--animus-rightbar-width: 240px;
	--animus-admin-header-height: 48px;
	--animus-font-size: 15px;
	--animus-font-size-small: clamp(8px, calc(var(--animus-font-size) - 1px), 23px);
	--animus-font-size-tiny: clamp(8px, calc(var(--animus-font-size) - 2px), 22px);
	--bs-border-radius: 0;
	--bs-border-radius-sm: 0;
	--bs-border-radius-lg: 0;
	--bs-border-radius-xl: 0;
	--bs-border-radius-xxl: 0;
	--bs-border-radius-pill: 0;
	--bs-list-group-active-bg: var(--bs-primary);
	--bs-list-group-active-border-color: var(--bs-primary);
	--bs-list-group-active-color: #ffffff;
}

html {
	font-size: var(--animus-font-size);
}

body {
	font-family: "Roboto", "Segoe UI", Arial, sans-serif;
}

.frontend-layout {
	--frontend-ink: var(--bs-body-color);
	--frontend-muted: var(--bs-secondary-color);
	--frontend-accent: var(--bs-primary);
	--frontend-accent-strong: var(--bs-primary);
	--frontend-warm: var(--bs-secondary);
	--frontend-surface: var(--bs-card-bg);
	--frontend-border: var(--bs-border-color-translucent);
	--frontend-header-top-height: 30px;
	--frontend-header-middle-height: 100px;
	--frontend-header-bottom-height: 40px;
	--frontend-header-height: calc(var(--frontend-header-top-height) + var(--frontend-header-middle-height) + var(--frontend-header-bottom-height));
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: var(--bs-body-bg);
	color: var(--frontend-ink);
}

.frontend-layout .site-main-offset {
	flex: 1 0 auto;
	width: 100%;
	padding-top: var(--frontend-header-height);
}

.frontend-layout footer {
	margin-top: auto;
	background: rgba(var(--bs-body-bg-rgb), 0.9);
	border-top: 1px solid var(--frontend-border);
	color: var(--frontend-muted);
}

.frontend-layout .site-header {
	background: transparent !important;
	border-bottom: 0;
	backdrop-filter: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
	height: var(--frontend-header-height);
	display: flex;
	flex-direction: column;
}

.frontend-layout .site-header-top,
.frontend-layout .site-header-middle,
.frontend-layout .site-header-bottom {
	width: 100%;
	flex: 0 0 auto;
}

.frontend-layout .site-header-top {
	height: var(--frontend-header-top-height);
	background: #111111;
	color: #ffffff;
}

.frontend-layout .site-header-middle {
	height: var(--frontend-header-middle-height);
	background: #ffffff;
	color: #111111;
}

.frontend-layout .site-header-bottom {
	height: var(--frontend-header-bottom-height);
	background: #555555;
	color: #ffffff;
}

.frontend-layout .site-header .navbar {
	height: 100%;
}

.frontend-layout .site-header .navbar-brand {
	min-height: 100%;
	height: 100%;
}

.frontend-layout .site-logo-wrap {
	height: 100%;
}

.frontend-layout .site-header-top .btn {
	color: #ffffff;
}

.frontend-layout .site-header-top .btn-outline-secondary {
	border-color: #ffffff;
	color: #ffffff;
}

.frontend-layout .site-header-top .btn-outline-secondary:hover {
	border-color: #ffffff;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.15);
}

.frontend-layout .site-header-top .btn,
.frontend-layout .site-header-top .dropdown-toggle {
	padding: 2px 8px;
	font-size: 0.75rem;
}

.frontend-layout .site-header-top .nav-link {
	color: #f7f7f7;
}

.frontend-layout .site-header-top .nav-link.active,
.frontend-layout .site-header-top .nav-link:hover {
	color: #ffffff;
}

.frontend-layout .site-header-middle .navbar-brand {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0;
	padding: 0;
}

.frontend-layout .site-header-middle .site-logo-wrap {
	height: calc(100% - 20px);
}

.frontend-layout .site-header-middle .site-logo-body {
	background: transparent;
}

.frontend-layout .site-header-middle .site-logo-title,
.frontend-layout .site-header-middle .site-logo-icon,
.frontend-layout .site-header-middle .site-logo-version {
	color: #111111;
}

.frontend-layout .site-header-middle .site-logo-version {
	background: transparent;
}

.frontend-layout .navbar-nav .nav-link {
	color: var(--frontend-muted);
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 0.75rem;
}

.frontend-layout .navbar-nav .nav-link.active,
.frontend-layout .navbar-nav .nav-link:hover {
	color: var(--frontend-ink);
}

.frontend-layout .site-header-bottom .nav-link {
	color: #f7f7f7;
}

.frontend-layout .site-header-bottom .nav-link.active,
.frontend-layout .site-header-bottom .nav-link:hover {
	color: #ffffff;
}

.frontend-layout .site-header-bottom .navbar-toggler {
	border-color: rgba(255, 255, 255, 0.5);
}

.frontend-layout .site-header-bottom .navbar-toggler-icon {
	filter: invert(1);
}

.frontend-layout .site-header-bottom .navbar {
	padding-top: 0;
	padding-bottom: 0;
}

@media (min-width: 992px) {
	.frontend-layout .site-header-bottom .navbar-nav {
		height: 100%;
		align-items: center;
	}

	.frontend-layout .site-header-bottom .navbar-nav .nav-link {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.frontend-layout .site-logo-body {
	background: rgba(var(--bs-body-bg-rgb), 0.75);
}

.frontend-layout .site-logo-title {
	color: var(--frontend-ink);
}

.frontend-layout .site-logo-title:hover {
	color: var(--frontend-ink);
}

.frontend-layout .theme-toggle {
	border-color: var(--frontend-border);
	color: var(--frontend-ink);
	background: rgba(var(--bs-body-bg-rgb), 0.8);
}

.frontend-layout .btn-primary {
	background: var(--frontend-accent);
	color: #ffffff;
	border: 1px solid var(--frontend-accent);
	box-shadow: 0 12px 24px rgba(var(--bs-primary-rgb), 0.2);
}

.frontend-layout .btn-primary:hover {
	background: var(--frontend-accent-strong);
	color: #ffffff;
}

.admin-email-app .card {
	border-radius: 18px;
}

.admin-email-sidebar,
.admin-email-main {
	border: 0;
	box-shadow: none;
}

.admin-email-main-column {
	min-width: 0;
}

@media (min-width: 1200px) {
	.admin-email-sidebar-column {
		align-self: flex-start;
		position: sticky;
		top: 1.5rem;
		flex: 0 0 230px;
		width: 230px;
		max-width: 230px;
	}

	.admin-email-main-column {
		flex: 1 1 0%;
		width: calc(100% - 230px);
		max-width: calc(100% - 230px);
	}
}

.admin-email-compose-trigger {
	min-height: 48px;
	font-weight: 600;
	border-radius: 14px;
	box-shadow: 0 12px 24px rgba(var(--bs-primary-rgb), 0.2);
}

.admin-email-nav {
	display: grid;
	gap: 0.45rem;
}

.admin-email-folder-group {
	display: grid;
	gap: 0.35rem;
}

.admin-email-folder-subnav {
	display: grid;
	gap: 0.35rem;
	margin-left: 1rem;
	padding-left: 0.75rem;
	border-left: 1px solid rgba(15, 23, 42, 0.1);
}

.admin-email-folder-item,
.admin-email-account-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	width: 100%;
	border: 0;
	background: transparent;
	color: var(--bs-body-color);
	text-align: left;
	padding: 0.8rem 0.95rem;
	border-radius: 999px;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.admin-email-folder-item:hover,
.admin-email-account-item:hover {
	background: rgba(var(--bs-primary-rgb), 0.08);
	transform: translateX(2px);
}

.admin-email-folder-item.active,
.admin-email-account-item.active {
	background: rgba(var(--bs-primary-rgb), 0.14);
	color: var(--bs-primary);
	font-weight: 600;
}

.admin-email-folder-item.admin-tab-link:not(.btn),
.admin-email-account-item.admin-tab-link:not(.btn) {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.8rem 0.95rem;
	color: var(--bs-body-color);
	text-decoration: none;
}

.admin-email-folder-item.admin-tab-link:not(.btn):hover,
.admin-email-account-item.admin-tab-link:not(.btn):hover {
	color: var(--bs-body-color);
}

.admin-email-folder-item.admin-tab-link:not(.btn).active,
.admin-email-account-item.admin-tab-link:not(.btn).active {
	background: rgba(var(--bs-primary-rgb), 0.14);
	color: var(--bs-primary);
}

#comms_module .admin-email-folder-item.active,
#comms_module .admin-email-folder-item.admin-tab-link:not(.btn).active {
	background: var(--bs-primary);
	color: #ffffff;
}

#comms_module .admin-email-folder-item.active:hover,
#comms_module .admin-email-folder-item.admin-tab-link:not(.btn).active:hover {
	background: var(--bs-primary);
	color: #ffffff;
}

#comms_module .admin-email-folder-item.active .badge.text-bg-light,
#comms_module .admin-email-folder-item.admin-tab-link:not(.btn).active .badge.text-bg-light {
	background-color: rgba(255, 255, 255, 0.92) !important;
	color: var(--bs-primary) !important;
}

.admin-email-sidebar-title {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--bs-secondary-color);
}

.admin-email-account-list {
	gap: 0.35rem;
}

.admin-email-folder-subnav .admin-email-account-item {
	padding: 0.65rem 0.85rem;
	border-radius: 14px;
	font-size: 0.94rem;
}

.admin-email-account-list .list-group-item {
	border: 0;
}

.admin-email-account-label {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 500;
}

.admin-email-sidebar-summary {
	padding: 1rem;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(15, 23, 42, 0.06);
}

.admin-email-signature-card {
	padding: 1rem;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(15, 23, 42, 0.06);
}

.admin-email-signature-card .form-control,
.admin-email-signature-card .form-select {
	border-radius: 14px;
}

.admin-email-signature-textarea {
	min-height: 10rem;
	resize: vertical;
}

.admin-email-main-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.25rem;
	background: linear-gradient(180deg, rgba(var(--bs-primary-rgb), 0.05), rgba(255, 255, 255, 0));
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.admin-email-panel-title {
	font-size: 1.2rem;
	font-weight: 700;
}

.calendar-module-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.25rem;
	align-items: start;
}

.calendar-module-main {
	min-width: 0;
}

.calendar-module-sidebar {
	display: none;
	min-width: 0;
}

.calendar-module[data-calendar-sidebar-open="1"] .calendar-module-layout {
	grid-template-columns: minmax(0, 1fr) minmax(20rem, 24rem);
}

.calendar-module[data-calendar-sidebar-open="1"] .calendar-module-sidebar {
	display: block;
}

.calendar-sidebar-card {
	position: sticky;
	top: 1rem;
}

.calendar-sidebar-toggle {
	white-space: nowrap;
}

.calendar-year-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	background: rgba(var(--bs-primary-rgb), 0.02);
}

.calendar-year-switcher {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.calendar-year-switcher-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.85rem;
	border-radius: 999px;
	border: 1px solid rgba(var(--bs-primary-rgb), 0.14);
	background: rgba(var(--bs-primary-rgb), 0.08);
	color: var(--bs-body-color);
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.calendar-year-switcher-button:hover {
	background: rgba(var(--bs-primary-rgb), 0.14);
	color: var(--bs-primary);
	transform: translateY(-1px);
}

.calendar-year-switcher-button.active {
	background: var(--bs-primary);
	border-color: var(--bs-primary);
	color: #fff;
	box-shadow: 0 10px 24px rgba(var(--bs-primary-rgb), 0.2);
}

.calendar-year-nav-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	background: rgba(var(--bs-primary-rgb), 0.08);
	color: var(--bs-body-color);
	font-size: 0.85rem;
	font-weight: 500;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.calendar-year-nav-link:hover {
	background: rgba(var(--bs-primary-rgb), 0.16);
	color: var(--bs-primary);
	transform: translateY(-1px);
}

.calendar-year-list {
	display: flex;
	flex-direction: column;
}

.calendar-month-row {
	padding: 1rem 1.25rem;
	border-top: 1px solid rgba(15, 23, 42, 0.06);
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
	background: rgba(var(--bs-primary-rgb), 0.05);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--bs-secondary-color);
}

.calendar-day-row {
	display: grid;
	grid-template-columns: 11rem minmax(0, 1fr);
	gap: 1.25rem;
	padding: 1.25rem;
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.calendar-day-row.is-weekend {
	background: rgba(var(--bs-primary-rgb), 0.025);
}

.calendar-day-row.is-today {
	background: linear-gradient(180deg, rgba(var(--bs-primary-rgb), 0.08), rgba(var(--bs-primary-rgb), 0.02));
}

.calendar-day-meta {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.calendar-day-weekday {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--bs-secondary-color);
}

.calendar-day-date {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.calendar-day-month {
	font-size: 0.95rem;
	color: var(--bs-secondary-color);
}

.calendar-day-content {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.calendar-day-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.65rem;
}

.calendar-day-header-main {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
	min-width: 0;
}

.calendar-day-title {
	font-size: 1rem;
	font-weight: 600;
	min-width: 0;
}

.calendar-day-header .btn {
	flex: 0 0 auto;
}

.calendar-day-items {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.calendar-day-item {
	border-radius: 14px;
	padding: 0.9rem 1rem;
}

.calendar-day-item {
	border: 1px solid rgba(15, 23, 42, 0.08);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.calendar-day-item-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.calendar-day-item-copy {
	flex: 1 1 auto;
	min-width: 0;
}

.calendar-day-item-title {
	font-weight: 600;
}

.calendar-day-item-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.5rem;
}

.calendar-day-item.is-completed {
	border-color: rgba(var(--bs-success-rgb), 0.2);
	background: rgba(var(--bs-success-rgb), 0.06);
}

.calendar-day-item.is-completed .calendar-day-item-title {
	color: var(--bs-secondary-color);
	text-decoration: line-through;
}

.calendar-day-item-time {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.3rem 0.6rem;
	border-radius: 999px;
	background: rgba(var(--bs-primary-rgb), 0.1);
	color: var(--bs-primary);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.calendar-day-item-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.85rem;
	color: var(--bs-secondary-color);
	margin-top: 0.2rem;
}

.calendar-day-item-body {
	margin-top: 0.5rem;
	color: var(--bs-body-color);
}

.calendar-day-form-slot {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.calendar-item-form {
	border: 1px solid rgba(15, 23, 42, 0.08);
	background: rgba(255, 255, 255, 0.95);
}

.calendar-item-form .form-control,
.calendar-item-form .form-select {
	border-radius: 12px;
}

.calendar-recurring-form .form-control,
.calendar-recurring-form .form-select {
	border-radius: 12px;
}

.calendar-recurring-list-wrap {
	margin-top: 1.25rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.calendar-recurring-list-title {
	margin-bottom: 0.85rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--bs-secondary-color);
}

.calendar-recurring-list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.calendar-recurring-item,
.calendar-recurring-empty {
	border-radius: 14px;
	padding: 0.9rem 1rem;
}

.calendar-recurring-item {
	border: 1px solid rgba(15, 23, 42, 0.08);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.calendar-recurring-item-top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
}

.calendar-recurring-item-copy {
	flex: 1 1 auto;
	min-width: 0;
}

.calendar-recurring-item-title {
	font-weight: 600;
}

.calendar-recurring-item-badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem;
	margin-top: 0.45rem;
}

.calendar-recurring-item-actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: flex-end;
	gap: 0.5rem;
}

.calendar-recurring-item-summary {
	margin-top: 0.45rem;
	font-size: 0.92rem;
	font-weight: 500;
}

.calendar-recurring-item-meta {
	margin-top: 0.25rem;
	font-size: 0.84rem;
	color: var(--bs-secondary-color);
}

.calendar-recurring-item-time {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.3rem 0.6rem;
	border-radius: 999px;
	background: rgba(var(--bs-primary-rgb), 0.1);
	color: var(--bs-primary);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.calendar-recurring-empty {
	border: 1px dashed rgba(15, 23, 42, 0.14);
	background: rgba(148, 163, 184, 0.08);
	color: var(--bs-secondary-color);
}

.admin-email-header-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.admin-email-header-actions .form-control {
	min-width: 260px;
	border-radius: 999px;
}

.admin-email-table {
	margin-bottom: 0;
	width: 100%;
	table-layout: fixed;
}

.admin-email-col-state {
	width: 0.85rem;
}

.admin-email-col-person {
	width: 14rem;
}

.admin-comms-col-channel {
	width: 5.75rem;
}

.admin-email-col-date {
	width: 7rem;
}

.admin-email-table thead th {
	border-bottom-width: 1px;
	padding: 0.95rem 1rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--bs-secondary-color);
	white-space: nowrap;
}

.admin-email-table tbody tr {
	cursor: pointer;
}

.admin-email-table tbody td {
	padding: 1rem;
	vertical-align: middle;
	border-color: rgba(15, 23, 42, 0.06);
	background: #F9F9F9;
	transition: background-color 0.18s ease;
}

.admin-email-table tbody tr.admin-email-row-unread > td {
	background: #ffffff;
}

.admin-email-row-unread .fw-semibold {
	font-weight: 700 !important;
}

.admin-email-table-state-header,
.admin-email-table-state {
	width: 0.85rem;
	max-width: 0.85rem;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.admin-email-table-state {
	background-color: transparent;
	border-left: 4px solid transparent;
}

.admin-email-row-unread .admin-email-table-state {
	border-left-color: var(--bs-primary);
}

.admin-email-table tbody tr:hover > .admin-email-table-state {
	background-color: transparent;
	border-left-color: transparent;
}

.admin-email-table tbody tr:hover > td {
	background: rgba(var(--bs-primary-rgb), 0.04);
}

.admin-email-table tbody tr.admin-email-row-unread:hover > td {
	background: #ffffff;
}

.admin-email-table tbody tr.admin-email-row-unread:hover > .admin-email-table-state {
	background-color: transparent;
	border-left-color: var(--bs-primary);
}

.admin-email-table-person {
	width: 14rem;
	max-width: 14rem;
}

.admin-comms-table-channel {
	width: 5.75rem;
	max-width: 5.75rem;
	white-space: nowrap;
}

#comms_module .admin-comms-nav-row {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	width: 100%;
}

#comms_module .admin-comms-nav-row .admin-email-folder-item {
	flex: 1 1 auto;
}

#comms_module .admin-comms-mark-all-read {
	flex: 0 0 auto;
	white-space: nowrap;
	border-radius: 999px;
}

#comms_module .admin-email-table tbody tr:not(.admin-email-row-unread) > td {
	background: #f1f1f1;
}

.admin-email-table-subject {
	min-width: 0;
}

.admin-email-subject-line {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0.5rem;
	min-width: 0;
	overflow: hidden;
}

.admin-email-subject-account-badge {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	min-width: 0;
	max-width: min(18rem, 45%);
	padding: 0.38rem 0.55rem;
	border-radius: 999px;
	background: rgba(var(--bs-primary-rgb), 0.12);
	color: var(--bs-primary);
	font-size: 0.74rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.01em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.admin-comms-source-badge {
	display: inline-flex;
	align-items: center;
	flex: 0 1 auto;
	min-width: 0;
	max-width: min(12rem, 42%);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.admin-email-subject-text {
	display: inline-block;
	flex: 1 1 auto;
	min-width: 0;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.admin-email-table-date {
	white-space: nowrap;
	text-align: right;
}

.admin-email-table-date {
	width: 7rem;
	max-width: 7rem;
}

.admin-email-table-person .fw-semibold,
.admin-email-table-person .text-muted,
.admin-email-table-subject .fw-semibold {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}

[data-bs-theme="light"] .admin-email-table tbody td,
[data-bs-theme="light"] .admin-email-table tbody td .fw-semibold,
[data-bs-theme="light"] .admin-email-table tbody td .text-muted,
[data-bs-theme="light"] .admin-email-table tbody td .text-body-secondary,
[data-bs-theme="light"] .admin-email-table tbody td .admin-email-message-preview,
[data-bs-theme="light"] .admin-email-table tbody td .admin-comms-table-channel {
	color: #111 !important;
}

.admin-email-message-preview {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}

.admin-email-table-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.25rem;
	border-top: 1px solid rgba(15, 23, 42, 0.06);
	background: #f8fafc;
}

.admin-email-compose-view,
.admin-email-detail-view {
	min-height: 720px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.admin-email-compose-card {
	max-width: 920px;
}

.admin-email-compose-card .form-control,
.admin-email-compose-card .form-select {
	border-radius: 14px;
}

.admin-email-compose-textarea,
.admin-email-reply-textarea {
	min-height: 220px;
	border-radius: 16px;
}

.admin-email-thread {
	max-width: 980px;
}

.admin-email-thread-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.admin-email-thread-header {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 1rem;
	align-items: center;
	margin-bottom: 1.5rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.admin-email-thread-avatar {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(var(--bs-primary-rgb), 0.12);
	color: var(--bs-primary);
	font-weight: 700;
}

.admin-email-thread-heading {
	min-width: 0;
}

.admin-email-thread-tools {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.65rem;
}

.admin-email-thread-meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem 1.25rem;
	padding: 1.25rem;
	border-radius: 18px;
	background: #f8fafc;
	border: 1px solid rgba(15, 23, 42, 0.06);
	margin-bottom: 1.5rem;
}

.admin-email-thread-stack {
	display: grid;
	gap: 1rem;
}

.admin-email-thread-meta-row {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.admin-email-thread-meta-row span {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--bs-secondary-color);
}

.admin-email-thread-message {
	padding: 1.25rem;
	border-radius: 18px;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.06);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.admin-email-thread-message.is-outbound {
	background: rgba(var(--bs-primary-rgb), 0.05);
}

.admin-email-thread-message.is-selected {
	border-color: rgba(var(--bs-primary-rgb), 0.32);
	box-shadow: 0 16px 32px rgba(var(--bs-primary-rgb), 0.12);
}

.admin-email-thread-message-head {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 1rem;
	align-items: center;
	margin-bottom: 1rem;
}

.admin-email-thread-message-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(var(--bs-primary-rgb), 0.12);
	color: var(--bs-primary);
	font-weight: 700;
	flex-shrink: 0;
}

.admin-email-thread-message-title {
	min-width: 0;
}

.admin-email-thread-message-tools {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.65rem;
}

.admin-email-thread-message-meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem 1.25rem;
	padding: 1rem 0 1.1rem;
	border-top: 1px solid rgba(15, 23, 42, 0.06);
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
	margin-bottom: 1rem;
}

.admin-email-thread-message-body {
	line-height: 1.7;
	white-space: pre-wrap;
}

.admin-email-thread-message-html {
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 14px;
	overflow: hidden;
	background: #ffffff;
}

.admin-email-thread-message-iframe {
	display: block;
	width: 100%;
	min-height: 320px;
	border: 0;
	background: #ffffff;
}

.admin-email-reply-box {
	margin-top: 1.5rem;
	padding: 1.5rem;
	border-radius: 18px;
	background: #f8fafc;
	border: 1px solid rgba(15, 23, 42, 0.06);
}

.admin-email-reply-box .form-control {
	border-radius: 16px;
}

.admin-ebay-conversation-list {
	max-height: 760px;
	overflow: auto;
}

.admin-ebay-conversation-item {
	border: 0;
	border-left: 4px solid transparent;
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
	padding: 1rem 1.25rem;
	background: transparent;
}

.admin-ebay-conversation-item:hover {
	background: rgba(var(--bs-primary-rgb), 0.04);
}

.admin-ebay-conversation-item.is-unread {
	background: rgba(var(--bs-primary-rgb), 0.05);
	border-left-color: rgba(var(--bs-primary-rgb), 0.55);
}

.admin-ebay-conversation-item.active {
	border-left-color: var(--bs-primary);
}

.admin-ebay-thread-toggle-read {
	min-width: 140px;
}

.admin-ebay-thread-empty {
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: linear-gradient(180deg, rgba(var(--bs-primary-rgb), 0.04), rgba(var(--bs-primary-rgb), 0.01));
}

.admin-ebay-thread-wrap {
	background: var(--bs-body-bg);
}

.admin-ebay-thread-scroller {
	display: grid;
	gap: 1rem;
	max-height: 760px;
	overflow: auto;
	background: linear-gradient(180deg, rgba(var(--bs-primary-rgb), 0.02), rgba(var(--bs-primary-rgb), 0));
}

.admin-ebay-thread-message {
	width: min(100%, 760px);
	padding: 1.25rem;
	border-radius: 18px;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.06);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.admin-ebay-thread-message.is-inbound {
	margin-right: auto;
}

.admin-ebay-thread-message.is-outbound {
	margin-left: auto;
	background: rgba(var(--bs-primary-rgb), 0.05);
}

[data-bs-theme="dark"] .admin-email-sidebar,
[data-bs-theme="dark"] .admin-email-main {
	border-color: rgba(229, 231, 235, 0.08);
	box-shadow: 0 22px 48px rgba(0, 0, 0, 0.35);
}

[data-bs-theme="dark"] .admin-email-sidebar {
	background: linear-gradient(180deg, #1b1b1b 0%, #212121 100%);
}

[data-bs-theme="dark"] .admin-email-sidebar-summary {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(229, 231, 235, 0.08);
}

[data-bs-theme="dark"] .admin-email-signature-card {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(229, 231, 235, 0.08);
}

[data-bs-theme="dark"] .calendar-year-nav {
	background: rgba(255, 255, 255, 0.02);
}

[data-bs-theme="dark"] .calendar-year-switcher-button {
	background: rgba(var(--bs-primary-rgb), 0.12);
	border-color: rgba(var(--bs-primary-rgb), 0.26);
}

[data-bs-theme="dark"] .calendar-year-switcher-button:hover {
	background: rgba(var(--bs-primary-rgb), 0.2);
	color: #fff;
}

[data-bs-theme="dark"] .calendar-year-switcher-button.active {
	background: var(--bs-primary);
	border-color: var(--bs-primary);
}

[data-bs-theme="dark"] .calendar-year-nav-link {
	background: rgba(var(--bs-primary-rgb), 0.16);
}

[data-bs-theme="dark"] .calendar-month-row,
[data-bs-theme="dark"] .calendar-day-row {
	border-color: rgba(229, 231, 235, 0.08);
}

[data-bs-theme="dark"] .calendar-month-row {
	background: rgba(var(--bs-primary-rgb), 0.12);
}

[data-bs-theme="dark"] .calendar-day-row.is-weekend {
	background: rgba(var(--bs-primary-rgb), 0.08);
}

[data-bs-theme="dark"] .calendar-day-row.is-today {
	background: linear-gradient(180deg, rgba(var(--bs-primary-rgb), 0.22), rgba(255, 255, 255, 0.02));
}

[data-bs-theme="dark"] .calendar-day-item {
	border-color: rgba(229, 231, 235, 0.08);
	background: rgba(17, 24, 39, 0.7);
	box-shadow: none;
}

[data-bs-theme="dark"] .calendar-day-item.is-completed {
	border-color: rgba(var(--bs-success-rgb), 0.32);
	background: rgba(var(--bs-success-rgb), 0.16);
}

[data-bs-theme="dark"] .calendar-day-item.is-completed .calendar-day-item-title {
	color: rgba(255, 255, 255, 0.72);
}

[data-bs-theme="dark"] .calendar-day-item-time {
	background: rgba(var(--bs-primary-rgb), 0.22);
	color: #fff;
}

[data-bs-theme="dark"] .calendar-item-form {
	border-color: rgba(229, 231, 235, 0.08);
	background: rgba(17, 24, 39, 0.82);
}

[data-bs-theme="dark"] .calendar-recurring-list-wrap {
	border-top-color: rgba(229, 231, 235, 0.08);
}

[data-bs-theme="dark"] .calendar-recurring-item {
	border-color: rgba(229, 231, 235, 0.08);
	background: rgba(17, 24, 39, 0.76);
	box-shadow: none;
}

[data-bs-theme="dark"] .calendar-recurring-item-time {
	background: rgba(var(--bs-primary-rgb), 0.22);
	color: #fff;
}

[data-bs-theme="dark"] .calendar-recurring-empty {
	border-color: rgba(229, 231, 235, 0.16);
	background: rgba(255, 255, 255, 0.03);
}

[data-bs-theme="dark"] .admin-email-folder-item:hover,
[data-bs-theme="dark"] .admin-email-account-item:hover {
	background: rgba(var(--bs-primary-rgb), 0.14);
}

[data-bs-theme="dark"] .admin-email-folder-item.active,
[data-bs-theme="dark"] .admin-email-account-item.active {
	background: rgba(var(--bs-primary-rgb), 0.22);
}

[data-bs-theme="dark"] .admin-email-folder-item.admin-tab-link:not(.btn),
[data-bs-theme="dark"] .admin-email-account-item.admin-tab-link:not(.btn) {
	color: var(--bs-body-color);
}

[data-bs-theme="dark"] .admin-email-folder-item.admin-tab-link:not(.btn):hover,
[data-bs-theme="dark"] .admin-email-account-item.admin-tab-link:not(.btn):hover {
	color: var(--bs-body-color);
}

[data-bs-theme="dark"] .admin-email-folder-item.admin-tab-link:not(.btn).active,
[data-bs-theme="dark"] .admin-email-account-item.admin-tab-link:not(.btn).active {
	background: rgba(var(--bs-primary-rgb), 0.22);
	color: var(--bs-primary);
}

[data-bs-theme="dark"] #comms_module .admin-email-folder-item.active,
[data-bs-theme="dark"] #comms_module .admin-email-folder-item.admin-tab-link:not(.btn).active {
	background: var(--bs-primary);
	color: #ffffff;
}

[data-bs-theme="dark"] #comms_module .admin-email-folder-item.active:hover,
[data-bs-theme="dark"] #comms_module .admin-email-folder-item.admin-tab-link:not(.btn).active:hover {
	background: var(--bs-primary);
	color: #ffffff;
}

[data-bs-theme="dark"] #comms_module .admin-email-folder-item.active .badge.text-bg-light,
[data-bs-theme="dark"] #comms_module .admin-email-folder-item.admin-tab-link:not(.btn).active .badge.text-bg-light {
	background-color: rgba(255, 255, 255, 0.92) !important;
	color: var(--bs-primary) !important;
}

[data-bs-theme="dark"] .admin-email-folder-subnav {
	border-left-color: rgba(229, 231, 235, 0.14);
}

[data-bs-theme="dark"] .admin-email-folder-item .badge.text-bg-light {
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: var(--bs-body-color) !important;
}

[data-bs-theme="dark"] .admin-email-subject-account-badge {
	background: rgba(var(--bs-primary-rgb), 0.22);
	color: #ffffff;
}

[data-bs-theme="dark"] .admin-email-main-header {
	background: linear-gradient(180deg, rgba(var(--bs-primary-rgb), 0.12), rgba(0, 0, 0, 0) 100%);
	border-bottom-color: rgba(229, 231, 235, 0.08);
}

[data-bs-theme="dark"] .admin-email-table thead th,
[data-bs-theme="dark"] .admin-email-table tbody td {
	border-color: rgba(229, 231, 235, 0.08);
}

[data-bs-theme="dark"] .admin-email-table tbody td {
	background: rgba(255, 255, 255, 0.03);
}

[data-bs-theme="dark"] .admin-email-table tbody tr.admin-email-row-unread > td {
	background: rgba(255, 255, 255, 0.08);
}

[data-bs-theme="dark"] .admin-email-table tbody tr:hover > * {
	background-color: rgba(255, 255, 255, 0.05);
}

[data-bs-theme="dark"] .admin-email-table tbody tr.admin-email-row-unread:hover > td {
	background: rgba(255, 255, 255, 0.08);
}

[data-bs-theme="dark"] .admin-email-row-unread .admin-email-table-state {
	background-color: transparent !important;
	border-left-color: var(--bs-primary) !important;
}

[data-bs-theme="dark"] .admin-email-table tbody tr:hover > .admin-email-table-state {
	background-color: transparent;
	border-left-color: transparent;
}

[data-bs-theme="dark"] .admin-email-table tbody tr.admin-email-row-unread:hover > .admin-email-table-state {
	background-color: transparent !important;
	border-left-color: var(--bs-primary) !important;
}

[data-bs-theme="dark"] .admin-email-table-footer {
	background: rgba(255, 255, 255, 0.03);
	border-top-color: rgba(229, 231, 235, 0.08);
}

[data-bs-theme="dark"] .admin-email-compose-view,
[data-bs-theme="dark"] .admin-email-detail-view {
	background: linear-gradient(180deg, #181818 0%, #212121 100%);
}

[data-bs-theme="dark"] .admin-email-thread-header {
	border-bottom-color: rgba(229, 231, 235, 0.08);
}

[data-bs-theme="dark"] .admin-email-thread-avatar {
	background: rgba(var(--bs-primary-rgb), 0.18);
}

[data-bs-theme="dark"] .admin-email-thread-meta,
[data-bs-theme="dark"] .admin-email-thread-message,
[data-bs-theme="dark"] .admin-email-reply-box {
	background: rgba(255, 255, 255, 0.03);
	border-color: rgba(229, 231, 235, 0.08);
}

[data-bs-theme="dark"] .admin-email-thread-message.is-outbound {
	background: rgba(var(--bs-primary-rgb), 0.1);
}

[data-bs-theme="dark"] .admin-email-thread-message.is-selected {
	border-color: rgba(var(--bs-primary-rgb), 0.38);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.32);
}

[data-bs-theme="dark"] .admin-email-thread-message-html,
[data-bs-theme="dark"] .admin-email-thread-message-iframe {
	background: #ffffff;
}

[data-bs-theme="dark"] .admin-email-thread-message-avatar {
	background: rgba(var(--bs-primary-rgb), 0.2);
}

[data-bs-theme="dark"] .admin-email-thread-message-meta {
	border-top-color: rgba(229, 231, 235, 0.08);
	border-bottom-color: rgba(229, 231, 235, 0.08);
}

[data-bs-theme="dark"] .admin-email-table tbody tr:not(.admin-email-row-unread) .admin-email-table-person .fw-semibold,
[data-bs-theme="dark"] .admin-email-table tbody tr:not(.admin-email-row-unread) .admin-email-table-subject .fw-semibold,
[data-bs-theme="dark"] .admin-email-table tbody tr:not(.admin-email-row-unread) .admin-comms-table-channel {
	color: rgba(255, 255, 255, 0.56);
}

[data-bs-theme="dark"] #comms_module .admin-email-table tbody tr:not(.admin-email-row-unread) > td {
	background: rgba(255, 255, 255, 0.02);
}

[data-bs-theme="dark"] .admin-ebay-conversation-item {
	border-bottom-color: rgba(229, 231, 235, 0.08);
}

[data-bs-theme="dark"] .admin-ebay-conversation-item:hover {
	background: rgba(255, 255, 255, 0.04);
}

[data-bs-theme="dark"] .admin-ebay-conversation-item.is-unread {
	background: rgba(var(--bs-primary-rgb), 0.12);
	border-left-color: rgba(var(--bs-primary-rgb), 0.65);
}

[data-bs-theme="dark"] .admin-ebay-thread-toggle-read {
	border-color: rgba(229, 231, 235, 0.18);
	color: var(--bs-body-color);
}

[data-bs-theme="dark"] .admin-ebay-thread-empty {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(var(--bs-primary-rgb), 0.05));
}

[data-bs-theme="dark"] .admin-ebay-thread-scroller {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

[data-bs-theme="dark"] .admin-ebay-thread-message {
	background: rgba(255, 255, 255, 0.03);
	border-color: rgba(229, 231, 235, 0.08);
}

[data-bs-theme="dark"] .admin-ebay-thread-message.is-outbound {
	background: rgba(var(--bs-primary-rgb), 0.1);
}

@media (max-width: 1199.98px) {
	.calendar-module[data-calendar-sidebar-open="1"] .calendar-module-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	#comms_module .admin-email-sidebar-column {
		margin-bottom: 0;
	}

	#comms_module .admin-email-nav {
		display: flex;
		flex-wrap: wrap;
		gap: 0.6rem;
		margin-top: 0 !important;
		padding: 1rem;
	}

	#comms_module .admin-email-folder-item {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
		padding: 0.7rem 0.95rem;
	}

	.admin-email-sidebar-summary {
		margin-bottom: 0;
	}

	.admin-email-main-header {
		flex-direction: column;
		align-items: stretch;
	}

	.admin-email-header-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.admin-email-header-actions .form-control {
		min-width: 0;
	}
}

@media (max-width: 767.98px) {
	.calendar-day-row {
		grid-template-columns: 1fr;
		gap: 0.85rem;
	}

	.calendar-day-item-top {
		align-items: flex-start;
	}

	.calendar-recurring-item-top {
		align-items: flex-start;
	}

	.admin-email-col-person {
		width: 11rem;
	}

	.admin-comms-col-channel {
		width: 4.75rem;
	}

	.admin-email-col-date {
		width: 5.5rem;
	}

	.admin-email-table-person {
		width: 11rem;
		max-width: 11rem;
	}

	.admin-comms-table-channel {
		width: 4.75rem;
		max-width: 4.75rem;
	}

	.admin-email-table-date {
		width: 5.5rem;
		max-width: 5.5rem;
	}

	.admin-email-folder-item,
	.admin-email-account-item {
		border-radius: 18px;
	}

	#comms_module .admin-email-nav {
		gap: 0.5rem;
		padding: 0.85rem;
	}

	#comms_module .admin-email-folder-item {
		padding: 0.65rem 0.85rem;
	}

	.admin-email-table-footer {
		flex-direction: column;
		align-items: stretch;
	}

	.admin-email-thread-header {
		grid-template-columns: 1fr;
	}

	.admin-email-thread-tools {
		align-items: flex-start;
	}

	.admin-email-thread-meta,
	.admin-email-thread-message-head,
	.admin-email-thread-message-meta {
		grid-template-columns: 1fr;
	}

	.admin-email-thread-message-tools {
		align-items: flex-start;
	}
}

.frontend-layout .btn-outline-secondary {
	border-color: var(--frontend-ink);
	color: var(--frontend-ink);
	background: transparent;
}

.frontend-layout .btn-outline-secondary:hover {
	border-color: var(--frontend-ink);
	color: var(--frontend-ink);
	background: rgba(var(--bs-body-color-rgb), 0.05);
}

.frontend-layout .card {
	background: var(--frontend-surface);
	border: 1px solid var(--frontend-border);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
	color: var(--frontend-ink);
}

.cron-log-response-col {
	width: 1%;
	white-space: nowrap;
}

.cron-log-response-btn {
	padding-left: 0.45rem;
	padding-right: 0.45rem;
}

.frontend-layout .card-body {
	color: inherit;
}

.frontend-layout .text-body-secondary {
	color: var(--frontend-muted) !important;
}

.frontend-layout .border-top {
	border-top: 1px solid var(--frontend-border) !important;
}

.frontend-layout .bg-body-tertiary {
	background: transparent !important;
}

.frontend-layout .list-group-item {
	background: transparent;
	border-color: var(--frontend-border);
	color: inherit;
}

.frontend-layout .section-kicker {
	text-transform: uppercase;
	letter-spacing: 0.28em;
	font-size: 0.7rem;
	font-weight: 600;
	color: var(--frontend-accent);
}

.frontend-layout .amazon-product-page {
	background: #ffffff;
	color: #0f1111;
	border-top: 1px solid #eaeded;
}

.frontend-layout .amazon-product-page .container {
	max-width: 1480px;
}

.frontend-layout .amazon-product-page .breadcrumb {
	font-size: 0.86rem;
	color: #565959;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 0.35rem;
}

.frontend-layout .amazon-breadcrumb-card {
	padding: 0.9rem 1.15rem;
	border: 1px solid #eaeded;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 1px 4px rgba(15, 17, 17, 0.04);
}

.frontend-layout .amazon-product-page nav[aria-label="breadcrumb"] {
	position: relative;
	z-index: 2;
}

.frontend-layout .amazon-product-page .breadcrumb-item {
	display: flex;
	align-items: center;
}

.frontend-layout .amazon-product-page .breadcrumb a {
	position: relative;
	z-index: 2;
	pointer-events: auto;
}

.frontend-layout .amazon-product-page .breadcrumb-item + .breadcrumb-item::before {
	color: #878787;
}

.frontend-layout .amazon-product-page .breadcrumb-item.active {
	color: #0f1111;
	font-weight: 500;
}

.frontend-layout .amazon-product-page a {
	color: #007185;
	text-decoration: none;
}

.frontend-layout .amazon-product-page a:hover {
	color: #c7511f;
	text-decoration: underline;
}

.frontend-layout .amazon-product-main {
	background: #ffffff;
}

.frontend-layout .amazon-gallery-layout {
	display: grid;
	grid-template-columns: minmax(72px, 88px) minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
}

.frontend-layout .amazon-gallery-thumbs {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.frontend-layout .amazon-product-page .product-gallery-thumb-btn {
	display: block !important;
	border: 1px solid #d5d9d9 !important;
	border-radius: 10px !important;
	padding: 0 !important;
	background: #ffffff !important;
	box-shadow: none !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.frontend-layout .amazon-product-page .product-gallery-thumb-btn:hover,
.frontend-layout .amazon-product-page .product-gallery-thumb-btn.active {
	border-color: #e77600 !important;
	box-shadow: 0 0 0 2px rgba(231, 118, 0, 0.16) !important;
}

.frontend-layout .amazon-product-page .product-gallery-thumb {
	width: 100% !important;
	aspect-ratio: 1 / 1;
	border-radius: 10px !important;
	background: #ffffff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.frontend-layout .amazon-product-page .product-gallery-thumb img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.frontend-layout .amazon-image-stage {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 560px;
	padding: 1.5rem;
	border: 1px solid #e7e7e7;
	border-radius: 12px;
	background: #ffffff;
}

.frontend-layout .amazon-product-page .product-gallery-main {
	min-height: 560px !important;
	width: 100%;
	background: transparent !important;
	border: 0 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.frontend-layout .amazon-product-page .product-gallery-main-button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.frontend-layout .amazon-product-page .product-gallery-main img {
	max-width: 100%;
	max-height: 520px;
	object-fit: contain;
}

.frontend-layout .amazon-image-caption {
	margin-top: 0.85rem;
	font-size: 0.9rem;
	color: #565959;
}

.frontend-layout .amazon-title {
	font-size: clamp(1.8rem, 2.5vw, 2.45rem);
	font-weight: 400;
	line-height: 1.28;
	letter-spacing: 0;
	margin-bottom: 0.75rem;
	color: #0f1111;
}

.frontend-layout .amazon-merchant-link {
	display: inline-block;
	margin-bottom: 0.5rem;
	font-size: 0.92rem;
}

.frontend-layout .amazon-title-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	font-size: 0.92rem;
	color: #565959;
}

.frontend-layout .amazon-title-meta strong {
	font-weight: 500;
	color: #0f1111;
}

.frontend-layout .amazon-detail-divider {
	border-top: 1px solid #eaeded;
	margin: 1.1rem 0;
}

.frontend-layout .amazon-price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 1rem;
}

.frontend-layout .amazon-price,
.frontend-layout .amazon-buybox-price,
.frontend-layout .amazon-variant-price {
	color: #b12704;
}

.frontend-layout .amazon-price {
	font-size: 2rem;
	line-height: 1;
	font-weight: 400;
}

.frontend-layout .amazon-buybox-price {
	font-size: 1.9rem;
	line-height: 1.05;
	font-weight: 400;
}

.frontend-layout .amazon-stock-label {
	font-size: 1.15rem;
	font-weight: 500;
	color: #007600;
}

.frontend-layout .amazon-price-note,
.frontend-layout .amazon-buybox-subcopy {
	font-size: 0.94rem;
	line-height: 1.55;
	color: #565959;
}

.frontend-layout .amazon-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1rem;
}

.frontend-layout .amazon-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.75rem;
	border: 1px solid #d5d9d9;
	border-radius: 999px;
	background: #f7f8f8;
	color: #0f1111;
	font-size: 0.82rem;
	font-weight: 500;
}

.frontend-layout .amazon-fact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 1rem;
}

.frontend-layout .amazon-fact {
	padding: 0.85rem 1rem;
	border: 1px solid #eaeded;
	border-radius: 10px;
	background: #fafafa;
}

.frontend-layout .amazon-fact-label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #565959;
}

.frontend-layout .amazon-fact-value {
	font-weight: 500;
	color: #0f1111;
}

.frontend-layout .amazon-section-heading {
	margin: 0 0 1rem;
	font-size: 1.35rem;
	font-weight: 700;
	color: #0f1111;
}

.frontend-layout .amazon-bullet-list {
	margin: 0;
	padding-left: 1.35rem;
}

.frontend-layout .amazon-bullet-list li {
	margin-bottom: 0.7rem;
	line-height: 1.55;
}

.frontend-layout .amazon-content-section {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #eaeded;
}

.frontend-layout .amazon-detail-column .amazon-content-section:last-child {
	padding-bottom: 1.5rem;
}

.frontend-layout .amazon-content-section-first {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.frontend-layout .amazon-description-copy {
	line-height: 1.7;
	color: #0f1111;
}

.frontend-layout .amazon-buybox,
.frontend-layout .amazon-summary-box,
.frontend-layout .amazon-support-box {
	padding: 1.25rem;
	border: 1px solid #d5d9d9;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(15, 17, 17, 0.06);
}

.frontend-layout .amazon-buybox-sticky {
	align-self: start;
}

.frontend-layout .amazon-sidebar-column {
	align-self: flex-start;
}

.frontend-layout .amazon-buybox-points,
.frontend-layout .amazon-support-list {
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.75rem;
}

.frontend-layout .amazon-buybox-points li,
.frontend-layout .amazon-support-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.frontend-layout .amazon-buybox-points i {
	margin-top: 0.1rem;
	color: #007185;
}

.frontend-layout .amazon-support-list i {
	margin-top: 0.1rem;
	color: #007600;
}

.frontend-layout .amazon-variant-stack {
	display: grid;
	gap: 0.85rem;
	margin-top: 1.1rem;
}

.frontend-layout .amazon-variant-card {
	padding: 1rem;
	border: 1px solid #d5d9d9;
	border-radius: 10px;
	background: #ffffff;
}

.frontend-layout .amazon-variant-card.is-unavailable {
	background: #f8f8f8;
}

.frontend-layout .amazon-variant-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.frontend-layout .amazon-variant-name {
	font-weight: 700;
	color: #0f1111;
}

.frontend-layout .amazon-variant-price {
	font-size: 1rem;
	font-weight: 700;
}

.frontend-layout .amazon-variant-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.45rem;
}

.frontend-layout .amazon-variant-meta span {
	padding: 0.18rem 0.55rem;
	border: 1px solid #eaeded;
	border-radius: 999px;
	background: #f7f8f8;
	font-size: 0.8rem;
	color: #565959;
}

.frontend-layout .amazon-product-page [data-add-qty-wrap] .btn {
	min-width: 2.35rem;
	border-color: #888c8c;
	border-radius: 999px !important;
	background: #ffffff;
	color: #0f1111;
	box-shadow: none !important;
}

.frontend-layout .amazon-product-page [data-add-qty-wrap] [data-add-qty-value] {
	min-width: 2.8rem;
	opacity: 1;
}

.frontend-layout .amazon-buy-button,
.frontend-layout .amazon-accent-button,
.frontend-layout .amazon-outline-button {
	border-radius: 999px !important;
	font-weight: 500;
	box-shadow: none !important;
}

.frontend-layout .amazon-buy-button {
	background: #ffd814 !important;
	border-color: #fcd200 !important;
	color: #0f1111 !important;
}

.frontend-layout .amazon-buy-button:hover {
	background: #f7ca00 !important;
	border-color: #f2c200 !important;
	color: #0f1111 !important;
}

.frontend-layout .amazon-accent-button {
	background: #ffa41c !important;
	border-color: #ff8f00 !important;
	color: #0f1111 !important;
}

.frontend-layout .amazon-accent-button:hover {
	background: #fa8900 !important;
	border-color: #fa8900 !important;
	color: #0f1111 !important;
}

.frontend-layout .amazon-outline-button {
	background: #ffffff !important;
	border: 1px solid #888c8c !important;
	color: #0f1111 !important;
}

.frontend-layout .amazon-outline-button:hover {
	background: #f7fafa !important;
	color: #0f1111 !important;
}

.frontend-layout .amazon-details-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.frontend-layout .amazon-details-table th,
.frontend-layout .amazon-details-table td {
	padding: 0.85rem 1rem;
	border: 1px solid #eaeded;
	vertical-align: top;
}

.frontend-layout .amazon-details-table th {
	width: 220px;
	background: #f7f8f8;
	font-weight: 500;
	color: #0f1111;
}

.frontend-layout .amazon-summary-list {
	display: grid;
	gap: 0;
}

.frontend-layout .amazon-summary-row {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 0.75rem;
	padding: 0.75rem 0;
	border-top: 1px solid #eaeded;
}

.frontend-layout .amazon-summary-row:first-child {
	padding-top: 0;
	border-top: 0;
}

.frontend-layout .amazon-summary-label {
	font-weight: 500;
	color: #565959;
}

.frontend-layout .amazon-summary-value {
	color: #0f1111;
}

.frontend-layout .amazon-empty-state {
	padding: 2rem;
	border: 1px solid #d5d9d9;
	border-radius: 12px;
	background: #ffffff;
	text-align: center;
}

@media (min-width: 992px) {
	.frontend-layout .amazon-gallery-sticky,
	.frontend-layout .amazon-buybox {
		position: sticky;
		top: calc(var(--frontend-header-height) + 24px);
	}
}

@media (min-width: 992px) {
	.frontend-layout .amazon-buybox {
		position: static;
		top: auto;
	}

	.frontend-layout .amazon-buybox-sticky {
		position: sticky;
		top: calc(var(--frontend-header-height) + 24px);
	}
}

@media (min-width: 1200px) {
	.frontend-layout .amazon-sidebar-column {
		position: sticky;
		top: calc(var(--frontend-header-height) + 24px);
		height: fit-content;
	}

	.frontend-layout .amazon-buybox-sticky {
		position: static;
		top: auto;
	}
}

@media (max-width: 1199.98px) {
	.frontend-layout .amazon-product-page .container {
		max-width: 1140px;
	}

	.frontend-layout .amazon-image-stage,
	.frontend-layout .amazon-product-page .product-gallery-main {
		min-height: 500px !important;
	}
}

@media (max-width: 991.98px) {
	.frontend-layout .amazon-gallery-layout {
		grid-template-columns: 1fr;
	}

	.frontend-layout .amazon-gallery-thumbs {
		flex-direction: row;
		overflow-x: auto;
		padding-bottom: 0.25rem;
	}

	.frontend-layout .amazon-gallery-thumbs .product-gallery-thumb-btn {
		flex: 0 0 84px;
	}

	.frontend-layout .amazon-fact-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.frontend-layout .amazon-image-stage,
	.frontend-layout .amazon-product-page .product-gallery-main {
		min-height: 420px !important;
	}
}

@media (max-width: 575.98px) {
	.frontend-layout .amazon-title {
		font-size: 1.55rem;
	}

	.frontend-layout .amazon-fact-grid,
	.frontend-layout .amazon-summary-row {
		grid-template-columns: 1fr;
	}

	.frontend-layout .amazon-image-stage,
	.frontend-layout .amazon-product-page .product-gallery-main {
		min-height: 300px !important;
		padding: 1rem;
	}

	.frontend-layout .amazon-variant-head {
		flex-direction: column;
	}
}

[data-bs-theme="dark"] .frontend-layout .amazon-product-page,
[data-bs-theme="dark"] .frontend-layout .amazon-product-main,
[data-bs-theme="dark"] .frontend-layout .amazon-breadcrumb-card,
[data-bs-theme="dark"] .frontend-layout .amazon-image-stage,
[data-bs-theme="dark"] .frontend-layout .amazon-buybox,
[data-bs-theme="dark"] .frontend-layout .amazon-summary-box,
[data-bs-theme="dark"] .frontend-layout .amazon-support-box,
[data-bs-theme="dark"] .frontend-layout .amazon-variant-card,
[data-bs-theme="dark"] .frontend-layout .amazon-fact,
[data-bs-theme="dark"] .frontend-layout .amazon-details-table th,
[data-bs-theme="dark"] .frontend-layout .amazon-details-table td {
	background: #ffffff !important;
	color: #0f1111 !important;
	border-color: #d5d9d9 !important;
}

[data-bs-theme="dark"] .frontend-layout .amazon-product-page .breadcrumb,
[data-bs-theme="dark"] .frontend-layout .amazon-title-meta,
[data-bs-theme="dark"] .frontend-layout .amazon-price-note,
[data-bs-theme="dark"] .frontend-layout .amazon-buybox-subcopy,
[data-bs-theme="dark"] .frontend-layout .amazon-image-caption,
[data-bs-theme="dark"] .frontend-layout .amazon-summary-label,
[data-bs-theme="dark"] .frontend-layout .amazon-variant-meta span,
[data-bs-theme="dark"] .frontend-layout .amazon-fact-label {
	color: #565959 !important;
}

.frontend-layout .process-list li {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
	padding: 0.6rem 0;
	border-bottom: 1px dashed var(--frontend-border);
}

.frontend-layout .process-list li:last-child {
	border-bottom: 0;
}

.frontend-layout .step-number {
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: var(--frontend-accent);
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 0.85rem;
	flex-shrink: 0;
}

.frontend-layout .badge-soft {
	background: rgba(var(--bs-primary-rgb), 0.12);
	color: var(--frontend-accent-strong);
	border: 1px solid rgba(var(--bs-primary-rgb), 0.2);
	font-weight: 600;
}

.frontend-layout .stat-icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: rgba(var(--bs-secondary-rgb), 0.18);
	color: var(--frontend-warm);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.05rem;
}

.frontend-layout .feature-card {
	height: 100%;
}

.frontend-layout .impact-panel {
	border: 1px solid var(--frontend-border);
	background: rgba(var(--bs-body-bg-rgb), 0.8);
}

.frontend-layout .check-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.frontend-layout .check-list li {
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
	margin-bottom: 0.5rem;
}

.frontend-layout .check-list li:last-child {
	margin-bottom: 0;
}

.frontend-layout .check-list i {
	color: var(--frontend-accent);
	margin-top: 3px;
}

.frontend-layout .filter-card {
	border: 1px solid var(--frontend-border);
	background: rgba(var(--bs-body-bg-rgb), 0.92);
	position: sticky;
	top: 90px;
}

.frontend-layout .product-category-list .list-group-item {
	border: 0;
	border-bottom: 1px solid var(--frontend-border);
	padding: 0.65rem 0.5rem;
}

.frontend-layout .product-category-list .list-group-item:last-child {
	border-bottom: 0;
}

.frontend-layout .product-category-list .list-group-item.active {
	background: rgba(var(--bs-primary-rgb), 0.15);
	color: var(--frontend-accent-strong);
	font-weight: 600;
}

.frontend-layout .product-card {
	border: 1px solid var(--frontend-border);
	background: rgba(var(--bs-body-bg-rgb), 0.9);
}

.frontend-layout .product-card-image {
	height: 180px;
	background: rgba(var(--bs-body-color-rgb), 0.03);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-bottom: 1px solid var(--frontend-border);
}

.frontend-layout .product-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.frontend-layout .product-card-placeholder {
	color: var(--frontend-muted);
	font-size: 0.85rem;
}

.frontend-layout .product-category-badge {
	background: rgba(var(--bs-primary-rgb), 0.12);
	color: var(--frontend-accent-strong);
	border: 1px solid rgba(var(--bs-primary-rgb), 0.2);
	font-weight: 600;
}

.frontend-layout .product-title {
	min-height: 2.6rem;
}

.frontend-layout .product-description {
	min-height: 3.2rem;
}

.frontend-layout .product-price {
	color: var(--frontend-ink);
}

.frontend-layout .front-products-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.frontend-layout .product-list-card {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	overflow: hidden;
}

.frontend-layout .product-list-image {
	flex: 0 0 240px;
	width: 240px;
	height: 240px;
	border-right: 1px solid var(--frontend-border);
	border-bottom: 0;
}

.frontend-layout .product-list-body {
	padding: 1rem 1.25rem;
}

.frontend-layout .product-list-title,
.frontend-layout .product-list-description {
	min-height: 0;
}

.frontend-layout .product-list-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}

.frontend-layout .product-list-price {
	font-size: 1.1rem;
}

.frontend-layout .product-list-actions {
	margin-left: auto;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.frontend-layout .front-carousel-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

.frontend-layout .front-carousel-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-wrap: wrap;
}

.frontend-layout .front-carousel-track {
	display: flex;
	gap: 1.25rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding-bottom: 0.75rem;
}

.frontend-layout .front-carousel-track::-webkit-scrollbar {
	height: 8px;
}

.frontend-layout .front-carousel-track::-webkit-scrollbar-thumb {
	background: rgba(var(--bs-body-color-rgb), 0.2);
	border-radius: 999px;
}

.frontend-layout .front-carousel-item {
	flex: 0 0 240px;
	scroll-snap-align: start;
}

.frontend-layout .front-carousel-btn {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 0;
}

.frontend-layout .front-search-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

.frontend-layout .front-search-bar {
	width: min(100%, 420px);
}

.frontend-layout .front-filter-form .form-label {
	font-weight: 600;
}

.frontend-layout .product-gallery-card {
	border: 1px solid var(--frontend-border);
	background: rgba(var(--bs-body-bg-rgb), 0.9);
}

.frontend-layout .product-gallery-main {
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(var(--bs-body-color-rgb), 0.03);
	border-bottom: 1px solid var(--frontend-border);
	overflow: hidden;
}

.frontend-layout .product-gallery-main .product-gallery-main-button {
	width: 100%;
	height: 100%;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: zoom-in;
}

.frontend-layout .product-gallery-main img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0.5rem;
	cursor: zoom-in;
}

.frontend-layout .product-gallery-thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(84px, 1fr));
	max-height: 320px;
	overflow: auto;
	gap: 0.5rem;
	padding-bottom: 0.2rem;
}

.frontend-layout .product-gallery-thumb-btn {
	border: 1px solid transparent;
	border-radius: 10px;
	padding: 0;
	background: transparent;
	line-height: 0;
}

.frontend-layout .product-gallery-thumb-btn:hover,
.frontend-layout .product-gallery-thumb-btn.active {
	border-color: var(--frontend-accent);
	box-shadow: 0 0 0 1px rgba(var(--bs-primary-rgb), 0.2);
}

.frontend-layout .product-gallery-thumb {
	width: 80px;
	height: 80px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid var(--frontend-border);
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.frontend-layout .product-gallery-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0.25rem;
}

.frontend-layout .product-image-lightbox {
	position: fixed;
	inset: 0;
	z-index: 1200;
	background: rgba(0, 0, 0, 0.86);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
}

.frontend-layout .product-image-lightbox-overlay {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(98vw, 1200px);
	height: min(94vh, 1000px);
}

.frontend-layout .product-image-lightbox-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: min(98vw, 1200px);
	max-height: min(90vh, 980px);
}

.frontend-layout .product-image-lightbox-inner img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}

.frontend-layout .product-image-lightbox-close,
.frontend-layout .product-image-lightbox-nav {
	position: absolute;
	z-index: 2;
}

.frontend-layout .product-image-lightbox-close {
	top: 0;
	right: 0;
	transform: translate(22%, -50%);
}

.frontend-layout .product-image-lightbox-prev,
.frontend-layout .product-image-lightbox-next {
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 1;
	padding: 0;
}

.frontend-layout .product-image-lightbox-prev {
	left: 0.25rem;
}

.frontend-layout .product-image-lightbox-next {
	right: 0.25rem;
}

.frontend-layout .product-image-lightbox-meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(120%);
}

.frontend-layout .product-image-lightbox-caption,
.frontend-layout .product-image-lightbox-count {
	color: rgba(255, 255, 255, 0.92);
}

.frontend-layout .front-product-page .product-card-placeholder {
	border: 1px dashed var(--frontend-border);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 220px;
}

.frontend-layout .product-detail-card {
	border: 1px solid var(--frontend-border);
	background: rgba(var(--bs-body-bg-rgb), 0.9);
}

.frontend-layout .front-product-title {
	line-height: 1.35;
}

.frontend-layout .front-product-about-list {
	padding-left: 1rem;
}

.frontend-layout .front-product-about-list li {
	font-size: 0.92rem;
	color: rgba(var(--bs-body-color-rgb), 0.85);
	margin-bottom: 0.4rem;
}

.frontend-layout .front-product-spec-list dt,
.frontend-layout .front-product-spec-list dd {
	line-height: 1.35;
}

.frontend-layout .front-product-buybox-wrap {
	position: relative;
}

.frontend-layout .front-product-buybox {
	border: 1px solid var(--frontend-border);
	background: #ffffff;
}

.frontend-layout .front-product-variant-list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	max-height: 420px;
	overflow: auto;
	padding-right: 0.25rem;
}

.frontend-layout .front-product-variant-item {
	border: 1px solid var(--frontend-border);
	border-radius: 8px;
	padding: 0.75rem;
	background: rgba(var(--bs-body-bg-rgb), 0.6);
}

.frontend-layout .front-product-variant-item.is-unavailable {
	opacity: 0.75;
}

@media (min-width: 992px) {
	.frontend-layout .front-product-buybox {
		position: sticky;
		top: 118px;
	}
}

@media (max-width: 991px) {
	.frontend-layout .product-gallery-main {
		height: 320px;
	}

	.frontend-layout .product-gallery-main-button {
		max-height: 320px;
	}

	.frontend-layout .product-gallery-thumb {
		width: 64px;
		height: 64px;
	}
}

[data-bs-theme="dark"] .frontend-layout .product-gallery-thumb {
	background: rgba(var(--bs-body-color-rgb), 0.08);
}

[data-bs-theme="dark"] .frontend-layout .front-product-buybox,
[data-bs-theme="dark"] .frontend-layout .front-product-variant-item {
	background: var(--animus-quaternary-dark);
}

.frontend-layout .front-product-page {
	background:
		radial-gradient(circle at top right, rgba(var(--bs-primary-rgb), 0.09), rgba(var(--bs-primary-rgb), 0) 32%),
		linear-gradient(180deg, rgba(var(--bs-primary-rgb), 0.04) 0%, rgba(var(--bs-body-bg-rgb), 0) 280px);
}

.frontend-layout .front-product-shell {
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
}

.frontend-layout .front-product-hero {
	position: relative;
	overflow: hidden;
	padding: 1.5rem;
	border: 1px solid var(--frontend-border);
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #ffffff 100%);
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.frontend-layout .front-product-hero::after {
	content: "";
	position: absolute;
	right: -7rem;
	bottom: -9rem;
	width: 22rem;
	height: 22rem;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(var(--bs-primary-rgb), 0.13) 0%, rgba(var(--bs-primary-rgb), 0) 70%);
	pointer-events: none;
}

.frontend-layout .front-product-layout > * {
	position: relative;
	z-index: 1;
}

.frontend-layout .front-product-summary-stack {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.frontend-layout .front-product-summary-card,
.frontend-layout .front-product-overview-card,
.frontend-layout .front-product-assurance-card,
.frontend-layout .front-product-support-card,
.frontend-layout .front-product-specs-card,
.frontend-layout .front-product-buybox {
	border: 1px solid var(--frontend-border);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.frontend-layout .front-product-summary-card .card-body,
.frontend-layout .front-product-overview-card .card-body,
.frontend-layout .front-product-assurance-card .card-body,
.frontend-layout .front-product-support-card .card-body,
.frontend-layout .front-product-specs-card .card-body,
.frontend-layout .front-product-buybox .card-body {
	padding: 1.5rem;
}

.frontend-layout .front-product-gallery {
	border: 0;
	border-radius: 24px;
	overflow: hidden;
	background: transparent;
	box-shadow: none;
}

.frontend-layout .front-product-gallery .product-gallery-main {
	height: 34rem;
	border-bottom: 1px solid var(--frontend-border);
	background:
		radial-gradient(circle at top left, rgba(var(--bs-primary-rgb), 0.08), rgba(var(--bs-primary-rgb), 0) 34%),
		linear-gradient(180deg, rgba(var(--bs-body-color-rgb), 0.04), rgba(var(--bs-body-color-rgb), 0.02));
}

.frontend-layout .front-product-gallery .product-gallery-main img {
	padding: 1rem;
}

.frontend-layout .front-product-gallery-toolbar {
	border-top: 1px solid var(--frontend-border);
	background: rgba(var(--bs-body-color-rgb), 0.02);
}

.frontend-layout .front-product-gallery .product-gallery-thumbs {
	grid-template-columns: repeat(auto-fill, minmax(88px, 88px));
	justify-content: start;
	max-height: none;
}

.frontend-layout .front-product-gallery .product-gallery-thumb-btn {
	border-radius: 16px;
	padding: 0.2rem;
}

.frontend-layout .front-product-gallery .product-gallery-thumb {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 14px;
}

.frontend-layout .front-product-chip {
	padding: 0.5rem 0.75rem;
}

.frontend-layout .front-product-title {
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.frontend-layout .front-product-summary-text {
	max-width: 42rem;
	font-size: 1rem;
	line-height: 1.7;
}

.frontend-layout .front-product-price-panel {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem 1.35rem;
	border-radius: 20px;
	border: 1px solid rgba(var(--bs-primary-rgb), 0.16);
	background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.1), rgba(var(--bs-secondary-rgb), 0.08));
	margin-bottom: 1.25rem;
}

.frontend-layout .front-product-stock-pill {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.15rem;
	padding: 0.8rem 1rem;
	border-radius: 18px;
	font-size: 0.85rem;
	font-weight: 600;
	min-width: 10rem;
}

.frontend-layout .front-product-stock-pill strong {
	font-size: 0.95rem;
}

.frontend-layout .front-product-stock-pill.is-in-stock {
	background: rgba(25, 135, 84, 0.12);
	border: 1px solid rgba(25, 135, 84, 0.2);
	color: #146c43;
}

.frontend-layout .front-product-stock-pill.is-unavailable {
	background: rgba(220, 53, 69, 0.12);
	border: 1px solid rgba(220, 53, 69, 0.2);
	color: #b42318;
}

.frontend-layout .front-product-stat-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
	margin-bottom: 1.25rem;
}

.frontend-layout .front-product-stat {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 0.95rem 1rem;
	border-radius: 18px;
	border: 1px solid var(--frontend-border);
	background: rgba(var(--bs-body-color-rgb), 0.03);
}

.frontend-layout .front-product-stat-label,
.frontend-layout .front-product-section-eyebrow {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--frontend-accent-strong);
}

.frontend-layout .front-product-stat-value {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
}

.frontend-layout .front-product-assurance-grid {
	display: grid;
	gap: 0.85rem;
}

.frontend-layout .front-product-assurance-item {
	display: flex;
	gap: 0.9rem;
	align-items: flex-start;
	padding: 1rem 1.05rem;
	border-radius: 18px;
	border: 1px solid var(--frontend-border);
	background: rgba(var(--bs-body-color-rgb), 0.03);
}

.frontend-layout .front-product-assurance-icon,
.frontend-layout .front-product-trust-icon {
	width: 2.7rem;
	height: 2.7rem;
	border-radius: 0.95rem;
	background: rgba(var(--bs-primary-rgb), 0.12);
	color: var(--frontend-accent-strong);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.frontend-layout .front-product-buybox {
	background: linear-gradient(180deg, #ffffff 0%, rgba(var(--bs-primary-rgb), 0.05) 100%);
}

.frontend-layout .front-product-buybox-points {
	display: grid;
	gap: 0.55rem;
	margin: 1rem 0 1.25rem;
}

.frontend-layout .front-product-buybox-point {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
	font-size: 0.92rem;
	color: rgba(var(--bs-body-color-rgb), 0.82);
}

.frontend-layout .front-product-buybox-point i,
.frontend-layout .front-product-support-list i {
	color: var(--frontend-accent-strong);
	margin-top: 0.2rem;
}

.frontend-layout .front-product-variant-list {
	gap: 0.85rem;
	max-height: none;
	padding-right: 0;
}

.frontend-layout .front-product-variant-item {
	padding: 1rem;
	border-radius: 18px;
	border: 1px solid rgba(var(--bs-body-color-rgb), 0.08);
	background: #ffffff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.frontend-layout .front-product-variant-item:not(.is-unavailable):hover {
	border-color: rgba(var(--bs-primary-rgb), 0.28);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
	transform: translateY(-1px);
}

.frontend-layout .front-product-variant-item.is-unavailable {
	opacity: 0.8;
}

.frontend-layout .front-product-variant-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.45rem;
}

.frontend-layout .front-product-variant-meta span {
	display: inline-flex;
	align-items: center;
	padding: 0.28rem 0.58rem;
	border-radius: 999px;
	background: rgba(var(--bs-body-color-rgb), 0.05);
	color: rgba(var(--bs-body-color-rgb), 0.78);
	font-size: 0.78rem;
}

.frontend-layout .front-product-variant-price {
	font-size: 1rem;
}

.frontend-layout .front-product-overview-text {
	max-width: 38rem;
	line-height: 1.7;
}

.frontend-layout .front-product-overview-list {
	padding-left: 1.1rem;
}

.frontend-layout .front-product-overview-list li {
	margin-bottom: 0.75rem;
	color: rgba(var(--bs-body-color-rgb), 0.85);
}

.frontend-layout .front-product-overview-list li:last-child {
	margin-bottom: 0;
}

.frontend-layout .front-product-trust-card {
	height: 100%;
	padding: 1.15rem;
	border-radius: 20px;
	border: 1px solid var(--frontend-border);
	background: linear-gradient(180deg, rgba(var(--bs-body-color-rgb), 0.02), rgba(var(--bs-primary-rgb), 0.04));
}

.frontend-layout .front-product-spec-grid {
	display: grid;
	gap: 0.75rem;
}

.frontend-layout .front-product-spec-item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin: 0;
	padding: 0.95rem 1rem;
	border-radius: 18px;
	border: 1px solid var(--frontend-border);
	background: rgba(var(--bs-body-color-rgb), 0.03);
}

.frontend-layout .front-product-spec-item dt,
.frontend-layout .front-product-spec-item dd {
	margin: 0;
	line-height: 1.5;
}

.frontend-layout .front-product-spec-item dt {
	font-weight: 600;
}

.frontend-layout .front-product-spec-item dd {
	text-align: right;
	color: rgba(var(--bs-body-color-rgb), 0.78);
}

.frontend-layout .front-product-support-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: grid;
	gap: 0.75rem;
}

.frontend-layout .front-product-support-list li {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
	color: rgba(var(--bs-body-color-rgb), 0.82);
}

@media (min-width: 992px) {
	.frontend-layout .front-product-buybox {
		top: 118px;
	}
}

@media (max-width: 1199px) {
	.frontend-layout .front-product-hero {
		padding: 1.25rem;
	}

	.frontend-layout .front-product-gallery .product-gallery-main {
		height: 28rem;
	}
}

@media (max-width: 991px) {
	.frontend-layout .front-product-page {
		background: linear-gradient(180deg, rgba(var(--bs-primary-rgb), 0.04) 0%, rgba(var(--bs-body-bg-rgb), 0) 220px);
	}

	.frontend-layout .front-product-hero {
		padding: 1rem;
		border-radius: 22px;
	}

	.frontend-layout .front-product-summary-card .card-body,
	.frontend-layout .front-product-overview-card .card-body,
	.frontend-layout .front-product-assurance-card .card-body,
	.frontend-layout .front-product-support-card .card-body,
	.frontend-layout .front-product-specs-card .card-body,
	.frontend-layout .front-product-buybox .card-body {
		padding: 1.25rem;
	}

	.frontend-layout .front-product-gallery .product-gallery-main {
		height: 22rem;
	}

	.frontend-layout .front-product-price-panel,
	.frontend-layout .front-product-spec-item {
		flex-direction: column;
	}

	.frontend-layout .front-product-stat-grid {
		grid-template-columns: 1fr;
	}
}

[data-bs-theme="dark"] .frontend-layout .front-product-hero,
[data-bs-theme="dark"] .frontend-layout .front-product-summary-card,
[data-bs-theme="dark"] .frontend-layout .front-product-overview-card,
[data-bs-theme="dark"] .frontend-layout .front-product-assurance-card,
[data-bs-theme="dark"] .frontend-layout .front-product-support-card,
[data-bs-theme="dark"] .frontend-layout .front-product-specs-card,
[data-bs-theme="dark"] .frontend-layout .front-product-buybox,
[data-bs-theme="dark"] .frontend-layout .front-product-variant-item,
[data-bs-theme="dark"] .frontend-layout .front-product-stat,
[data-bs-theme="dark"] .frontend-layout .front-product-assurance-item,
[data-bs-theme="dark"] .frontend-layout .front-product-spec-item,
[data-bs-theme="dark"] .frontend-layout .front-product-trust-card {
	background: linear-gradient(180deg, rgba(19, 23, 31, 0.98) 0%, rgba(16, 20, 28, 0.98) 100%);
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: none;
}

[data-bs-theme="dark"] .frontend-layout .front-product-price-panel {
	border-color: rgba(var(--bs-primary-rgb), 0.28);
	background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.16), rgba(255, 255, 255, 0.05));
}

[data-bs-theme="dark"] .frontend-layout .front-product-gallery-toolbar,
[data-bs-theme="dark"] .frontend-layout .front-product-variant-meta span {
	background: rgba(255, 255, 255, 0.03);
}

@media (min-width: 992px) {
	.frontend-layout .front-carousel-item {
		flex-basis: 260px;
	}
}

@media (min-width: 1200px) {
	.frontend-layout .front-carousel-item {
		flex-basis: 280px;
	}
}

.frontend-layout .empty-state {
	border: 1px dashed var(--frontend-border);
	background: rgba(var(--bs-body-bg-rgb), 0.6);
}

.frontend-layout .reveal {
	animation: frontend-rise 0.8s ease both;
}

.frontend-layout .delay-1 {
	animation-delay: 0.08s;
}

.frontend-layout .delay-2 {
	animation-delay: 0.16s;
}

.frontend-layout .delay-3 {
	animation-delay: 0.24s;
}

@keyframes frontend-rise {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.btn {
	border: 0;
}

.frontend-layout .btn-outline-secondary {
	border: 1px solid var(--frontend-ink);
}

.site-logo-wrap {
	display: flex;
	width: 100%;
	height: var(--animus-admin-header-height);
}

.site-logo-accent {
	width: 10px;
	background: var(--bs-primary);
}

.site-logo-body {
	flex: 1 1 auto;
	padding: 0 10px;
	background: var(--bs-tertiary-bg);
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.site-logo-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--bs-body-color);
	font-size: 24px;
	line-height: 1;
}

.site-logo-title {
	font-size: 20px;
	color: var(--bs-body-color);
	text-decoration: none;
	line-height: 1.2;
	text-transform: uppercase;
}

.site-logo-title:hover {
	color: var(--bs-body-color);
}

.site-logo-version {
	background: var(--bs-body-bg);
	color: var(--bs-body-color);
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

.admin-layout {
	position: relative;
	height: calc(100vh - var(--animus-admin-header-height));
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.admin-layout .admin-content {
	display: grid;
	grid-template-rows: 1fr;
	min-height: 0;
	overflow: hidden;
	height: 100%;
}

.admin-layout .admin-row {
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
}

@media (min-width: 992px) {
	.admin-layout {
		padding-left: var(--animus-sidebar-width);
		padding-right: var(--animus-rightbar-width);
	}

	.admin-layout .admin-row {
		margin-left: 0;
		margin-right: 0;
	}

	.admin-layout .admin-sidebar-left,
	.admin-layout .admin-sidebar-right {
		position: fixed;
		top: 0;
		bottom: 0;
		overflow-y: auto;
		width: var(--animus-sidebar-width);
		max-width: none;
		flex: 0 0 auto;
		padding-top: 0;
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.admin-layout .admin-sidebar-left {
		left: 0;
		height: 100vh;
	}

	.admin-layout .admin-sidebar-right {
		right: 0;
		width: var(--animus-rightbar-width);
	}

	.admin-layout .admin-sidebar-right {
		top: 48px;
		height: calc(100vh - 48px);
	}

	.admin-layout .admin-content {
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding: 0 18px 18px;
	}
}

body.admin-sidebar-collapsed .admin-sidebar-left,
body.admin-sidebar-collapsed .admin-sidebar-right {
	display: none;
}

body.admin-right-sidebar-collapsed .admin-sidebar-right {
	display: none;
}

@media (min-width: 992px) {
	body.admin-sidebar-collapsed .admin-layout {
		padding-left: 0;
		padding-right: 0;
	}

	body.admin-sidebar-collapsed .admin-topbar {
		left: 0;
	}

	body.admin-sidebar-collapsed .admin-layout .live-support-floats {
		right: 24px;
	}

	body.admin-right-sidebar-collapsed .admin-layout {
		padding-right: 0;
	}

	body.admin-right-sidebar-collapsed .admin-layout .live-support-floats {
		right: 24px;
	}
}


.theme-toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border: 1px solid rgba(var(--animus-border-dark-rgb), 0.2);
	border-radius: 0;
	padding: 6px 12px;
	font-size: 12px;
	background: transparent;
	color: inherit;
	cursor: pointer;
}

[data-bs-theme="dark"] .theme-toggle {
	border-color: rgba(var(--animus-border-dark-rgb), 0.25);
}

.nav-link {
	color: inherit;
}

.nav-link:hover {
	color: inherit;
}

.user-menu-dropdown {
	min-width: 260px;
}

.user-menu-wrap {
	max-width: 60vw;
	min-width: 0;
	flex: 0 0 auto;
	overflow: visible;
}

.user-menu-wrap .dropdown-toggle {
	max-width: none;
	width: auto;
	overflow: visible;
	text-overflow: clip;
	white-space: nowrap;
	display: block;
}

.site-header {
	height: 48px;
	background: var(--bs-tertiary-bg) !important;
}

.site-header .navbar {
	height: 48px;
}

.site-header .navbar-brand {
	width: 239px;
	min-height: 48px;
	display: flex;
	align-items: center;
	background: var(--bs-tertiary-bg);
}

.site-header .navbar-brand img {
	max-height: 32px;
}

.site-main-offset {
	padding-top: var(--animus-admin-header-height);
}

.page-top-space {
	margin-top: 40px;
}

.site-logo {
	height: var(--animus-admin-header-height);
}


.btn,
.card,
.form-control,
.form-select,
.input-group-text,
.dropdown-menu,
.badge,
.alert,
.list-group-item,
.accordion-item,
.modal-content,
.offcanvas,
.toast {
	border-radius: 0 !important;
}

.dropdown-menu {
	padding-left: 12px;
	padding-right: 12px;
}

.btn-primary {
	--bs-btn-bg: var(--animus-primary);
	--bs-btn-border-color: var(--bs-border-color);
	--bs-btn-hover-bg: var(--animus-primary);
	--bs-btn-hover-border-color: var(--bs-border-color);
	--bs-btn-active-bg: var(--animus-primary);
	--bs-btn-active-border-color: var(--bs-border-color);
	--bs-btn-disabled-bg: var(--animus-primary);
	--bs-btn-disabled-border-color: var(--bs-border-color);
}

@media (max-width: 991px) {
	.theme-toggle {
		padding: 4px 10px;
	}
}

.admin-layout .admin-sidebar-right .card {
	background: transparent;
	border-color: var(--bs-border-color);
	color: var(--bs-body-color);
}

.admin-topbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
	height: 48px;
	background: var(--bs-primary);
	color: var(--bs-body-color);
	border-bottom: 1px solid var(--bs-border-color);
}

@media (min-width: 992px) {
	.admin-topbar {
		left: var(--animus-sidebar-width);
		right: 0;
	}
}

.admin-topbar.site-header {
	background: var(--bs-primary) !important;
}

.admin-topbar .navbar {
	height: 48px;
	padding: 0;
}

.admin-topbar .container-fluid {
	padding-left: 16px;
	padding-right: 16px;
}

.admin-topbar .navbar-brand {
	color: var(--bs-body-color);
	font-weight: 600;
}

.admin-user-search {
	position: relative;
	width: 360px;
	flex: 0 0 auto;
}

.admin-user-search .form-control {
	background: var(--animus-admin-search-bg);
	border-color: transparent;
	color: var(--animus-admin-search-text);
	height: 40px;
	padding-top: 0;
	padding-bottom: 0;
}

.admin-user-search .form-control::placeholder {
	color: var(--animus-admin-search-placeholder);
}

.admin-topbar .btn,
.admin-topbar .theme-toggle {
	background: var(--bs-secondary);
	color: var(--bs-body-color);
	border: 0;
	height: 48px;
	border-radius: 0;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.admin-topbar .admin-sidebar-toggle {
	width: 40px;
	height: 40px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.admin-topbar .btn:hover,
.admin-topbar .theme-toggle:hover {
	background: var(--bs-tertiary-bg);
	color: var(--bs-body-color);
}

.admin-topbar .navbar-nav .nav-link {
	height: 48px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border-radius: 0;
	margin: 0 5px 0 0;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 48px;
	background: var(--bs-secondary);
	color: var(--bs-body-color);
	font-size: 12px;
	border: 0;
}

.admin-topbar .admin-topbar-item .nav-link {
	background: var(--animus-admin-topbar-bg);
	color: var(--animus-admin-topbar-text);
	height: 48px;
	line-height: 48px;
}

.admin-topbar .navbar-nav.admin-topbar-nav {
	flex: 1 1 auto;
	flex-wrap: nowrap;
	overflow: visible;
	width: 100%;
	min-width: 0;
}

.admin-topbar .admin-topbar-row {
	min-width: 0;
}

.admin-topbar .admin-topbar-row > * {
	min-width: 0;
}

.admin-topbar .navbar-nav.admin-topbar-nav .nav-item {
	flex: 0 0 auto;
}

.admin-topbar .navbar-nav.admin-topbar-nav .nav-link {
	white-space: nowrap;
}

.admin-topbar .admin-topbar-more-menu .dropdown-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.admin-topbar .navbar-nav .nav-link:hover,
.admin-topbar .navbar-nav .nav-link:focus,
.admin-topbar .navbar-nav .nav-link.admin-tab-link:hover,
.admin-topbar .navbar-nav .nav-link.admin-tab-link:focus {
	background: var(--animus-quaternary-dark);
	color: var(--bs-body-color);
}

[data-bs-theme="light"] .admin-topbar .navbar-nav .nav-link:hover,
[data-bs-theme="light"] .admin-topbar .navbar-nav .nav-link:focus,
[data-bs-theme="light"] .admin-topbar .navbar-nav .nav-link.admin-tab-link:hover,
[data-bs-theme="light"] .admin-topbar .navbar-nav .nav-link.admin-tab-link:focus {
	color: #fff;
}

.admin-topbar .admin-topbar-item .nav-link:hover,
.admin-topbar .admin-topbar-item .nav-link:focus {
	color: var(--animus-admin-topbar-text);
}

.admin-topbar .admin-topbar-more-menu .dropdown-item {
	background: var(--animus-tertiary-dark);
	color: var(--bs-body-color);
	font-size: 12px;
	justify-content: flex-start;
}

.admin-topbar .admin-topbar-more-menu .admin-more-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
}

.admin-topbar .admin-topbar-more-menu .dropdown-item:hover,
.admin-topbar .admin-topbar-more-menu .dropdown-item:focus {
	background: var(--animus-secondary-dark);
	color: var(--bs-body-color);
}

.admin-topbar .navbar-nav {
	gap: 0;
	margin: 0;
	padding: 0;
}

.admin-user-search-results {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	background: var(--bs-card-bg);
	border: 1px solid var(--bs-border-color);
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
	display: none;
	z-index: 1050;
	max-height: 320px;
	overflow: auto;
}

.admin-user-search-results.show {
	display: block;
}

.admin-user-search-results .list-group-item {
	background: transparent;
	color: var(--bs-body-color);
	border: 0;
	border-bottom: 1px solid var(--bs-border-color);
}

.admin-user-search-results .list-group-item:last-child {
	border-bottom: 0;
}

.admin-user-search-results .list-group-item:hover {
	background: rgba(var(--bs-body-color-rgb), 0.08);
	color: var(--bs-body-color);
}

#sidebar_main {
	background: var(--animus-left-sidebar-bg);
	border-right: 1px solid #ddd;
	height: 100%;
}

#sidebar_main .vcs_menu_item a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 8px;
	color: #111;
	text-decoration: none;
}

#sidebar_main .vcs_menu_item a:hover {
	background: #f1f1f1;
	color: #111;
}

#sidebar_main .vcs_menu_item > a:active {
	background: #1976D2;
	color: #fff;
}

#sidebar_main .menu_icon {
	width: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#sidebar_main .menu_toggle {
	width: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#sidebar_main .menu_toggle_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
	transition: transform 0.2s ease;
}

#sidebar_main .menu_toggle_icon i,
#sidebar_main .menu_toggle_icon .fas {
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}

#sidebar_main .submenu_trigger.act_section > a .menu_toggle_icon {
	transform: rotate(180deg);
}

#sidebar_main .menu_icon_wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
}

#sidebar_main .menu_icon i,
#sidebar_main .menu_icon .fas {
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}

#sidebar_main .menu_title {
	flex: 1 1 auto;
	padding-left: 4px;
	min-width: 0;
	white-space: normal;
	overflow-wrap: anywhere;
	line-height: 1.25;
}

#sidebar_main .submenu_trigger > a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 8px;
	color: #111;
	text-decoration: none;
}

#sidebar_main .submenu_trigger ul {
	display: none;
	margin: 0;
	padding: 0;
}

#sidebar_main .submenu_trigger.act_section ul {
	display: block;
}

#sidebar_main .submenu_trigger ul a {
	padding-left: 40px;
}

#sidebar_main .menu_badge {
	margin-left: auto;
	padding: 2px 6px;
	border-radius: 2px;
	background: #d32f2f;
	color: #fff;
	font-size: var(--animus-font-size-small);
	line-height: 1.25;
	font-weight: 400;
	display: inline-block;
	text-align: center;
}

#sidebar_main .menu_badge[data-orders-department="completed"],
#sidebar_main .menu_badge[data-orders-department="cancelled"],
#sidebar_main .menu_badge[data-orders-department="refunded"] {
	background: #CCC;
	color: #111;
}

#sidebar_main .menu_badge:empty {
	display: none;
}

#sidebar_main.admin-manager-sidebar .admin-manager-nav-scroll {
	scrollbar-width: thin;
	scrollbar-color: #bdbdbd transparent;
}

#sidebar_main.admin-manager-sidebar .admin-manager-nav-scroll::-webkit-scrollbar-thumb {
	background-color: #bdbdbd;
	border-radius: 6px;
}

[data-bs-theme="dark"] #sidebar_main {
	background: var(--animus-left-sidebar-bg);
	border-right: 0;
}

[data-bs-theme="dark"] #sidebar_main .vcs_menu_item a,
[data-bs-theme="dark"] #sidebar_main .submenu_trigger > a {
	color: #f5f5f5;
}

[data-bs-theme="dark"] #sidebar_main .vcs_menu_item a:hover,
[data-bs-theme="dark"] #sidebar_main .submenu_trigger > a:hover {
	background: #1c1c1c;
	color: #fff;
}

[data-bs-theme="dark"] #sidebar_main.admin-manager-sidebar .admin-manager-nav-scroll {
	scrollbar-color: #333 transparent;
}

[data-bs-theme="dark"] #sidebar_main.admin-manager-sidebar .admin-manager-nav-scroll::-webkit-scrollbar-thumb {
	background-color: #333;
}

#sidebar_main.admin-manager-sidebar {
	background: var(--animus-left-sidebar-bg);
	border-right: 1px solid var(--bs-border-color);
	color: var(--bs-body-color);
	padding: 12px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	height: 100vh;
	overflow: hidden;
}

#sidebar_main.admin-manager-sidebar .admin-manager-logo {
	margin-bottom: 8px;
	text-align: left;
}

#sidebar_main.admin-manager-sidebar .admin-manager-nav {
	margin-top: 0;
	display: grid;
	gap: 10px;
	flex: 1 1 auto;
	min-height: 0;
}

#sidebar_main.admin-manager-sidebar .admin-manager-nav-scroll {
	flex: 1 1 auto;
	overflow: auto;
	padding: 4px 4px 4px 4px;
}

#sidebar_main.admin-manager-sidebar .admin-manager-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

#sidebar_main.admin-manager-sidebar .menu_icon {
	display: inline-flex;
}

#sidebar_main.admin-manager-sidebar .menu_badge {
	display: inline-flex;
}

#sidebar_main.admin-manager-sidebar .menu_badge:empty {
	display: none;
}

#sidebar_main.admin-manager-sidebar .vcs_menu_item {
	background: var(--animus-secondary-dark);
	border-radius: 8px;
}

#sidebar_main.admin-manager-sidebar .vcs_menu_item > a,
#sidebar_main.admin-manager-sidebar .submenu_trigger > a,
#sidebar_main.admin-manager-sidebar .submenu_trigger ul a,
#sidebar_main.admin-manager-sidebar .admin-manager-action {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	justify-content: flex-start;
	text-align: left;
	padding: 8px 10px;
	border-radius: 8px;
	color: var(--bs-body-color);
	background: transparent;
	border: 1px solid transparent;
	text-decoration: none;
	font-size: var(--animus-font-size);
	line-height: 1.25;
	cursor: pointer;
}

#sidebar_main.admin-manager-sidebar .submenu_trigger ul {
	margin: 8px 0 0;
	padding: 0;
	display: none !important;
	gap: 8px;
}

#sidebar_main.admin-manager-sidebar .submenu_trigger.act_section ul {
	display: grid !important;
}

#sidebar_main.admin-manager-sidebar .submenu_trigger ul .vcs_menu_item {
	margin-left: 24px;
}

#sidebar_main.admin-manager-sidebar .vcs_menu_item > a:hover,
#sidebar_main.admin-manager-sidebar .submenu_trigger > a:hover,
#sidebar_main.admin-manager-sidebar .submenu_trigger ul a:hover,
#sidebar_main.admin-manager-sidebar .admin-manager-action:hover {
	border-color: var(--bs-border-color);
	box-shadow: 0 0 0 1px var(--bs-primary), 0 0 20px rgba(var(--bs-primary-rgb), 0.15);
	color: var(--bs-body-color);
}

#sidebar_main.admin-manager-sidebar .admin-manager-footer {
	margin-top: auto;
	display: grid;
	gap: 10px;
}

#sidebar_main.admin-manager-sidebar .admin-manager-action.primary {
	color: var(--bs-primary);
	border-color: rgba(var(--animus-border-dark-rgb), 0.35);
}

#sidebar_main.admin-manager-sidebar .admin-manager-action.primary:hover {
	border-color: rgba(var(--animus-border-dark-rgb), 0.7);
	box-shadow: 0 0 0 1px rgba(var(--bs-primary-rgb), 0.6), 0 0 20px rgba(var(--bs-primary-rgb), 0.12);
	color: var(--bs-primary);
}

@media (min-width: 992px) {
	.admin-manager-sidebar-right {
		background: var(--animus-tertiary-dark);
		border-left: 1px solid var(--bs-border-color);
		height: 100vh;
		padding: 28px 22px;
		display: flex;
		flex-direction: column;
	}
}

@media (min-width: 992px) {
	.admin-manager-sidebar-right .admin-right-accordion {
		flex: 1 1 auto;
	}
}

.admin-right-accordion .accordion-button,
.admin-right-accordion .accordion-button:not(.collapsed) {
	background: var(--animus-admin-topbar-bg);
	color: var(--animus-admin-topbar-text);
	min-height: 30px;
	height: 30px;
	padding-top: 0;
	padding-bottom: 0;
}

.admin-right-accordion .accordion-button:focus {
	box-shadow: none;
}

.admin-right-accordion-heading {
	display: flex;
	align-items: stretch;
	width: 100%;
}

.admin-right-accordion-heading .accordion-button {
	flex: 1 1 auto;
}

.admin-right-accordion .accordion-item,
.admin-right-accordion .accordion-collapse {
	border: 0;
}

.admin-right-accordion .accordion-button {
	border: 0;
	border-bottom: 1px solid var(--bs-border-color);
}

.admin-right-sidebar-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	min-width: 34px;
	min-height: 30px;
	padding: 0;
	border: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 0;
	background: var(--animus-admin-topbar-bg);
	color: var(--animus-admin-topbar-text);
}

.admin-right-sidebar-toggle:hover,
.admin-right-sidebar-toggle:focus {
	background: var(--bs-tertiary-bg);
	color: var(--bs-body-color);
}

.admin-right-sidebar-toggle:focus {
	box-shadow: none;
}

.admin-right-sidebar-restore {
	display: none;
	position: fixed;
	top: 64px;
	right: 0;
	z-index: 1031;
	border: 1px solid var(--bs-border-color);
	border-right: 0;
	border-radius: 10px 0 0 10px;
}

body.admin-right-sidebar-collapsed:not(.admin-sidebar-collapsed) .admin-right-sidebar-restore {
	display: inline-flex;
}

:root[data-bs-theme="dark"] .admin-right-accordion .accordion-button,
:root[data-bs-theme="dark"] .admin-right-accordion .accordion-button:not(.collapsed) {
	background: var(--animus-admin-topbar-bg);
	color: var(--animus-admin-topbar-text);
}

.admin-tab-toolbar {
	background: var(--animus-left-sidebar-bg);
	--animus-tab-toolbar-x: calc(var(--bs-gutter-x, 0px) / 2);
	margin-left: calc(-1 * var(--animus-tab-toolbar-x));
	margin-right: calc(-1 * var(--animus-tab-toolbar-x));
	padding-left: var(--animus-tab-toolbar-x);
	padding-right: var(--animus-tab-toolbar-x);
	padding-top: 2px;
	padding-bottom: 2px;
}

#admin_tab_shell {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
}

.admin-tab-shell-inner {
	display: grid;
	grid-template-rows: auto 1fr;
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
}

.admin-tab-toolbar #admin_tab_bar {
	flex: 1 1 auto;
}

@media (min-width: 992px) {
	.admin-tab-toolbar {
		--animus-tab-toolbar-x: 18px;
	}
}

#admin_tab_bar {
	margin-top: 2px;
	margin-bottom: 4px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

#admin_tab_content {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	overflow: hidden;
	height: 100%;
}

.admin-tab-link:not(.btn) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	border: 0;
	color: var(--bs-secondary);
	text-decoration: none;
}

.admin-tab-link:not(.btn).active {
	border-color: transparent;
	background: var(--bs-primary);
	color: #fff;
}

.admin-tab-link:not(.btn):hover {
	color: var(--bs-secondary);
}

.admin-tab-link:not(.btn).active:hover {
	color: #fff;
}

.admin-tab-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 0px 0px 0px 12px;
	min-height: calc(var(--animus-font-size) + 20px);
	border-radius: 0;
	background: rgba(var(--bs-body-color-rgb), 0.06);
	border: 0;
	color: var(--bs-body-color);
	font-size: var(--animus-font-size);
	line-height: 1.2;
	cursor: pointer;
}

.admin-tab-pill-no-close {
	padding-right: 12px;
}

.admin-tab-pill.is-pinned {
	box-shadow: none;
	background-image: linear-gradient(90deg, var(--bs-primary) 0 3px, transparent 3px);
	background-repeat: no-repeat;
}

.admin-tab-pill-placeholder {
	min-height: calc(var(--animus-font-size) + 20px);
	width: 120px;
	border: 1px dashed rgba(var(--bs-primary-rgb), 0.45);
	background: rgba(var(--bs-primary-rgb), 0.1);
}

.admin-tab-context-menu {
	position: fixed;
	z-index: 2000;
	min-width: 200px;
	background: var(--bs-secondary-bg);
	border: 1px solid var(--bs-border-color);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
	padding: 6px 0;
	font-size: var(--animus-font-size);
}

.admin-tab-context-menu button {
	width: 100%;
	text-align: left;
	background: transparent;
	border: 0;
	color: var(--bs-body-color);
	padding: 6px 12px;
}

.admin-tab-context-menu button:hover {
	background: rgba(var(--bs-primary-rgb), 0.12);
}

.admin-tab-context-menu .admin-tab-context-sep {
	border-top: 1px solid var(--bs-border-color);
	margin: 6px 0;
}

.admin-tab-pill.active {
	background: var(--bs-primary);
	border-color: transparent;
	box-shadow: 0 0 16px rgba(var(--bs-primary-rgb), 0.18);
	color: #fff;
}

.admin-tab-close {
	margin-left: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	min-height: calc(var(--animus-font-size) + 18px);
	width: 14px;
	padding: 0 4px;
	background: var(--bs-secondary);
	color: var(--bs-body-color);
	border-radius: 0;
	cursor: pointer;
}

.admin-tab-pill:hover .admin-tab-close {
	color: var(--bs-body-color);
}

.admin-tab-close:hover {
	background: var(--bs-primary);
	color: #fff;
}

.admin-tab-close-icon {
	font-size: 14px;
	line-height: 1;
}

.admin-tab-panel {
	display: flex;
	flex-direction: column;
	height: 100%;
	flex: 1 1 auto;
	min-height: 0;
	background: var(--animus-quaternary-dark);
	border: 1px solid var(--bs-primary);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	margin-top: 10px;
}

.admin-tab-panel-header {
	background: var(--bs-primary);
	color: #fff;
	padding: 10px;
	border-bottom: none;
}

.admin-tab-panel-header .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.admin-tab-panel-header .btn i {
	font-size: 14px;
	line-height: 1;
}

.admin-tab-panel-body {
	flex: 1 1 auto;
	min-height: 0;
	overflow: auto;
	background: var(--animus-admin-search-bg);
	padding: 16px;
}

.user-manager-header {
	padding: 12px 16px;
	background: var(--bs-secondary-bg);
	border: 1px solid var(--bs-border-color);
}

.user-manager-tabs .user-manager-tab-link {
	border-color: var(--bs-border-color);
	color: var(--bs-body-color);
}

.user-manager-tabs .user-manager-tab-link.active,
.user-manager-tabs .user-manager-tab-link:hover {
	background: var(--bs-primary);
	border-color: var(--bs-border-color);
	color: #fff;
}

#accounts_module .accounts-tabs {
	border-bottom: 0;
}

#accounts_module .accounts-tabs .nav-link {
	border: 0;
	background: transparent;
	color: var(--bs-body-color);
}

#accounts_module .accounts-tabs .nav-link:hover,
#accounts_module .accounts-tabs .nav-link:focus,
#accounts_module .accounts-tabs .nav-link.active {
	background: transparent;
	color: var(--bs-body-color);
}

#accounts_module .accounts-tabs .nav-link.active {
	border-bottom: 2px solid var(--bs-primary);
}

.user-manager-card {
	border: 1px solid var(--bs-border-color);
	background: var(--bs-secondary-bg);
	border-radius: 16px;
	overflow: hidden;
}

.user-manager-card-header {
	background: var(--bs-tertiary-bg);
	border-bottom: 1px solid var(--bs-border-color);
}

.user-manager-table-wrap {
	background: var(--bs-card-bg);
}

.user-manager-table {
	font-size: 13px;
}

.user-manager-table-head th {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--bs-secondary-color);
	border-bottom: 1px solid var(--bs-border-color);
	background: var(--bs-tertiary-bg);
}

.user-manager-table tbody tr:hover {
	background: rgba(var(--bs-primary-rgb), 0.06);
}

.tasks-table {
	font-size: 13px;
}

.tasks-table th,
.tasks-table td {
	border-color: transparent;
}

.tasks-table thead th {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 11px;
	color: var(--bs-secondary-color);
	background: var(--bs-secondary-bg);
	border-bottom: 1px solid rgba(var(--bs-body-color-rgb), 0.15);
	padding: 12px 14px;
}

.tasks-table tbody td {
	padding: 12px 14px;
	border-bottom: 1px solid rgba(var(--bs-body-color-rgb), 0.08);
}

.tasks-table tbody tr:last-child td {
	border-bottom: 0;
}

.tasks-table tbody tr:nth-child(even) td {
	background: rgba(var(--bs-body-color-rgb), 0.03);
}

.tasks-table tbody tr:hover td {
	background: rgba(var(--bs-primary-rgb), 0.08);
}

.tasks-table tbody td:first-child {
	padding-left: 16px;
}

.tasks-table tbody tr[data-status="open"] td:first-child {
	border-left: 3px solid rgba(var(--bs-secondary-rgb), 0.6);
}

.tasks-table tbody tr[data-status="in_progress"] td:first-child {
	border-left: 3px solid rgba(var(--bs-warning-rgb), 0.7);
}

.tasks-table tbody tr[data-status="done"] td:first-child {
	border-left: 3px solid rgba(var(--bs-success-rgb), 0.7);
}

.settings-wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.settings-panel.card {
	background: var(--animus-secondary-dark);
	border: 0;
	color: var(--bs-body-color);
}

.settings-panel .card-header {
	background: var(--bs-card-cap-bg);
	border-bottom: 0;
	color: var(--bs-card-cap-color);
	font-weight: 600;
	font-size: 14px;
}

.settings-panel-title {
	font-size: 16px;
	font-weight: 700;
}

.settings-panel-subtitle {
	margin-top: 2px;
}

.settings-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 8px;
}

.settings-toolbar-group {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.settings-cat-btn {
	background: var(--bs-secondary);
	color: var(--bs-body-color);
	border: 0;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	font-size: 13px;
}

.settings-cat-btn:hover {
	background: var(--animus-quaternary-dark);
	color: var(--bs-body-color);
}

.settings-cat-btn.active {
	background: var(--bs-primary);
	color: #fff;
}

.settings-badge {
	background: rgba(var(--bs-body-color-rgb), 0.16);
	color: var(--bs-body-color);
	font-size: 10px;
	border-radius: 999px;
	padding: 2px 8px;
}

.settings-table th,
.settings-table td {
	white-space: normal;
	vertical-align: top;
	border-color: transparent;
	padding: 12px 14px;
}

.settings-table > :not(caption) > * > * {
	border-bottom-color: transparent;
}

[data-bs-theme="light"] .admin-tab-panel {
	border: 1px solid var(--bs-primary);
}

[data-bs-theme="light"] .admin-user-search-results {
	border: 1px solid var(--bs-border-color);
}

[data-bs-theme="light"] #sidebar_main.admin-manager-sidebar {
	border-right: 1px solid var(--bs-border-color);
}

[data-bs-theme="light"] .admin-manager-sidebar-right {
	border-left: 1px solid var(--bs-border-color);
}

[data-bs-theme="light"] .settings-panel.card {
	border: 1px solid var(--bs-border-color);
}

[data-bs-theme="light"] .settings-panel .card-header {
	border-bottom: 1px solid var(--bs-border-color);
}

[data-bs-theme="light"] .settings-table th,
[data-bs-theme="light"] .settings-table td {
	border-color: var(--bs-border-color);
}

[data-bs-theme="light"] .settings-table > :not(caption) > * > * {
	border-bottom-color: var(--bs-border-color);
}

[data-bs-theme="light"] .settings-row:nth-child(even) td {
	background: rgba(0, 0, 0, 0.03);
}

[data-bs-theme="light"] .settings-add-row td {
	background: rgba(0, 0, 0, 0.04);
}

.settings-name {
	width: 220px;
	font-weight: 600;
	font-size: 13px;
}

.settings-desc {
	margin-top: 6px;
	font-size: 12px;
	color: rgba(var(--bs-body-color-rgb), 0.7);
	padding-left: 12px;
}

.settings-readonly {
	margin-top: 6px;
	font-size: 11px;
	color: #ff6b6b;
}

.settings-table .form-control,
.settings-table .form-select {
	border-color: var(--bs-border-color);
	color: var(--bs-body-color);
}

.settings-table .form-control,
.settings-table .form-select,
.settings-table .btn {
	font-size: 13px;
}

.settings-row:nth-child(even) td {
	background: rgba(var(--bs-body-color-rgb), 0.03);
}

.settings-add-row td {
	background: rgba(var(--bs-primary-rgb), 0.06);
}

.settings-table .form-control:disabled,
.settings-table .form-select:disabled {
	opacity: 0.6;
}

.settings-table .btn {
	background: var(--bs-secondary);
	color: var(--bs-body-color);
}

.settings-table .btn.btn-outline-danger {
	background: #b23a3a;
	color: #fff;
}

[data-bs-theme="dark"] .admin-tab-panel-body .form-control,
[data-bs-theme="dark"] .admin-tab-panel-body .form-select,
[data-bs-theme="dark"] .admin-tab-panel-body textarea {
	border-color: var(--bs-border-color);
}

[data-bs-theme="dark"] .admin-layout .form-control,
[data-bs-theme="dark"] .admin-layout .form-select,
[data-bs-theme="dark"] .admin-layout textarea,
[data-bs-theme="dark"] .admin-layout .form-control:focus,
[data-bs-theme="dark"] .admin-layout .form-select:focus,
[data-bs-theme="dark"] .admin-layout textarea:focus {
	background-color: var(--animus-quaternary-dark);
	color: var(--bs-body-color);
}

.form-control,
.form-select,
textarea {
	border-color: var(--bs-border-color);
}

/* animus-theme-start */
:root {
	--animus-primary: #84bf09;
	--animus-primary-rgb: 132, 191, 9;
	--animus-primary-light: #84bf09;
	--animus-primary-light-rgb: 132, 191, 9;
	--animus-primary-dark: #84bf09;
	--animus-primary-dark-rgb: 132, 191, 9;
	--animus-secondary-dark: #1b1b1b;
	--animus-secondary-dark-rgb: 27, 27, 27;
	--animus-tertiary-dark: #181818;
	--animus-tertiary-dark-rgb: 24, 24, 24;
	--animus-quaternary-dark: #212121;
	--animus-quaternary-dark-rgb: 33, 33, 33;
	--animus-border-dark: #181818;
	--animus-border-dark-rgb: 24, 24, 24;
	--animus-border-light: #111111;
	--animus-border-light-rgb: 17, 17, 17;
	--animus-secondary-light: #e0e0e0;
	--animus-secondary-light-rgb: 224, 224, 224;
	--animus-tertiary-light: #ececec;
	--animus-tertiary-light-rgb: 236, 236, 236;
	--animus-quaternary-light: #212121;
	--animus-quaternary-light-rgb: 33, 33, 33;
}

[data-bs-theme="light"] {
	--bs-body-bg: #ececec;
	--bs-body-bg-rgb: 236, 236, 236;
	--bs-body-color: #111827;
	--bs-body-color-rgb: 17, 24, 39;
	--bs-card-bg: #ececec;
	--bs-card-color: #111827;
	--bs-card-cap-bg: #ececec;
	--bs-card-cap-color: #111827;
	--bs-border-color: #111111;
	--bs-border-color-translucent: rgba(17, 17, 17, 0.15);
	--bs-primary: #84bf09;
	--bs-primary-rgb: 132, 191, 9;
	--bs-secondary: #e0e0e0;
	--bs-secondary-rgb: 224, 224, 224;
	--bs-secondary-bg: #e0e0e0;
	--bs-secondary-bg-rgb: 224, 224, 224;
	--bs-secondary-color: #111827;
	--bs-secondary-color-rgb: 17, 24, 39;
	--bs-tertiary-bg: #f9f9f9;
	--bs-tertiary-bg-rgb: 249, 249, 249;
	--bs-dropdown-bg: #ececec;
	--bs-dropdown-link-color: #111827;
	--bs-dropdown-link-hover-bg: rgba(17, 24, 39, 0.08);
	--bs-list-group-bg: #f9f9f9;
	--bs-modal-bg: #ececec;
	--bs-offcanvas-bg: #ececec;
	--bs-toast-bg: #ececec;
	--bs-popover-bg: #ececec;
	--bs-accordion-bg: #ececec;
	--bs-accordion-color: #111827;
	--bs-table-bg: #ececec;
	--bs-emphasis-color: #111827;
	--bs-emphasis-color-rgb: 17, 24, 39;
	--bs-link-color: #84bf09;
	--bs-link-hover-color: #84bf09;
	--animus-header-bg: #e0e0e0;
	--animus-admin-topbar-bg: #333333;
	--animus-admin-topbar-text: #ffffff;
	--animus-admin-search-bg: #ffffff;
	--animus-admin-search-text: #000000;
	--animus-admin-search-placeholder: #cccccc;
	--animus-left-sidebar-bg: #ffffff;
	--animus-primary: #84bf09;
	--animus-primary-rgb: 132, 191, 9;
	--animus-secondary-dark: #e0e0e0;
	--animus-secondary-dark-rgb: 224, 224, 224;
	--animus-tertiary-dark: #ececec;
	--animus-tertiary-dark-rgb: 236, 236, 236;
	--animus-quaternary-dark: #212121;
	--animus-quaternary-dark-rgb: 33, 33, 33;
	--animus-border-dark: #111111;
	--animus-border-dark-rgb: 17, 17, 17;
}

[data-bs-theme="dark"] {
	--bs-body-bg: #212121;
	--bs-body-bg-rgb: 33, 33, 33;
	--bs-body-color: #e5e7eb;
	--bs-body-color-rgb: 229, 231, 235;
	--bs-card-bg: #181818;
	--bs-card-color: #e5e7eb;
	--bs-card-cap-bg: #1b1b1b;
	--bs-card-cap-color: #e5e7eb;
	--bs-border-color: #181818;
	--bs-border-color-translucent: rgba(24, 24, 24, 0.15);
	--bs-primary: #84bf09;
	--bs-primary-rgb: 132, 191, 9;
	--bs-secondary: #1b1b1b;
	--bs-secondary-rgb: 27, 27, 27;
	--bs-secondary-bg: #1b1b1b;
	--bs-secondary-bg-rgb: 27, 27, 27;
	--bs-secondary-color: #e5e7eb;
	--bs-secondary-color-rgb: 229, 231, 235;
	--bs-tertiary-bg: #212121;
	--bs-tertiary-bg-rgb: 33, 33, 33;
	--bs-dropdown-bg: #181818;
	--bs-dropdown-link-color: #e5e7eb;
	--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.08);
	--bs-list-group-bg: #212121;
	--bs-modal-bg: #181818;
	--bs-offcanvas-bg: #181818;
	--bs-toast-bg: #181818;
	--bs-popover-bg: #181818;
	--bs-accordion-bg: #181818;
	--bs-accordion-color: #e5e7eb;
	--bs-table-bg: #181818;
	--bs-emphasis-color: #f9fafb;
	--bs-emphasis-color-rgb: 249, 250, 251;
	--bs-link-color: #84bf09;
	--bs-link-hover-color: #84bf09;
	--animus-header-bg: #1b1b1b;
	--animus-admin-topbar-bg: #181818;
	--animus-admin-topbar-text: #ffffff;
	--animus-admin-search-bg: #111111;
	--animus-admin-search-text: #ffffff;
	--animus-admin-search-placeholder: #cccccc;
	--animus-left-sidebar-bg: #181818;
	--animus-primary: #84bf09;
	--animus-primary-rgb: 132, 191, 9;
	--animus-secondary-dark: #1b1b1b;
	--animus-secondary-dark-rgb: 27, 27, 27;
	--animus-tertiary-dark: #181818;
	--animus-tertiary-dark-rgb: 24, 24, 24;
	--animus-quaternary-dark: #212121;
	--animus-quaternary-dark-rgb: 33, 33, 33;
	--animus-border-dark: #181818;
	--animus-border-dark-rgb: 24, 24, 24;
}

:root[data-vcs-theme="default"] {
	--animus-primary-light: #84bf09;
	--animus-primary-light-rgb: 132, 191, 9;
	--animus-primary-dark: #84bf09;
	--animus-primary-dark-rgb: 132, 191, 9;
	--animus-secondary-light: #e0e0e0;
	--animus-secondary-light-rgb: 224, 224, 224;
	--animus-tertiary-light: #ececec;
	--animus-tertiary-light-rgb: 236, 236, 236;
	--animus-quaternary-light: #212121;
	--animus-quaternary-light-rgb: 33, 33, 33;
	--animus-border-light: #111111;
	--animus-border-light-rgb: 17, 17, 17;
	--animus-border-dark: #181818;
	--animus-border-dark-rgb: 24, 24, 24;
}

:root[data-vcs-theme="default"][data-bs-theme="light"] {
	--bs-body-bg: #ececec;
	--bs-body-bg-rgb: 236, 236, 236;
	--bs-body-color: #111827;
	--bs-body-color-rgb: 17, 24, 39;
	--bs-card-bg: #ececec;
	--bs-card-color: #111827;
	--bs-card-cap-bg: #ececec;
	--bs-card-cap-color: #111827;
	--bs-border-color: #111111;
	--bs-border-color-translucent: rgba(17, 17, 17, 0.15);
	--bs-primary: #84bf09;
	--bs-primary-rgb: 132, 191, 9;
	--bs-secondary: #e0e0e0;
	--bs-secondary-rgb: 224, 224, 224;
	--bs-secondary-bg: #e0e0e0;
	--bs-secondary-bg-rgb: 224, 224, 224;
	--bs-secondary-color: #111827;
	--bs-secondary-color-rgb: 17, 24, 39;
	--bs-tertiary-bg: #f9f9f9;
	--bs-tertiary-bg-rgb: 249, 249, 249;
	--bs-dropdown-bg: #ececec;
	--bs-dropdown-link-color: #111827;
	--bs-dropdown-link-hover-bg: rgba(17, 24, 39, 0.08);
	--bs-list-group-bg: #f9f9f9;
	--bs-modal-bg: #ececec;
	--bs-offcanvas-bg: #ececec;
	--bs-toast-bg: #ececec;
	--bs-popover-bg: #ececec;
	--bs-accordion-bg: #ececec;
	--bs-accordion-color: #111827;
	--bs-table-bg: #ececec;
	--bs-emphasis-color: #111827;
	--bs-emphasis-color-rgb: 17, 24, 39;
	--bs-link-color: #84bf09;
	--bs-link-hover-color: #84bf09;
	--animus-header-bg: #e0e0e0;
	--animus-admin-topbar-bg: #333333;
	--animus-admin-topbar-text: #ffffff;
	--animus-admin-search-bg: #ffffff;
	--animus-admin-search-text: #000000;
	--animus-admin-search-placeholder: #cccccc;
	--animus-left-sidebar-bg: #ffffff;
	--animus-primary: #84bf09;
	--animus-primary-rgb: 132, 191, 9;
	--animus-secondary-dark: #e0e0e0;
	--animus-secondary-dark-rgb: 224, 224, 224;
	--animus-tertiary-dark: #ececec;
	--animus-tertiary-dark-rgb: 236, 236, 236;
	--animus-quaternary-dark: #212121;
	--animus-quaternary-dark-rgb: 33, 33, 33;
	--animus-border-dark: #111111;
	--animus-border-dark-rgb: 17, 17, 17;
}

:root[data-vcs-theme="default"][data-bs-theme="dark"] {
	--bs-body-bg: #212121;
	--bs-body-bg-rgb: 33, 33, 33;
	--bs-body-color: #e5e7eb;
	--bs-body-color-rgb: 229, 231, 235;
	--bs-card-bg: #181818;
	--bs-card-color: #e5e7eb;
	--bs-card-cap-bg: #1b1b1b;
	--bs-card-cap-color: #e5e7eb;
	--bs-border-color: #181818;
	--bs-border-color-translucent: rgba(24, 24, 24, 0.15);
	--bs-primary: #84bf09;
	--bs-primary-rgb: 132, 191, 9;
	--bs-secondary: #1b1b1b;
	--bs-secondary-rgb: 27, 27, 27;
	--bs-secondary-bg: #1b1b1b;
	--bs-secondary-bg-rgb: 27, 27, 27;
	--bs-secondary-color: #e5e7eb;
	--bs-secondary-color-rgb: 229, 231, 235;
	--bs-tertiary-bg: #212121;
	--bs-tertiary-bg-rgb: 33, 33, 33;
	--bs-dropdown-bg: #181818;
	--bs-dropdown-link-color: #e5e7eb;
	--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.08);
	--bs-list-group-bg: #212121;
	--bs-modal-bg: #181818;
	--bs-offcanvas-bg: #181818;
	--bs-toast-bg: #181818;
	--bs-popover-bg: #181818;
	--bs-accordion-bg: #181818;
	--bs-accordion-color: #e5e7eb;
	--bs-table-bg: #181818;
	--bs-emphasis-color: #f9fafb;
	--bs-emphasis-color-rgb: 249, 250, 251;
	--bs-link-color: #84bf09;
	--bs-link-hover-color: #84bf09;
	--animus-header-bg: #1b1b1b;
	--animus-admin-topbar-bg: #181818;
	--animus-admin-topbar-text: #ffffff;
	--animus-admin-search-bg: #111111;
	--animus-admin-search-text: #ffffff;
	--animus-admin-search-placeholder: #cccccc;
	--animus-left-sidebar-bg: #181818;
	--animus-primary: #84bf09;
	--animus-primary-rgb: 132, 191, 9;
	--animus-secondary-dark: #1b1b1b;
	--animus-secondary-dark-rgb: 27, 27, 27;
	--animus-tertiary-dark: #181818;
	--animus-tertiary-dark-rgb: 24, 24, 24;
	--animus-quaternary-dark: #212121;
	--animus-quaternary-dark-rgb: 33, 33, 33;
	--animus-border-dark: #181818;
	--animus-border-dark-rgb: 24, 24, 24;
}

:root[data-vcs-theme="pc-salvage"] {
	--animus-primary-light: #c6174f;
	--animus-primary-light-rgb: 198, 23, 79;
	--animus-primary-dark: #c6164f;
	--animus-primary-dark-rgb: 198, 22, 79;
	--animus-secondary-light: #eeeeee;
	--animus-secondary-light-rgb: 238, 238, 238;
	--animus-tertiary-light: #f9f9f9;
	--animus-tertiary-light-rgb: 249, 249, 249;
	--animus-quaternary-light: #212121;
	--animus-quaternary-light-rgb: 33, 33, 33;
	--animus-border-light: #dddddd;
	--animus-border-light-rgb: 221, 221, 221;
	--animus-border-dark: #111111;
	--animus-border-dark-rgb: 17, 17, 17;
}

:root[data-vcs-theme="pc-salvage"][data-bs-theme="light"] {
	--bs-body-bg: #f9f9f9;
	--bs-body-bg-rgb: 249, 249, 249;
	--bs-body-color: #111827;
	--bs-body-color-rgb: 17, 24, 39;
	--bs-card-bg: #f9f9f9;
	--bs-card-color: #111827;
	--bs-card-cap-bg: #f9f9f9;
	--bs-card-cap-color: #111827;
	--bs-border-color: #dddddd;
	--bs-border-color-translucent: rgba(221, 221, 221, 0.15);
	--bs-primary: #c6174f;
	--bs-primary-rgb: 198, 23, 79;
	--bs-secondary: #eeeeee;
	--bs-secondary-rgb: 238, 238, 238;
	--bs-secondary-bg: #eeeeee;
	--bs-secondary-bg-rgb: 238, 238, 238;
	--bs-secondary-color: #111827;
	--bs-secondary-color-rgb: 17, 24, 39;
	--bs-tertiary-bg: #f9f9f9;
	--bs-tertiary-bg-rgb: 249, 249, 249;
	--bs-dropdown-bg: #f9f9f9;
	--bs-dropdown-link-color: #111827;
	--bs-dropdown-link-hover-bg: rgba(17, 24, 39, 0.08);
	--bs-list-group-bg: #f9f9f9;
	--bs-modal-bg: #f9f9f9;
	--bs-offcanvas-bg: #f9f9f9;
	--bs-toast-bg: #f9f9f9;
	--bs-popover-bg: #f9f9f9;
	--bs-accordion-bg: #f9f9f9;
	--bs-accordion-color: #111827;
	--bs-table-bg: #f9f9f9;
	--bs-emphasis-color: #111827;
	--bs-emphasis-color-rgb: 17, 24, 39;
	--bs-link-color: #c6174f;
	--bs-link-hover-color: #c6174f;
	--animus-header-bg: #eeeeee;
	--animus-admin-topbar-bg: #333333;
	--animus-admin-topbar-text: #ffffff;
	--animus-admin-search-bg: #ffffff;
	--animus-admin-search-text: #000000;
	--animus-admin-search-placeholder: #888888;
	--animus-left-sidebar-bg: #ffffff;
	--animus-primary: #c6174f;
	--animus-primary-rgb: 198, 23, 79;
	--animus-secondary-dark: #eeeeee;
	--animus-secondary-dark-rgb: 238, 238, 238;
	--animus-tertiary-dark: #f9f9f9;
	--animus-tertiary-dark-rgb: 249, 249, 249;
	--animus-quaternary-dark: #212121;
	--animus-quaternary-dark-rgb: 33, 33, 33;
	--animus-border-dark: #dddddd;
	--animus-border-dark-rgb: 221, 221, 221;
}

:root[data-vcs-theme="pc-salvage"][data-bs-theme="dark"] {
	--bs-body-bg: #212121;
	--bs-body-bg-rgb: 33, 33, 33;
	--bs-body-color: #e5e7eb;
	--bs-body-color-rgb: 229, 231, 235;
	--bs-card-bg: #181818;
	--bs-card-color: #e5e7eb;
	--bs-card-cap-bg: #1b1b1b;
	--bs-card-cap-color: #e5e7eb;
	--bs-border-color: #111111;
	--bs-border-color-translucent: rgba(17, 17, 17, 0.15);
	--bs-primary: #c6164f;
	--bs-primary-rgb: 198, 22, 79;
	--bs-secondary: #1b1b1b;
	--bs-secondary-rgb: 27, 27, 27;
	--bs-secondary-bg: #1b1b1b;
	--bs-secondary-bg-rgb: 27, 27, 27;
	--bs-secondary-color: #e5e7eb;
	--bs-secondary-color-rgb: 229, 231, 235;
	--bs-tertiary-bg: #212121;
	--bs-tertiary-bg-rgb: 33, 33, 33;
	--bs-dropdown-bg: #181818;
	--bs-dropdown-link-color: #e5e7eb;
	--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.08);
	--bs-list-group-bg: #212121;
	--bs-modal-bg: #181818;
	--bs-offcanvas-bg: #181818;
	--bs-toast-bg: #181818;
	--bs-popover-bg: #181818;
	--bs-accordion-bg: #181818;
	--bs-accordion-color: #e5e7eb;
	--bs-table-bg: #181818;
	--bs-emphasis-color: #f9fafb;
	--bs-emphasis-color-rgb: 249, 250, 251;
	--bs-link-color: #c6164f;
	--bs-link-hover-color: #c6164f;
	--animus-header-bg: #1b1b1b;
	--animus-admin-topbar-bg: #181818;
	--animus-admin-topbar-text: #ffffff;
	--animus-admin-search-bg: #111111;
	--animus-admin-search-text: #ffffff;
	--animus-admin-search-placeholder: #cccccc;
	--animus-left-sidebar-bg: #181818;
	--animus-primary: #c6164f;
	--animus-primary-rgb: 198, 22, 79;
	--animus-secondary-dark: #1b1b1b;
	--animus-secondary-dark-rgb: 27, 27, 27;
	--animus-tertiary-dark: #181818;
	--animus-tertiary-dark-rgb: 24, 24, 24;
	--animus-quaternary-dark: #212121;
	--animus-quaternary-dark-rgb: 33, 33, 33;
	--animus-border-dark: #111111;
	--animus-border-dark-rgb: 17, 17, 17;
}

:root[data-vcs-theme="unreal"] {
	--animus-primary-light: #26bbff;
	--animus-primary-light-rgb: 38, 187, 255;
	--animus-primary-dark: #26bbff;
	--animus-primary-dark-rgb: 38, 187, 255;
	--animus-secondary-light: #101014;
	--animus-secondary-light-rgb: 16, 16, 20;
	--animus-tertiary-light: #1c1c20;
	--animus-tertiary-light-rgb: 28, 28, 32;
	--animus-quaternary-light: #202024;
	--animus-quaternary-light-rgb: 32, 32, 36;
	--animus-border-light: #e0e0e0;
	--animus-border-light-rgb: 224, 224, 224;
	--animus-border-dark: #181818;
	--animus-border-dark-rgb: 24, 24, 24;
}

:root[data-vcs-theme="unreal"][data-bs-theme="light"] {
	--bs-body-bg: #1c1c20;
	--bs-body-bg-rgb: 28, 28, 32;
	--bs-body-color: #111827;
	--bs-body-color-rgb: 17, 24, 39;
	--bs-card-bg: #1c1c20;
	--bs-card-color: #111827;
	--bs-card-cap-bg: #1c1c20;
	--bs-card-cap-color: #111827;
	--bs-border-color: #e0e0e0;
	--bs-border-color-translucent: rgba(224, 224, 224, 0.15);
	--bs-primary: #26bbff;
	--bs-primary-rgb: 38, 187, 255;
	--bs-secondary: #101014;
	--bs-secondary-rgb: 16, 16, 20;
	--bs-secondary-bg: #101014;
	--bs-secondary-bg-rgb: 16, 16, 20;
	--bs-secondary-color: #111827;
	--bs-secondary-color-rgb: 17, 24, 39;
	--bs-tertiary-bg: #f9f9f9;
	--bs-tertiary-bg-rgb: 249, 249, 249;
	--bs-dropdown-bg: #1c1c20;
	--bs-dropdown-link-color: #111827;
	--bs-dropdown-link-hover-bg: rgba(17, 24, 39, 0.08);
	--bs-list-group-bg: #f9f9f9;
	--bs-modal-bg: #1c1c20;
	--bs-offcanvas-bg: #1c1c20;
	--bs-toast-bg: #1c1c20;
	--bs-popover-bg: #1c1c20;
	--bs-accordion-bg: #1c1c20;
	--bs-accordion-color: #111827;
	--bs-table-bg: #1c1c20;
	--bs-emphasis-color: #111827;
	--bs-emphasis-color-rgb: 17, 24, 39;
	--bs-link-color: #26bbff;
	--bs-link-hover-color: #26bbff;
	--animus-header-bg: #101014;
	--animus-admin-topbar-bg: #333333;
	--animus-admin-topbar-text: #ffffff;
	--animus-admin-search-bg: #ffffff;
	--animus-admin-search-text: #000000;
	--animus-admin-search-placeholder: #cccccc;
	--animus-left-sidebar-bg: #ffffff;
	--animus-primary: #26bbff;
	--animus-primary-rgb: 38, 187, 255;
	--animus-secondary-dark: #101014;
	--animus-secondary-dark-rgb: 16, 16, 20;
	--animus-tertiary-dark: #1c1c20;
	--animus-tertiary-dark-rgb: 28, 28, 32;
	--animus-quaternary-dark: #202024;
	--animus-quaternary-dark-rgb: 32, 32, 36;
	--animus-border-dark: #e0e0e0;
	--animus-border-dark-rgb: 224, 224, 224;
}

:root[data-vcs-theme="unreal"][data-bs-theme="dark"] {
	--bs-body-bg: #202024;
	--bs-body-bg-rgb: 32, 32, 36;
	--bs-body-color: #e5e7eb;
	--bs-body-color-rgb: 229, 231, 235;
	--bs-card-bg: #1c1c20;
	--bs-card-color: #e5e7eb;
	--bs-card-cap-bg: #101014;
	--bs-card-cap-color: #e5e7eb;
	--bs-border-color: #181818;
	--bs-border-color-translucent: rgba(24, 24, 24, 0.15);
	--bs-primary: #26bbff;
	--bs-primary-rgb: 38, 187, 255;
	--bs-secondary: #101014;
	--bs-secondary-rgb: 16, 16, 20;
	--bs-secondary-bg: #101014;
	--bs-secondary-bg-rgb: 16, 16, 20;
	--bs-secondary-color: #e5e7eb;
	--bs-secondary-color-rgb: 229, 231, 235;
	--bs-tertiary-bg: #212121;
	--bs-tertiary-bg-rgb: 33, 33, 33;
	--bs-dropdown-bg: #1c1c20;
	--bs-dropdown-link-color: #e5e7eb;
	--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.08);
	--bs-list-group-bg: #212121;
	--bs-modal-bg: #1c1c20;
	--bs-offcanvas-bg: #1c1c20;
	--bs-toast-bg: #1c1c20;
	--bs-popover-bg: #1c1c20;
	--bs-accordion-bg: #1c1c20;
	--bs-accordion-color: #e5e7eb;
	--bs-table-bg: #1c1c20;
	--bs-emphasis-color: #f9fafb;
	--bs-emphasis-color-rgb: 249, 250, 251;
	--bs-link-color: #26bbff;
	--bs-link-hover-color: #26bbff;
	--animus-header-bg: #101014;
	--animus-admin-topbar-bg: #181818;
	--animus-admin-topbar-text: #ffffff;
	--animus-admin-search-bg: #111111;
	--animus-admin-search-text: #ffffff;
	--animus-admin-search-placeholder: #cccccc;
	--animus-left-sidebar-bg: #181818;
	--animus-primary: #26bbff;
	--animus-primary-rgb: 38, 187, 255;
	--animus-secondary-dark: #101014;
	--animus-secondary-dark-rgb: 16, 16, 20;
	--animus-tertiary-dark: #1c1c20;
	--animus-tertiary-dark-rgb: 28, 28, 32;
	--animus-quaternary-dark: #202024;
	--animus-quaternary-dark-rgb: 32, 32, 36;
	--animus-border-dark: #181818;
	--animus-border-dark-rgb: 24, 24, 24;
}

:root[data-vcs-theme="vc-hub"] {
	--animus-primary-light: #1e183c;
	--animus-primary-light-rgb: 30, 24, 60;
	--animus-primary-dark: #1e183c;
	--animus-primary-dark-rgb: 30, 24, 60;
	--animus-secondary-light: #eeeeee;
	--animus-secondary-light-rgb: 238, 238, 238;
	--animus-tertiary-light: #ececec;
	--animus-tertiary-light-rgb: 236, 236, 236;
	--animus-quaternary-light: #212121;
	--animus-quaternary-light-rgb: 33, 33, 33;
	--animus-border-light: #e0e0e0;
	--animus-border-light-rgb: 224, 224, 224;
	--animus-border-dark: #181818;
	--animus-border-dark-rgb: 24, 24, 24;
}

:root[data-vcs-theme="vc-hub"][data-bs-theme="light"] {
	--bs-body-bg: #ececec;
	--bs-body-bg-rgb: 236, 236, 236;
	--bs-body-color: #111827;
	--bs-body-color-rgb: 17, 24, 39;
	--bs-card-bg: #ececec;
	--bs-card-color: #111827;
	--bs-card-cap-bg: #ececec;
	--bs-card-cap-color: #111827;
	--bs-border-color: #e0e0e0;
	--bs-border-color-translucent: rgba(224, 224, 224, 0.15);
	--bs-primary: #1e183c;
	--bs-primary-rgb: 30, 24, 60;
	--bs-secondary: #eeeeee;
	--bs-secondary-rgb: 238, 238, 238;
	--bs-secondary-bg: #eeeeee;
	--bs-secondary-bg-rgb: 238, 238, 238;
	--bs-secondary-color: #111827;
	--bs-secondary-color-rgb: 17, 24, 39;
	--bs-tertiary-bg: #f9f9f9;
	--bs-tertiary-bg-rgb: 249, 249, 249;
	--bs-dropdown-bg: #ececec;
	--bs-dropdown-link-color: #111827;
	--bs-dropdown-link-hover-bg: rgba(17, 24, 39, 0.08);
	--bs-list-group-bg: #f9f9f9;
	--bs-modal-bg: #ececec;
	--bs-offcanvas-bg: #ececec;
	--bs-toast-bg: #ececec;
	--bs-popover-bg: #ececec;
	--bs-accordion-bg: #ececec;
	--bs-accordion-color: #111827;
	--bs-table-bg: #ececec;
	--bs-emphasis-color: #111827;
	--bs-emphasis-color-rgb: 17, 24, 39;
	--bs-link-color: #1e183c;
	--bs-link-hover-color: #1e183c;
	--animus-header-bg: #eeeeee;
	--animus-admin-topbar-bg: #333333;
	--animus-admin-topbar-text: #ffffff;
	--animus-admin-search-bg: #ffffff;
	--animus-admin-search-text: #000000;
	--animus-admin-search-placeholder: #888888;
	--animus-left-sidebar-bg: #ffffff;
	--animus-primary: #1e183c;
	--animus-primary-rgb: 30, 24, 60;
	--animus-secondary-dark: #eeeeee;
	--animus-secondary-dark-rgb: 238, 238, 238;
	--animus-tertiary-dark: #ececec;
	--animus-tertiary-dark-rgb: 236, 236, 236;
	--animus-quaternary-dark: #212121;
	--animus-quaternary-dark-rgb: 33, 33, 33;
	--animus-border-dark: #e0e0e0;
	--animus-border-dark-rgb: 224, 224, 224;
}

:root[data-vcs-theme="vc-hub"][data-bs-theme="dark"] {
	--bs-body-bg: #212121;
	--bs-body-bg-rgb: 33, 33, 33;
	--bs-body-color: #e5e7eb;
	--bs-body-color-rgb: 229, 231, 235;
	--bs-card-bg: #181818;
	--bs-card-color: #e5e7eb;
	--bs-card-cap-bg: #1b1b1b;
	--bs-card-cap-color: #e5e7eb;
	--bs-border-color: #181818;
	--bs-border-color-translucent: rgba(24, 24, 24, 0.15);
	--bs-primary: #1e183c;
	--bs-primary-rgb: 30, 24, 60;
	--bs-secondary: #1b1b1b;
	--bs-secondary-rgb: 27, 27, 27;
	--bs-secondary-bg: #1b1b1b;
	--bs-secondary-bg-rgb: 27, 27, 27;
	--bs-secondary-color: #e5e7eb;
	--bs-secondary-color-rgb: 229, 231, 235;
	--bs-tertiary-bg: #212121;
	--bs-tertiary-bg-rgb: 33, 33, 33;
	--bs-dropdown-bg: #181818;
	--bs-dropdown-link-color: #e5e7eb;
	--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.08);
	--bs-list-group-bg: #212121;
	--bs-modal-bg: #181818;
	--bs-offcanvas-bg: #181818;
	--bs-toast-bg: #181818;
	--bs-popover-bg: #181818;
	--bs-accordion-bg: #181818;
	--bs-accordion-color: #e5e7eb;
	--bs-table-bg: #181818;
	--bs-emphasis-color: #f9fafb;
	--bs-emphasis-color-rgb: 249, 250, 251;
	--bs-link-color: #1e183c;
	--bs-link-hover-color: #1e183c;
	--animus-header-bg: #1b1b1b;
	--animus-admin-topbar-bg: #181818;
	--animus-admin-topbar-text: #ffffff;
	--animus-admin-search-bg: #111111;
	--animus-admin-search-text: #ffffff;
	--animus-admin-search-placeholder: #cccccc;
	--animus-left-sidebar-bg: #181818;
	--animus-primary: #1e183c;
	--animus-primary-rgb: 30, 24, 60;
	--animus-secondary-dark: #1b1b1b;
	--animus-secondary-dark-rgb: 27, 27, 27;
	--animus-tertiary-dark: #181818;
	--animus-tertiary-dark-rgb: 24, 24, 24;
	--animus-quaternary-dark: #212121;
	--animus-quaternary-dark-rgb: 33, 33, 33;
	--animus-border-dark: #181818;
	--animus-border-dark-rgb: 24, 24, 24;
}

/* animus-theme-end */
.admin-debug-panel {
	display: none;
	position: fixed;
	right: 16px;
	bottom: 16px;
	width: 900px;
	height: 400px;
	max-width: calc(100vw - 32px);
	z-index: 1055;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.admin-debug-panel.is-visible {
	display: block;
}

.admin-debug-panel .card-body {
	display: flex;
	flex-direction: column;
	height: calc(100% - 46px);
}

.admin-debug-tabs {
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

.admin-debug-panel .tab-content {
	flex: 1 1 auto;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.admin-debug-tabs .nav-link {
	padding: 4px 10px;
	font-size: 12px;
}

.admin-debug-status {
	letter-spacing: 0.03em;
}

.admin-debug-log {
	max-height: none;
	min-height: 0;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px;
	border-radius: 8px;
	background-color: rgba(15, 15, 18, 0.9);
	color: #f9fafb;
	font-family: "Courier New", monospace;
	font-size: 12px;
}

.admin-debug-panel .tab-content > .tab-pane {
	flex: 1 1 auto;
	min-height: 0;
}

#admin_debug_ws_panel {
	overflow: hidden;
	height: 100%;
}

.admin-debug-ws-meta {
	margin-bottom: 6px;
}

.admin-debug-ws-layout {
	overflow: hidden;
	height: calc(100% - 64px);
}

.admin-debug-ws-left,
.admin-debug-ws-right {
	float: left;
	height: 100%;
	padding: 0 8px;
}

.admin-debug-ws-left {
	width: 65%;
}

.admin-debug-ws-right {
	width: 35%;
}

.admin-debug-ws-clear {
	clear: both;
	height: 0;
}

.admin-debug-ws-left .admin-debug-log {
	height: 220px;
	max-height: 220px;
	overflow-y: auto;
	overflow-x: hidden;
}

.admin-debug-ws-right {
	overflow-y: auto;
}

.admin-debug-ws-chat-log {
	height: 140px;
	max-height: 140px;
	overflow-y: auto;
	overflow-x: hidden;
}

.contact-msg-list {
	max-height: 520px;
	overflow-y: auto;
}

.contact-msg-item {
	position: relative;
}

.contact-msg-item.unread {
	border-left: 3px solid #84BF09;
}

.contact-msg-unread {
	position: absolute;
	top: 10px;
	right: 10px;
}

.contact-msgs .contact-msgs-list,
.contact-msgs .contact-msgs-thread {
	flex: 0 0 auto;
}

@media (min-width: 992px) {
	.contact-msgs .contact-msgs-list {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.contact-msgs .contact-msgs-thread {
		flex: 0 0 80%;
		max-width: 80%;
	}
}

.contact-msg-thread {
	display: flex;
}

.contact-msg-thread-panel {
	border: 1px solid var(--bs-border-color);
	border-radius: 12px;
	padding: 16px;
	background: var(--bs-body-bg);
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.contact-msg-thread-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.contact-msg-thread-identity {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.contact-msg-thread-avatar {
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: var(--bs-secondary-bg);
	color: var(--bs-emphasis-color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	letter-spacing: 0.03em;
}

.contact-msg-thread-title {
	min-width: 0;
}

.contact-msg-thread-status {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.65rem;
}

.contact-msg-thread-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.contact-msg-thread-actions .form-check-label {
	color: var(--bs-secondary-color);
	font-size: 0.875rem;
}

.contact-msg-thread-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.contact-msg-thread-body {
	background: var(--bs-tertiary-bg);
	border-radius: 8px;
	padding: 12px;
	border: 1px solid var(--bs-border-color-translucent);
}

.contact-msg-thread-message-label {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.7rem;
	color: var(--bs-secondary-color);
	margin-bottom: 6px;
}

.contact-msg-thread-message {
	white-space: pre-wrap;
}

.contact-msg-thread-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	border-top: 1px dashed var(--bs-border-color);
	padding-top: 10px;
}

.contact-msg-thread-foot-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.notepad-module {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
}

.notepad-layout {
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
}

.notepad-sidebar {
	width: 280px;
	min-width: 220px;
	flex: 0 0 auto;
	height: 100%;
	overflow: hidden;
}

.notepad-sidebar .card-body {
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.notepad-list {
	flex: 1 1 auto;
	min-height: 0;
	max-height: 100%;
	overflow: auto;
}

.notepad-list .list-group-item {
	border: 0;
	border-bottom: 1px solid var(--bs-border-color);
	background: transparent;
}

.notepad-list .list-group-item:nth-child(odd) {
	background: var(--bs-tertiary-bg);
}

.notepad-list .list-group-item.active {
	background: var(--bs-primary);
	color: #fff;
}

.notepad-list .list-group-item.active .text-body-secondary {
	color: rgba(255, 255, 255, 0.8);
}

.notepad-editor {
	min-height: 0;
}

.notepad-editor .card-body {
	flex: 1 1 auto;
	min-height: 0;
}

.notepad-title-row {
	min-height: 31px;
}

.notepad-title-row .btn {
	--bs-btn-padding-y: 0.1rem;
	--bs-btn-padding-x: 0.45rem;
}

.notepad-title-edit {
	max-width: 460px;
}

.notepad-toolbar {
	padding-bottom: 4px;
}

.notepad-toolbar .btn {
	min-width: 34px;
}

.notepad-editor-surface {
	flex: 1 1 auto;
	min-height: 0;
	overflow: auto;
	line-height: 1.6;
	padding: 14px 16px;
	white-space: normal;
}

.notepad-editor-surface:focus {
	outline: 0;
}

.notepad-editor-surface:empty::before {
	content: attr(data-placeholder);
	color: var(--bs-secondary-color);
	pointer-events: none;
}

.notepad-editor-surface p,
.notepad-editor-surface div,
.notepad-editor-surface blockquote,
.notepad-editor-surface ul,
.notepad-editor-surface ol {
	margin-bottom: 0.75rem;
}

.notepad-editor-surface p:last-child,
.notepad-editor-surface div:last-child,
.notepad-editor-surface blockquote:last-child,
.notepad-editor-surface ul:last-child,
.notepad-editor-surface ol:last-child {
	margin-bottom: 0;
}

.notepad-editor-surface blockquote {
	border-left: 3px solid var(--bs-border-color);
	padding-left: 12px;
	color: var(--bs-secondary-color);
}

.notepad-editor-surface a {
	color: var(--bs-link-color);
	text-decoration: underline;
}

@media (max-width: 991.98px) {
	.notepad-sidebar {
		width: 100%;
	}
}

[data-bs-theme="light"] #products_module {
	--bs-body-bg: #ffffff;
	--bs-card-bg: #ffffff;
	--bs-card-cap-bg: #ffffff;
	--bs-list-group-bg: #ffffff;
	--bs-list-group-action-hover-bg: #ffffff;
	--bs-table-bg: #ffffff;
	--bs-table-hover-bg: #ffffff;
	--bs-table-striped-bg: #ffffff;
	--bs-secondary-bg: #ffffff;
	--bs-tertiary-bg: #ffffff;
	background-color: #ffffff;
}

[data-bs-theme="light"] #stock_module {
	--bs-body-bg: #ffffff;
	--bs-card-bg: #ffffff;
	--bs-card-cap-bg: #ffffff;
	--bs-list-group-bg: #ffffff;
	--bs-list-group-action-hover-bg: #ffffff;
	--bs-table-bg: #ffffff;
	--bs-table-hover-bg: #ffffff;
	--bs-table-striped-bg: #ffffff;
	--bs-secondary-bg: #ffffff;
	--bs-tertiary-bg: #ffffff;
	background-color: #ffffff;
}

#products_module {
	font-size: var(--animus-font-size);
}

#stock_module {
	font-size: var(--animus-font-size);
}

#products_module small,
#products_module .small {
	font-size: var(--animus-font-size-small);
}

#stock_module small,
#stock_module .small {
	font-size: var(--animus-font-size-small);
}

#products_module .form-control,
#products_module .form-select,
#products_module .input-group-text,
#products_module .btn {
	font-size: var(--animus-font-size);
}

#stock_module .form-control,
#stock_module .form-select,
#stock_module .input-group-text,
#stock_module .btn {
	font-size: var(--animus-font-size);
}

#products_module .form-control-sm,
#products_module .form-select-sm,
#products_module .btn-sm,
#products_module .input-group-sm > .form-control,
#products_module .input-group-sm > .form-select,
#products_module .input-group-sm > .input-group-text {
	font-size: var(--animus-font-size-small);
}

#stock_module .form-control-sm,
#stock_module .form-select-sm,
#stock_module .btn-sm,
#stock_module .input-group-sm > .form-control,
#stock_module .input-group-sm > .form-select,
#stock_module .input-group-sm > .input-group-text {
	font-size: var(--animus-font-size-small);
}

#stock_module .card {
	border-color: var(--bs-border-color);
	background: var(--bs-card-bg);
}

#stock_module .card-header,
#stock_module .card-body,
#stock_module .table-responsive {
	background: var(--bs-card-bg);
}

[data-bs-theme="light"] #stock_module .form-control,
[data-bs-theme="light"] #stock_module .form-select,
[data-bs-theme="light"] #stock_module .input-group-text,
[data-bs-theme="light"] #stock_module .stock-tag-editor,
[data-bs-theme="light"] #stock_module .product-image-upload-card,
[data-bs-theme="light"] #stock_module .product-image-thumb,
[data-bs-theme="light"] #stock_module .products-empty-row {
	background-color: #ffffff;
	border-color: var(--bs-border-color);
}

[data-bs-theme="light"] #stock_module .card-header {
	border-bottom-color: var(--bs-border-color);
}

#products_module .products-category-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: sticky;
	top: 1rem;
	max-height: calc(100vh - 10rem);
	overflow-y: auto;
	overflow-x: hidden;
}

#products_module #products_category_list {
	padding-top: 4px;
}

#products_module .products-category-toolbar .card-body,
#products_module .products-sidebar-quick-card .card-body {
	padding: 0.75rem;
}

#products_module .products-tree-menu {
	display: block;
	padding: 0.15rem 0;
}

#products_module .products-tree-section-title {
	padding: 0.35rem 0.45rem 0.15rem;
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--bs-secondary-color);
}

#products_module .products-tree-level {
	list-style: none;
	margin: 0;
	padding: 0;
}

#products_module .products-tree-level .products-tree-level {
	margin-left: 12px;
	padding-left: 12px;
	border-left: 1px dashed var(--bs-border-color);
}

#products_module .products-tree-item {
	margin: 2px 0;
}

#products_module .products-tree-link {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	min-height: 32px;
	padding: 0.35rem 0.45rem;
	border: 1px solid transparent;
	border-radius: 6px;
	text-decoration: none;
	color: var(--bs-body-color);
}

#products_module .products-tree-link-static {
	cursor: default;
}

#products_module .products-tree-label {
	flex: 1 1 auto;
	min-width: 0;
	overflow-wrap: anywhere;
	line-height: 1.2;
}

#products_module .products-tree-link .badge {
	margin-left: auto;
	font-weight: 600;
}

#products_module .products-tree-glyph {
	position: relative;
	flex: 0 0 12px;
	width: 12px;
	height: 12px;
	border: 1px solid var(--bs-border-color);
	border-radius: 2px;
	background: var(--bs-tertiary-bg);
}

#products_module .products-tree-link.is-root .products-tree-glyph {
	border-radius: 50%;
}

#products_module .products-tree-link.is-folder .products-tree-glyph::before,
#products_module .products-tree-link-static.is-folder .products-tree-glyph::before,
#products_module .products-tree-link.is-leaf .products-tree-glyph::before,
#products_module .products-tree-link-static.is-leaf .products-tree-glyph::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -56%);
	font-size: 9px;
	line-height: 1;
	color: var(--bs-secondary-color);
}

#products_module .products-tree-link.is-folder .products-tree-glyph::before,
#products_module .products-tree-link-static.is-folder .products-tree-glyph::before {
	content: "+";
}

#products_module .products-tree-link.is-leaf .products-tree-glyph::before,
#products_module .products-tree-link-static.is-leaf .products-tree-glyph::before {
	content: "-";
}

#products_module .products-category-link:hover,
#products_module .products-category-link:focus {
	color: var(--bs-body-color);
	text-decoration: none;
	background-color: var(--bs-secondary-bg);
	border-color: var(--bs-border-color);
}

#products_module .products-category-link.active {
	font-weight: 600;
	box-shadow: inset 0 0 0 1px var(--bs-primary);
}

#products_module .products-tree-item.is-open > .products-tree-link,
#products_module .products-tree-item.is-open > .products-tree-link-static {
	font-weight: 600;
}

#products_module .products-tree-empty {
	padding: 0.5rem 0.45rem;
}

#products_module .products-category-header {
	display: inline-flex;
	align-items: center;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--bs-secondary-color);
	margin-bottom: 8px;
}

#products_module .products-category-link {
	display: flex;
}

#products_module .table-responsive {
	overflow-x: auto;
	overflow-y: visible;
}

#products_module .products-list-image-cell {
	width: 116px;
	min-width: 116px;
	text-align: center;
}

#products_module .products-list-image-wrap {
	width: 100px;
	height: 100px;
	border: 1px solid var(--bs-border-color);
	border-radius: 6px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--bs-tertiary-bg);
	margin: 0 auto;
}

#products_module .products-list-image {
	width: 100px;
	height: 100px;
	object-fit: cover;
	object-position: center center;
	display: block;
}

#products_module .products-list-image-placeholder {
	font-size: 0.85rem;
	color: var(--bs-secondary-color);
}

#products_module .form-control::placeholder,
#products_module .form-control-sm::placeholder,
#products_module input::placeholder,
#products_module textarea::placeholder {
	color: #ccc;
	opacity: 1;
}

#stock_module .stock-sidebar-card .list-group-item {
	border-left: 0;
	border-right: 0;
}

#stock_module .stock-sidebar-card .list-group-item:first-child {
	border-top: 0;
}

#stock_module .stock-sidebar-card .list-group-item:last-child {
	border-bottom: 0;
}

#stock_module .stock-sidebar-card .list-group-item.active .badge {
	background: rgba(255, 255, 255, 0.2) !important;
	color: #ffffff !important;
}

#stock_module .stock-tag-editor {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	min-height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 0.75rem;
	border: 1px solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	background: var(--bs-body-bg);
	cursor: text;
}

#stock_module .stock-tag-editor:focus-within {
	border-color: rgba(var(--bs-primary-rgb), 0.65);
	box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.15);
}

#stock_module .stock-tag-editor-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}

#stock_module .stock-tag-editor-input {
	flex: 1 1 180px;
	min-width: 140px;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--bs-body-color);
}

#stock_module .stock-tag-editor-input::placeholder {
	color: var(--bs-secondary-color);
	opacity: 1;
}

#stock_module .stock-tag-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
	background: rgba(var(--bs-primary-rgb), 0.12);
	color: var(--bs-emphasis-color);
	font-size: 0.875rem;
	line-height: 1;
}

#stock_module .stock-tag-pill-remove {
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font-size: 0.9rem;
	line-height: 1;
}

#stock_module .stock-tag-pill-remove:hover {
	color: var(--bs-primary);
}

[data-bs-theme="dark"] #stock_module .stock-tag-pill {
	background: rgba(var(--bs-primary-rgb), 0.22);
}

#products_module .product-images-gallery,
#stock_module .product-images-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 12px;
}

#products_module .product-images-gallery .products-empty-row,
#stock_module .product-images-gallery .products-empty-row {
	grid-column: 1 / -1;
	border: 1px dashed var(--bs-border-color);
	border-radius: 8px;
}

#products_module .product-image-thumb,
#stock_module .product-image-thumb {
	border: 1px solid var(--bs-border-color);
	border-radius: 10px;
	background: var(--bs-card-bg);
	overflow: hidden;
	cursor: grab;
}

#products_module .product-image-thumb.is-primary,
#stock_module .product-image-thumb.is-primary {
	box-shadow: inset 0 0 0 2px var(--bs-primary);
}

#products_module .product-image-thumb.is-dragging,
#stock_module .product-image-thumb.is-dragging {
	opacity: 0.6;
}

#products_module .product-image-thumb-preview,
#stock_module .product-image-thumb-preview {
	aspect-ratio: 1 / 1;
	background: var(--bs-tertiary-bg);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	cursor: zoom-in;
}

#products_module .product-image-primary-chip,
#stock_module .product-image-primary-chip {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
}

#products_module .product-image-thumb-preview img,
#stock_module .product-image-thumb-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#products_module .product-image-thumb-empty,
#stock_module .product-image-thumb-empty {
	padding: 1rem;
	font-size: 0.85rem;
	color: var(--bs-secondary-color);
}

#products_module .product-image-thumb.is-inactive,
#stock_module .product-image-thumb.is-inactive {
	opacity: 0.75;
}

#products_module .product-image-status-toggle,
#stock_module .product-image-status-toggle {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	padding: 0;
	line-height: 1;
	font-size: 16px;
	font-weight: 700;
}

#products_module .product-image-upload-card,
#stock_module .product-image-upload-card {
	border: 1px dashed var(--bs-border-color);
	border-radius: 10px;
	padding: 10px;
	background: var(--bs-body-bg);
	align-self: stretch;
}

#products_module .product-image-upload-card.is-uploading,
#stock_module .product-image-upload-card.is-uploading {
	opacity: 0.65;
	pointer-events: none;
}

#products_module .product-image-upload-drop,
#stock_module .product-image-upload-drop {
	aspect-ratio: 1 / 1;
	border: 1px dashed var(--bs-border-color);
	border-radius: 8px;
	background: var(--bs-tertiary-bg);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	padding: 10px;
}

#products_module .product-image-upload-drop.is-drag-over,
#stock_module .product-image-upload-drop.is-drag-over {
	border-color: var(--bs-primary);
	box-shadow: inset 0 0 0 1px var(--bs-primary);
}

#products_module .product-image-lightbox,
#stock_module .product-image-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.75);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1080;
	padding: 24px;
}

#products_module .product-image-lightbox-inner,
#stock_module .product-image-lightbox-inner {
	max-width: min(92vw, 1200px);
	max-height: 92vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

#products_module .product-image-lightbox-inner img,
#stock_module .product-image-lightbox-inner img {
	max-width: 100%;
	max-height: 92vh;
	display: block;
	border-radius: 10px;
}

#products_module .product-image-lightbox-close,
#stock_module .product-image-lightbox-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	background: rgba(0, 0, 0, 0.35);
	color: #ffffff;
	font-size: 22px;
	line-height: 1;
}

#products_module .product-image-thumb-readonly,
#products_module .product-image-thumb-readonly .product-image-thumb-preview {
	cursor: default;
}

#products_module .product-linked-image-meta {
	padding: 0.7rem 0.85rem;
	border-top: 1px solid var(--bs-border-color);
	font-size: 0.8rem;
	color: var(--bs-secondary-color);
}

@media (min-width: 992px) {
	#products_module .products-sidebar-col {
		flex: 0 0 280px;
		max-width: 280px;
		width: 280px;
	}
	#products_module .products-main-col {
		flex: 1 1 calc(100% - 280px);
		max-width: calc(100% - 280px);
	}
}

@media (max-width: 991.98px) {
	#products_module .products-category-list {
		position: static;
		top: auto;
	}
	#products_module .products-category-toolbar .card-body,
	#products_module .products-sidebar-quick-card .card-body {
		padding: 0.75rem;
	}
}

#products_module .products-category-link.active {
	font-weight: 700;
	color: var(--bs-body-color);
}

[data-bs-theme="light"] #products_module .products-category-link {
	color: #000000;
}

[data-bs-theme="light"] #products_module .products-category-link:hover,
[data-bs-theme="light"] #products_module .products-category-link:focus,
[data-bs-theme="light"] #products_module .products-category-link.active {
	color: #000000;
}

.live-support-layout {
	display: grid;
	grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
	gap: 16px;
	min-height: 520px;
}

@media (max-width: 991.98px) {
	.live-support-layout {
		grid-template-columns: 1fr;
	}
}

.live-support-threads {
	height: 100%;
}

.live-support-thread-list .list-group-item {
	border-left: 0;
	border-right: 0;
}

.live-support-thread-snippet {
	flex: 1 1 auto;
	min-width: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.live-support-thread-preview {
	font-size: 0.75rem;
	line-height: 1.2;
}

.live-support-chat {
	height: 95%;
	display: flex;
	flex-direction: column;
}

.live-support-chat-body {
	flex: 1 1 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 260px;
	gap: 16px;
	min-height: 320px;
	max-height: 520px;
}

.live-support-chat-body.is-empty {
	grid-template-columns: minmax(0, 1fr);
}

.live-support-chat-body.is-empty .live-support-chat-messages,
.live-support-chat-body.is-empty .live-support-chat-sidebar {
	display: none;
}

.live-support-chat-body:not(.is-empty) .live-support-chat-empty {
	display: none;
}

.live-support-chat.is-empty .card-header,
.live-support-chat.is-empty .live-support-chat-footer {
	display: none;
}

.live-support-chat-empty {
	min-height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.live-support-chat-messages {
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-height: 320px;
	max-height: 520px;
}

.live-support-chat-sidebar {
	border-left: 1px solid var(--bs-border-color);
	padding-left: 12px;
	display: flex;
	flex-direction: column;
	min-height: 320px;
	max-height: 520px;
	overflow: hidden;
}

.live-support-sidebar-tabs {
	margin-bottom: 12px;
}

.live-support-sidebar-content {
	flex: 1 1 auto;
	overflow-y: auto;
	padding-top: 12px;
}

.live-support-timeline-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.live-support-timeline-item {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: flex-start;
}

.live-support-timeline-label {
	flex: 1 1 auto;
	min-width: 0;
}

.live-support-timeline-time {
	flex: 0 0 auto;
	white-space: nowrap;
}

.live-support-timeline-item:last-child {
	border-bottom: 0;
}

@media (max-width: 991.98px) {
	.live-support-chat-body {
		grid-template-columns: 1fr;
	}

	.live-support-chat-sidebar {
		border-left: 0;
		border-top: 1px solid var(--bs-border-color);
		padding-left: 0;
		padding-top: 12px;
	}
}

.live-support-chat-footer {
	background: var(--bs-body-bg);
}

.live-support-message {
	display: flex;
	flex-direction: column;
	gap: 4px;
	max-width: 78%;
}

.live-support-message.is-own {
	align-self: flex-end;
	text-align: right;
}

.live-support-bubble {
	padding: 8px 12px;
	border-radius: 18px;
	background: var(--bs-secondary);
	border: 1px solid transparent;
	color: #000000;
	word-break: break-word;
	white-space: pre-wrap;
}

.live-support-message.is-own .live-support-bubble {
	background: var(--bs-primary);
	border-color: transparent;
	color: #ffffff;
}

.live-support-meta {
	font-size: 0.75rem;
	color: var(--bs-secondary-color);
	display: none;
	padding-left: 12px;
}

.live-support-message.show-meta .live-support-meta {
	display: block;
}

.live-support-message.is-own .live-support-meta {
	padding-left: 0;
	padding-right: 12px;
}

.live-support-day-divider {
	align-self: center;
	font-size: 0.7rem;
	color: var(--bs-secondary-color);
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--bs-body-tertiary-bg);
	border: 1px solid var(--bs-border-color-translucent);
}

.live-support-section-title {
	background: var(--animus-primary-light);
	color: #ffffff;
}

:root[data-bs-theme="dark"] .live-support-section-title {
	background: var(--animus-primary-dark);
}

@keyframes live-support-unread-pulse {
	0% {
		background-color: rgba(var(--animus-primary-light-rgb, 198, 23, 79), 0.08);
	}
	50% {
		background-color: rgba(var(--animus-primary-light-rgb, 198, 23, 79), 0.2);
	}
	100% {
		background-color: rgba(var(--animus-primary-light-rgb, 198, 23, 79), 0.08);
	}
}

@keyframes live-support-unread-pulse-dark {
	0% {
		background-color: rgba(var(--animus-primary-dark-rgb, 198, 22, 79), 0.18);
	}
	50% {
		background-color: rgba(var(--animus-primary-dark-rgb, 198, 22, 79), 0.32);
	}
	100% {
		background-color: rgba(var(--animus-primary-dark-rgb, 198, 22, 79), 0.18);
	}
}

.live-support-thread-item.is-unread:not(.active),
.live-support-customer-item.is-unread:not(.active) {
	animation: live-support-unread-pulse 1.4s ease-in-out infinite;
}

:root[data-bs-theme="dark"] .live-support-thread-item.is-unread:not(.active),
:root[data-bs-theme="dark"] .live-support-customer-item.is-unread:not(.active) {
	animation: live-support-unread-pulse-dark 1.4s ease-in-out infinite;
}

.list-group-item.active {
	background: var(--animus-primary-light);
	border-color: var(--animus-primary-light);
	color: #ffffff;
}

.list-group-item-action:active,
.list-group-item-action:focus,
.list-group-item-action.active {
	background: var(--animus-primary-light);
	border-color: var(--animus-primary-light);
	color: #ffffff;
}

:root[data-bs-theme="dark"] .list-group-item.active {
	background: var(--animus-primary-dark);
	border-color: var(--animus-primary-dark);
}

:root[data-bs-theme="dark"] .list-group-item-action:active,
:root[data-bs-theme="dark"] .list-group-item-action:focus,
:root[data-bs-theme="dark"] .list-group-item-action.active {
	background: var(--animus-primary-dark);
	border-color: var(--animus-primary-dark);
	color: #ffffff;
}

.list-group-item.active .text-body-secondary,
.list-group-item.active .text-muted,
.list-group-item.active small,
.list-group-item.active .small,
.list-group-item-action:active .text-body-secondary,
.list-group-item-action:active .text-muted,
.list-group-item-action:active small,
.list-group-item-action:active .small,
.list-group-item-action:focus .text-body-secondary,
.list-group-item-action:focus .text-muted,
.list-group-item-action:focus small,
.list-group-item-action:focus .small,
.list-group-item-action.active .text-body-secondary,
.list-group-item-action.active .text-muted,
.list-group-item-action.active small,
.list-group-item-action.active .small {
	color: rgba(255, 255, 255, 0.85) !important;
}

.live-support-widget {
	position: fixed;
	right: 24px;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 12px;
	z-index: 1040;
}

.live-support-launch {
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

.live-support-panel {
	width: 320px;
	display: none;
	flex-direction: column;
	max-height: min(520px, calc(100vh - 12px));
	overflow: hidden;
}

.live-support-panel.is-open {
	display: flex;
}

.live-support-body {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-height: 260px;
	overflow: hidden;
}

.live-support-intro {
	min-height: 0;
}

#live_support_sessions {
	max-height: min(34vh, 240px);
	overflow-y: auto;
}

.live-support-messages {
	flex: 1 1 auto;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-height: 220px;
	max-height: 300px;
}

.live-support-upload-btn {
	width: 34px;
	min-width: 34px;
	padding-left: 0;
	padding-right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.live-support-upload-btn i {
	pointer-events: none;
}

.live-support-bubble.is-attachment {
	padding: 8px;
}

.live-support-attachment {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 260px;
}

.live-support-attachment-trigger {
	display: block;
	cursor: zoom-in;
}

.live-support-attachment-preview {
	display: block;
	width: 100%;
	max-width: 100%;
	max-height: 220px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	object-fit: cover;
	background: rgba(0, 0, 0, 0.08);
}

.live-support-attachment-video {
	object-fit: contain;
	background: #000000;
}

.live-support-attachment-trigger .live-support-attachment-video {
	pointer-events: none;
}

.live-support-attachment-link {
	font-size: 0.75rem;
	line-height: 1.2;
	word-break: break-word;
	color: inherit;
	text-decoration: underline;
}

.live-support-message.is-own .live-support-attachment-link {
	color: inherit;
}

.live-support-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #22c55e;
	box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.2);
}

.live-support-avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--bs-primary);
	color: var(--bs-body-bg);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 0.75rem;
	letter-spacing: 0.04em;
}

.live-support-floats {
	position: fixed;
	right: 24px;
	bottom: 0;
	display: flex;
	gap: 12px;
	align-items: flex-end;
	z-index: 1040;
}

.admin-layout .live-support-floats {
	right: calc(var(--animus-rightbar-width) + 24px);
}

.live-support-float {
	width: 360px;
}

.live-support-float .card {
	display: flex;
	flex-direction: column;
	max-height: 560px;
	border: 1px solid var(--bs-border-color);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.live-support-float .live-support-chat-body {
	max-height: 360px;
}

.live-support-float .live-support-messages {
	max-height: 360px;
	min-height: 260px;
}

.frontend-layout .live-support-panel {
	background: rgba(var(--bs-body-bg-rgb), 0.96);
	border: 1px solid var(--bs-border-color-translucent);
	box-shadow: 0 24px 40px rgba(0, 0, 0, 0.35);
}

.frontend-layout .live-support-bubble {
	background: var(--bs-secondary);
	border-color: transparent;
	color: #000000;
}

[data-bs-theme="dark"] .live-support-bubble {
	color: #ffffff;
}

[data-bs-theme="dark"] .frontend-layout .live-support-bubble {
	color: #ffffff;
}

.frontend-layout .live-support-message.is-own .live-support-bubble {
	background: var(--bs-primary);
	color: #ffffff;
}

@media (max-width: 767.98px) {
	.live-support-widget {
		right: 12px;
		left: 12px;
		align-items: stretch;
	}

	.live-support-panel {
		width: calc(100vw - 24px);
		max-height: calc(100vh - 84px);
	}

	.live-support-floats {
		right: 12px;
		left: 12px;
	}

	.live-support-float {
		width: calc(100vw - 24px);
	}

	.live-support-float .card {
		max-height: calc(100vh - 90px);
	}
}
.overview-list-card {
	height: 300px;
	display: flex;
	flex-direction: column;
}

.overview-list-card .card-body {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
}

/* Frontend v1 styling */
.frontend-layout {
	font-family: "Roboto", "Segoe UI", Arial, sans-serif;
	--frontend-ink: #111111;
	--frontend-muted: #666666;
	--frontend-accent: #BD154B;
	--frontend-accent-strong: #7E0E32;
	--frontend-warm: #333333;
	--frontend-surface: #ffffff;
	--frontend-border: #e5e5e5;
	--frontend-header-top-height: 0px;
	--frontend-header-middle-height: 60px;
	--frontend-header-bottom-height: 40px;
	--frontend-header-height: calc(var(--frontend-header-top-height) + var(--frontend-header-middle-height) + var(--frontend-header-bottom-height));
	background: #f4f4f4;
	color: var(--frontend-ink);
}

.frontend-layout .container,
.frontend-layout .container-sm,
.frontend-layout .container-md,
.frontend-layout .container-lg,
.frontend-layout .container-xl,
.frontend-layout .container-xxl {
	max-width: 1520px;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

.frontend-layout .site-main-offset {
	padding-top: var(--frontend-header-height);
}

.frontend-layout .site-header {
	background: transparent !important;
	border-bottom: 0;
}

.frontend-layout .site-header-top {
	display: none;
	background: #222222;
	color: #ffffff;
}

.frontend-layout .site-header-top-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 40px;
}

.frontend-layout .site-header-middle {
	background: #16181d;
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.frontend-layout .site-header-bottom {
	background: #3a4048;
	color: #ffffff;
}

.frontend-layout .site-header-hours {
	font-size: 0.8rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.frontend-layout .site-header-top-links {
	gap: 1rem;
	justify-content: flex-end;
	width: 100%;
}

.frontend-layout .site-header-top-links .nav-item {
	position: relative;
	padding-left: 0.9rem;
}

.frontend-layout .site-header-top-links .nav-item:first-child {
	padding-left: 0;
}

.frontend-layout .site-header-top-links .nav-item + .nav-item::before {
	content: "|";
	position: absolute;
	left: 0;
	color: #666666;
}

.frontend-layout .site-header-top-links .nav-link {
	color: #f5f5f5;
	font-size: 0.7rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 0;
}

.frontend-layout .site-header-top-links .nav-link:hover,
.frontend-layout .site-header-top-links .nav-link.active {
	color: #ffffff;
}

.frontend-layout .site-header-search .form-control {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #111111;
	height: 38px;
}

[data-bs-theme="light"] .frontend-layout .form-control,
[data-bs-theme="light"] .frontend-layout .form-select,
[data-bs-theme="light"] .frontend-layout textarea,
[data-bs-theme="light"] .frontend-layout .input-group-text,
[data-bs-theme="light"] .frontend-layout .form-control:focus,
[data-bs-theme="light"] .frontend-layout .form-select:focus,
[data-bs-theme="light"] .frontend-layout textarea:focus {
	background-color: #ffffff;
	color: #111111;
	border-color: #d6d6d6;
}

[data-bs-theme="light"] .frontend-layout .form-control::placeholder,
[data-bs-theme="light"] .frontend-layout textarea::placeholder {
	color: #9aa0a6;
}

[data-bs-theme="dark"] .frontend-layout .form-control,
[data-bs-theme="dark"] .frontend-layout .form-select,
[data-bs-theme="dark"] .frontend-layout textarea,
[data-bs-theme="dark"] .frontend-layout .input-group-text,
[data-bs-theme="dark"] .frontend-layout .form-control:focus,
[data-bs-theme="dark"] .frontend-layout .form-select:focus,
[data-bs-theme="dark"] .frontend-layout textarea:focus {
	background-color: #ffffff;
	color: #111111;
	border-color: #d6d6d6;
}

[data-bs-theme="dark"] .frontend-layout .form-control::placeholder,
[data-bs-theme="dark"] .frontend-layout textarea::placeholder,
[data-bs-theme="dark"] .frontend-layout .form-control::-webkit-input-placeholder,
[data-bs-theme="dark"] .frontend-layout textarea::-webkit-input-placeholder,
[data-bs-theme="dark"] .frontend-layout .form-control::-moz-placeholder,
[data-bs-theme="dark"] .frontend-layout textarea::-moz-placeholder {
	color: #9aa0a6;
}

[data-bs-theme="dark"] .frontend-layout .site-header-search .form-control {
	background: #ffffff;
	color: #111111;
	border-color: #d6d6d6;
}

[data-bs-theme="dark"] .frontend-layout .site-header-search .form-control::placeholder,
[data-bs-theme="dark"] .frontend-layout .site-header-search .form-control::-webkit-input-placeholder,
[data-bs-theme="dark"] .frontend-layout .site-header-search .form-control::-moz-placeholder {
	color: #9aa0a6;
}

[data-bs-theme="dark"] .frontend-layout .site-header-search-autocomplete {
	background: var(--bs-body-bg);
	border-color: rgba(255, 255, 255, 0.2);
}

[data-bs-theme="dark"] .frontend-layout .site-header-search-no-results {
	color: rgba(255, 255, 255, 0.7);
}

[data-bs-theme="dark"] .frontend-layout .site-header-search-suggestion {
	color: var(--bs-body-color);
	border-bottom-color: rgba(255, 255, 255, 0.12);
}

[data-bs-theme="dark"] .frontend-layout .site-header-search-suggestion:hover,
[data-bs-theme="dark"] .frontend-layout .site-header-search-suggestion:focus,
[data-bs-theme="dark"] .frontend-layout .site-header-search-suggestion.is-active {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

[data-bs-theme="dark"] .frontend-layout .site-header-search-thumb {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.15);
}

.frontend-layout .site-header-middle-inner {
	display: grid;
	grid-template-columns: minmax(210px, 260px) minmax(360px, 1fr) auto;
	align-items: center;
	height: 100%;
	padding: 0 24px;
	gap: 16px;
}

.frontend-layout .site-header-brand {
	display: flex;
	align-items: center;
	height: 100%;
}

.frontend-layout .site-header-search {
	max-width: none;
	width: 100%;
	justify-self: center;
	position: relative;
}

.frontend-layout .site-header-search .btn {
	height: 38px;
	padding-left: 16px;
	padding-right: 16px;
}

.frontend-layout .site-header-search-autocomplete {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	background: #ffffff;
	border: 1px solid #d6d6d6;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
	z-index: 1300;
	max-height: 420px;
	overflow-y: auto;
}

.frontend-layout .site-header-search-no-results {
	padding: 10px 12px;
	color: #888888;
	font-size: 0.78rem;
}

.frontend-layout .site-header-search-suggestion {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 12px;
	text-decoration: none;
	color: #111111;
	border-bottom: 1px solid #ececec;
}

.frontend-layout .site-header-search-suggestion:last-child {
	border-bottom: 0;
}

.frontend-layout .site-header-search-suggestion:hover,
.frontend-layout .site-header-search-suggestion:focus,
.frontend-layout .site-header-search-suggestion.is-active {
	background: #f6f6f6;
	color: #111111;
}

.frontend-layout .site-header-search-thumb {
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	background: #f3f3f3;
	border: 1px solid #e3e3e3;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.frontend-layout .site-header-search-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.frontend-layout .site-header-search-thumb-placeholder {
	font-size: 0.62rem;
	color: #888888;
	text-transform: uppercase;
}

.frontend-layout .site-header-search-meta {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.frontend-layout .site-header-search-name {
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.frontend-layout .site-header-search-price {
	font-size: 0.78rem;
	font-weight: 700;
	color: #2c2c2c;
}

.frontend-layout .site-header-actions {
	flex-wrap: nowrap;
	justify-content: flex-end;
	width: auto;
}

.frontend-layout .site-header-contact-label {
	font-size: 0.65rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #b6b6b6;
}

.frontend-layout .site-header-contact-value {
	font-weight: 700;
	color: #ffffff;
}

.frontend-layout .site-header-account .btn {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.frontend-layout .site-header-bottom .navbar {
	padding: 0;
}

.frontend-layout .site-header-menu.hs-mega-menu {
	display: flex;
	align-items: center;
	min-height: var(--frontend-header-bottom-height);
	padding: 0 24px;
	gap: 8px;
	position: relative;
	background: #3a4048;
	flex-wrap: nowrap;
	row-gap: 0;
	overflow: visible;
}

.frontend-layout .site-header-menu-item,
.frontend-layout .site-header-menu-item.hs-mega-menu-item {
	margin-right: 0;
	flex: 0 0 auto;
	position: relative;
}

.frontend-layout .site-header-menu-link,
.frontend-layout .site-header-menu-link.hs-mega-menu-link {
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 14px;
	background: transparent;
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.02em;
	font-size: 0.82rem;
	font-weight: 500;
	border-bottom: 2px solid transparent;
}

.frontend-layout .site-header-menu-link:hover,
.frontend-layout .site-header-menu-link.is-active,
.frontend-layout .site-header-menu-link.is-highlight {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	border-bottom-color: var(--frontend-accent);
}

.frontend-layout .site-header-menu-link-wrap {
	display: flex;
	align-items: stretch;
}

.frontend-layout .site-header-menu-link .hs-mega-menu-toggle-icon {
	display: inline-flex;
	align-items: center;
	width: 8px;
	height: 8px;
	border: 1px solid currentColor;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
	margin-left: 8px;
	transition: transform 0.2s ease;
	opacity: 0.9;
	flex-shrink: 0;
}

.frontend-layout .site-header-dropdown-menu {
	left: 0;
	right: 0;
	width: 100%;
	transform-origin: top;
	position: absolute;
	top: calc(100% + 2px);
	min-width: 0;
	max-width: none;
	padding: 6px;
	background: #3a4048;
	border: 1px solid rgba(255, 255, 255, 0.12);
	z-index: 2000;
	display: block;
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	pointer-events: none;
	transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
}

.frontend-layout .site-header-menu-dropdown.hs-mega-menu-item,
.frontend-layout .site-header-menu-dropdown {
	position: static;
}

.frontend-layout .site-header-dropdown-menu-card {
	padding: 14px;
	border-radius: 12px;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
	display: block;
	width: 100%;
}

.frontend-layout .site-header-mega-grid {
	display: grid;
	gap: 14px;
}

.frontend-layout .site-header-mega-grid.site-header-mega-grid-cols-1 {
	grid-template-columns: minmax(0, 1fr);
}

.frontend-layout .site-header-mega-grid.site-header-mega-grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.frontend-layout .site-header-mega-grid.site-header-mega-grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.frontend-layout .site-header-mega-grid.site-header-mega-grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.frontend-layout .site-header-mega-column {
	min-width: 0;
	display: flex;
	flex-direction: column;
	background: #191919;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 10px;
	padding: 10px;
}

.frontend-layout .site-header-mega-title {
	color: #ffffff;
	font-weight: 700;
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 8px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.frontend-layout .site-header-mega-links {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.frontend-layout .site-header-menu-dropdown:hover > .site-header-dropdown-menu,
.frontend-layout .site-header-menu-dropdown.is-open > .site-header-dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.frontend-layout .site-header-menu-dropdown.is-open .hs-mega-menu-toggle-icon {
	transform: rotate(-135deg);
}

.frontend-layout .site-header-dropdown-item {
	position: relative;
}

.frontend-layout .site-header-dropdown-link-wrap {
	display: flex;
	align-items: stretch;
}

.frontend-layout .site-header-dropdown-link {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-height: 36px;
	padding: 0 10px;
	background: #1f1f1f;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.68rem;
}

.frontend-layout .site-header-dropdown-menu-card .site-header-dropdown-link {
	border-radius: 6px;
	margin-bottom: 0;
	min-height: 36px;
	justify-content: flex-start;
	text-align: left;
	padding: 0 10px;
	text-transform: none;
	letter-spacing: 0.02em;
	font-size: 0.78rem;
	line-height: 1.2;
	background: #1f1f1f;
	border: 0;
}

.frontend-layout .site-header-mega-links .site-header-dropdown-link.is-highlight,
.frontend-layout .site-header-mega-links .site-header-dropdown-link.is-active,
.frontend-layout .site-header-mega-title:hover,
.frontend-layout .site-header-mega-title:focus {
	background: transparent;
	color: var(--frontend-accent);
}

.frontend-layout .site-header-dropdown-menu-card .site-header-dropdown-item:last-child .site-header-dropdown-link {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.frontend-layout .site-header-dropdown-menu-card {
		min-width: 580px;
		max-width: 680px;
	}
	.frontend-layout .site-header-mega-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.frontend-layout .site-header-dropdown-menu-card {
		min-width: 0;
		max-width: 100%;
		padding: 8px 0 8px 12px;
		border-radius: 0;
		box-shadow: none;
	}
	.frontend-layout .site-header-mega-grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}

@media (max-width: 767px) {
	.frontend-layout .site-header-menu.hs-mega-menu {
		overflow: visible;
	}
	.frontend-layout .site-header-dropdown-menu {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		width: 100%;
		min-width: 0;
		padding: 4px 0 4px 12px;
		margin-top: 0;
		transform: none;
		opacity: 0;
		visibility: hidden;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}
	.frontend-layout .site-header-menu-dropdown:hover > .site-header-dropdown-menu,
	.frontend-layout .site-header-menu-dropdown:focus-within > .site-header-dropdown-menu,
	.frontend-layout .site-header-menu-dropdown.is-open > .site-header-dropdown-menu {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.frontend-layout .site-header-dropdown-menu-card {
		display: block;
	}
	.frontend-layout .site-header-dropdown-link {
		background: transparent;
	}
	.frontend-layout .site-header-mega-title {
		margin-bottom: 4px;
		padding-bottom: 4px;
		font-size: 0.72rem;
	}
	.frontend-layout .site-header-mega-grid {
		gap: 8px;
	}
	.frontend-layout .site-header-dropdown-menu-card .site-header-dropdown-link {
		padding: 0;
		min-height: 30px;
		border-radius: 0;
		background: transparent;
	}
}

.frontend-layout .site-header-dropdown-link:hover,
.frontend-layout .site-header-dropdown-link.is-active,
.frontend-layout .site-header-dropdown-link.is-highlight {
	background: var(--frontend-accent);
	color: #ffffff;
}

.frontend-layout .site-header-nav {
	justify-content: flex-start;
	width: 100%;
}

.frontend-layout .site-header-bottom .navbar-nav .nav-link {
	color: #ffffff;
	text-transform: none;
	letter-spacing: 0.02em;
	font-size: 0.82rem;
	font-weight: 500;
	padding: 0 14px;
	height: var(--frontend-header-bottom-height);
	display: inline-flex;
	align-items: center;
	background: transparent;
	border-right: 0;
	border-bottom: 2px solid transparent;
	margin-right: 0;
}

.frontend-layout .site-header-bottom .navbar-nav .nav-link:hover,
.frontend-layout .site-header-bottom .navbar-nav .nav-link.active {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	border-bottom-color: var(--frontend-accent);
}

.frontend-layout .site-logo-accent {
	background: var(--frontend-accent);
	width: 6px;
}

.frontend-layout .site-logo-wrap {
	height: 44px;
}

.frontend-layout .site-logo-body {
	background: transparent;
	padding: 0;
}

.frontend-layout .site-logo-icon {
	display: none;
}

.frontend-layout .site-logo-title {
	font-family: "Roboto", "Segoe UI", Arial, sans-serif;
	font-size: 21px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ffffff;
	display: flex;
	gap: 4px;
	align-items: baseline;
	line-height: 1;
	margin: 0;
	align-self: flex-start;
}

.frontend-layout .site-logo-title::after {
	content: none;
}

.frontend-layout .site-logo-version {
	display: none;
}

.frontend-layout .site-header-logo {
	position: relative;
	display: flex;
	align-items: center;
	height: 60px;
	width: max-content;
	max-width: 280px;
	background: transparent;
	overflow: hidden;
	text-decoration: none;
}

.frontend-layout .site-logo-watermark {
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 60px;
	font-weight: 600;
	color: #151515;
	letter-spacing: 0.04em;
	z-index: 0;
	white-space: nowrap;
	display: none;
}

.frontend-layout .site-logo-dots {
	position: absolute;
	z-index: 1;
	display: none;
}

.frontend-layout .site-logo-dots span {
	width: 2px;
	height: 2px;
	background: #ffffff;
	display: inline-block;
}

.frontend-layout .site-logo-dots-top {
	top: 25px;
	left: 20px;
	width: 14px;
	height: 14px;
}

.frontend-layout .site-logo-dots-bottom {
	bottom: 24px;
	right: 24px;
	display: flex;
	gap: 8px;
}

.frontend-layout .site-logo-dots-top span {
	position: absolute;
}

.frontend-layout .site-logo-dots-top span:nth-child(1) {
	top: 0;
	left: 0;
}

.frontend-layout .site-logo-dots-top span:nth-child(2) {
	top: 0;
	left: 10px;
}

.frontend-layout .site-logo-dots-top span:nth-child(3) {
	top: 10px;
	left: 0;
}

.frontend-layout .site-logo-main {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 10px;
	padding-left: 0;
}

.frontend-layout .site-logo-icon-block {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: #ffffff;
	font-size: 22px;
}

.frontend-layout .site-logo-icon-block img {
	width: 42px;
	height: 42px;
	max-height: none;
	object-fit: contain;
	margin-top: 0;
}

.frontend-layout .site-logo-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	line-height: 1.05;
}

.frontend-layout .site-logo-title-accent {
	color: var(--frontend-accent);
}

.frontend-layout .site-logo-title-main {
	color: #ffffff;
}

.frontend-layout .site-logo-subtitle {
	display: none;
	font-size: 0.7rem;
	line-height: 1;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: #b6b6b6;
	margin-top: 0;
	width: 100%;
}

.frontend-layout .site-header-actions {
	gap: 10px;
}

.frontend-layout .site-header-basket {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	min-width: 132px;
	height: 40px;
	padding: 0 12px;
	background: transparent;
	color: #ffffff;
	text-decoration: none;
	gap: 8px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	cursor: pointer;
}

.frontend-layout .site-header-basket:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

.frontend-layout .site-header-basket:focus-visible {
	outline: 2px solid var(--frontend-accent);
	outline-offset: 1px;
}

.frontend-layout .site-header-basket-icon {
	font-size: 18px;
	color: var(--frontend-accent);
}

.frontend-layout .site-header-basket-text {
	text-align: left;
	font-size: 0.64rem;
	line-height: 1.1;
	text-transform: none;
	letter-spacing: 0.01em;
}

.frontend-layout .site-header-basket-value {
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
}

.frontend-layout .site-header-account-link {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	min-width: 142px;
	height: 40px;
	padding: 0 12px;
	text-decoration: none;
	color: #ffffff;
	gap: 8px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	background: transparent;
}

.frontend-layout .site-header-account-link:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

.frontend-layout .site-header-account-link:hover .site-header-account-icon {
	color: #ffffff;
}

.frontend-layout .site-header-account-icon {
	font-size: 17px;
	color: var(--frontend-accent);
}

.frontend-layout .site-header-account-dropdown {
	position: relative;
}

.frontend-layout .site-header-account-toggle {
	cursor: pointer;
	font: inherit;
	appearance: none;
}

.frontend-layout .site-header-account-toggle::after {
	margin-left: 8px;
	flex-shrink: 0;
}

.frontend-layout .site-header-account-menu {
	min-width: 220px;
	margin-top: 10px;
	padding: 8px 0;
	border: 1px solid #d6d6d6;
	border-radius: 12px;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.frontend-layout .site-header-account-menu .dropdown-item {
	padding: 0.55rem 1rem;
	font-size: 0.84rem;
}

.frontend-layout .site-header-account-menu .dropdown-item:hover,
.frontend-layout .site-header-account-menu .dropdown-item:focus {
	background: rgba(189, 21, 75, 0.08);
	color: #111111;
}

.frontend-layout .site-header-account-text {
	text-align: left;
	font-size: 0.64rem;
	line-height: 1.1;
	text-transform: none;
	letter-spacing: 0.01em;
}

.frontend-layout .site-header-account-line2 {
	color: #d5d5d5;
	font-size: 0.62rem;
	text-transform: none;
	letter-spacing: 0.02em;
}

.frontend-layout .site-header-basket-title,
.frontend-layout .site-header-basket-value,
.frontend-layout .site-header-account-line1,
.frontend-layout .site-header-account-line2 {
	display: block;
	max-width: 140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.frontend-layout .front-basket-panel {
	width: 320px;
	max-width: 100%;
}

.frontend-layout .front-basket-items {
	max-height: 52vh;
	overflow: auto;
}

.frontend-layout .front-basket-items .list-group-item {
	border-color: var(--frontend-border);
}

.frontend-layout .front-basket-summary {
	border-top: 1px solid var(--frontend-border);
}

@media (min-width: 992px) {
	.frontend-layout .front-basket-panel.offcanvas-end {
		top: 50%;
		bottom: auto;
		height: 50vh;
		max-height: 50vh;
		transform: translate(100%, -50%);
	}

	.frontend-layout .front-basket-panel.offcanvas-end.showing,
	.frontend-layout .front-basket-panel.offcanvas-end.show:not(.hiding) {
		transform: translate(0, -50%);
	}

	.frontend-layout .front-basket-items {
		max-height: calc(50vh - 190px);
	}
}

.site-offers-bar {
	background: #e4e4e4;
	border-bottom: 1px solid #d6d6d6;
}

.frontend-layout .site-offers-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.frontend-layout .site-offers-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.65rem 0.75rem;
	font-weight: 600;
	color: #111111;
	text-align: center;
	border-right: 1px solid #d6d6d6;
	text-decoration: none;
}

.frontend-layout .site-offers-item:last-child {
	border-right: 0;
}

.frontend-layout a.site-offers-item:hover,
.frontend-layout a.site-offers-item:focus {
	background: rgba(0, 0, 0, 0.03);
	color: #111111;
}

.frontend-layout .site-offers-item i {
	color: var(--frontend-accent);
	font-size: 1rem;
}

.frontend-layout .btn-primary {
	background: var(--frontend-accent);
	border: 1px solid var(--frontend-accent);
	box-shadow: none;
}

.frontend-layout .btn-primary:hover {
	background: var(--frontend-accent-strong);
	border-color: var(--frontend-accent-strong);
}

.frontend-layout .btn-info {
	background: #333333;
	border: 1px solid #333333;
	color: #ffffff;
}

.frontend-layout .btn-info:hover {
	background: #111111;
	border-color: #111111;
	color: #ffffff;
}

.frontend-layout .btn-outline-secondary {
	border: 1px solid #111111;
	color: #111111;
	background: transparent;
}

.frontend-layout .btn-outline-secondary:hover {
	background: #111111;
	color: #ffffff;
}

.frontend-layout .card {
	box-shadow: none;
	border: 1px solid var(--frontend-border);
	background: #ffffff;
}

.frontend-layout .section-kicker {
	color: #111111;
	font-weight: 700;
	letter-spacing: 0.08em;
	font-size: 0.7rem;
}

.frontend-layout .front-carousel-section {
	background: #f9f9f9;
	border-bottom: 1px solid var(--frontend-border);
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.frontend-layout .front-carousel-header {
	position: relative;
	padding-bottom: 0.75rem;
	margin-bottom: 1.5rem;
}

.frontend-layout .front-carousel-header::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 3px;
	background: var(--frontend-accent);
}

.frontend-layout .front-carousel-header h2,
.frontend-layout .front-carousel-header .h3 {
	font-family: "Roboto", "Segoe UI", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.1rem;
	letter-spacing: 0.06em;
}

.frontend-layout .front-carousel-actions .btn {
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.frontend-layout .front-carousel-track {
	gap: 1rem;
	padding-bottom: 0.5rem;
}

.frontend-layout .front-carousel-item {
	flex-basis: 200px;
}

.frontend-layout .product-card {
	background: #ffffff;
	position: relative;
}

.frontend-layout .front-carousel-card-link {
	position: absolute;
	inset: 0;
	display: block;
	z-index: 1;
	border-radius: inherit;
	text-decoration: none;
}

.frontend-layout .front-carousel-card-link:focus-visible {
	outline: 2px solid var(--frontend-accent);
	outline-offset: 2px;
}

.frontend-layout .front-carousel-item:hover .product-card,
.frontend-layout .front-carousel-item:focus-within .product-card {
	border-color: var(--frontend-accent);
}

.frontend-layout .product-card .product-card-actions,
.frontend-layout .front-carousel-item .product-card .product-card-actions {
	position: relative;
	z-index: 2;
}
}

.frontend-layout .product-card-image {
	height: 180px;
	background: #f9f9f9;
	border-bottom: 1px solid var(--frontend-border);
}

.frontend-layout .product-category-badge {
	background: var(--frontend-accent);
	border-color: var(--frontend-accent);
	color: #ffffff;
	font-weight: 700;
	font-size: 0.65rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.frontend-layout .product-title {
	font-family: "Roboto", "Segoe UI", Arial, sans-serif;
	font-weight: 700;
	font-size: 0.95rem;
	color: #111111;
}

.frontend-layout .product-price {
	color: #111111;
	font-weight: 700;
}

.frontend-layout .product-card-price-wrap {
	text-align: center;
}

.frontend-layout .product-card-price {
	display: inline-block;
}

.frontend-layout .product-card-actions {
	justify-content: flex-end;
}

.frontend-layout button[data-basket-add="1"] {
	font-size: 0.68rem;
	padding: 0.18rem 0.42rem;
	line-height: 1.2;
}

.frontend-layout button[data-basket-add="1"].home-card-add-button {
	width: 2rem !important;
	height: 2rem !important;
	min-width: 2rem !important;
	min-height: 2rem !important;
	padding: 0 !important;
	border-radius: 50% !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 1.1rem !important;
	font-weight: 700;
	line-height: 1 !important;
}

.frontend-layout .filter-card {
	background: #ffffff;
	border: 1px solid var(--frontend-border);
	top: 110px;
}

.frontend-layout .front-search-header {
	border-bottom: 1px solid var(--frontend-border);
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}

.frontend-layout .product-gallery-card,
.frontend-layout .product-detail-card {
	background: #ffffff;
	border-color: var(--frontend-border);
	box-shadow: none;
}

.frontend-layout .address-list {
	display: grid;
	gap: 1rem;
}

.frontend-layout .address-list-empty {
	border: 1px dashed var(--frontend-border);
	border-radius: 1rem;
	padding: 1rem 1.1rem;
	background: linear-gradient(180deg, #fbfbfb 0%, #f4f4f4 100%);
}

.frontend-layout .address-card {
	border: 1px solid var(--frontend-border);
	border-radius: 1rem;
	padding: 1rem;
	background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
	box-shadow: 0 18px 40px rgba(17, 17, 17, 0.06);
}

.frontend-layout .address-card-default {
	border-color: rgba(var(--bs-primary-rgb), 0.35);
	background: linear-gradient(180deg, rgba(var(--bs-primary-rgb), 0.08) 0%, #ffffff 100%);
}

.frontend-layout .address-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 0.9rem;
}

.frontend-layout .address-heading {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.65rem;
}

.frontend-layout .address-kicker {
	flex-basis: 100%;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--bs-secondary-color);
}

.frontend-layout .address-label {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--bs-body-color);
}

.frontend-layout .address-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.5rem;
}

.frontend-layout .address-actions .btn {
	border-radius: 999px;
}

.frontend-layout .address-body {
	display: grid;
	gap: 0.35rem;
}

.frontend-layout .address-primary-line {
	font-weight: 600;
	color: var(--bs-body-color);
}

.frontend-layout .address-block {
	color: var(--bs-secondary-color);
	line-height: 1.45;
}

.frontend-layout .address-meta {
	display: grid;
	gap: 0.35rem;
	margin-top: 0.4rem;
	padding-top: 0.75rem;
	border-top: 1px dashed rgba(17, 17, 17, 0.12);
}

.frontend-layout .address-meta-item {
	font-size: 0.86rem;
	color: var(--bs-secondary-color);
}

.frontend-layout .front-checkout-item-copy {
	min-width: 0;
}

.frontend-layout .front-checkout-item-line {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.frontend-layout .front-checkout-item-title {
	color: inherit;
}

.frontend-layout .front-checkout-item-meta {
	color: var(--bs-secondary-color);
	font-weight: 400;
}

.frontend-layout .customer-orders-stack {
	display: grid;
	gap: 1rem;
}

.frontend-layout .customer-order-card {
	border-color: var(--frontend-border);
}

.frontend-layout .customer-order-summary {
	color: var(--bs-secondary-color);
	max-width: 58ch;
}

.frontend-layout .checkout-complete-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

[data-bs-theme="dark"] .frontend-layout .address-list-empty {
	border-color: rgba(255, 255, 255, 0.12);
	background: linear-gradient(180deg, #1c1e23 0%, #17191d 100%);
}

[data-bs-theme="dark"] .frontend-layout .address-card {
	border-color: rgba(255, 255, 255, 0.12);
	background: linear-gradient(180deg, #1f2228 0%, #181a1f 100%);
	box-shadow: none;
}

[data-bs-theme="dark"] .frontend-layout .address-card-default {
	border-color: rgba(var(--bs-primary-rgb), 0.45);
	background: linear-gradient(180deg, rgba(var(--bs-primary-rgb), 0.18) 0%, #181a1f 100%);
}

[data-bs-theme="dark"] .frontend-layout .address-meta {
	border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 575px) {
	.frontend-layout .address-header {
		flex-direction: column;
	}

	.frontend-layout .address-actions {
		width: 100%;
		justify-content: flex-start;
	}
}

.frontend-layout .site-footer {
	background: #111111;
	color: #d5d5d5;
	border-top: 1px solid #222222;
}

.frontend-layout .site-footer a {
	color: #d5d5d5;
	text-decoration: none;
}

.frontend-layout .site-footer a:hover {
	color: #ffffff;
}

.frontend-layout .site-footer-title {
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.7rem;
	margin-bottom: 1rem;
	color: #ffffff;
}

.frontend-layout .site-footer-list li {
	display: flex;
	gap: 0.6rem;
	align-items: center;
	margin-bottom: 0.5rem;
}

.frontend-layout .site-footer-brand a {
	font-family: "Roboto", "Segoe UI", Arial, sans-serif;
	font-size: 1.25rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #ffffff;
}

.frontend-layout .site-footer-bottom {
	border-top: 1px solid #222222;
	padding: 1rem 0;
	background: #0b0b0b;
	color: #bdbdbd;
}

@media (max-width: 991px) {
	.frontend-layout {
		--frontend-header-middle-height: 72px;
		--frontend-header-bottom-height: 44px;
	}

	.frontend-layout .site-header-top-inner {
		padding-left: 16px;
		padding-right: 16px;
	}

	.frontend-layout .container,
	.frontend-layout .container-sm,
	.frontend-layout .container-md,
	.frontend-layout .container-lg,
	.frontend-layout .container-xl,
	.frontend-layout .container-xxl {
		padding-left: 16px;
		padding-right: 16px;
	}

	.frontend-layout .product-list-card {
		display: block;
	}

	.frontend-layout .product-list-image {
		width: 100%;
		height: 180px;
		flex-basis: auto;
		border-right: 0;
		border-bottom: 1px solid var(--frontend-border);
	}

	.frontend-layout .product-list-body {
		padding: 0.875rem;
	}

	.frontend-layout .product-list-actions {
		width: 100%;
		margin-left: 0;
		justify-content: flex-start;
	}

	.frontend-layout .site-header-middle {
		height: auto;
		padding: 0.5rem 0;
	}

	.frontend-layout .site-header-middle-inner {
		grid-template-columns: 1fr;
		padding: 0 16px;
		gap: 10px;
	}

	.frontend-layout .site-header-search,
	.frontend-layout .site-header-basket {
		display: flex;
	}

	.frontend-layout .site-header-search {
		max-width: 100%;
		width: 100%;
		order: 2;
	}

	.frontend-layout .site-header-search .form-control {
		height: 38px;
	}

	.frontend-layout .site-header-search .btn {
		height: 38px;
	}

	.frontend-layout .site-header-search-autocomplete {
		left: 0;
		right: 0;
		width: 100%;
		max-height: 220px;
	}

	.frontend-layout .site-header-actions {
		display: flex;
		justify-content: space-between;
		gap: 8px;
		width: 100%;
	}

	.frontend-layout .site-header-basket {
		height: auto;
		padding: 8px 10px;
		width: auto;
		align-items: center;
		text-align: left;
		flex: 1 1 auto;
		gap: 8px;
		white-space: nowrap;
		min-width: 0;
	}

	.frontend-layout .site-header-basket-text {
		font-size: 0.62rem;
		justify-content: center;
		text-align: left;
	}

	.frontend-layout .site-header-account-link {
		height: auto;
		padding: 8px 10px;
		width: auto;
		flex-direction: row;
		justify-content: center;
		gap: 8px;
		flex: 1 1 auto;
		min-width: 0;
	}

	.frontend-layout .site-header-account-icon {
		font-size: 20px;
	}

	.frontend-layout .site-header-account-text {
		font-size: 0.62rem;
		text-align: left;
	}

	.frontend-layout .site-header-logo {
		height: 120px;
	}

	.frontend-layout .site-logo-watermark {
		font-size: 32px;
		top: 16px;
	}

	.frontend-layout .site-header-menu.hs-mega-menu {
		height: auto;
		padding: 0.5rem 16px;
		flex-wrap: wrap;
		align-items: flex-start;
		overflow: hidden;
	}

	.frontend-layout .site-header-menu-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 6px;
	}

	.frontend-layout .site-header-menu-link-wrap {
		width: 100%;
	}

	.frontend-layout .site-header-menu-link {
		height: auto;
		padding: 0.5rem 0.75rem;
		background: transparent;
		border-right: 0;
		flex: 1 1 auto;
		justify-content: space-between;
	}

	.frontend-layout .site-header-menu-link .hs-mega-menu-toggle-icon {
		border-color: #ffffff;
		opacity: 1;
		width: 7px;
		height: 7px;
	}

	.frontend-layout .site-header-dropdown-menu {
		position: static;
		top: auto;
		left: auto;
		min-width: 0;
		margin-top: 0;
		margin-left: 0;
		padding: 4px 0 4px 12px;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.frontend-layout .site-header-menu-dropdown:hover > .site-header-dropdown-menu,
	.frontend-layout .site-header-menu-dropdown:focus-within > .site-header-dropdown-menu,
	.frontend-layout .site-header-menu-dropdown.is-open > .site-header-dropdown-menu {
		display: none;
	}

	.frontend-layout .site-header-menu-dropdown.is-open > .site-header-dropdown-menu {
		display: block;
	}

	.frontend-layout .site-header-dropdown-menu-card {
		display: block;
	}

	.frontend-layout .site-header-dropdown-link {
		background: transparent;
	}

	.frontend-layout .site-header-mega-grid {
		gap: 10px;
		grid-template-columns: 1fr !important;
	}

	.frontend-layout .site-header-mega-column {
		background: transparent;
		border: 0;
		padding: 0;
	}

	.frontend-layout .site-header-mega-title {
		font-size: 0.72rem;
		margin-bottom: 4px;
		padding-bottom: 2px;
	}

	.frontend-layout .site-offers-item {
		border-right: 0;
		border-bottom: 1px solid #d6d6d6;
	}

	.frontend-layout .site-offers-item:last-child {
		border-bottom: 0;
	}
}

.frontend-layout.front-product-lightbox-open {
	overflow: hidden;
}

.frontend-layout .product-image-lightbox {
	position: fixed;
	inset: 0;
	z-index: 2000;
	width: 100vw;
	height: 100dvh;
	padding-top: max(1rem, env(safe-area-inset-top));
	padding-right: max(1rem, env(safe-area-inset-right));
	padding-bottom: max(1rem, env(safe-area-inset-bottom));
	padding-left: max(1rem, env(safe-area-inset-left));
	background: rgba(15, 17, 17, 0.92);
}

.frontend-layout .product-image-lightbox-overlay {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
	padding: clamp(3.5rem, 6vw, 5rem) clamp(1rem, 4vw, 4rem) clamp(4.5rem, 8vw, 6rem);
}

.frontend-layout .product-image-lightbox-inner {
	width: 100%;
	max-width: min(92vw, 1200px);
	max-height: calc(100dvh - 10rem);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.frontend-layout .product-image-lightbox-inner img,
.frontend-layout .product-image-lightbox-overlay [data-product-lightbox-image] {
	max-width: 100%;
	max-height: calc(100dvh - 10rem);
	object-fit: contain;
}

.frontend-layout .product-image-lightbox-close,
.frontend-layout .product-image-lightbox-nav {
	position: fixed;
	z-index: 3;
	min-width: 48px;
	min-height: 48px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.45);
	backdrop-filter: blur(8px);
}

.frontend-layout .product-image-lightbox-close {
	top: calc(max(1rem, env(safe-area-inset-top)) + 0.25rem);
	right: calc(max(1rem, env(safe-area-inset-right)) + 0.25rem);
}

.frontend-layout .product-image-lightbox-prev {
	left: calc(max(1rem, env(safe-area-inset-left)) + 0.25rem);
	top: 50%;
	transform: translateY(-50%);
}

.frontend-layout .product-image-lightbox-next {
	right: calc(max(1rem, env(safe-area-inset-right)) + 0.25rem);
	top: 50%;
	transform: translateY(-50%);
}

.frontend-layout .product-image-lightbox-meta {
	position: fixed;
	left: 50%;
	bottom: calc(max(1rem, env(safe-area-inset-bottom)) + 0.25rem);
	transform: translateX(-50%);
	z-index: 2;
	width: min(92vw, 720px);
	padding: 0.85rem 1rem;
	border-radius: 16px;
	background: rgba(15, 17, 17, 0.74);
	backdrop-filter: blur(10px);
}

@media (max-width: 767.98px) {
	.frontend-layout .product-image-lightbox-overlay {
		padding: 4.25rem 0.75rem 5.25rem;
	}

	.frontend-layout .product-image-lightbox-inner,
	.frontend-layout .product-image-lightbox-inner img,
	.frontend-layout .product-image-lightbox-overlay [data-product-lightbox-image] {
		max-height: calc(100dvh - 11rem);
	}

	.frontend-layout .product-image-lightbox-nav {
		top: auto;
		bottom: calc(max(1rem, env(safe-area-inset-bottom)) + 4.75rem);
		transform: none;
	}
}

.orders-search-wrap {
	width: 100%;
	max-width: 420px;
	min-width: 0;
}

.orders-status-chip {
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 600;
}

.orders-status-open {
	background: rgba(var(--bs-primary-rgb), 0.1);
	border-color: rgba(var(--bs-primary-rgb), 0.22);
	color: var(--bs-primary);
}

.orders-status-closed {
	background: rgba(var(--bs-secondary-rgb), 0.14);
	border-color: rgba(var(--bs-secondary-rgb), 0.24);
	color: var(--bs-body-color);
}

.orders-list-table {
	margin-bottom: 0;
}

.orders-list-table thead th {
	padding: 0.85rem 1rem;
	background: rgba(var(--bs-body-color-rgb), 0.03);
	border-bottom-width: 1px;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--bs-secondary-color);
}

.orders-table-row td {
	padding: 1rem;
	vertical-align: top;
}

.orders-list-table {
	table-layout: fixed;
	width: 100%;
}

.orders-list-table th:first-child,
.orders-list-table td.orders-table-order {
	width: 250px;
	min-width: 250px;
	max-width: 250px;
}

.orders-list-table th:nth-child(2),
.orders-list-table td.orders-table-customer {
	width: 180px;
	min-width: 180px;
	max-width: 180px;
}

.orders-list-table th:nth-child(4),
.orders-list-table td.orders-table-status {
	width: 120px;
	min-width: 120px;
	max-width: 120px;
}

.orders-list-table th:nth-child(5),
.orders-list-table td.orders-table-total {
	width: 100px;
	min-width: 100px;
	max-width: 100px;
}

.orders-list-table th:nth-child(6),
.orders-list-table td.orders-table-date {
	width: 150px;
	min-width: 150px;
	max-width: 150px;
}

.orders-table-row-link {
	cursor: pointer;
}

.orders-table-row-link:focus-visible {
	outline: 2px solid rgba(var(--bs-primary-rgb), 0.45);
	outline-offset: -2px;
}

.orders-table-order,
.orders-table-customer,
.orders-table-items {
	min-width: 0;
}

.orders-table-item-label {
	display: block;
	max-width: 100%;
	overflow-wrap: anywhere;
	white-space: normal;
	color: var(--bs-body-color);
}

.orders-table-link {
	color: var(--bs-emphasis-color);
	text-decoration: none;
}

.orders-table-link:hover {
	color: var(--bs-primary);
}

.orders-table-order .orders-table-link {
	color: var(--bs-emphasis-color);
}

.orders-table-total {
	white-space: nowrap;
}

.orders-table-total {
	font-weight: 600;
}

.orders-table-date {
	white-space: nowrap;
	color: var(--bs-secondary-color);
}

.orders-item-assignment-wrap {
	min-width: 220px;
}

.orders-item-assignment-wrap .select2-container {
	width: 100% !important;
}

.orders-item-assignment-wrap .select2-selection--single {
	min-height: 38px;
}

.orders-item-assignment-wrap .select2-selection__rendered {
	font-family: var(--bs-font-monospace);
	line-height: 1.35 !important;
	padding-top: 0.45rem;
	padding-bottom: 0.45rem;
	white-space: normal;
}

.orders-item-assignment-wrap .select2-selection__arrow {
	height: 100% !important;
}

.orders-summary-card {
	height: 100%;
	padding: 1rem;
	background: var(--bs-body-bg);
	border: 1px solid var(--bs-border-color);
}

[data-bs-theme="dark"] .orders-list-table thead th {
	background: rgba(255, 255, 255, 0.03);
	border-color: rgba(229, 231, 235, 0.08);
}

[data-bs-theme="dark"] .orders-table-link {
	color: var(--bs-body-color);
}

@media (max-width: 991.98px) {
	.orders-search-wrap {
		max-width: none;
	}

	.orders-list-table {
		min-width: 920px;
	}

}

.frontend-layout .invoice-public-table {
	--bs-table-bg: transparent;
	margin-bottom: 0;
}

.frontend-layout .invoice-public-table thead th {
	padding: 0.95rem 1rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--bs-secondary-color);
	background: rgba(15, 23, 42, 0.04);
	border-bottom-width: 1px;
}

.frontend-layout .invoice-public-table tbody td {
	padding: 1rem;
	vertical-align: top;
	border-color: rgba(15, 23, 42, 0.08);
}

.frontend-layout .invoice-public-table tbody tr:last-child td {
	border-bottom-width: 0;
}

[data-bs-theme="dark"] .frontend-layout .invoice-public-table thead th {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.08);
}

[data-bs-theme="dark"] .frontend-layout .invoice-public-table tbody td {
	border-color: rgba(255, 255, 255, 0.08);
}

#tickets_module .ticket-sidebar-card,
#tickets_module .ticket-list-card,
#tickets_module .ticket-thread-card {
	background: var(--bs-body-bg);
	border: 1px solid var(--bs-border-color);
}

#tickets_module .ticket-list {
	max-height: 70vh;
	overflow: auto;
}

#tickets_module .ticket-list-item {
	border: 0;
	border-bottom: 1px solid var(--bs-border-color);
	text-align: left;
}

#tickets_module .ticket-list-item:last-child {
	border-bottom: 0;
}

#tickets_module .ticket-list-item-new {
	background: rgba(var(--bs-primary-rgb), 0.06);
}

#tickets_module .ticket-list-item-subject {
	line-height: 1.35;
}

#tickets_module .ticket-thread {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

#tickets_module .ticket-thread-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--bs-border-color);
}

#tickets_module .ticket-thread-controls {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	min-width: 220px;
}

#tickets_module .ticket-thread-meta {
	padding: 0.75rem 1rem;
	border-radius: 0.75rem;
	background: rgba(15, 23, 42, 0.04);
}

#tickets_module .ticket-thread-messages {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	max-height: 52vh;
	overflow: auto;
}

#tickets_module .ticket-message {
	padding: 0.9rem 1rem;
	border: 1px solid var(--bs-border-color);
	border-radius: 0.9rem;
	background: var(--bs-body-bg);
}

#tickets_module .ticket-message-customer {
	background: rgba(var(--bs-primary-rgb), 0.05);
}

#tickets_module .ticket-message-staff {
	background: rgba(25, 135, 84, 0.06);
}

#tickets_module .ticket-message-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
	font-size: 0.875rem;
	color: var(--bs-secondary-color);
}

#tickets_module .ticket-message-body {
	white-space: normal;
	line-height: 1.6;
}

#tickets_module .ticket-reply-form {
	padding-top: 0.5rem;
	border-top: 1px solid var(--bs-border-color);
}

[data-bs-theme="dark"] #tickets_module .ticket-list-item-new {
	background: rgba(var(--bs-primary-rgb), 0.16);
}

[data-bs-theme="dark"] #tickets_module .ticket-thread-meta {
	background: rgba(255, 255, 255, 0.04);
}

@media (max-width: 991.98px) {
	#tickets_module .ticket-list {
		max-height: none;
	}

	#tickets_module .ticket-thread-messages {
		max-height: none;
	}

	#tickets_module .ticket-thread-header {
		flex-direction: column;
	}

	#tickets_module .ticket-thread-controls {
		min-width: 0;
		width: 100%;
	}
}
