/* hl-combined-header — identical rules, single request */

/* === base.css === */
/* Clone base */

/* === hero-slider.css === */
/* Page wrapper: cuộn giống phongxonghoi.vn — slider cố định, nội dung trượt đè lên */
#halink_vn_page.website-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	width: 100%;
	min-height: 100%;
	overflow: visible;
	transform: none;
	filter: none;
	perspective: none;
}

body.home #halink_vn_page.website-wrapper > header.header {
	height: 0;
	margin: 0;
	padding: 0;
	overflow: visible;
	z-index: 1030;
}

body.home .main.front-page-main,
body.home .main {
	position: relative !important;
	z-index: 2;
	background-color: #3a3a3a;
}

body.home footer.footer {
	position: relative;
	z-index: 3;
	background: #111;
}

/* Hero slider — fixed like page background while content scrolls over */
#home.home-section {
	position: relative !important;
	z-index: 0;
	width: 100%;
	height: 100vh !important;
	height: 100dvh !important;
	min-height: 480px;
	overflow: visible;
	background: transparent !important;
	padding: 0;
}

#home.home-section.is-behind {
	pointer-events: none;
}

#home .hero-slider,
#home .hero-slider.flexslider {
	position: fixed !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100% !important;
	height: 100vh !important;
	height: 100dvh !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: #111 !important;
	overflow: hidden;
}

#home .hero-slider .home-slider-overlay {
	display: block;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	pointer-events: none;
}

#home .hero-slider .flex-viewport,
#home .hero-slider .slides {
	width: 100%;
	height: 100% !important;
	margin: 0;
	padding: 0;
	list-style: none;
}

#home .hero-slider .slides > li {
	display: none;
	width: 100%;
	height: 100% !important;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

#home .hero-slider .slides > li:first-child {
	display: block;
}

#home .hero-slider .hs-caption {
	display: table;
	position: relative;
	z-index: 4;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 90px 24px 70px;
}

#home .hero-slider .caption-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

#home .hero-slider .hs-title-size-4 {
	color: #87ceeb;
	font-size: clamp(22px, 4.6vw, 48px);
	font-weight: 400;
	letter-spacing: 0.18em;
	line-height: 1.25;
	text-transform: uppercase;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

#home .hero-slider .hs-title-size-1 {
	color: #fff;
	font-size: clamp(16px, 2.4vw, 22px);
	letter-spacing: 0.22em;
}

#home .hero-slider .btn-border-w {
	display: inline-block;
	padding: 12px 28px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 2px;
	color: #fff;
	background: transparent;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 13px;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

#home .hero-slider .btn-border-w:hover,
#home .hero-slider .btn-border-w:focus {
	color: #111;
	background: #fff;
	border-color: #fff;
	text-decoration: none;
}

#home .hero-slider .flex-control-nav {
	position: absolute !important;
	z-index: 12;
	left: 50% !important;
	bottom: 22px !important;
	width: auto !important;
	margin: 0;
	padding: 0;
	list-style: none;
	transform: translateX(-50%);
	text-align: center;
}

#home .hero-slider .flex-control-nav li {
	display: inline-block;
	margin: 0 4px;
}

#home .hero-slider .flex-control-nav a {
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: transparent;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	opacity: 1 !important;
}

#home .hero-slider .flex-control-nav a.flex-active,
#home .hero-slider .flex-control-nav a:hover {
	background: #fff;
}

#home .hero-slider .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#home .hero-slider .flex-direction-nav a {
	position: absolute;
	top: 50%;
	z-index: 12;
	width: 46px !important;
	height: 46px !important;
	margin-top: -23px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.28);
	opacity: 1 !important;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease;
}

#home .hero-slider .flex-direction-nav .flex-prev {
	left: 18px !important;
	right: auto !important;
}

#home .hero-slider .flex-direction-nav .flex-next {
	right: 18px !important;
	left: auto !important;
}

#home .hero-slider .flex-direction-nav a:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: #fff;
}

#home .hero-slider .flex-direction-nav a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

