/**
 * LineKits 对齐层：按源站（Ueeshop t177）实测渲染值对齐。
 * 在 ueeshop.css / main.css 之后加载，覆盖合并 CSS 与源站上下文不一致的规则。
 *
 * 数据来源：_crawler/src/collect_source_style.py（Chromium computed style 实测）
 *
 * @package linekits
 */

/* ---------- CSS 变量（源站 :root 实测） ---------- */
:root {
	--ThemesBoardBgColor: #FF7828;
	--ThemesHeaderBgColor: #FFFFFF;
	--ThemesHeaderIconColor: #FF7828;
	--ThemesHeaderIconSearchBgColor: #FF7828;
	--ThemesNavTextColor: #000000;
	--ThemesNavTextHoverColor: #FF7828;
	--ThemesProductsTitleColor: #404852;
	--ThemesProductsPriceColor: #000000;
	--ThemesProductsDelPriceColor: #82888F;
	--ThemesFooterBgColor: #DFD8C8;
	--AddtoCartColor: #1E71CE;
	--BuyNowColor: #FF5555;
	--ThemesBoxTitleColor: #000000;
	--ThemesTextContentColor: #333333;
}

/* Ueeshop 容器（源站实测：1440 视口下 1325px = 92%） */
.ly_i_wrapper_1500 {
	max-width: 92%;
}

/* ---------- 顶部公告条（透明融入顶栏主题色底，白字；不叠加黑底色块） ---------- */
.operation_activities.operation_discount_bulletin2 {
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: transparent;
	color: #fff;
	font-size: 14px;
	min-height: 40px;
	position: relative;
}

.operation_activities .oper_list .oper_item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	line-height: 40px;
}

.operation_activities .oper_tit {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	color: #fff;
	font-size: 14px;
}

.operation_activities .oper_btn.operation_click {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 16px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	font-size: 12px;
	cursor: pointer;
}

.operation_activities .oper_btn.operation_click::before {
	content: "×";
	color: #fff;
}

.operation_activities.close {
	display: none !important;
}

/* ---------- 页头（源站 header 高 261px：36 顶栏 + 125 主体 + 100 导航） ---------- */
.themes_global_header {
	display: block !important;
}

.ly_header_top {
	display: block !important;
	background-color: var(--ThemesBoardBgColor);
}

.ly_header_top .ly_i_wrapper_1500 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
	height: 36px;
	min-height: 36px;
}

.ly_header_top .ly_header_lctext {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 12px;
}

.ly_header_top .default_language_currency dt {
	display: flex;
	align-items: center;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 12px;
	padding: 0;
}

/* 语言/货币切换：给下拉箭头让出空间，避免与文字重叠 */
.ly_header_top .default_language_currency .lk-lc-toggle {
	position: relative;
	padding-right: 28px;
}

.ly_header_top .default_language_currency .current_language_abbreviation,
.ly_header_top .default_language_currency .current_abbreviation {
	color: #fff;
}

.ly_header_bot {
	background: var(--ThemesHeaderBgColor);
}

.ly_header_bot .ly_i_wrapper_1500 {
	display: flex;
	align-items: center;
	min-height: 125px;
}

.ly_header_bot .ly_header_b_left {
	flex: none;
	width: 236px;
	display: block;
	padding: 10px 0;
}

.ly_header_bot .ly_header_b_left img {
	position: static;
	width: auto;
	max-width: 100%;
	height: 60px;
	object-fit: contain;
}

/* 页脚 logo：透明 PNG，放大显示 */
.ly_footer_73 .logo {
	display: block;
}

.ly_footer_73 .logo img {
	width: auto;
	max-width: 280px;
	height: 92px;
	object-fit: contain;
}

.ly_header_b_center {
	flex: 1;
	margin-left: 20px;
	margin-right: 60px;
	position: relative;
}

.ly_header_b_center .default_search form {
	display: flex;
	align-items: center;
	height: 50px;
}

.ly_header_b_center .default_search input.text {
	flex: 1;
	height: 50px;
	border: 1px solid #ebebeb;
	background: #fff;
	color: #333;
	font-size: 14px;
	padding: 0 16px;
	box-sizing: border-box;
}

.ly_header_b_center .default_search button.button {
	width: 80px;
	height: 50px;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--ThemesHeaderIconSearchBgColor);
	color: #fff;
	border: 0;
	cursor: pointer;
}

.ly_header_b_right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	flex: none;
}

/* 汉堡按钮只服务于移动端抽屉菜单（≤992px）；桌面端导航常驻可见，留着只会是个死按钮 */
.ly_header_b_right .ly_header_menu {
	display: none;
}

.ly_header_b_right .default_account dl dt {
	color: #333;
	font-size: 12px;
}

.ly_header_b_right .default_shopping_cart {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	font-size: 12px;
	color: #333;
	position: relative;
	padding-left: 0;
}

.ly_header_b_right .default_shopping_cart .iconfont {
	font-size: 22px;
	color: var(--ThemesHeaderIconColor);
	margin-right: 6px;
}

.ly_header_b_right .default_shopping_cart .cart_count {
	margin: 0 2px;
}

/* ---------- 主导航（源站 100px flex 居中） ---------- */
.ly_nav {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #fff;
	min-height: 100px;
}

.ly_nav .ly_i_wrapper_1500 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 1500px;
	max-width: 92%;
	box-sizing: border-box;
	margin: 0 auto;
}

.ly_nav_cate {
	flex: none;
	width: 270px;
	margin-right: 20px;
	position: relative;
}

.ly_nav_cate .cate_nav_title {
	display: flex;
	align-items: center;
	height: 50px;
	padding: 8px 21px;
	background: var(--ThemesBoardBgColor);
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}

/* 下拉三角（CSS 实现） */
.ly_nav_cate .cate_nav_title::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #fff;
}

.ly_nav_cate .cate_nav_list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 260px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	z-index: 10005;
	height: auto !important;
	max-height: 520px;
	overflow-y: auto;
	box-sizing: border-box;
}

.ly_nav_cate:hover .cate_nav_list,
.ly_nav_cate.cate_open .cate_nav_list {
	display: block;
}

.ly_nav_cate .cate_nav_box {
	margin: 0;
	padding: 8px 0;
	list-style: none;
	overflow: hidden;
	box-sizing: border-box;
}

.ly_nav_cate .cate_nav_item {
	float: none;
	width: 100%;
	box-sizing: border-box;
}

.ly_nav_cate .cate_nav_item a {
	display: block;
	padding: 10px 20px;
	color: #333;
	font-size: 14px;
	white-space: nowrap;
}

.ly_nav_cate .cate_nav_item a:hover {
	color: var(--ThemesNavTextHoverColor);
}

.ly_nav_cate .cate_nav_title .iconfont {
	margin-right: 8px;
}

.ly_nav_default {
	flex: 1;
}

.default_nav {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0;
	padding: 7px 0 0;
	list-style: none;
}

.default_nav .default_nav_themes {
	position: relative;
	padding: 0 29px;
}

.default_nav .default_nav_themes > a {
	display: block;
	padding: 0;
	height: auto;
	line-height: 43px;
	font-size: 17px;
	font-weight: 600;
	color: var(--ThemesNavTextColor);
	font-family: "OpenSans-Bold", Arial, sans-serif;
	transition: color 0.25s;
	white-space: nowrap;
}

.default_nav .default_nav_themes > a:hover {
	color: var(--ThemesNavTextHoverColor);
}

/* ---------- 下拉菜单（对齐源站 small_nav_sec：260px 竖列 + 三/四级向右飞出） ---------- */
.default_nav .nav_sec {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 260px;
	max-width: 260px;
	box-sizing: border-box;
	padding: 1px 0 0;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	z-index: 10006;
	overflow: visible;
}

