body.lang-zh .en,
body.lang-en .zh {
	display: none !important;
}

.arlo_tm_leftpart_wrap .menu_list_wrap ul li a,
.arlo_tm_mobile_menu_wrap .mob_menu ul li a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transition: color .22s ease, transform .22s ease, padding-left .22s ease;
}

.arlo_tm_leftpart_wrap .menu_list_wrap ul li a i,
.arlo_tm_mobile_menu_wrap .mob_menu ul li a i {
	width: 18px;
	color: #999;
	transition: color .22s ease, transform .22s ease;
}

.arlo_tm_leftpart_wrap .menu_list_wrap ul li a:hover,
.arlo_tm_leftpart_wrap .menu_list_wrap ul li.current a,
.arlo_tm_mobile_menu_wrap .mob_menu ul li a:hover {
	color: #d6ac55;
	padding-left: 4px;
}

.arlo_tm_leftpart_wrap .menu_list_wrap ul li a:hover i,
.arlo_tm_leftpart_wrap .menu_list_wrap ul li.current a i,
.arlo_tm_mobile_menu_wrap .mob_menu ul li a:hover i {
	color: #d6ac55;
	transform: scale(1.12);
}

.leftpart_bottom .social_wrap ul li a {
	transition: color .22s ease, transform .22s ease;
}

.leftpart_bottom .social_wrap ul li a:hover {
	color: #d6ac55;
	transform: translateY(-2px);
}

.arlo_tm_hero_header_wrap .overlay_image.hero {
	background-image: url("../img/2.jpg");
	filter: none;
	transform: none;
}

.arlo_tm_hero_header_wrap .overlay_color.hero {
	background-color: rgba(7,23,55,.8);
}

.arlo_tm_hero_header_wrap .inner_content {
	width: min(92vw, 620px);
	max-width: 100%;
}

.hero_actions {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-top: 26px;
	flex-wrap: wrap;
	width: min(100%, 340px);
	margin-left: auto;
	margin-right: auto;
}

.hero_actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	flex: 1 1 150px;
	max-width: 165px;
	height: 46px;
	border-radius: 4px;
	background: #d6ac55;
	color: #111;
	font-weight: 700;
	transition: transform .22s ease, background .22s ease, color .22s ease;
}

.hero_actions a.secondary {
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.28);
	color: #fff;
}

.hero_actions a:hover {
	transform: translateY(-2px);
	background: #111;
	color: #fff;
}

.order-panel,
.purchase-panel {
	background: #fff;
	border: 1px solid #e8e8e8;
	box-shadow: 0 24px 60px rgba(0,0,0,.08);
}

.arlo_tm_title_holder {
	min-height: 72px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.arlo_tm_title_holder:before {
	top: 0;
}

.arlo_tm_title_holder h3 {
	font-size: 58px;
	line-height: .96;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 6px;
}

.arlo_tm_title_holder span {
	font-size: 19px;
	line-height: 1.35;
}

.arlo_tm_title_holder span i {
	font-size: 18px;
}

.order-panel {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 28px;
	padding: 34px;
	max-width: 880px;
	margin: 0 auto;
	align-items: start;
}

.order-panel_icon {
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #111;
	color: #d6ac55;
	font-size: 26px;
	margin-top: 34px;
}

.order-panel_body label,
.quantity-box > span {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	color: #111;
}

.order-search {
	display: flex;
	gap: 12px;
	align-items: stretch;
}

.order-search input {
	flex: 1;
	height: 54px;
	border: 1px solid #ddd;
	padding: 0 16px;
	font-size: 15px;
}

.order-search button,
.purchase-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 128px;
	height: 54px;
	border: none;
	background: #111;
	color: #fff;
	cursor: pointer;
	transition: background .22s ease, transform .22s ease;
}

.order-search button:hover,
.purchase-submit:hover {
	background: #d6ac55;
	color: #111;
	transform: translateY(-1px);
}

.order-result {
	margin-top: 18px;
	color: #666;
	line-height: 1.7;
}

