﻿/* Heebo 瀛椾綋瀹氫箟 - 参考 Banggood 的字体引用方式 */
@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo/Heebo-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
html,body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Heebo", sans-serif;
}
input:focus {
    outline: none;
}
a{
    text-decoration: none;
    color: #303840;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
i{
    color: #FFF;
}
input{
    border: none;
}

.h_100{
    height: 100%;
}
.width{
    width: 100%;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.clearfix {
  *zoom: 1; /* 兼容IE低版本 */
}
.container{
    min-width: 1400px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

/* 仅页面主体留出安全边距，页头和页脚仍保持全宽底色。 */
body > .container {
    box-sizing: border-box;
    padding-left: 48px;
    padding-right: 48px;
}

.header .container,
.footer .container {
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 24px;
}

.unsubscribe_notice {
    margin: 14px 0 18px;
    padding: 14px 18px;
    border-left: 4px solid #f69034;
    background: #fff7ef;
    color: #303840;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    box-sizing: border-box;
}
.unsubscribe_notice_success {
    border-left-color: #2e9d57;
    background: #eefaf2;
}
.unsubscribe_notice_error {
    border-left-color: #d84d4d;
    background: #fff1f1;
}
.unsubscribe_notice_info {
    border-left-color: #4b7bec;
    background: #f0f5ff;
}
.unsubscribe_modal_overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(22, 24, 32, 0.52);
    box-sizing: border-box;
}
.unsubscribe_modal {
    width: 100%;
    max-width: 520px;
    padding: 30px 32px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
    box-sizing: border-box;
}
.unsubscribe_modal_title {
    color: #202633;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
}
.unsubscribe_modal_text {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
    overflow-wrap: anywhere;
}
.unsubscribe_modal_actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}
.unsubscribe_modal_button {
    min-width: 92px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}
.unsubscribe_modal_cancel {
    border: 1px solid #d4d7dd;
    color: #303840;
    background: #fff;
}
.unsubscribe_modal_confirm {
    border: 1px solid #f69034;
    color: #fff;
    background: #f69034;
}
.unsubscribe_modal_cancel:hover {
    border-color: #aeb4bf;
}
.unsubscribe_modal_confirm:hover {
    background: #e57d2a;
    border-color: #e57d2a;
}

/* 顶部广告条：窄屏时按图片比例缩放，避免裁剪活动内容。 */
.promo_topbar{
    position: relative;
    min-width: 1400px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    line-height: 0;
    overflow: hidden;
    background-color: #f5f5f5;
}
.promo_topbar a{
    display: block;
    height: auto;
}
.promo_topbar img{
    display: block;
    width: 100%;
    height: auto;
}
.promo_topbar_close{
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    color: #ffffff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: background 0.2s;
    z-index: 2;
}
.promo_topbar_close:hover{
    background: rgba(0, 0, 0, 0.7);
}
.promo_topbar_close i{
    font-size: 11px;
    line-height: 1;
}
.promo_topbar.is-hidden{
    display: none;
}

.header{
    height: 170px;
    color: #FFF;
    background-color: #2d2d38;
    min-width: 1400px;
}
.header_top{
    height: 120px;
}
.header_top_main{
    height: 100%;
    display: flex;
}

.logo_main{
    width: 165px;
    height: 100%;
    flex-shrink: 0; /* 防止缩小 */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 20px;
    margin-right: 10px;
}
.logo_main a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transform: translateY(-4px);
}
.logo_main img{
    width: auto;
    height: 42px;
    max-width: 100%;
}
.logo_text{
    width: 125px;
    font-size: 8px;
    color: #fff;
    margin-top: 3px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 1px;
    white-space: nowrap;
}

