/* Fixed site header */
.fix-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
	width: 100%;
}

.fix-top .site-header {
	position: relative !important;
	top: 0 !important;
	z-index: 1;
	background-color: transparent !important;
	backdrop-filter: none;
	box-shadow: none;
	transition: background-color 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;
}

.fix-top.is-scrolled .site-header {
	background-color: rgba(54, 55, 88, 0.4) !important;
	backdrop-filter: blur(8px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.fix-top .site-header .navbar-nav .nav-link {
	color: #fff;
}

/* Account / checkout area navbar — solid only after scroll */
.fix-top.is-scrolled .navbar.navbar--account,
.fix-top.is-scrolled .navbar.navbar--account.bg-dark,
.fix-top.is-scrolled .navbar.navbar--account.bg-body-tertiary {
	background-color: rgba(54, 55, 88, 0.4) !important;
}

.site-header .header-actions {
	gap: 12px;
}

.site-header .header-auth-btn {
	font-size: 13px;
	font-weight: 600;
	padding: 0.4rem 1.15rem;
	line-height: 1.25;
	white-space: nowrap;
	border-width: 1.5px;
	text-transform: none;
}

.site-header .header-auth-btn--outline {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.85);
	background: transparent;
}

.site-header .header-auth-btn--outline:hover,
.site-header .header-auth-btn--outline:focus,
.site-header .header-auth-btn--outline.show {
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
}

.site-header .header-auth-btn--solid {
	color: #fff;
	background: #1ea69a;
	border-color: #1ea69a;
}

.site-header .header-auth-btn--solid:hover,
.site-header .header-auth-btn--solid:focus {
	color: #fff;
	background: #178f85;
	border-color: #178f85;
}

.site-header .header-cart .shop {
	cursor: pointer;
	padding: 8px;
	background-color: #057970;
	transition: background-color 0.3s;
	font-size: 24px !important;
	color: #fff;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
}

.site-header .header-cart .shop:hover {
	background-color: rgba(5, 121, 112, 0.85);
}

.site-header .cart-count {
	font-size: 10px;
	padding: 3px 6px;
}

.site-header .cart-dropdown {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.site-header .cart-item {
	display: flex;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}

.site-header .cart-item:last-child {
	border-bottom: none;
}

.site-header .cart-item-details {
	flex-grow: 1;
}

.site-header .cart-item-title {
	font-size: 14px;
	margin-bottom: 2px;
}

.site-header .cart-item-price {
	font-size: 13px;
	color: #666;
}

.site-header .cart-empty {
	text-align: center;
	padding: 20px;
	color: #666;
}

@media (max-width: 991.98px) {
	.fix-top .site-header {
		background-color: rgba(0, 0, 0, 0.4) !important;
		backdrop-filter: blur(8px);
	}

	.fix-top.is-scrolled .site-header,
	.fix-top.is-scrolled .navbar.navbar--account,
	.fix-top.is-scrolled .navbar.navbar--account.bg-dark,
	.fix-top.is-scrolled .navbar.navbar--account.bg-body-tertiary {
		background-color: rgba(0, 0, 0, 0.4) !important;
	}

	#offcanvasDarkNavbar.mobile-nav-offcanvas {
		width: 100%;
		max-width: 100%;
		height: 100%;
		min-height: 100dvh;
		top: 0;
		right: 0;
		left: 0;
		border-left: none;
		z-index: 1055;
	}

	#offcanvasDarkNavbar .offcanvas-header {
		background-color: rgba(0, 0, 0, 0.4);
	}

	#offcanvasDarkNavbar .offcanvas-body {
		background-color: rgba(0, 0, 0, 0.85);
	}
}

@media (min-width: 992px) {
	.site-header .navbar-nav .nav-link {
		font-size: 13px;
		padding-left: 0.65rem;
		padding-right: 0.65rem;
	}
}