.default_nav .nav_sec .nav_sec_box {
	display: block;
	min-height: 0;
	padding: 13px 0 17px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.default_nav .nav_sec .nav_list {
	display: block;
	float: none;
	width: 100%;
	position: relative;
}

.default_nav .nav_sec .nav_sec_item {
	float: none;
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.default_nav .default_nav_themes:hover > .nav_sec,
.default_nav .default_nav_themes.nav_open > .nav_sec {
	display: block;
}

.default_nav .nav_sec .nav_sec_item a,
.default_nav .nav_sec .nav_sec_item dt a {
	position: relative;
	display: block;
	height: auto;
	line-height: 1.4;
	padding: 5px 25px 5px 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: var(--ThemesNavLevel2TextColor, #000);
}

.default_nav .nav_sec .nav_sec_item a:hover {
	color: var(--ThemesNavLevel2TextHoverColor, #ff7828);
}

/* 二级项箭头（有三级子菜单才显示，icon_down_has.png 上灰下橙两态） */
.default_nav .nav_sec .nav_sec_item.has_third a.nav_sec_a em {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 7px;
	height: 11px;
	margin: auto;
	background: url(../images/global/icon_down_has.png) no-repeat center top;
}

.default_nav .nav_sec .nav_sec_item a:hover em {
	background-position: center bottom;
}

/* 三级面板：悬停二级项向右飞出（不限高，长列表自然展开，与源站一致） */
.default_nav .nav_sec_item .nav_third_box {
	display: none;
	position: absolute;
	width: 260px;
	top: 0;
	left: 100%;
	padding: 6px 0;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.default_nav .nav_sec_item .nav_third_box::-webkit-scrollbar {
	width: 5px;
	background: #fff;
	border-radius: 5px;
}

.default_nav .nav_sec_item .nav_third_box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.1);
}

.default_nav .nav_sec_item .nav_third_box::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

.default_nav .nav_sec_item.has_third:hover .nav_third_box {
	display: block;
}

.default_nav .nav_sec .nav_third_item {
	display: block;
	width: 100%;
	position: relative;
	margin: 0;
	float: none;
}

.default_nav .nav_sec .nav_third_item a.nav_third_a {
	position: relative;
	display: block;
	height: auto;
	line-height: 1.4;
	padding: 5px 25px 5px 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: var(--ThemesNavLevel3TextColor, #000);
}

.default_nav .nav_sec .nav_third_item a.nav_third_a:hover {
	color: var(--ThemesNavLevel3TextHoverColor, #ff7828);
}

/* 三级项箭头（有四级球队/版本列表才显示） */
.default_nav .nav_sec .nav_third_item.has_fourth a.nav_third_a em {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 7px;
	height: 11px;
	margin: auto;
	background: url(../images/global/icon_down_has.png) no-repeat center top;
}

.default_nav .nav_sec .nav_third_item a.nav_third_a:hover em {
	background-position: center bottom;
}

/* 四级面板：悬停三级项继续向右飞出 */
.default_nav .nav_sec_item .nav_third_box .nav_four_box {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	width: 260px;
	box-sizing: border-box;
	padding: 6px 0;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.default_nav .nav_sec .nav_third_item.has_fourth:hover .nav_four_box {
	display: block;
}

.default_nav .nav_sec .nav_four_item {
	display: block;
	margin: 0;
	padding: 0;
}

.default_nav .nav_sec .nav_four_item a.nav_four_a {
	position: relative;
	display: block;
	line-height: 1.4;
	padding: 4px 25px 4px 20px;
	font-size: 12px;
	color: var(--ThemesNavLevel4TextColor, #000);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.default_nav .nav_sec .nav_four_item a.nav_four_a:hover {
	color: var(--ThemesNavLevel4TextHoverColor, #ff7828);
}

/* 队徽 / 联赛标 */
.default_nav .nav_sec .nav_icon {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 20px;
	line-height: normal;
	text-align: center;
}

.default_nav .nav_sec .nav_icon img {
	max-width: 26px;
	height: auto;
	max-height: 20px;
	vertical-align: middle;
}

.default_nav .nav_sec .nav_icon span {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

/* ---------- 轮播（44.63% 高，item 绝对定位） ---------- */
.ly_carousel_1 .carousel_content {
	position: relative;
	overflow: hidden;
	margin: 0;
}

.ly_carousel_1 .carousel_content::before {
	content: "";
	display: block;
	padding-top: 44.63%;
}

.ly_carousel_1 .carousel_item {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.6s ease;
	pointer-events: none;
}

.ly_carousel_1 .carousel_item.carousel_current {
	opacity: 1;
	pointer-events: auto;
}

.ly_carousel_1 .carousel_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* 轮播标题叠加（源站 carousel_info，仅第一张） */
.ly_carousel_1 .carousel_item .carousel_info {
	position: absolute;
	left: 60px;
	bottom: 50px;
	color: #fff;
	z-index: 5;
}

.ly_carousel_1 .carousel_item .carousel_info .carousel_title {
	margin: 0;
}

.ly_carousel_1 .carousel_item .carousel_info .carousel_title a {
	color: #fff;
	font-size: 34px;
	font-family: "OpenSans-Bold", Arial, sans-serif;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
	text-decoration: none;
}

@media (max-width: 768px) {
	.ly_carousel_1 .carousel_item .carousel_info .carousel_title a {
		font-size: 20px;
	}
}

/* ---------- 模块标题（源站 #FF5000 27px） ---------- */
.wrap_section_maintitle {
	margin: 0;
	text-align: center;
}

.wrap_section_maintitle h2 {
	color: #FF5000;
	font-size: 27px;
	font-weight: 700;
	font-family: "OpenSans-Bold", Arial, sans-serif;
	line-height: 1.3;
	margin: 0;
}

/* ---------- 商品卡（源站实测） ---------- */
.wrap_section_products .wrap_product_padding {
	padding: 30px 0 10px;
}

.product_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.product_list .product_item {
	position: relative;
	width: 25%;
	box-sizing: border-box;
	padding: 10px;
}

.product_list .product_box {
	background: #fff;
}

.product_list .product_inner {
	position: relative;
}

.product_list .product_img_box {
	position: relative;
	overflow: hidden;
}

.product_list .product_img_box img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
}

.product_list .product_info {
	padding: 12px 6px 0;
	text-align: center;
}

.product_list .product_rates {
	margin-bottom: 4px;
}

.product_list .product_info_title h3 {
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	color: var(--ThemesProductsTitleColor);
	font-family: "Opensans-Regular", Arial, sans-serif;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
}

.product_list .product_info_price {
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 8px;
	margin-top: 6px;
}

.product_list .product_price_sale {
	font-size: 24px;
	line-height: 26px;
	color: var(--ThemesProductsPriceColor);
	font-family: "OpenSans-Bold", Arial, sans-serif;
}

.product_list .product_price_sale .g_low_price {
	font-size: 12px;
	color: var(--ThemesProductsDelPriceColor);
}

.product_list .product_price_origin {
	font-size: 18px;
	color: var(--ThemesProductsDelPriceColor);
	text-decoration: line-through;
}

.product_list .product_btns {
	margin-top: 10px;
	text-align: center;
}

.product_list .product_btn_addcart {
	display: inline-block;
	min-width: 190px;
	height: 54px;
	line-height: 52px;
	padding: 0 24px;
	border: 1px solid #c8c8c8;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	transition: all 0.3s;
	box-sizing: border-box;
}

.product_list .product_btn_addcart:hover {
	background: var(--ThemesBoardBgColor);
	border-color: var(--ThemesBoardBgColor);
	color: #fff;
}

.product_list .product_tags .product_tag_item {
	background: var(--BuyNowColor);
	color: #fff;
	font-size: 14px;
	padding: 2px 10px;
}

/* VIEW MORE（源站 #FF5000 实心按钮） */
.ly_product_more {
	text-align: center;
	padding: 26px 0 6px;
}

.ly_product_more a {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	padding: 0 45px;
	background: #FF5000;
	color: #fff;
	font-size: 18px;
	text-transform: capitalize;
	border: 0;
}

.ly_product_more a:hover {
	opacity: 0.88;
}

/* ---------- Just Landed / Best Sellers 展示区（lk-showcase） ---------- */
.lk-showcase {
	background: linear-gradient(180deg, #faf6ec 0%, #fdfbf6 100%);
	border-top: 1px solid #f0e9d8;
	border-bottom: 1px solid #f0e9d8;
	padding: 56px 0 64px;
}

.lk-showcase__wrap {
	width: 1500px;
	max-width: 92%;
	margin: 0 auto;
}

.lk-showcase__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 32px;
	margin-bottom: 30px;
}

.lk-showcase__eyebrow {
	color: var(--ThemesBoardBgColor);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.lk-showcase__title {
	margin: 8px 0 10px;
	color: #222222;
	font-size: 34px;
	line-height: 1.2;
	font-family: "OpenSans-Bold", Arial, sans-serif;
}

.lk-showcase__sub {
	margin: 0;
	max-width: 520px;
	color: #6f6c5e;
	font-size: 14px;
	line-height: 1.7;
}

.lk-showcase__side {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 14px;
}

.lk-showcase__switch {
	display: inline-flex;
	background: #fff;
	border: 1px solid #e8e1cf;
	border-radius: 999px;
	padding: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.lk-showcase__tab {
	border: 0;
	background: transparent;
	padding: 10px 24px;
	border-radius: 999px;
	color: #6f6c5e;
	font-size: 14px;
	font-weight: 700;
	font-family: "OpenSans-Bold", Arial, sans-serif;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.lk-showcase__tab.on {
	background: var(--ThemesBoardBgColor);
	color: #fff;
	box-shadow: 0 4px 14px rgba(255, 120, 40, 0.38);
}

.lk-showcase__all {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 9px 22px;
	border: 2px solid var(--ThemesBoardBgColor);
	border-radius: 999px;
	color: #222222;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.lk-showcase__all:hover {
	background: var(--ThemesBoardBgColor);
	color: #fff;
	border-color: var(--ThemesBoardBgColor);
}

.lk-showcase__pane {
	display: none;
}

.lk-showcase__pane.on {
	display: block;
}

.lk-showcase__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
}

.lk-showcase__grid .ly_pro_item {
	width: auto;
	background: #fff;
	border: 1px solid #eee7d6;
	border-radius: 14px;
	overflow: hidden;
	padding: 0 0 14px;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.lk-showcase__grid .ly_pro_item:hover {
	transform: translateY(-6px);
	border-color: #f3d9c2;
	box-shadow: 0 16px 32px rgba(120, 90, 40, 0.16);
}

.lk-showcase__grid .ly_pro_img {
	display: block;
	overflow: hidden;
}

.lk-showcase__grid .ly_pro_img img {
	transition: transform 0.4s ease;
}

.lk-showcase__grid .ly_pro_item:hover .ly_pro_img img {
	transform: scale(1.06);
}

.lk-showcase__grid .ly_pro_star {
	padding: 12px 14px 0;
}

.lk-showcase__grid .ly_pro_title {
	margin: 0;
	padding: 4px 14px 0;
	min-height: 42px;
	font-size: 14px;
	line-height: 1.5;
	color: #2c3338;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.lk-showcase__grid .ly_pro_price {
	padding: 8px 14px 0;
}

.lk-showcase__grid .ly_pro_price .ly_pro_item_p {
	color: var(--ThemesBoardBgColor);
	font-weight: 700;
}

@media (max-width: 1200px) {
	.lk-showcase__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 992px) {
	.lk-showcase__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.lk-showcase__title {
		font-size: 28px;
	}

	.lk-showcase__side {
		align-items: flex-start;
	}
}

@media (max-width: 768px) {
	.lk-showcase {
		padding: 40px 0 48px;
	}

	.lk-showcase__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 14px;
	}

	.lk-showcase__title {
		font-size: 24px;
	}

	.lk-showcase__tab {
		padding: 9px 18px;
		font-size: 13px;
	}
}

/* ---------- 列宽变体（5 列 / 6 列） ---------- */
.ly_products_box.Columns_5 .ly_pro_item {
	width: 20%;
}

.ly_products_box.Columns_6 .ly_pro_item {
	width: 16.666%;
}

/* ---------- poster 模块（T90 徽标 / 棒球海报） ---------- */
.wrap_section_products .poster_box {
	margin: 0 auto;
	text-align: center;
	padding: 30px 0 6px;
}

.wrap_section_products .poster_box .title_ico img {
	max-width: 140px;
}

.wrap_section_products .poster_box .poster_title h2 {
	font-size: 27px;
	color: #000;
	font-family: "OpenSans-Bold", Arial, sans-serif;
	margin: 10px 0 0;
}

@media (max-width: 992px) {
	.ly_products_box.Columns_5 .ly_pro_item,
	.ly_products_box.Columns_6 .ly_pro_item {
		width: 33.33%;
	}
}

@media (max-width: 768px) {
	.ly_products_box.Columns_5 .ly_pro_item,
	.ly_products_box.Columns_6 .ly_pro_item {
		width: 50%;
	}
}

/* ---------- 评论墙 ---------- */
.total_products_review {
	padding: 40px 0 30px;
}

.total_products_review .pro_title {
	text-align: center;
}

.total_products_review .pro_title h2 {
	font-size: 27px;
	color: #000;
	font-family: "OpenSans-Bold", Arial, sans-serif;
}

.total_products_review .review_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin: 20px 0 0;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

.total_products_review .list_item {
	width: auto;
	box-sizing: border-box;
	padding: 0;
}

.total_products_review .item {
	background: #fff;
	border: 1px solid #f2f2f2;
	padding: 14px;
}

.total_products_review .item_img img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}

.total_products_review .item_content {
	margin: 8px 0 10px;
	color: #555;
	font-size: 13px;
	line-height: 1.7;
}

.total_products_review .review_pro_item .title {
	color: #222;
	font-size: 13px;
	margin-bottom: 6px;
}

.total_products_review .review_pro_item .link a {
	display: inline-block;
	border: 1px solid #ddd;
	color: #222;
	font-size: 12px;
	padding: 6px 14px;
}

.total_products_review .review_pro_item .link a:hover {
	background: var(--ThemesBoardBgColor);
	color: #fff;
	border-color: var(--ThemesBoardBgColor);
}

/* ---------- Track Your Order（源站白底黑钮） ---------- */
.global_mode_order_tracking1 {
	background: #fff;
	padding: 20px 0;
	position: relative;
}

.global_mode_order_tracking1 .top_title {
	text-align: center;
	font-size: 27px;
	color: #000;
	font-family: "OpenSans-Bold", Arial, sans-serif;
}

.global_mode_order_tracking1 .sub_title {
	color: #666;
	font-size: 14px;
	text-align: center;
	margin: 8px 0 20px;
}

.global_mode_order_tracking1 .global_tracking_form form {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.global_mode_order_tracking1 .track_field {
	display: flex;
	align-items: center;
	gap: 6px;
}

.global_mode_order_tracking1 .track_field label {
	font-size: 13px;
	color: #333;
	white-space: nowrap;
}

.global_mode_order_tracking1 input {
	height: 50px;
	min-width: 240px;
	padding: 0 14px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	font-size: 14px;
}

.global_mode_order_tracking1 .input_button {
	height: 52px;
	line-height: 52px;
	padding: 0 45px;
	background: #000;
	color: #fff;
	font-size: 16px;
	border: 1px solid #fff;
	cursor: pointer;
}

.global_mode_order_tracking1 .input_button:hover {
	background: var(--ThemesBoardBgColor);
}

/* ---------- FAQ（白底 16px #111） ---------- */
.global_faq_box {
	background: #fff;
	padding: 30px 0 40px;
}

.global_faq_box .faq_big_title {
	text-align: center;
	font-size: 27px;
	color: #000;
	font-family: "OpenSans-Bold", Arial, sans-serif;
	margin-bottom: 20px;
}

.global_faq_box .list .item {
	border-bottom: 1px solid #f0f0f0;
}

.global_faq_box .item .title {
	background: #fff;
	color: #111;
	font-size: 16px;
	font-weight: 400;
	font-family: "Opensans-Regular", Arial, sans-serif;
	padding: 16px 102px 16px 4px;
	cursor: pointer;
	position: relative;
}

/* 选择器须与 ueeshop 的 .global_faq_box .container .item .title i 同级（4 类），
   否则 top:50% 压不过源站的 top:0，图标会被 .title 的 overflow:hidden 裁成半圆。 */
.global_faq_box .container .item .title i {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	transition: transform 0.3s;
}

.global_faq_box .container .item.faq_open .title i {
	transform: translateY(-50%) rotate(180deg);
}

.global_faq_box .inner_height {
	color: #555;
	font-size: 13px;
	line-height: 1.9;
	padding: 4px 60px 22px 4px;
}

/* ---------- 页脚（米色 #DFD8C8，品牌区 + 链接列 + 深色底条） ---------- */
.ly_footer_73 {
	background-color: var(--ThemesFooterBgColor);
	padding: 0;
}

.lk-footer__main {
	padding: 54px 0 44px;
}

.lk-footer__wrap {
	width: 1500px;
	max-width: 92%;
	margin: 0 auto;
}

.lk-footer__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 56px;
	align-items: flex-start;
}

/* 品牌区 */
.lk-footer__brand {
	flex: 0 0 300px;
}

.lk-footer__logo {
	display: inline-block;
}

.lk-footer__logo img {
	display: block;
	width: auto;
	max-width: 250px;
	height: 108px;
	object-fit: contain;
}

.lk-footer__tagline {
	margin: 16px 0 18px;
	max-width: 300px;
	color: #4c4c42;
	font-size: 14px;
	line-height: 1.75;
}

.lk-footer__social {
	display: flex;
	gap: 10px;
}

.lk-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--ThemesBoardBgColor);
	color: #fff;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.lk-footer__social a:hover {
	background: #d95f10;
	color: #fff;
	transform: translateY(-2px);
}

/* 链接列 */
.lk-footer__cols {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 32px 56px;
	min-width: 0;
}

.lk-footer__col {
	flex: 1 1 180px;
	min-width: 180px;
}

.lk-footer__col--wide {
	flex: 1.4 1 240px;
}

.lk-footer__title {
	position: relative;
	margin: 0 0 16px;
	padding-bottom: 10px;
	color: #222222;
	font-size: 15px;
	font-family: "OpenSans-Bold", Arial, sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lk-footer__title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 26px;
	height: 3px;
	border-radius: 2px;
	background: var(--ThemesBoardBgColor);
}

.lk-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lk-footer__links a {
	display: inline-block;
	padding: 5px 0;
	color: #45453e;
	font-size: 14px;
	line-height: 1.7;
	transition: color 0.15s ease;
}

.lk-footer__links a:hover {
	color: var(--ThemesBoardBgColor);
}

.lk-footer__contact {
	margin: 0;
}

.lk-footer__contact dd {
	margin: 0 0 10px;
	color: #45453e;
	font-size: 14px;
	line-height: 1.7;
}

.lk-footer__contact dd a {
	color: #45453e;
}

.lk-footer__contact dd a:hover {
	color: var(--ThemesBoardBgColor);
}

/* 深色底条：版权 + 支付图标 */
.lk-footer__bar {
	background: var(--ThemesBoardBgColor);
	padding: 16px 0;
}

.lk-footer__bar-in {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.lk-footer__copy {
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
}

.lk-footer__pay {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

@media (max-width: 992px) {
	.lk-footer__brand {
		flex: 1 1 100%;
	}

	.lk-footer__logo img {
		height: 96px;
	}
}

@media (max-width: 768px) {
	.lk-footer__main {
		padding: 40px 0 32px;
	}

	.lk-footer__grid {
		gap: 28px;
	}

	.lk-footer__cols {
		gap: 24px;
	}

	.lk-footer__col {
		flex: 1 1 46%;
		min-width: 46%;
	}

	.lk-footer__col--wide {
		flex: 1 1 100%;
	}

	.lk-footer__bar-in {
		justify-content: center;
		text-align: center;
	}
}

/* ---------- 响应式修正 ---------- */
@media (max-width: 992px) {
	/* 抽屉定位锚点：ueeshop.css 给 body 设了 position:relative，
	   不锚回页头的话 top:100% 会等于整页高度，面板落到页面底部 */
	.themes_global_header {
		position: relative;
	}

	.ly_nav {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #fff;
		z-index: 10010;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
		min-height: 0;
	}

	.ly_nav.lk-nav-open {
		display: block;
	}

	.ly_nav .ly_i_wrapper_1500 {
		display: block;
		max-width: 100%;
	}

	.ly_nav_cate {
		width: 100%;
		margin: 0;
	}

	.ly_nav_default {
		width: 100%;
	}

	.default_nav {
		flex-direction: column;
		align-items: stretch;
	}

	.default_nav .default_nav_themes > a {
		height: auto;
		line-height: 42px;
		padding: 0 18px;
		border-bottom: 1px solid #f4f4f4;
	}

	.default_nav .nav_sec {
		position: static;
		width: auto;
		max-width: none;
		box-shadow: none;
		padding: 0 0 0 18px;
		display: none;
	}

	/* 移动端：三/四级面板改为纵向缩进手风琴，点击展开（JS 切 thd_open/four_open） */
	.default_nav .nav_sec_item .nav_third_box,
	.default_nav .nav_sec_item .nav_third_box .nav_four_box {
		position: static;
		width: auto;
		max-height: none;
		overflow: visible;
		box-shadow: none;
		padding: 0;
		display: none;
	}

	.default_nav .nav_sec_item.has_third:hover .nav_third_box,
	.default_nav .nav_sec .nav_third_item.has_fourth:hover .nav_four_box {
		display: none;
	}

	.default_nav .nav_sec_item.thd_open .nav_third_box,
	.default_nav .nav_sec .nav_third_item.four_open .nav_four_box {
		display: block;
	}

	.default_nav .nav_sec_item.thd_open .nav_third_box {
		padding-left: 14px;
	}

	.default_nav .nav_sec .nav_third_item.four_open .nav_four_box {
		padding-left: 14px;
	}

	.ly_header_bot .ly_i_wrapper_1500 {
		flex-wrap: wrap;
		min-height: 0;
		padding: 12px 0;
	}

	.ly_header_bot .ly_header_b_left {
		width: 100%;
		flex: none;
		text-align: center;
	}

	.ly_header_b_center {
		display: none;
	}

	.ly_header_b_right {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
		gap: 12px;
		padding: 8px 0 4px;
	}

	.total_products_review .review_list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.product_list {
		margin: 0;
	}

	.product_list .product_item {
		padding: 6px;
	}

	.product_list .product_btn_addcart {
		min-width: 0;
		width: 100%;
		height: 46px;
		line-height: 44px;
		padding: 0 8px;
		font-size: 12px;
	}

	.ly_products_box {
		margin: 0;
	}

	.ly_products_box .ly_pro_item {
		padding: 0 6px 18px;
	}

	.total_products_review .review_list {
		grid-template-columns: 1fr;
	}

	.ly_product_more a {
		height: 42px;
		line-height: 42px;
		padding: 0 30px;
		font-size: 15px;
	}

	.global_mode_order_tracking1 .global_tracking_form form {
		flex-direction: column;
		align-items: stretch;
	}

	.global_mode_order_tracking1 input {
		width: 100%;
		min-width: 0;
	}
}

/* ==========================================================
 * 头部账户 / 购物车美化（视觉优化）
 * ----------------------------------------------------------
 * 账户：图标 + 链接 + Join Free 描边胶囊按钮
 * 购物车：图标徽标 + 双行文字（Your Cart / 价格）＋悬停下拉
 * ========================================================== */

/* ---------- 账户区 ---------- */
.ly_header_b_right .default_account {
	display: inline-flex;
	align-items: center;
	height: 44px;
	gap: 6px;
}

.ly_header_b_right .default_account .iconfont {
	display: inline-flex;
	align-items: center;
	font-size: 22px;
	line-height: 1;
	color: var(--ThemesHeaderIconColor, #ff7828);
}

.ly_header_b_right .default_account dl {
	float: none;
}

.ly_header_b_right .default_account dl dt {
	display: inline-flex;
	align-items: center;
	padding: 0;
	font-size: 0; /* 消除行内元素之间的空白 */
	line-height: 1;
}

.ly_header_b_right .default_account dl dt .lk-or {
	display: inline-flex;
	margin: 0 4px;
	font-size: 12px;
	color: #b8b8b8;
}

.ly_header_b_right .default_account dl dt a.lk-account-link {
	display: inline-flex;
	align-items: center;
	position: relative;
	padding: 8px 2px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	color: #333;
	transition: color 0.2s ease;
}

.ly_header_b_right .default_account dl dt a.lk-account-link::after {
	content: "";
	position: absolute;
	left: 2px;
	right: 2px;
	bottom: 4px;
	height: 1.5px;
	border-radius: 2px;
	background: var(--ThemesHeaderIconColor, #ff7828);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.25s ease;
}

.ly_header_b_right .default_account dl dt a.lk-account-link:hover {
	color: var(--ThemesHeaderIconColor, #ff7828);
	text-decoration: none;
}

.ly_header_b_right .default_account dl dt a.lk-account-link:hover::after {
	transform: scaleX(1);
}

/* Join Free：描边胶囊按钮，hover 填充主题色 */
.ly_header_b_right .default_account dl dt a.lk-join-btn {
	display: inline-flex;
	align-items: center;
	margin-left: 6px;
	padding: 7px 14px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	color: var(--ThemesHeaderIconColor, #ff7828);
	border: 1px solid var(--ThemesHeaderIconColor, #ff7828);
	border-radius: 999px;
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.ly_header_b_right .default_account dl dt a.lk-join-btn:hover {
	background: var(--ThemesHeaderIconColor, #ff7828);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 4px 14px rgba(255, 120, 40, 0.35);
}

/* ---------- 购物车区 ---------- */
.ly_header_b_right .lk-cart-wrap {
	position: relative;
}

.ly_header_b_right .default_shopping_cart {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 44px;
	padding: 0 12px;
	border-radius: 12px;
	transition: background-color 0.2s ease;
}

.ly_header_b_right .default_shopping_cart:hover {
	background: rgba(255, 120, 40, 0.08);
	text-decoration: none;
}

/* 图标（含右上角数量徽标） */
.ly_header_b_right .default_shopping_cart .iconfont {
	position: relative;
	margin: 0;
	font-size: 26px;
	line-height: 1;
	color: var(--ThemesHeaderIconColor, #ff7828);
}

.ly_header_b_right .default_shopping_cart .cart_count {
	position: absolute;
	top: -6px;
	left: 16px;
	z-index: 2;
	min-width: 19px;
	height: 19px;
	padding: 0 5px;
	box-sizing: border-box;
	border-radius: 999px;
	background: #e7e7e7;
	color: #666;
	font-size: 11px;
	font-weight: 700;
	line-height: 19px;
	text-align: center;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

/* 空购物车不显示徽标，避免“0”噪音；有商品时橙色高亮 */
.lk-cart-wrap:not(.lk-cart-has-items) .cart_count {
	display: none;
}

.lk-cart-wrap.lk-cart-has-items .cart_count {
	background: var(--ThemesHeaderIconColor, #ff7828);
	color: #fff;
	box-shadow: 0 0 0 2px #fff;
}

.lk-cart-wrap.lk-cart-has-items .default_shopping_cart:hover .cart_count {
	transform: scale(1.15);
}

/* 双行文字：Your Cart / 价格 */
.ly_header_b_right .default_shopping_cart .lk-cart-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	line-height: 1;
}

.ly_header_b_right .default_shopping_cart .text_0 {
	display: block;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #8c8c8c;
}

.ly_header_b_right .default_shopping_cart .cart_count_price {
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	color: #111;
}

.ly_header_b_right .default_shopping_cart .cart_count_price .woocommerce-Price-amount,
.ly_header_b_right .default_shopping_cart .cart_count_price .woocommerce-Price-currencySymbol {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.ly_header_b_right .default_shopping_cart .text_1 {
	display: none; /* 数量由徽标呈现 */
}

/* ---------- 迷你购物车下拉 ---------- */
.lk-cart-wrap .lk-mini-cart {
	position: absolute;
	top: calc(100% + 16px);
	right: 0;
	z-index: 10020;
	display: block; /* 覆盖 main.css 的 display:none，改用 opacity/visibility 过渡 */
	width: 360px;
	max-height: 400px;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 10px 0 0;
	background: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 14px;
	box-shadow: 0 16px 48px rgba(17, 17, 17, 0.16);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
}

.lk-cart-wrap:hover .lk-mini-cart,
.lk-cart-wrap:focus-within .lk-mini-cart {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.lk-cart-wrap .lk-mini-cart::before {
	content: "";
	position: absolute;
	top: -7px;
	right: 30px;
	width: 13px;
	height: 13px;
	background: #fff;
	border-left: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	transform: rotate(45deg);
}

.lk-cart-wrap .lk-mini-cart__item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 16px;
	border-bottom: 1px solid #f4f4f4;
}

.lk-cart-wrap .lk-mini-cart__item:last-child {
	border-bottom: 0;
}

.lk-cart-wrap .lk-mini-cart__item img {
	flex: none;
	width: 54px;
	height: 54px;
	object-fit: cover;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
}

.lk-cart-wrap .lk-mini-cart__info {
	flex: 1;
	min-width: 0;
}

.lk-cart-wrap .lk-mini-cart__name {
	font-size: 13px;
	line-height: 1.4;
	color: #222;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.lk-cart-wrap .lk-mini-cart__qty {
	margin-top: 4px;
	font-size: 12px;
	color: #8c8c8c;
}

.lk-cart-wrap .lk-mini-cart__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px 10px;
	font-size: 14px;
	color: #222;
}

.lk-cart-wrap .lk-mini-cart__foot .woocommerce-Price-amount {
	font-size: 16px;
	font-weight: 700;
	color: #111;
}

.lk-cart-wrap .lk-mini-cart__btn {
	display: block;
	margin: 0 16px 16px;
	padding: 13px 0;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	color: #fff;
	background: var(--ThemesHeaderIconColor, #ff7828);
	border-radius: 999px;
	transition: background-color 0.2s ease, transform 0.15s ease;
}

.lk-cart-wrap .lk-mini-cart__btn:hover {
	background: #e5661a;
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

/* ---------- 移动端（≤992px）：紧凑图标模式 ---------- */
@media (max-width: 992px) {
	.ly_header_b_right .default_shopping_cart {
		height: 40px;
		padding: 6px;
		border-radius: 50%;
	}

	.ly_header_b_right .default_shopping_cart .lk-cart-meta,
	.ly_header_b_right .default_shopping_cart .text_1 {
		display: none;
	}

	.ly_header_b_right .default_shopping_cart .iconfont {
		font-size: 24px;
	}

	.ly_header_b_right .default_shopping_cart .cart_count {
		top: -5px;
		left: 13px;
		min-width: 17px;
		height: 17px;
		line-height: 17px;
		font-size: 10px;
	}

	/* 触屏无 hover，隐藏下拉 */
	.lk-cart-wrap .lk-mini-cart {
		display: none;
	}

	.ly_header_b_right .default_account {
		gap: 4px;
	}

	.ly_header_b_right .default_account .iconfont {
		font-size: 19px;
	}

	.ly_header_b_right .default_account dl dt a.lk-account-link {
		padding: 6px 1px;
		font-size: 12px;
	}

	.ly_header_b_right .default_account dl dt a.lk-join-btn {
		margin-left: 2px;
		padding: 6px 10px;
		font-size: 12px;
	}

	.ly_header_b_right .ly_header_menu {
		display: inline-flex;
		padding-left: 10px;
	}

	.ly_header_b_right .ly_header_menu i {
		font-size: 22px;
	}

	/* 移动端 logo 稍缩小，头部更紧凑 */
	.ly_header_bot .ly_header_b_left img {
		height: 48px;
	}
}

/* ==========================================================
 * 右下角 WhatsApp 一键咨询浮动按钮
 * ========================================================== */
.lk-whatsapp-float {
	position: fixed;
	right: 22px;
	bottom: calc(22px + env(safe-area-inset-bottom, 0px));
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #25d366;
	box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	animation: lk-wa-pulse 2.4s infinite;
}

.lk-whatsapp-float svg {
	width: 30px;
	height: 30px;
	fill: #fff;
}

.lk-whatsapp-float:hover {
	transform: translateY(-3px) scale(1.06);
	box-shadow: 0 12px 28px rgba(37, 211, 102, 0.55);
}

.lk-whatsapp-float .lk-whatsapp-tip {
	position: absolute;
	right: 68px;
	top: 50%;
	transform: translateY(-50%);
	padding: 7px 14px;
	white-space: nowrap;
	font-size: 13px;
	line-height: 1;
	color: #333;
	background: #fff;
	border-radius: 999px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.lk-whatsapp-float:hover .lk-whatsapp-tip {
	opacity: 1;
	visibility: visible;
}

.lk-whatsapp-float .lk-whatsapp-tip::after {
	content: "";
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	background: #fff;
}

@keyframes lk-wa-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45);
	}
	70% {
		box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
}

/* ---------- 移动端收尾适配 ---------- */
@media (max-width: 992px) {
	/* WhatsApp 浮动按钮：缩小并沉底，避开 iOS 底部工具栏 */
	.lk-whatsapp-float {
		right: 14px;
		bottom: calc(16px + env(safe-area-inset-bottom, 0px));
		width: 48px;
		height: 48px;
	}

	.lk-whatsapp-float svg {
		width: 26px;
		height: 26px;
	}

	.lk-whatsapp-float .lk-whatsapp-tip {
		display: none;
	}
}

@media (max-width: 768px) {
	/* 商品卡底部按钮：窄屏下不许超出视口 */
	.product_btn_item {
		max-width: 100%;
		box-sizing: border-box;
	}

	.product_list .product_btn_addcart,
	.product_btn_item .product_btn_addcart {
		min-width: 0;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}
}
/* ---------- 页头视觉升级（藏青顶条 / 搜索胶囊 / 导航精修） ---------- */

/* 顶条：藏青，公告居左 + EN/USD 居右 */
.ly_header_top {
	background-color: var(--ThemesBoardBgColor);
}

.ly_header_top .ly_i_wrapper_1500 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	height: auto;
	min-height: 38px;
	padding: 5px 0;
}

.ly_header_lctext { display: none; }

.lk-topbar-note {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	margin: 0;
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
}

.lk-topbar-note .lk-topbar-ico {
	font-size: 14px;
	flex: none;
}

.lk-topbar-note > a,
.lk-topbar-note > span.notranslate {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lk-topbar-note > a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.lk-topbar-note .oper_btn.operation_click {
	flex: none;
	color: rgba(255, 255, 255, 0.65);
	font-size: 13px;
	font-style: normal;
	margin-left: 2px;
}

.lk-topbar-note .oper_btn.operation_click::before {
	content: "✕";
}

.lk-topbar-note .oper_btn.operation_click:hover {
	color: #fff;
}

.lk-topbar-note--empty {
	flex: 1;
}

.lk-topbar-tools {
	flex: none;
}

.lk-topbar-tools .lk-lc-toggle {
	color: #fff;
	font-size: 13px;
	cursor: pointer;
}

.lk-topbar-tools .lk-lc-toggle:hover .current_abbreviation,
.lk-topbar-tools .lk-lc-toggle:hover .current_language_abbreviation {
	color: var(--ThemesBoardBgColor);
}

/* 主行：放大 Logo + 搜索胶囊 + 账户/购物车精修 */
.ly_header_bot {
	box-shadow: 0 1px 0 #f0f0f1;
}

.ly_header_bot .ly_header_b_left .compute_item_img img {
	height: 60px;
	width: auto;
}

.ly_header_b_left .lk-logo-text {
	display: none;
}

.ly_header_b_center .default_search_style {
	flex: 1;
	margin: 0 36px;
}

.ly_header_b_center .default_search_style .form {
	border-radius: 24px;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ly_header_b_center .default_search_style .form:focus-within {
	border-color: var(--ThemesBoardBgColor);
	box-shadow: 0 0 0 3px rgba(255, 120, 40, 0.12);
}

.ly_header_b_center .default_search_style .form .text {
	padding-left: 20px;
}

.ly_header_b_center .default_search_style .form .button {
	width: 64px;
	border-radius: 0 22px 22px 0;
}

.ly_header_b_right .lk-join-btn {
	display: inline-block;
	background: var(--ThemesBoardBgColor);
	color: #fff !important;
	border-radius: 18px;
	font-weight: 600;
	transition: filter 0.15s ease;
}

.ly_header_b_right .lk-join-btn:hover {
	filter: brightness(1.06);
	text-decoration: none;
}

.ly_header_b_right .default_shopping_cart {
	border-radius: 10px;
	transition: background-color 0.15s ease;
}

.ly_header_b_right .default_shopping_cart:hover {
	background: #fff4ec;
}

.ly_header_b_right .lk-cart-has-items .cart_count {
	background: var(--ThemesBoardBgColor);
}

/* 导航行：菜单大写 + 橙色下滑线 + ALL CATEGORIES 圆角 */
.ly_nav {
	box-shadow: inset 0 -1px 0 #f0f0f1, 0 2px 10px rgba(17, 17, 17, 0.05);
}

.default_nav .default_nav_themes > a {
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.02em;
	transition: color 0.15s ease;
}

.default_nav .default_nav_themes > a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 12px;
	width: 0;
	height: 3px;
	border-radius: 2px;
	background: var(--ThemesBoardBgColor);
	transform: translateX(-50%);
	transition: width 0.22s ease;
}

.default_nav .default_nav_themes > a:hover {
	color: var(--ThemesBoardBgColor);
}

.default_nav .default_nav_themes > a:hover::after {
	width: 26px;
}

.ly_nav_cate .cate_nav_title {
	border-radius: 6px 6px 0 0;
	box-shadow: 0 3px 8px rgba(255, 120, 40, 0.28);
}

@media (max-width: 992px) {
	.lk-topbar-note {
		font-size: 12px;
		min-width: 0;
		flex: 1;
	}

	.lk-topbar-note > a,
	.lk-topbar-note > span.notranslate {
		max-width: 200px;
	}
}

/* ---------- Order Tracking 藏青行动卡 ---------- */
.lk-tracking {
	background: linear-gradient(180deg, #fdfbf6 0%, #faf6ec 100%);
	padding: 30px 0 64px;
}

.lk-tracking__wrap {
	width: 1500px;
	max-width: 92%;
	margin: 0 auto;
}

.lk-tracking__card {
	background: linear-gradient(135deg, #ff8a3c 0%, #f0691a 100%);
	border-radius: 22px;
	padding: 44px 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 28px 48px;
	box-shadow: 0 18px 40px rgba(255, 120, 40, 0.3);
}

.lk-tracking__eyebrow {
	display: block;
	color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.lk-tracking__title {
	margin: 0 0 10px;
	color: #fff;
	font-size: 30px;
	font-family: "OpenSans-Bold", Arial, sans-serif;
}

.lk-tracking__sub {
	margin: 0;
	max-width: 460px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	line-height: 1.7;
}

.lk-tracking__form {
	flex: 1 1 520px;
	min-width: 0;
}

.lk-tracking__fields {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.lk-tracking__fields input {
	flex: 1 1 180px;
	min-width: 0;
	height: 50px;
	border: 0;
	border-radius: 25px;
	padding: 0 22px;
	font-size: 14px;
	color: #2c3338;
	background: #fff;
	outline: none;
}

.lk-tracking__fields input:focus {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.55);
}

.lk-tracking__fields button {
	flex: none;
	height: 50px;
	padding: 0 30px;
	border: 0;
	border-radius: 25px;
	background: #fff;
	color: #f0691a;
	font-size: 14px;
	font-weight: 700;
	font-family: "OpenSans-Bold", Arial, sans-serif;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: filter 0.15s ease, transform 0.15s ease;
}

.lk-tracking__fields button:hover {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

.lk-tracking__more {
	display: inline-block;
	margin-top: 14px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	text-decoration: none;
}

.lk-tracking__more:hover {
	color: #fff;
}

/* ---------- Help & Policies FAQ 手风琴 ---------- */
.lk-faq {
	background: #fdfbf6;
	padding: 30px 0 72px;
}

.lk-faq__wrap {
	width: 1500px;
	max-width: 92%;
	margin: 0 auto;
}

.lk-faq__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px 32px;
	margin-bottom: 26px;
}

.lk-faq__eyebrow {
	display: block;
	color: var(--ThemesBoardBgColor);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.lk-faq__title {
	margin: 0;
	color: #222222;
	font-size: 30px;
	font-family: "OpenSans-Bold", Arial, sans-serif;
}

.lk-faq__hint {
	margin: 0;
	color: #6f6c5e;
	font-size: 14px;
}

.lk-faq__hint a {
	color: var(--ThemesBoardBgColor);
	font-weight: 600;
}

.lk-faq__item {
	background: #fff;
	border: 1px solid #eee7d6;
	border-radius: 14px;
	margin-bottom: 12px;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lk-faq__item.on {
	border-color: #f3d9c2;
	box-shadow: 0 10px 26px rgba(120, 90, 40, 0.1);
}

.lk-faq__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	border: 0;
	background: transparent;
	padding: 18px 22px;
	text-align: left;
	font-size: 15px;
	font-weight: 700;
	color: #222222;
	font-family: "OpenSans-Bold", Arial, sans-serif;
	cursor: pointer;
}

.lk-faq__chevron {
	flex: none;
	width: 20px;
	height: 20px;
	stroke: var(--ThemesBoardBgColor);
	stroke-width: 2.4;
	fill: none;
	transition: transform 0.25s ease;
}

.lk-faq__item.on .lk-faq__chevron {
	transform: rotate(180deg);
}

.lk-faq__a {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.28s ease;
}

.lk-faq__item.on .lk-faq__a {
	grid-template-rows: 1fr;
}

.lk-faq__a-in {
	min-height: 0;
	overflow: hidden;
	padding: 0 22px;
	color: #55554d;
	font-size: 14px;
	line-height: 1.8;
}

.lk-faq__item.on .lk-faq__a-in {
	padding-bottom: 20px;
}

.lk-faq__a-in p {
	margin: 0 0 10px;
}

/* ---------- 博客列表（lk-blog） ---------- */
.lk-blog {
	background: #fdfbf6;
	padding: 54px 0 64px;
}

.lk-blog__wrap {
	width: 1500px;
	max-width: 92%;
	margin: 0 auto;
}

.lk-blog__eyebrow {
	display: block;
	color: var(--ThemesBoardBgColor);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.lk-blog__title {
	margin: 0 0 10px;
	color: #222;
	font-size: 34px;
	font-family: "OpenSans-Bold", Arial, sans-serif;
}

.lk-blog__sub {
	margin: 0;
	color: #6f6c5e;
	font-size: 14px;
	line-height: 1.7;
}

.lk-blog__head {
	margin-bottom: 30px;
}

.lk-blog__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.lk-post-card {
	background: #fff;
	border: 1px solid #eee7d6;
	border-radius: 14px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lk-post-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 16px 32px rgba(30, 30, 30, 0.12);
}

.lk-post-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #efe9da;
}

.lk-post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}

.lk-post-card:hover .lk-post-card__media img {
	transform: scale(1.05);
}

.lk-post-card__ph {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	color: #8a8578;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.lk-post-card__cat {
	position: absolute;
	left: 12px;
	top: 12px;
	background: var(--ThemesBoardBgColor);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 12px;
	border-radius: 999px;
	text-decoration: none;
}

.lk-post-card__cat--static {
	position: static;
	display: inline-block;
	margin-bottom: 12px;
}

.lk-post-card__body {
	padding: 16px 18px 18px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.lk-post-card__date {
	color: #8a8578;
	font-size: 12.5px;
}

.lk-post-card__title {
	margin: 8px 0;
	font-size: 17px;
	line-height: 1.45;
}

.lk-post-card__title a {
	color: #222;
	text-decoration: none;
}

.lk-post-card__title a:hover {
	color: var(--ThemesBoardBgColor);
}

.lk-post-card__excerpt {
	margin: 0 0 12px;
	color: #6f6c5e;
	font-size: 13.5px;
	line-height: 1.7;
}

.lk-post-card__more {
	margin-top: auto;
	color: var(--ThemesBoardBgColor);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.lk-post-card__more:hover {
	text-decoration: underline;
}

.lk-blog__pagination {
	margin-top: 36px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
}

.lk-blog__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #e2dccb;
	border-radius: 8px;
	color: #45453e;
	font-size: 14px;
	text-decoration: none;
	background: #fff;
}

.lk-blog__pagination .page-numbers.current {
	background: var(--ThemesBoardBgColor);
	border-color: var(--ThemesBoardBgColor);
	color: #fff;
}

.lk-blog__empty {
	color: #6f6c5e;
}

@media (max-width: 992px) {
	.lk-blog__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.lk-blog {
		padding: 40px 0 48px;
	}

	.lk-blog__grid {
		grid-template-columns: 1fr;
	}

	.lk-blog__title {
		font-size: 27px;
	}
}

/* ---------- 文章详情（lk-post） ---------- */
.lk-post__wrap {
	width: 860px;
	max-width: 92%;
	margin: 0 auto;
	padding: 40px 0 64px;
}

.lk-post__back {
	color: #6f6c5e;
	font-size: 13.5px;
	text-decoration: none;
}

.lk-post__back:hover {
	color: var(--ThemesBoardBgColor);
}

.lk-post__head {
	margin: 16px 0 22px;
}

.lk-post__title {
	margin: 12px 0;
	color: #222;
	font-size: 34px;
	line-height: 1.25;
	font-family: "OpenSans-Bold", Arial, sans-serif;
}

.lk-post__meta {
	color: #8a8578;
	font-size: 13px;
}

.lk-post__hero {
	margin: 0 0 26px;
}

.lk-post__hero img {
	width: 100%;
	display: block;
	border-radius: 16px;
}

.lk-post__content {
	font-size: 15.5px;
	line-height: 1.85;
	color: #3a3a34;
}

.lk-post__content h2 {
	font-size: 24px;
	color: #222;
	margin: 30px 0 14px;
}

.lk-post__content h3 {
	font-size: 19px;
	color: #222;
	margin: 24px 0 12px;
}

.lk-post__content p {
	margin: 0 0 16px;
}

.lk-post__content img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

.lk-post__content a {
	color: var(--ThemesBoardBgColor);
}

.lk-post__content ul,
.lk-post__content ol {
	padding-left: 22px;
	margin: 0 0 16px;
}

.lk-post__content blockquote {
	margin: 18px 0;
	padding: 10px 18px;
	border-left: 3px solid var(--ThemesBoardBgColor);
	background: #faf6ec;
	color: #55554d;
}

.lk-post__foot {
	margin-top: 40px;
	border-top: 1px solid #eee7d6;
	padding-top: 22px;
}

.lk-post__nav {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 18px;
}

.lk-post__navlink {
	display: inline-block;
	max-width: 46%;
	border: 1px solid #e2dccb;
	border-radius: 10px;
	padding: 11px 16px;
	color: #222;
	font-size: 13.5px;
	font-weight: 600;
	text-decoration: none;
	transition: border-color 0.15s ease, color 0.15s ease;
}

.lk-post__navlink:hover {
	border-color: var(--ThemesBoardBgColor);
	color: var(--ThemesBoardBgColor);
}

.lk-post__back--foot {
	display: inline-block;
	margin-top: 14px;
}

@media (max-width: 768px) {
	.lk-post__wrap {
		padding: 28px 0 48px;
	}

	.lk-post__title {
		font-size: 26px;
	}

	.lk-post__navlink {
		max-width: 100%;
	}
}

/* ---------- 语言/货币弹窗 Salvar 按钮 ---------- */
.lk-lc-save {
	display: block;
	width: 100%;
	margin-top: 18px;
	padding: 12px 0;
	border: 0;
	border-radius: 8px;
	background: var(--ThemesBoardBgColor);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	font-family: "OpenSans-Bold", Arial, sans-serif;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: filter 0.15s ease;
}

.lk-lc-save:hover {
	filter: brightness(1.08);
}

/* ---------- 多语言商品栅格：防止 float 挂住产生空位 ---------- */
/* 意/西/德等语言标题常比英文多一行，float 布局下高卡片下沿会"挂住"下一行
 * 开头的卡片，把整段卡片挤向右侧形成大片空白（曾见于 RETRO ICONS 5 列模块）。
 * 改为 flex 行式排列：行内高度自动对齐，卡片严格按行填充，不可能出现空洞。 */
.ly_products_box {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.ly_products_box .ly_pro_item {
	float: none;
}

/* 栅格卡片标题统一两行截断（与卡片变体 product_info_title 的 44px 两行一致），
 * 避免长翻译标题造成同行高度参差。 */
.ly_products_box .ly_pro_title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ---------- 通用页面（page.php，如 My account 注册/登录页）：标题容器 ---------- */
/* 此前 .lk-container/.lk-page__head/.lk-page__title 无任何样式，标题裸奔在视口最左侧。 */
.lk-container.lk-page {
	width: 1200px;
	max-width: 94%;
	margin: 0 auto;
}

.lk-page__head {
	padding: 26px 0 4px;
	text-align: center;
}

.lk-page__title {
	font-family: "OpenSans-Bold", Arial, sans-serif;
	font-size: 28px;
	line-height: 1.25;
	color: #000;
}

@media (max-width: 768px) {
	.lk-page__title {
		font-size: 22px;
	}

	.lk-page__head {
		padding: 18px 0 2px;
	}
}

/* 分类汇总页标题与全站页面标题对齐（居中） */
.lk-collections-page > h1 {
	text-align: center;
	padding-bottom: 6px;
}

/* ==========================================================
 * 移动端独立页头与抽屉（对齐源站 #mobile_header）
 * ----------------------------------------------------------
 * ≤1000px：隐藏桌面头部块（.themes_global_header），显示
 * 黑色公告条 + 白色单行头部（logo/搜索/购物车/汉堡）；
 * 抽屉（主菜单/子级/搜索）结构与交互对齐源站。
 * ========================================================== */

.lk-mobile-activities {
	display: none;
}

#div_mask {
	display: none;
}

@media (max-width: 1000px) {

	/* 桌面头部块整体隐藏（对齐源站 visual_plugins_container[data-mobile-nav="1"] 行为） */
	.themes_global_header {
		display: none !important;
	}

	body.lk-drawer-open {
		overflow: hidden;
	}

	/* 黑色公告条（源站 operation_discount_bulletin2 实测：#0E0E0E / 白字 12px / 高 30px） */
	.lk-mobile-activities {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		min-height: 30px;
		background: #0E0E0E;
		color: #fff;
		font-size: 12px;
		line-height: 28px;
		padding: 0 40px;
		text-align: center;
	}

	.lk-mobile-activities__close {
		position: absolute;
		right: 5px;
		top: 0;
		bottom: 0;
		width: 30px;
		text-align: center;
		color: #fff;
		font-size: 14px;
	}

	/* 白色单行头部（ueeshop.css 已有基础布局，这里补颜色与尺寸） */
	#mobile_header .mobile_box {
		padding: 12px 16px;
		background-color: var(--ThemesHeaderBgColor, #fff);
	}

	#mobile_header .menu_box .logo img {
		display: block;
		width: 122px;
		height: auto;
		max-width: 100%;
	}

	#mobile_header .btn_menu i {
		font-size: 24px;
		font-style: normal;
		color: var(--ThemesHeaderIconColor, #ff7828);
	}

	#mobile_header .btn_menu .ajax_search,
	#mobile_header .btn_menu .ajax_menu {
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		cursor: pointer;
	}

	#mobile_header .btn_menu .ajax_cart {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
	}

	#mobile_header .btn_menu .ajax_cart .cart_count {
		position: absolute;
		top: -8px;
		right: -10px;
		min-width: 17px;
		min-height: 17px;
		box-sizing: border-box;
		padding: 2px 4px;
		border-radius: 40px;
		background-color: var(--ThemesHeaderIconColor, #ff7828);
		color: #fff;
		font-size: 11px;
		line-height: 13px;
		text-align: center;
	}

	/* 抽屉通用：子级面板默认全部隐藏，由 JS 按命中的 data-index 显示 */
	.fixed_nav_pop_sub_center .sub_item_side {
		display: none;
	}

	/* 遮罩 */
	#div_mask.lk-show {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.6;
		z-index: 9999;
	}

	/* 抽屉层级在遮罩之上 */
	.nav_center_fixed,
	.fixed_search_pop {
		z-index: 10000;
	}

	/* 语言/货币下拉展开时的选项样式 */
	.fixed_nav_pop_center .language_list a,
	.fixed_nav_pop_center .currency_list a {
		display: block;
		line-height: 40px;
		font-size: 14px;
		color: #333;
		text-decoration: none;
	}

	.fixed_nav_pop_center .language_title,
	.fixed_nav_pop_center .currency_title {
		cursor: pointer;
	}

	/* 悬浮咨询按钮（源站移动端 40px 圆钮，右下角） */
	#chat_window {
		right: 15px;
		bottom: 60px;
	}

	#chat_window .chat_box .chat_item {
		width: 40px;
		height: 40px;
	}
}

/* 悬浮咨询按钮基础位置（桌面：源站实测 right 50 / bottom 150） */
#chat_window {
	position: fixed;
	right: 50px;
	bottom: 150px;
	z-index: 10000;
}

#chat_window .chat_box .chat_item {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin-bottom: 6px;
	color: #fff;
	text-align: center;
}

#chat_window .chat_box .chat_item .iconfont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 26px;
	color: #fff;
}

#chat_window .chat_box .chat_whatsapp {
	background-color: #2dbe47;
}

#chat_window .chat_box .chat_email {
	background-color: #f5b246;
}

/* ==========================================================
 * 手机端商品卡（按客户真机截图对齐：2 列大卡）
 * ----------------------------------------------------------
 * 截图要点：星级在图片下方独立一行（黑星）；名称 2 行多、
 * 第三行裁半；价格行 "from $XX.XX ~~$YY.YY~~" 整行可见；
 * QUICK VIEW 通栏描边按钮高约 50px。
 * ========================================================== */
@media (max-width: 1220px) {
	.product_list .product_item,
	.ly_products_box .ly_pro_item {
		width: 33.33%;
	}
}

@media (max-width: 768px) {
	.product_list .product_item,
	.ly_products_box .ly_pro_item {
		width: 50%;
	}

	.ly_products_22 .product_list {
		padding: 0 10px;
	}

	.ly_products_22 .product_list .product_item {
		padding: 16px 11px;
	}

	.ly_products_22 .product_list .product_item .product_box {
		padding: 0;
		background: #fff;
	}

	/* 星级：图片下方独立一行，不与标题重叠 */
	.ly_products_22 .product_list .product_item .product_rates {
		position: static;
		height: auto;
		margin: 14px 0 8px;
		line-height: 1;
	}

	.ly_products_22 .product_list .review_star span.iconfont {
		font-size: 19px;
		margin: 0 2px;
	}

	.ly_products_22 .product_list .product_item .product_info {
		padding: 0;
	}

	/* 名称：2 行多、第三行裁半（源站效果） */
	.ly_products_22 .product_list .product_item .product_info_title {
		font-size: 16px;
		line-height: 24px;
		height: 60px;
	}

	.ly_products_22 .product_list .product_item .product_info_title h3 {
		display: block;
		font-size: 16px;
		line-height: 24px;
		height: 60px;
		-webkit-line-clamp: unset;
		overflow: hidden;
	}

	/* 价格行：from + 现价 + 划线原价 整行可见 */
	.ly_products_22 .product_list .product_item .product_info_price {
		display: flex;
		justify-content: center;
		align-items: baseline;
		gap: 6px;
		height: auto;
		margin: 4px 0 16px;
		overflow: visible;
	}

	.ly_products_22 .product_list .product_item .product_price_sale {
		font-size: 19px;
		line-height: 22px;
	}

	.ly_products_22 .product_list .product_item .product_price_sale .g_low_price {
		font-size: 15px;
		color: #000;
		font-weight: 700;
	}

	.ly_products_22 .product_list .product_item .product_price_origin {
		font-size: 15px;
		margin-left: 0;
	}

	/* QUICK VIEW 通栏描边按钮 */
	.ly_products_22 .product_list .product_item .product_btn_item {
		width: 100%;
		height: 50px;
		line-height: 48px;
		padding: 0;
		font-size: 15px;
		border: 1px solid #b9b9b9;
		background: #fff;
	}

	/* 轮播：真机截图比例约 2:1 */
	.ly_carousel_1 .carousel_content::before {
		padding-top: 50%;
	}
}

/* ---------- 轮播圆点（真机截图：当前点为红色） ---------- */
.ly_carousel_1 .carousel_dot.on {
	background: #e60012;
	border-color: #e60012;
}

/* ---------- 返回顶部圆钮（源站 #go_top，灰色） ---------- */
#chat_window .chat_box .menu a {
	background-image: none;
}

#chat_window .chat_box .menu #go_top {
	background-color: #b0b0b0;
	position: relative;
}

#chat_window .chat_box .menu #go_top::before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 42%;
	left: 50%;
	margin: -2px 0 0 -6px;
}

/* ---------- 最近订单弹窗（real_time_order 补充） ---------- */
#real_time_order .content .buy_info {
	color: #666;
	font-size: 13px;
}

#real_time_order .content .title a {
	color: #222;
	text-decoration: none;
}

#real_time_order .content .time {
	font-size: 12px;
	color: #999;
	margin-top: 3px;
}

#real_time_order .close {
	background: none;
	text-indent: 0;
	width: auto;
	height: auto;
	color: #b5b5b5;
	font-size: 17px;
	line-height: 1;
	cursor: pointer;
	text-decoration: none;
}

/* 源站默认隐藏 go_top，真机截图为常显灰色圆钮 */
#chat_window .chat_box.cur .menu #go_top {
	display: block;
	width: 40px;
	height: 40px;
}

/* 轮播圆点贴图片底边（真机截图效果）：改为流内负边距上提 */
@media (max-width: 1000px) {
	.ly_carousel_1 .carousel_dots {
		position: static;
		margin: -26px 0 0;
		text-align: center;
	}
}

/* ==========================================================
 * 悬浮钮组最终定位（覆盖前面的桌面基础规则：后写优先）
 * 移动端：贴近右缘、三钮同轴垂直居中对齐
 * ========================================================== */
@media (max-width: 1000px) {
	#chat_window {
		right: 12px;
		bottom: 56px;
		z-index: 10030;
		width: 44px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#chat_window .chat_box,
	#chat_window .chat_box #chat_box,
	#chat_window .chat_box .box,
	#chat_window .chat_box .box_size,
	#chat_window .chat_box .menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 44px;
		padding: 0;
	}

	#chat_window .chat_box .box_size .chat_item,
	#chat_window .chat_box .menu #go_top {
		width: 42px;
		height: 42px;
		margin: 0 0 8px;
		flex: none;
	}

	#chat_window .chat_box .menu #go_top {
		margin-bottom: 0;
	}
}
