/* Mobile menu — from tnp_update/mobile-menu.html */
.tnp-mnav {
	--tnp-red: #ED2024;
	--tnp-red-2: #d81f36;
	--tnp-red-3: #c11f37;
	position: relative;
	min-height: 100%;
	min-height: 100dvh;
	overflow: hidden;
	background: linear-gradient(165deg, var(--tnp-red) 0%, var(--tnp-red-2) 55%, var(--tnp-red-3) 100%);
	color: #fff;
	padding: 18px 20px max(30px, env(safe-area-inset-bottom));
	padding-top: max(18px, env(safe-area-inset-top));
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.tnp-mnav *,
.tnp-mnav *::before,
.tnp-mnav *::after {
	box-sizing: border-box;
}

.tnp-mnav a,
.tnp-mnav a:hover,
.tnp-mnav a:focus {
	color: inherit;
	text-decoration: none;
}

.tnp-mnav svg {
	display: block;
}

.tnp-mnav .glow {
	position: absolute;
	top: -80px;
	right: -80px;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .14);
	filter: blur(10px);
	z-index: 0;
	pointer-events: none;
}

.tnp-mnav .sky {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 230px;
	z-index: 0;
	opacity: .14;
	pointer-events: none;
}

.tnp-mnav .sky svg {
	width: 100%;
	height: 100%;
}

.tnp-mnav .top {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.tnp-mnav .brand {
	display: flex;
	align-items: center;
	gap: 11px;
	color: #fff;
}

.tnp-mnav .brand .c {
	width: 44px;
	height: 44px;
	background: #fff;
	border-radius: 13px;
	display: grid;
	place-items: center;
	box-shadow: 0 6px 16px rgba(0, 0, 0, .18);
	flex: none;
}

.tnp-mnav .brand .c svg {
	width: 30px;
	height: 30px;
}

.tnp-mnav .brand .w {
	display: block;
	font-size: 21px;
	font-weight: 800;
	line-height: 1;
	color: #fff;
}

.tnp-mnav .brand .w b {
	opacity: .9;
	font-weight: 800;
}

.tnp-mnav .brand .s {
	display: block;
	font-size: 11.5px;
	font-weight: 600;
	opacity: .85;
	margin-top: 3px;
	color: #fff;
}

.tnp-mnav .x {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .16);
	border: 1px solid rgba(255, 255, 255, .25);
	display: grid;
	place-items: center;
	cursor: pointer;
	color: #fff;
	padding: 0;
}

.tnp-mnav .x svg {
	width: 20px;
	height: 20px;
}

.tnp-mnav .search {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	border-radius: 14px;
	padding: 13px 16px;
	margin: 18px 0 22px;
	box-shadow: 0 10px 26px rgba(120, 10, 20, .22);
}

.tnp-mnav .search svg {
	width: 20px;
	height: 20px;
	color: var(--tnp-red);
	flex: none;
	stroke: var(--tnp-red);
}

.tnp-mnav .search input {
	border: 0;
	outline: 0;
	flex: 1;
	font-size: 15px;
	font-family: inherit;
	color: #1c1414;
	background: transparent;
	min-width: 0;
	width: 100%;
}

.tnp-mnav .search input::placeholder {
	color: #9aa1ac;
}

.tnp-mnav .nav {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.tnp-mnav .item {
	display: flex;
	align-items: center;
	gap: 15px;
	background: rgba(255, 255, 255, .13);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 16px;
	padding: 15px 16px;
	color: #fff;
	transition: .15s;
}

.tnp-mnav .item:active,
.tnp-mnav .item.on,
.tnp-mnav .item:hover {
	background: #fff;
	color: var(--tnp-red);
}

.tnp-mnav .item .ic {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: rgba(255, 255, 255, .16);
	display: grid;
	place-items: center;
	flex: none;
	transition: .15s;
}

.tnp-mnav .item.on .ic,
.tnp-mnav .item:active .ic,
.tnp-mnav .item:hover .ic {
	background: #fdeaec;
}

.tnp-mnav .item .ic svg {
	width: 23px;
	height: 23px;
}

.tnp-mnav .item .lb {
	flex: 1;
	font-size: 16.5px;
	font-weight: 800;
	letter-spacing: .2px;
}

.tnp-mnav .item .ch {
	opacity: .6;
}

.tnp-mnav .item .ch svg {
	width: 18px;
	height: 18px;
}

.tnp-mnav .quick {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 11px;
	margin-top: 16px;
}

.tnp-mnav .qbtn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #fff;
	color: var(--tnp-red);
	border-radius: 14px;
	padding: 14px;
	font-size: 15px;
	font-weight: 800;
	box-shadow: 0 8px 20px rgba(120, 10, 20, .2);
}

.tnp-mnav .qbtn:hover,
.tnp-mnav .qbtn:focus {
	color: var(--tnp-red);
}

.tnp-mnav .qbtn.ghost {
	background: rgba(255, 255, 255, .14);
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, .35);
	box-shadow: none;
}

.tnp-mnav .qbtn.ghost:hover,
.tnp-mnav .qbtn.ghost:focus {
	color: #fff;
}

.tnp-mnav .qbtn svg {
	width: 19px;
	height: 19px;
	flex: none;
}

.tnp-mnav .hot {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 16px;
	background: linear-gradient(135deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .1));
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 18px;
	padding: 16px 18px;
	color: #fff;
}

.tnp-mnav .hot:hover,
.tnp-mnav .hot:focus {
	color: #fff;
}

.tnp-mnav .hot .ph {
	width: 50px;
	height: 50px;
	border-radius: 14px;
	background: #fff;
	display: grid;
	place-items: center;
	flex: none;
}

.tnp-mnav .hot .ph svg {
	width: 26px;
	height: 26px;
	color: var(--tnp-red);
	stroke: var(--tnp-red);
}

.tnp-mnav .hot small {
	display: block;
	font-size: 12px;
	font-weight: 700;
	opacity: .9;
	text-transform: uppercase;
	letter-spacing: .6px;
}

.tnp-mnav .hot b {
	display: block;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: .5px;
	margin-top: 1px;
	color: #fff;
}

.tnp-mnav .social {
	position: relative;
	z-index: 2;
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 22px;
}

.tnp-mnav .social a {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .15);
	border: 1px solid rgba(255, 255, 255, .22);
	display: grid;
	place-items: center;
	color: #fff;
}

.tnp-mnav .social a:hover,
.tnp-mnav .social a:focus {
	color: #fff;
	background: rgba(255, 255, 255, .25);
}

.tnp-mnav .social a svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.tnp-mnav .foot {
	position: relative;
	z-index: 2;
	text-align: center;
	margin-top: auto;
	padding-top: 26px;
	font-size: 12.5px;
	font-weight: 600;
	opacity: .85;
	color: #fff;
}

@media (max-width: 991.98px) {
	#tnp_mobile_menu {
		display: none;
		position: fixed;
		inset: 0;
		z-index: 1055;
		width: 100%;
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	body.show-menu {
		overflow: hidden;
	}

	body.show-menu #tnp_mobile_menu {
		display: block;
	}
}

@media (min-width: 992px) {
	#tnp_mobile_menu {
		display: none !important;
	}
}