.search_main{
    height: 100%;
    flex-grow: 1; /* 鍗犵敤鍓╀綑瀹藉害 */
    min-width: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.search{
    width: 100%;
    height: 100%;
    margin: 10px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.search_input_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.search_input
{
    width: 80%;
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;

    border-radius: 5px 0 0 5px;
    padding: 0 10px;
}
.search_button{
    width: 100px;
    height: 40px;
    line-height: 40px;
    float: left;
    background-color: #f88b36;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.2s ease;
}
.search_button:hover{
    background-color: #e57d2a;
}
.search_suggest_list{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background-color: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 6px;
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.08),
        0 12px 28px -4px rgba(0, 0, 0, 0.14),
        0 0 0 1px rgba(255, 255, 255, 0.6) inset;
    z-index: 1000;
    max-height: min(320px, 55vh);
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 4px;
    padding: 4px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}
.search_suggest_list::-webkit-scrollbar{
    width: 6px;
}
.search_suggest_list::-webkit-scrollbar-track{
    background: transparent;
}
.search_suggest_list::-webkit-scrollbar-thumb{
    background: #cbd5e1;
    border-radius: 6px;
}
.search_suggest_list::-webkit-scrollbar-thumb:hover{
    background: #94a3b8;
}
/* 搜索推荐词样式 - 类似logo文字的处理方式 */
.header_search_words{
    width: 100%;
    margin: 5px 0 0 0;
    padding: 0;
    line-height: 26px;
    text-align: left;
}
.header_search_words dt{
    display: none;
}
.header_search_words dd{
    margin: 0;
    padding: 0 20px  0 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.header_search_words dd a{
    color: #666;
    font-size: 12px;
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
}
.header_search_words dd a:hover{
    color: #f69034;
    text-decoration: none;
}
.search_suggest_ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.search_suggest_item{
    padding: 11px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
    font-size: 14px;
    line-height: 1.45;
    transition: background-color 0.15s ease, box-shadow 0.15s ease;
}
.search_suggest_item strong{
    font-weight: 700;
    color: #f69034;
}
.search_suggest_item:hover{
    background-color: #f8fafc;
}
.search_suggest_item.active{
    background-color: #fff7ed;
    box-shadow: inset 3px 0 0 #f69034;
}
.search_suggest_item:last-child{
    border-bottom: none;
}

.account_main{
    width: 400px;
    height: 100%;
    margin-left: 50px;
    flex-shrink: 0; /* 防止缩小 */
}
.account{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: right;
}
.account > .country_selector,
.account > .my_account,
.account > .my_collect,
.account > .my_shopping_cart{
    height: 40px;
    display: flex;
    align-items: flex-end;
}
.account>div>a{
    margin: 0 0 0 40px;
    position: relative;
}
.account i{
    font-size: 32px;
}
.my_account a{
    display: flex;
    height: 100%;
    align-items: flex-end;
    transition: opacity 0.2s ease;
}
.my_account a:hover{
    opacity: 0.8;
}
.my_account a:hover i{
    color: #f69034;
}
.my_account a:hover .username_text{
    color: #f69034;
}
.my_account .user_info{
    display: flex;
    flex-direction: column;
    margin-left: 8px;
}
.my_account .hello_text{
    font-size: 14px;
    color: #cccccc;
    font-weight: 400;
    margin-bottom: 2px;
    line-height: 1;
}
.my_account .username_text{
    font-size: 14px;
    color: #fff;
    max-width: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    transition: color 0.2s;
    line-height: 1.2;
}
.header_avatar{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.header_avatar_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header_avatar_placeholder{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f69034 0%, #e07c1e 100%);
    color: #fff;
}
.header_avatar_initial{
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}
.search_mobile{
    display: none;
}
.fi:before{
    content: "\00a0";
}
.country_selector{
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.ship_to_label{
    font-size: 12px;
    color: #cccccc;
    margin-bottom: 2px;
    line-height: 1.2;
}
.country_info{
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
}
.country_flag{
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    flex-shrink: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.country_flag.has-image-icon{
    font-size: 0;
    border-radius: 2px;
    overflow: hidden;
}
.country_flag.is-global-icon{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 30%, rgba(255,255,255,0.98) 0 14%, rgba(255,255,255,0) 15%),
        radial-gradient(circle at 68% 70%, rgba(255,255,255,0.88) 0 12%, rgba(255,255,255,0) 13%),
        linear-gradient(145deg, #76c8ff 0%, #2f78ff 58%, #2356cc 100%);
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.5),
        0 1px 3px rgba(10, 37, 93, 0.28);
    overflow: hidden;
}
.country_flag.is-global-icon::before,
.country_flag.is-global-icon::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
}
.country_flag.is-global-icon::before{
    background:
        linear-gradient(to right, transparent 30%, rgba(255,255,255,0.92) 30%, rgba(255,255,255,0.92) 36%, transparent 36%, transparent 64%, rgba(255,255,255,0.92) 64%, rgba(255,255,255,0.92) 70%, transparent 70%),
        linear-gradient(to bottom, transparent 27%, rgba(255,255,255,0.92) 27%, rgba(255,255,255,0.92) 33%, transparent 33%, transparent 50%, rgba(255,255,255,0.92) 50%, rgba(255,255,255,0.92) 56%, transparent 56%, transparent 73%, rgba(255,255,255,0.92) 73%, rgba(255,255,255,0.92) 79%, transparent 79%);
    opacity: 0.9;
}
.country_flag.is-global-icon::after{
    inset: 3px;
    border-top: 1px solid rgba(255,255,255,0.7);
    border-left: 1px solid rgba(255,255,255,0.18);
    opacity: 0.7;
}
.country_lang_currency{
    font-size: 14px;
    color: #f69034;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}
i.country_dropdown_arrow{
    font-size: 12px;
    color: #f69034;
    line-height: 1;
    flex-shrink: 0;
}
.country_selector.active .country_dropdown{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.country_dropdown{
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    position: absolute;
    padding: 20px;
    right: 0;
    top: 100%;
    margin-top: 8px;
    width: 320px;
    background-color: #FFF;
    z-index: 999;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.dropdown_section{
    margin-bottom: 20px;
}
.dropdown_section:last-child{
    margin-bottom: 0;
}
.dropdown_save_section{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.dropdown_save_button{
    width: 100%;
    height: 40px;
    background-color: #f69034;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease, opacity 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown_save_button:hover{
    background-color: #e57f2a;
}
.dropdown_save_button:active{
    opacity: 0.9;
}
.dropdown_save_button.is-saving{
    cursor: wait;
    opacity: 0.9;
}
.dropdown_save_button .locale_saving_spinner{
    flex: 0 0 auto;
    margin-right: 9px;
}
.locale_saving_spinner{
    width: 15px;
    height: 15px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: locale-saving-spin 0.7s linear infinite;
}
@keyframes locale-saving-spin{
    to { transform: rotate(360deg); }
}
.dropdown_label{
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
    font-weight: 400;
}
.dropdown_field{
    position: relative;
}
.dropdown_display{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    background-color: #fff;
    transition: border-color 0.2s;
    height: 36px;
}
.dropdown_display:hover{
    border-color: #f69034;
}
.dropdown_display .country_flag{
    font-size: 18px;
    flex-shrink: 0;
    width: 20px;
    height: 15px;
    text-align: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.dropdown_display .country_flag.is-global-icon{
    width: 20px;
    height: 20px;
}
.dropdown_display .dropdown_text{
    flex: 1;
    font-size: 14px;
    color: #303840;
    font-weight: 400;
}
i.dropdown_arrow{
    font-size: 12px;
    color: #999;
    flex-shrink: 0;
    transition: transform 0.2s;
}
.dropdown_field.active .dropdown_arrow{
    transform: rotate(180deg);
    color: #f69034;
}
.dropdown_options{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 4px;
    max-height: 200px;
    overflow-y: auto;
    background-color: #FFF;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
.dropdown_field.active .dropdown_options{
    display: block;
}
.dropdown_options ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.dropdown_option_item{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    cursor: pointer;
    transition: background-color 0.2s;
}
.dropdown_option_item:hover{
    background-color: #f5f5f5;
}
.dropdown_option_item .country_flag{
    font-size: 18px;
    flex-shrink: 0;
    width: 20px;
    height: 15px;
    text-align: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.dropdown_option_item .country_flag.is-global-icon{
    width: 20px;
    height: 20px;
}
.dropdown_option_item .dropdown_text{
    flex: 1;
    font-size: 14px;
    color: #303840;
    font-weight: 400;
}
.my_collect{
    position: relative;
}
.my_collect a{
    display: flex;
    height: 100%;
    align-items: flex-end;
    transition: color 0.2s ease, transform 0.2s ease;
}
.my_collect a > i{
    margin-bottom: -2px;
}
.icon_badge.collect_badge{
    top: 2px;
    right: -8px;
}
.my_collect a:hover i{
    color: #f69034;
}
.my_shopping_cart{
    position: relative;
    z-index: 1000;
}
.my_shopping_cart a{
    display: flex;
    height: 100%;
    align-items: flex-end;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.my_shopping_cart a:hover{
    opacity: 0.8;
}
.my_shopping_cart a > i{
    padding-right: 9px;
}
.my_shopping_cart a:hover i{
    color: #f69034;
    transform: scale(1.1);
}
.icon_badge{
    position: absolute;
    top: -13px;
    right: -10px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    background-color: #f69034;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    border-radius: 9px;
    box-sizing: border-box;
    white-space: nowrap;
}
.icon_badge:empty{
    display: none;
}
.cart_badge{
    top: 2px;
    right: 5px;
}
/* 榧犳爣鎮仠鏃舵樉绀哄瓙鑿滃崟 */
.my_shopping_cart:has(> a > i:hover) .cart_min,
.my_shopping_cart:has(> .cart_min:hover) .cart_min {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cart_min{
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    position: absolute;
    top: calc(100% + 8px);
    padding: 16px;
    right: 0;
    width: 360px;
    background-color: #FFF;
    z-index: 999;
    border-radius:4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);

}
.cart_min li{
    margin-bottom: 10px;
}
.cart_min_img{
    display: block;
    float: left;
    width: 80px;
    height: 80px;
}
.cart_min_img img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.cart_min_text{
    width: 255px;
    padding-right: 10px;
    float: right;
}
.cart_min_title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    font-size: 14px;
    color: #303840;
    line-height: 1.5;
    margin: 3px 0 10px 0;
}
.cart_min_title a{
    display: -webkit-box;
    height: auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    color: #303840;
    text-decoration: none;
    transition: color 0.2s;
}
.cart_min_title a:hover{
    color: #f69034;
    text-decoration: none;
}
.price_currency_symbol {
    font-size: 0.75em;
}

.cart_min_price{
    float: left;
    font-weight: 600;
    color: #212529;
    line-height: 30px;
    padding-left: 10px;
}

.cart_min_price .price_currency_symbol {
    font-size: 0.8em;
}
.cart_min_quantity{
    font-size: 14px;
    font-weight: 500;
    color: #303840;
}
.cart_min_delete{
    float: right;
    cursor: pointer;
    color: #999;
    transition: color 0.2s;
}
.cart_min_delete:hover {
    color: #000;
}
.cart_min_delete i{
    font-size: 1.2rem;
    color: inherit;
}
.cart_min_delete:hover i {
    color: #000;
}
.cart_min_inline_confirm{
    clear: both;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 8px;
    padding: 8px 10px;
    border: 1px solid #ffe0cf;
    border-radius: 6px;
    background-color: #fff7f2;
}
.cart_min_inline_confirm_text{
    flex: 0 0 100%;
    margin-right: 0;
    font-size: 12px;
    color: #5f6368;
    line-height: 1.4;
}
.cart_min_inline_confirm_btn{
    border: 0;
    border-radius: 4px;
    min-width: 78px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.cart_min_inline_confirm_btn:hover{
    opacity: 0.9;
}
.cart_min_inline_confirm_btn:disabled{
    cursor: not-allowed;
    opacity: 0.7;
}
.cart_min_inline_confirm_btn.is-danger{
    background-color: #ff6e26;
    color: #fff;
}
.cart_min_inline_confirm_btn.is-secondary{
    background-color: #f3f4f6;
    color: #303840;
}
.cart_min_total{
    color: #333;
    padding: 0 10px 10px 10px;
}
.cart_min_total_item{
    float: left;
}
.cart_min_total_price{
    float: right;
}
.checkout_button{
    background-color: #ff6e26;
    width: calc(100% - 20px);
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 10px 0 10px;
    cursor: pointer;
    border-radius: 4px;
}

.header_bottom{
    height: 50px;
    background-color: #3a3a44;
    min-width: 1400px;
}
.nav_container{
    position: relative;
}
.nav{
    list-style-type: none;
    padding-left: 0;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Heebo', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.9rem;
}
.nav a{
    color: #fff;
    transition: color 0.2s ease;
}
.nav_list > a:hover,
.nav_list:hover > a{
    color: #f69034;
}
.nav_list.active > a{
    color: #f69034;
}
.nav_list {
    margin: 0 40px 0 0;
    float: left;
}
.nav_categories_entry {
    margin-right: 32px;
}
.nav_categories_entry > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    height: 50px;
    min-width: 180px;
    padding: 0 18px;
    background-color: #30303b;
    border-radius: 0;
    color: #fff;
    line-height: 50px;
    box-sizing: border-box;
    text-decoration: none;
}
.nav_categories_entry > a:hover,
.nav_categories_entry:hover > a {
    background-color: #f69034;
    color: #fff;
}
.nav_categories_icon {
    font-size: 21px;
    line-height: 1;
}
.nav_categories_arrow {
    margin-left: auto;
    font-size: 13px;
    line-height: 1;
}
.nav_son{
    position: absolute;
    top: 100%;
    left: 24px;
    right: 24px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: none;
    margin-right: 0;
    margin-left: 0;
    z-index: 1000;
    padding: 30px 50px;
}
.nav_list_main{
    float: left;
    width: calc(100% / 6);

}
.nav_son li{
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #f0f0f0;
    width: 80%;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nav_son .nav_list_three{
    height: 28px;
    line-height: 28px;
}
.nav_son .nav_list_three a{
    font-weight: 300;
    color: #808080;
}
.nav_son .nav_list_two{
    width: 85%;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nav_son a{
    color: #303840;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nav_son a:hover{
    color: #f69034;
}
/* 榧犳爣鎮仠鏃舵樉绀哄瓙鑿滃崟 */
.nav_categories_entry:hover > .nav_son {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/*所有类目的展示样式*/
.all_category{
    width: 100%;
    max-height: 450px;
    display: flex;
    overflow: hidden;
}

.all_category_loading_state {
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.nav_category_loading {
    width: 100%;
    padding: 48px 20px;
    color: #999;
    font-size: 14px;
    text-align: center;
}

/* 左侧一级分类列表 */
.all_category_left {
    width: 280px;
    flex-shrink: 0;
    overflow-y: auto;
    max-height: 500px;
    padding: 0;
    margin: 0;
}

/* 自定义滚动条样式 - 宸︿晶 */
.all_category_left::-webkit-scrollbar {
    width: 4px;
}

.all_category_left::-webkit-scrollbar-track {
    background: transparent;
}

.all_category_left::-webkit-scrollbar-thumb {
    background-color: #d0d0d0;
    border-radius: 2px;
}

.all_category_left::-webkit-scrollbar-thumb:hover {
    background-color: #b0b0b0;
}

.all_category_left li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.all_category_left .category_level1_item {
    display: block;
    width: 100%;
    border-bottom: none !important;
    line-height: 42px;
    height: 42px;
}

.category_level1_item a {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: #303840;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
    line-height: 42px;
    height: 42px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    background-color: #fff;
}

.category_level1_item:hover a,
.category_level1_item.active a {
    background-color: #f5f5f5;
    color: #f69034;
    font-weight: 500;
    height: 42px;
}

/* 鍙充晶鍐呭鍖哄煙 */
.all_category_right {
    flex: 1;
    padding: 20px 30px;
    position: relative;
    overflow-y: auto;
    max-height: 500px;
}

/* 自定义滚动条样式 - 鍙充晶 */
.all_category_right::-webkit-scrollbar {
    width: 4px;
}

.all_category_right::-webkit-scrollbar-track {
    background: transparent;
}

.all_category_right::-webkit-scrollbar-thumb {
    background-color: #d0d0d0;
    border-radius: 2px;
}

.all_category_right::-webkit-scrollbar-thumb:hover {
    background-color: #b0b0b0;
}

.category_content_panel {
    display: none;
    width: 100%;
    position: relative;
}

.category_content_panel.active {
    display: block;
}

.category_content_panel.masonry-ready {
    display: block;
}

.category_content_panel .nav_list_main {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 0;
    float: left;
}

.category_content_panel .nav_list_main:nth-child(4n) {
    margin-right: 0;
}

/* 瀑布流布局样式 */
.category_content_panel.masonry-layout {
    position: relative;
}

.category_content_panel.masonry-layout .nav_list_main {
    position: absolute;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
}

/* 全类目右侧内容区域的类目去掉底边线 */
.all_category_right .nav_son li,
.all_category_right .category_content_panel .nav_list_main li {
    border-bottom: none !important;
}

.all_category_right .nav_son .nav_list_two,
.all_category_right .category_content_panel .nav_list_main .nav_list_two {
    border-bottom: none !important;
}

/* 搴曢儴 */
.footer{
    background-color: #E8E8E8;
}
body:not(.login-split-body) .footer{
    min-width: 1400px;
}
.footer_top{
    min-height: 110px;
    background-color: #2D2D38;
    color: #fff;
}
.footer_top_container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_top_left{
    width: 450px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}
.footer_top_icon{
    font-size: 38px;
    width: 60px;
}
.footer_top_text{
}
.footer_top_text_top{
    height: 32px;
    line-height: 32px;
    font-size: 22px;
    font-weight: 600;
}
.footer_top_text_buttom{
    font-size: 15px;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
}
.footer_top_right{
    min-width: 605px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.message_subscription{
    width: 100%;
}
.message_subscription_input
{
    width: 495px;
    height: 44px;
    line-height: 44px;
    display: block;
    float: left;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    box-sizing: border-box;
    padding: 0 15px;
    background-color: #fff;
    color: #303840;
}
.message_subscription_button{
    width: 110px;
    height: 44px;
    line-height: 44px;
    float: left;
    background-color: #f69034;
    border-radius: 0 5px 5px 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
    transition: background-color 0.2s ease;
}
.message_subscription_button:hover{
    background-color: #e57d2a;
}

.footer_centre{
    height: auto;
    padding: 30px 0;
}
.footer_centre_title{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #303840;
}
.footer_centre_list{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 8px;
}
.footer_centre_list a{
    color: #303840;
    text-decoration: none;
    transition: color 0.2s;
}
.footer_centre_list a:hover{
    color: #f69034;
    text-decoration: underline;
}
.footer_centre_list i{
    font-size: 12px;
    font-weight: 800;
    color: #303840;
}
.popular .footer_centre_list i{
    margin-right: 4px;
}
.footer_centre_details{
    width: 90%;
}
.footer_centre_img{
    width: 90%;
    text-align: center;
}
.footer_centre_img img {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0px auto 0;
    object-fit: contain;
}
.footer_centre_img .footer-shipping-image {
    height: 163px;
}
.footer_centre_img .footer-payment-image {
    height: 109px;
}
.about,
.popular{
    width: 25%;
    float: left;
}

.shipping{
    width: 25%;
    float: left;
}

.payment{
    width: 25%;
    float: left;
}


.footer_buttom{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.footer_buttom > a {
    display: none;
}

/* ===== Cookie 鍚屾剰寮圭獥 ===== */
.cookie-consent-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    pointer-events: none;
    padding: 0 16px;
}
.cookie-consent-card {
    pointer-events: auto;
    width: 100%;
    max-width: 720px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    padding: 24px 28px;
    box-sizing: border-box;
}
.cookie-consent-text {
    color: #303840;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 18px;
    max-height: 50vh;
    overflow-y: auto;
}
.cookie-consent-text p {
    margin: 0 0 10px 0;
}
.cookie-consent-text p:last-child {
    margin-bottom: 0;
}
.cookie-consent-text a {
    color: #1a73e8;
    text-decoration: none;
}
.cookie-consent-text a:hover {
    text-decoration: underline;
}
.cookie-consent-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}
.cookie-btn {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 12px 24px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s, background 0.2s;
    font-family: inherit;
}
.cookie-btn-manage {
    color: #1a73e8;
    background: transparent;
    padding: 12px 16px;
}
.cookie-btn-manage:hover {
    text-decoration: underline;
}
.cookie-btn-accept,
.cookie-btn-reject {
    background: #000000;
    color: #ffffff;
    min-width: 160px;
    text-align: center;
}
.cookie-btn-accept:hover,
.cookie-btn-reject:hover {
    opacity: 0.85;
}
@media (max-width: 640px) {
    .cookie-consent-banner {
        bottom: 0;
        padding: 0;
    }
    .cookie-consent-card {
        border-radius: 8px 8px 0 0;
        padding: 20px 16px;
    }
    .cookie-consent-actions {
        justify-content: stretch;
        flex-direction: column;
        gap: 8px;
    }
    .cookie-btn-manage {
        order: 3;
        text-align: center;
    }
    .cookie-btn-accept,
    .cookie-btn-reject {
        width: 100%;
        min-width: 0;
    }
}
/* PC shared loading overlay */
.pc-loading-overlay {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(20, 22, 32, 0.34);
    backdrop-filter: blur(2px);
}

.pc-loading-overlay.is-active {
    display: flex;
}

.pc-loading-card {
    min-width: 180px;
    max-width: 320px;
    padding: 24px 28px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 16px 45px rgba(24, 27, 40, 0.22);
    text-align: center;
    color: #303840;
}

.pc-loading-spinner {
    width: 34px;
    height: 34px;
    margin: 0 auto 14px auto;
    border: 3px solid #ffe3cc;
    border-top-color: #ff8426;
    border-radius: 50%;
    animation: pcLoadingSpin 0.72s linear infinite;
}

.pc-loading-text {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

.pc-action-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.82;
}

@keyframes pcLoadingSpin {
    to {
        transform: rotate(360deg);
    }
}


/* PC back to top */
.pc-back-to-top {
    position: fixed;
    right: 28px;
    bottom: 104px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: #ff7a21;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(255, 122, 33, 0.28);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10020;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}
.pc-back-to-top i {
    font-size: 20px;
    line-height: 1;
}
.pc-back-to-top:hover {
    background: #ff8f3f;
    box-shadow: 0 14px 30px rgba(255, 122, 33, 0.34);
}
.pc-back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
@media (max-width: 991px) {
    .pc-back-to-top {
        display: none !important;
    }
}