.purchase-panel {
	display: grid;
	grid-template-columns: minmax(300px, 45%) 1fr;
	gap: 0;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.purchase-media {
	background: linear-gradient(135deg, #f7f7f7, #ececec);
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	overflow: hidden;
}

.purchase-media img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	object-position: center;
	box-shadow: none;
}

.purchase-card {
	padding: 38px 42px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.purchase-card_head,
.price-row,
.quantity-box,
.total-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.purchase-card_head {
	align-items: flex-start;
	margin-bottom: 26px;
	font-size: 16px;
	color: #111;
}

.purchase-card_head s {
	font-size: 18px;
}

.price-row strong {
	color: #d6ac55;
	font-size: 44px;
	line-height: 1;
}

.promo-code {
	min-height: 24px;
	color: #d6ac55;
	margin-bottom: 18px;
}

.quantity-box {
	align-items: flex-end;
	padding: 24px 0 18px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.quantity-box .number-input-container {
	display: grid;
	grid-template-columns: 52px 90px 52px;
	height: 54px;
	border: 0;
	border-radius: 0;
	overflow: visible;
	background: transparent;
}

.quantity-button {
	width: 52px;
	height: 54px;
	border: 1px solid #d8d8d8;
	border-radius: 0 !important;
	background: #f5f6f8;
	color: #111;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	line-height: 1;
	font-weight: 700;
	padding: 0;
	margin: 0;
	appearance: none;
	-webkit-appearance: none;
}

.quantity-input {
	width: 90px;
	height: 54px;
	border: 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 0;
	border-right: 0;
	border-radius: 0 !important;
	text-align: center;
	font-size: 22px;
	font-weight: 800;
	color: #111;
	background: #fff;
	padding: 0;
	margin: 0;
	line-height: 54px;
	appearance: textfield;
	-webkit-appearance: none;
}

.total-line {
	padding-top: 4px;
	font-size: 18px;
}

.purchase-submit {
	width: 100%;
	text-decoration: none;
	margin-top: 8px;
}

.purchase-note {
	margin: 16px 0 0;
	color: #777;
	font-size: 13px;
	line-height: 1.6;
}

.modal-content.order-modal,
.modal-content.pay-modal {
	max-width: 760px;
	border-radius: 0;
	padding: 34px;
}

.modal-title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.modal-title i {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #111;
	color: #d6ac55;
}

.modal-title h5 {
	margin: 0;
	font-size: 22px;
}

.modal-tip {
	padding: 14px 16px;
	border: 1px solid #ececec;
	background: #fafafa;
	color: #777;
	line-height: 1.7;
	margin-bottom: 20px;
}

.modal-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.modal-form-grid .full {
	grid-column: 1 / -1;
}

.modal .form-group {
	margin-bottom: 0;
}

.modal .form-group label {
	display: block;
	margin-bottom: 7px;
	font-weight: 700;
	color: #333;
}

.modal .form-group input,
.modal .form-group select {
	width: 100%;
	height: 44px;
	border: 1px solid #ddd;
	background: #fff;
	color: #111;
	padding: 0 12px;
}

.modal .form-group select option {
	background: #fff;
	color: #111;
}

.checkout-summary {
	margin: 20px 0;
	padding: 18px;
	border: 1px solid #eee;
	background: #fafafa;
	color: #555;
}

.checkout-summary div {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 8px;
}

.checkout-summary div:last-of-type {
	margin-bottom: 0;
	color: #111;
	font-size: 16px;
}

.checkout-summary p {
	margin: 8px 0 0;
	color: #d08300;
	line-height: 1.6;
}

.pay-button,
.bw-button,
.copy-button {
	border-radius: 0;
	transition: background .22s ease, transform .22s ease;
}

.pay-button:hover,
.bw-button:hover,
.copy-button:hover {
	transform: translateY(-1px);
}

.pay-button:disabled {
	background: #cfcfcf;
	cursor: not-allowed;
	transform: none;
}

.pay-status,
.copy-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 16px;
}

#payinfo {
	margin: 18px 0;
	padding: 14px;
	background: #f8f8f8;
	border: 1px solid #eee;
	color: #333;
	word-break: break-all;
}

.qr-wrap {
	width: 204px;
	min-height: 204px;
	padding: 12px;
	border: 1px solid #eee;
	background: #fff;
	margin: 20px auto 0;
}

@media (max-width: 768px) {
	.arlo_tm_mobile_header_wrap .main_wrap {
		padding: 0 18px;
		height: 45px;
		min-height: 45px;
	}

	.arlo_tm_mobile_header_wrap .logo img {
		max-height: 26px;
		width: auto;
	}

	.arlo_tm_trigger .hamburger-box {
		width: 24px;
		height: 14px;
	}

	.arlo_tm_trigger .hamburger .hamburger-inner,
	.arlo_tm_trigger .hamburger .hamburger-inner::before,
	.arlo_tm_trigger .hamburger .hamburger-inner::after {
		width: 24px;
		height: 2px;
	}

	.arlo_tm_trigger .hamburger-inner::before {
		top: -6px;
	}

	.arlo_tm_trigger .hamburger-inner::after {
		bottom: -8px;
	}

	.arlo_tm_mobile_menu_wrap {
		padding: 22px 20px 24px;
	}

	.arlo_tm_mobile_menu_wrap .mob_menu > ul > li {
		margin-bottom: 8px;
	}

	.arlo_tm_mobile_menu_wrap .mob_menu > ul > li a {
		font-size: 18px;
		line-height: 1.35;
	}

	.arlo_tm_mobile_menu_wrap .leftpart_bottom .social_wrap {
		margin-top: 18px;
		margin-bottom: 0;
	}

	.arlo_tm_title_holder h3 {
		font-size: 46px;
	}

	.arlo_tm_title_holder span {
		font-size: 17px;
	}

	.hero_actions {
		width: min(100%, 260px);
	}

	.hero_actions a {
		flex-basis: 100%;
		max-width: none;
	}

	.order-panel,
	.purchase-panel {
		grid-template-columns: 1fr;
	}

	.order-panel {
		padding: 24px;
	}

	.order-panel_icon {
		margin-top: 0;
	}

	.order-search,
	.pay-status,
	.copy-row {
		flex-direction: column;
		align-items: stretch;
	}

	.purchase-media {
		min-height: 260px;
	}

	.purchase-card {
		padding: 28px;
	}

	.modal-form-grid {
		grid-template-columns: 1fr;
	}
}