#home .hero-slider .flex-direction-nav .flex-prev:before {
	transform: translate(-35%, -50%) rotate(-135deg);
}

#home .hero-slider .flex-direction-nav .flex-next:before {
	transform: translate(-65%, -50%) rotate(45deg);
}

@media (max-width: 991px) {
	#home.home-section {
		min-height: 440px;
	}

	#home .hero-slider .hs-caption {
		padding: 80px 56px 64px;
	}

	#home .hero-slider .hs-title-size-4 {
		letter-spacing: 0.1em;
	}
}

@media (max-width: 767px) {
	#home.home-section {
		height: 100svh !important;
		min-height: 420px;
	}

	#home .hero-slider,
	#home .hero-slider.flexslider {
		position: fixed !important;
		height: 100svh !important;
	}

	#home .hero-slider .hs-caption {
		padding: 76px 16px 72px;
	}

	#home .hero-slider .hs-title-size-4 {
		letter-spacing: 0.06em;
		margin-bottom: 20px !important;
	}

	#home .hero-slider .flex-direction-nav a {
		width: 36px !important;
		height: 36px !important;
		margin-top: -18px;
	}

	#home .hero-slider .flex-direction-nav .flex-prev {
		left: 8px !important;
	}

	#home .hero-slider .flex-direction-nav .flex-next {
		right: 8px !important;
	}

	#home .hero-slider .flex-control-nav {
		bottom: 14px !important;
	}
}


/* === header-nav.css === */
/* Header: layout, submenu hover, mobile, mini-cart */

/* Trang chủ: header fixed phủ slider */
body.home .navbar-custom.navbar-fixed-top {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
	width: 100%;
}

/* Trang trong: fixed luôn ở top (sticky trong header wrapper không có hiệu lực) */
body:not(.home) {
	background: #2e2e2e;
}

body:not(.home) #halink_vn_page.website-wrapper > header.header {
	margin: 0;
	padding: 0;
	min-height: var(--hl-header-height, 64px);
	background: transparent;
	overflow: visible;
	z-index: 1030;
}

body:not(.home) .navbar-custom.navbar-fixed-top,
body:not(.home) .navbar.navbar-scroll-point,
body:not(.home) .navbar.navbar-scroll-point.navbar-fixed-top,
body:not(.home) .navbar.navbar-scroll-point.header-with-topbar,
body:not(.home) .navbar.full-screen-menu.navbar-scroll-point {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
	width: 100%;
}

body:not(.home) .main {
	margin-top: 0;
	padding-top: 0;
}

body:not(.home) .navbar-custom.navbar-fixed-top,
body:not(.home) .navbar.navbar-scroll-point.navbar-fixed-top {
	background-color: rgba(58, 58, 58, 1) !important;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

body:not(.home) .navbar-custom.navbar-fixed-top.is-sticky,
body:not(.home) .navbar.navbar-scroll-point.navbar-fixed-top.is-sticky {
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.24);
}

.navbar-custom.navbar-fixed-top {
	overflow: visible !important;
	background-color: #3a3a3a;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition: background-color 0.4s ease, box-shadow 0.4s ease, top 0.25s ease;
}

.admin-bar body.home .navbar-custom.navbar-fixed-top,
.admin-bar body:not(.home) .navbar-custom.navbar-fixed-top,
.admin-bar body:not(.home) .navbar.navbar-scroll-point.navbar-fixed-top {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar body.home .navbar-custom.navbar-fixed-top,
	.admin-bar body:not(.home) .navbar-custom.navbar-fixed-top,
	.admin-bar body:not(.home) .navbar.navbar-scroll-point.navbar-fixed-top {
		top: 46px;
	}
}

/* Trang chủ PC: trong suốt khi ở đầu trang — nền xám chỉ khi cuộn */
body.home .navbar.navbar-custom.navbar-fixed-top.navbar-transparent:not(.is-sticky) {
	background-color: rgba(58, 58, 58, 0) !important;
	box-shadow: none !important;
}

body.home .navbar.navbar-custom.navbar-fixed-top.is-sticky,
body.home .navbar.navbar-custom.navbar-fixed-top:not(.navbar-transparent),
.navbar.navbar-custom.navbar-fixed-top.is-sticky {
	background-color: rgba(58, 58, 58, 1) !important;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

.navbar-custom {
	overflow: visible !important;
}

.navbar-custom .header-container {
	display: flex !important;
	align-items: center;
	width: 100%;
	min-height: 60px;
}

.navbar-custom .navbar-header {
	float: none !important;
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
	margin: 0 !important;
	padding: 0;
}

.navbar-custom .shop_isle_header_title {
	float: none !important;
	margin: 0 !important;
	max-width: 100%;
	padding: 0 !important;
}

.navbar-custom .shop-isle-header-title-inner {
	text-align: center;
}

.navbar-custom .navbar-brand-logo {
	display: block;
	padding: 4px 0;
}

.navbar-custom .navbar-brand-logo img,
.navbar-custom .logo-image img,
.navbar-custom .custom-logo {
	display: block;
	max-height: 52px;
	width: auto;
	max-width: 180px;
}

.navbar-custom .site-title,
.navbar-custom .site-title a,
.navbar-custom .shop_isle_header_title h1 {
	margin: 0;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.navbar-custom .site-description,
.navbar-custom .site-description a {
	margin: 2px 0 0;
	color: rgba(255, 255, 255, 0.85);
	font-size: 11px;
	line-height: 1.3;
	letter-spacing: 0.04em;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 220px;
	display: block;
}

.navbar-custom .navbar-cart {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	margin-left: auto;
	gap: 2px;
}

.navbar-custom .navbar-toggle {
	display: none;
	float: none !important;
	margin: 0 0 0 17px;
	padding: 8px 10px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 2px;
	background: transparent;
	cursor: pointer;
}

.navbar-custom .navbar-header .navbar-toggle {
	display: none !important;
}

.navbar-custom .navbar-toggle .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	margin: 3px 0;
	background: #fff;
	border-radius: 1px;
}

.navbar-custom .header-hotline {
	display: none;
	align-items: center;
	gap: 8px;
	margin-right: 10px;
	color: #f3d7b0 !important;
	font-size: 13px;
	letter-spacing: 0.08em;
	white-space: nowrap;
	text-decoration: none;
}

.navbar-custom .header-hotline:hover {
	color: #fff !important;
}

.navbar-custom .navbar-nav > li > a {
	position: relative;
	letter-spacing: 0.12em;
}

.navbar-custom .navbar-nav > li > a:after {
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
	height: 1px;
	background: #e0b56a;
	transform: scaleX(0);
	transition: transform 0.25s ease;
}

.navbar-custom .navbar-nav > li:hover > a:after,
.navbar-custom .navbar-nav > li.current-menu-item > a:after,
.navbar-custom .navbar-nav > li.current-menu-ancestor > a:after {
	transform: scaleX(1);
}

.navbar-custom .dropdownmenu {
	position: absolute;
	z-index: 2;
	top: 1px;
    right: -4px;
	width: 22px;
	height: 100%;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.navbar-custom li.has_children > .dropdownmenu:before,
.navbar-custom ul.nav > li.has_children > .dropdownmenu:before {
	display: block;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
	font-style: normal;
	font-size: 10px !important;
	line-height: 1;
	text-align: center;
	content: "\f078" !important;
	-webkit-font-smoothing: antialiased;
}

.navbar-custom li.has_children.this-open > .dropdownmenu:before,
.navbar-custom li.has_children.open > .dropdownmenu:before {
	content: "\f077" !important;
}

/* Desktop submenu — hover */
@media (min-width: 769px) {
	.navbar-custom .header-menu-wrap {
		flex: 1 1 auto;
		overflow: visible;
	}

	.navbar-custom .navbar-collapse,
	.navbar-custom .navbar-collapse.collapse {
		display: block !important;
		float: none !important;
		position: static !important;
		width: auto;
		height: auto !important;
		overflow: visible !important;
		background: transparent;
	}

	.navbar-custom .header-hotline {
		display: inline-flex;
	}

	.navbar-custom .navbar-toggle {
		display: none !important;
	}

	.navbar-custom li.has_children > .dropdownmenu {
		pointer-events: none;
	}

	.navbar-custom .hl-nav-overlay,
	.navbar-custom .hl-nav-drawer-head,
	.navbar-custom .hl-nav-drawer-foot {
		display: none !important;
	}

	.navbar-custom .hl-nav-drawer-body {
		display: contents;
	}

	.navbar-custom ul ul,
	.navbar-custom .sub-menu {
		display: block !important;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		z-index: 1000;
		top: 100%;
		left: auto;
		right: 0;
		min-width: 270px;
		margin: 0;
		padding: 8px 0;
		list-style: none;
		background: #2a2420;
		box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
		transition: opacity 0.18s ease, visibility 0.18s ease;
	}

	.navbar-custom .navbar-nav > li > .sub-menu {
		top: 100%;
	}

	.navbar-custom .sub-menu .sub-menu {
		top: 0;
		right: 100%;
		left: auto;
		min-width: 285px;
	}

	.navbar-custom .navbar-nav > li:hover > .sub-menu,
	.navbar-custom .navbar-nav > li.open > .sub-menu,
	.navbar-custom .sub-menu > li:hover > .sub-menu,
	.navbar-custom .sub-menu > li.open > .sub-menu {
		visibility: visible !important;
		opacity: 1 !important;
	}

	.navbar-custom .sub-menu > li > a {
		display: block;
		padding: 10px 18px;
		white-space: normal;
		line-height: 1.35;
		color: rgba(255, 255, 255, 0.88);
	}

	.navbar-custom .sub-menu > li:hover > a {
		background: rgba(255, 255, 255, 0.08);
		color: #e0b56a;
	}

	/* .navbar-custom .sub-menu li.has_children > .dropdownmenu:before {
		content: "\f053" !important;
	} */
}

/* Search */
.navbar-custom .header-search {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.navbar-custom .header-search-button {
	padding: 8px 10px;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
}

.navbar-custom .header-search-input {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 30;
	width: 260px;
	padding: 10px;
	background: #2b2b2b !important;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.navbar-custom .header-search.is-open .header-search-input {
	display: block;
}

.navbar-custom .header-search-input .search-field {
	width: 100%;
	height: 36px;
	padding: 0 12px;
	border: 1px solid rgba(224, 181, 106, 0.45);
	background: #1c1c1c;
	color: #fff;
}

.navbar-custom .header-search-input input[type="submit"] {
	margin-top: 8px;
	width: 100%;
	height: 34px;
	border: 0;
	background: #e0b56a;
	color: #1c1c1c;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 12px;
}

/* Mini cart */
.navbar-custom .navbar-cart-inner {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.navbar-custom .navbar-cart-inner .cart-contents {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px 8px 8px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

.navbar-custom .navbar-cart .cart-item-number {
	position: absolute;
	top: -8px;
    left: 20px;
	min-width: 16px;
	height: 16px;
	padding: 0 3px;
	border-radius: 8px;
	background: #e0b56a;
	color: #1c1c1c !important;
	font-weight: 700;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}

.navbar-custom .header-shopping-cart {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 40;
	width: 320px;
	padding: 16px;
	background: #2a2420 !important;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
	color: #f4efe8;
	text-align: left;
}

.navbar-custom .navbar-cart-inner:hover .header-shopping-cart,
.navbar-custom .navbar-cart-inner.is-open .header-shopping-cart {
	display: block;
}

.navbar-custom .header-shopping-cart .mini-cart-head {
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: #e0b56a;
	font-size: 13px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.navbar-custom .header-shopping-cart .mini_cart_item {
	position: relative;
	margin: 0 0 12px;
	padding: 0 22px 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.navbar-custom .header-shopping-cart .mini_cart_item img {
	float: left;
	width: 54px;
	height: 54px;
	margin-right: 10px;
	object-fit: cover;
}

.navbar-custom .header-shopping-cart .mini-cart-name,
.navbar-custom .header-shopping-cart .mini_cart_item a {
	color: #fff;
	font-size: 13px;
	line-height: 1.35;
}

.navbar-custom .header-shopping-cart .quantity {
	display: block;
	margin-left: 64px;
	color: #e0b56a;
	font-size: 12px;
}

.navbar-custom .header-shopping-cart .remove {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff !important;
	font-size: 18px;
}

.navbar-custom .header-shopping-cart .woocommerce-mini-cart__total {
	margin: 8px 0 12px;
	color: #fff;
	font-size: 14px;
}

.navbar-custom .header-shopping-cart .woocommerce-mini-cart__buttons {
	display: flex;
	gap: 8px;
	margin: 0;
}

.navbar-custom .header-shopping-cart .woocommerce-mini-cart__buttons .button {
	flex: 1;
	padding: 8px 10px;
	border: 1px solid #e0b56a;
	border-radius: 2px;
	background: transparent;
	color: #e0b56a !important;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 11px;
}

.navbar-custom .header-shopping-cart .woocommerce-mini-cart__buttons .checkout {
	background: #e0b56a;
	color: #1c1c1c !important;
}

.navbar-custom .header-shopping-cart .woocommerce-mini-cart__empty-message {
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
}

/* Mobile */
@media (max-width: 768px) {
	body.home .navbar.navbar-custom.navbar-fixed-top.navbar-transparent:not(.is-sticky) {
		background-color: rgba(58, 58, 58, 1) !important;
	}

	body.hl-nav-open {
		overflow: hidden;
	}

	.navbar-custom .header-container {
		flex-wrap: nowrap;
		min-height: 56px;
	}

	.navbar-custom .navbar-header {
		flex: 1 1 0;
		min-width: 0;
		padding-right: 8px;
	}

	.navbar-custom .site-title,
	.navbar-custom .site-title a {
		font-size: 16px;
		letter-spacing: 0.06em;
	}

	.navbar-custom .site-description,
	.navbar-custom .site-description a {
		max-width: 100%;
		font-size: 10px;
		letter-spacing: 0.02em;
		white-space: nowrap;
	}

	.navbar-custom .navbar-toggle {
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 42px;
		height: 42px;
		margin-left: 15px;
		padding: 0;
		border: 1px solid rgba(224, 181, 106, 0.45);
		border-radius: 8px;
		background: rgba(224, 181, 106, 0.08);
		z-index: 1060;
		transition: background 0.25s ease, border-color 0.25s ease;
	}

	.navbar-custom .navbar-toggle:hover,
	.navbar-custom .navbar-toggle:focus,
	body.hl-nav-open .navbar-custom .navbar-toggle {
		background: rgba(224, 181, 106, 0.18);
		border-color: #e0b56a;
		outline: none;
	}

	.navbar-custom .navbar-toggle .icon-bar {
		width: 18px;
		height: 2px;
		margin: 2px 0;
		background: #e0b56a;
		border-radius: 2px;
		transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
	}

	body.hl-nav-open .navbar-custom .navbar-toggle .icon-bar:nth-child(2) {
		transform: translateY(6px) rotate(45deg);
	}

	body.hl-nav-open .navbar-custom .navbar-toggle .icon-bar:nth-child(3) {
		opacity: 0;
	}

	body.hl-nav-open .navbar-custom .navbar-toggle .icon-bar:nth-child(4) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.navbar-custom .header-hotline {
		display: none !important;
	}

	.navbar-custom .header-menu-wrap {
		flex: 0 0 0;
		order: 0;
		width: 0;
		height: 0;
		overflow: visible;
	}

	.navbar-custom .hl-nav-overlay {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 1040;
		background: rgba(12, 10, 8, 0.62);
		backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.35s ease;
	}

	body.hl-nav-open .navbar-custom .hl-nav-overlay {
		opacity: 1;
		pointer-events: auto;
	}

	.navbar-custom .navbar-collapse,
	.navbar-custom .navbar-collapse.collapse,
	.navbar-custom .navbar-collapse.collapse.in,
	.navbar-fixed-top .navbar-collapse {
		display: flex !important;
		flex-direction: column;
		float: none !important;
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		bottom: 0 !important;
		width: min(86vw, 360px);
		max-width: 360px;
		height: 100vh !important;
		height: 100dvh !important;
		max-height: none !important;
		margin: 0;
		padding: 0;
		overflow: hidden;
		visibility: visible;
		background: linear-gradient(180deg, #2c2621 0%, #1c1c1c 42%, #161412 100%) !important;
		box-shadow: 16px 0 40px rgba(0, 0, 0, 0.38);
		transform: translate3d(-104%, 0, 0);
		transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
		z-index: 1050;
	}

	.navbar-custom .navbar-collapse::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 3px;
		height: 100%;
		background: linear-gradient(180deg, #f3d7b0, #e0b56a 50%, #c49a4a);
	}

	body.hl-nav-open .navbar-custom .navbar-collapse,
	body.hl-nav-open .navbar-custom .navbar-collapse.collapse,
	body.hl-nav-open .navbar-fixed-top .navbar-collapse {
		transform: translate3d(0, 0, 0);
	}

	.admin-bar .navbar-custom .navbar-collapse,
	.admin-bar .navbar-custom .navbar-collapse.collapse {
		top: 46px !important;
		height: calc(100vh - 46px) !important;
	}

	.navbar-custom .hl-nav-drawer-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		flex: 0 0 auto;
		padding: 22px 18px 18px;
		border-bottom: 1px solid rgba(224, 181, 106, 0.22);
		background: linear-gradient(180deg, rgba(224, 181, 106, 0.12), transparent);
	}

	.navbar-custom .hl-nav-drawer-brand {
		min-width: 0;
	}

	.navbar-custom .hl-nav-drawer-title {
		display: block;
		color: #f4efe8;
		font-size: 16px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		line-height: 1.25;
	}

	.navbar-custom .hl-nav-drawer-desc {
		display: block;
		margin-top: 4px;
		color: #e0b56a;
		font-size: 11px;
		letter-spacing: 0.04em;
		line-height: 1.3;
	}

	.navbar-custom .hl-nav-close {
		flex: 0 0 auto;
		width: 40px;
		height: 40px;
		border: 1px solid rgba(224, 181, 106, 0.4);
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.04);
		color: #e0b56a;
		font-size: 28px;
		line-height: 1;
		cursor: pointer;
		transition: background 0.2s ease, transform 0.2s ease;
	}

	.navbar-custom .hl-nav-close:hover,
	.navbar-custom .hl-nav-close:focus {
		background: #e0b56a;
		color: #1c1c1c;
		outline: none;
		transform: rotate(90deg);
	}

	.navbar-custom .hl-nav-drawer-body {
		flex: 1 1 auto;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding: 8px 0 16px;
	}

	.navbar-custom .navbar-nav {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0 10px;
	}

	.navbar-custom .navbar-nav > li {
		float: none;
		display: block;
		position: relative;
		margin: 4px 0;
		border-bottom: 0;
		border-radius: 10px;
		overflow: hidden;
	}

	.navbar-custom .navbar-nav > li > a {
		padding: 14px 48px 14px 16px;
		color: #f4efe8 !important;
		font-size: 14px;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		border-radius: 10px;
		transition: background 0.2s ease, color 0.2s ease;
	}

	.navbar-custom .navbar-nav > li > a:after {
		display: none;
	}

	.navbar-custom .navbar-nav > li > a:hover,
	.navbar-custom .navbar-nav > li.current-menu-item > a,
	.navbar-custom .navbar-nav > li.current-menu-ancestor > a {
		background: rgba(224, 181, 106, 0.14);
		color: #e0b56a !important;
	}

	.navbar-custom .dropdownmenu {
		top: 0;
		right: 4px;
		width: 44px;
		height: 48px;
		border-radius: 8px;
		color: #e0b56a;
	}

	.navbar-custom li.has_children > .dropdownmenu:before,
	.navbar-custom ul.nav > li.has_children > .dropdownmenu:before {
		font-size: 12px !important;
		transition: transform 0.28s ease;
	}

	.navbar-custom li.has_children.this-open > .dropdownmenu:before,
	.navbar-custom li.has_children.open > .dropdownmenu:before {
		content: "\f078" !important;
		transform: rotate(180deg);
	}

	.navbar-custom ul ul,
	.navbar-custom .sub-menu {
		display: block !important;
		position: static !important;
		visibility: visible !important;
		width: 100%;
		min-width: 0;
		max-height: 0;
		margin: 0;
		padding: 0 0 0 8px;
		overflow: hidden;
		opacity: 0;
		background: transparent !important;
		box-shadow: none;
		border: 0;
		border-left: 1px solid rgba(224, 181, 106, 0.28);
		transform: none;
		transition: max-height 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease, padding 0.28s ease;
	}

	.navbar-custom li.has_children.this-open > ul,
	.navbar-custom li.has_children.open > ul {
		max-height: 720px;
		padding: 4px 0 8px 8px;
		opacity: 1;
	}

	.navbar-custom .sub-menu > li > a {
		padding: 10px 16px 10px 14px;
		color: rgba(244, 239, 232, 0.86) !important;
		font-size: 13px;
		letter-spacing: 0.03em;
		text-transform: none;
		border-radius: 8px;
	}

	.navbar-custom .sub-menu > li > a:hover,
	.navbar-custom .sub-menu > li.current-menu-item > a {
		color: #e0b56a !important;
		background: rgba(224, 181, 106, 0.1);
	}

	.navbar-custom .sub-menu .sub-menu a {
		padding-left: 22px;
		font-size: 12px;
	}

	.navbar-custom .hl-nav-drawer-foot {
		display: block;
		flex: 0 0 auto;
		padding: 14px 16px 22px;
		border-top: 1px solid rgba(224, 181, 106, 0.22);
		background: rgba(0, 0, 0, 0.18);
	}

	.navbar-custom .hl-nav-drawer-hotline {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		width: 100%;
		padding: 12px 16px;
		border-radius: 999px;
		background: #e0b56a;
		color: #1c1c1c !important;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.06em;
		text-decoration: none;
		transition: transform 0.2s ease, background 0.2s ease;
	}

	.navbar-custom .hl-nav-drawer-hotline:hover,
	.navbar-custom .hl-nav-drawer-hotline:focus {
		background: #f3d7b0;
		color: #1c1c1c !important;
		transform: translateY(-1px);
	}

	.navbar-custom .header-shopping-cart {
		position: fixed;
		top: 62px;
		right: 10px;
		left: 10px;
		width: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.navbar-custom .navbar-collapse,
	.navbar-custom .hl-nav-overlay,
	.navbar-custom .sub-menu,
	.navbar-custom .navbar-toggle .icon-bar,
	.navbar-custom .hl-nav-close {
		transition: none !important;
	}
}


/* === glyphicons-fix.css === */
@font-face {
	font-display: swap;
	font-family: 'Glyphicons Halflings';
	src: url('../js/bootstrap-3.3.7/fonts/glyphicons-halflings-regular.eot');
	src: url('../js/bootstrap-3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
		url('../js/bootstrap-3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
		url('../js/bootstrap-3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'),
		url('../js/bootstrap-3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
		url('../js/bootstrap-3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
	font-weight: 400;
	font-style: normal;
}


/* === hl-scroll.css === */
/* Native smooth scrolling — used instead of SmoothScroll.js (blocked by many ad blockers). */
html.hl-smooth-scroll-native {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html.hl-smooth-scroll-native {
		scroll-behavior: auto;
	}
}

