.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#00162E;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ================================================================
   1. 认证徽章（CE / UL / RoHS / ISO）
   ================================================================ */
.cert-badges {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.cert-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    color: #FFFFFF !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

/* ================================================================
   2. 产品卡片参数标签和值
   ================================================================ */
.spec-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #94A3B8;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 3px;
}
.spec-value {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1E293B;
    line-height: 1.4;
}

/* ================================================================
   3. 左侧折叠筛选组
   ================================================================ */
.facet-group {
    border-bottom: 1px solid #E2E8F0;
}
.facet-group:last-child {
    border-bottom: none;
}
.facet-group-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    cursor: pointer;
    user-select: none;
}
.facet-group-title {
    font-size: 13px;
    font-weight: 700;
    color: #1E293B;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.facet-group-meta {
    display: flex;
    align-items: center;
    gap: 8px;
}
.facet-group-count {
    background: #EFF6FF;
    color: #2563EB;
    font-size: 12px;
    font-weight: 600;
    min-width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}
.facet-group-arrow {
    width: 9px;
    height: 9px;
    border-right: 2px solid #94A3B8;
    border-bottom: 2px solid #94A3B8;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-top: -3px;
}
.facet-group.open .facet-group-arrow {
    transform: rotate(-135deg);
    margin-top: 3px;
}
.facet-group-body {
    display: none;
    padding-bottom: 16px;
}
.facet-group.open .facet-group-body {
    display: block;
}

/* ================================================================
   4. FacetWP Checkbox 选项样式
   ================================================================ */
.facetwp-type-checkbox .facetwp-checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    cursor: pointer;
    font-size: 14px;
    color: #334155;
    transition: color 0.2s;
}
.facetwp-type-checkbox .facetwp-checkbox:hover {
    color: #2563EB;
}
.facetwp-type-checkbox .facetwp-checkbox::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #CBD5E1;
    border-radius: 3px;
    margin-right: 10px;
    flex-shrink: 0;
    transition: all 0.2s;
    box-sizing: border-box;
}
.facetwp-type-checkbox .facetwp-checkbox.checked {
    color: #2563EB;
    font-weight: 600;
}
.facetwp-type-checkbox .facetwp-checkbox.checked::before {
    background: #2563EB;
    border-color: #2563EB;
    content: '✓';
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 13px;
}
.facetwp-counter {
    background: #F1F5F9;
    color: #64748B;
    font-size: 12px;
    font-weight: 600;
    min-width: 26px;
    height: 22px;
    border-radius: 11px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.facetwp-checkbox.checked .facetwp-counter {
    background: #EFF6FF;
    color: #2563EB;
}

/* ================================================================
   5. FacetWP Selections（Active 已选标签）
   ================================================================ */
.facet-active-shortcode,
.facet-active-shortcode .facetwp-selections {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

/* 隐藏 "Rated Voltage:" 这样的 facet 标签前缀，只保留值 */
.facetwp-selections .facetwp-selection-label {
    display: none !important;
}

/* 每个已选值：浅蓝色圆角胶囊标签 */
.facetwp-selections .facetwp-selection-value,
.facetwp-selections a.facetwp-selection-value {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    background: #EFF6FF !important;
    color: #2563EB !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 5px 12px !important;
    border-radius: 20px !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
    border: none !important;
}
.facetwp-selections .facetwp-selection-value:hover,
.facetwp-selections a.facetwp-selection-value:hover {
    background: #DBEAFE !important;
    color: #1D4ED8 !important;
}

/* 取消按钮（×） */
.facetwp-selections .facetwp-selection-remove {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-left: 2px;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #2563EB !important;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
    line-height: 1 !important;
}
.facetwp-selections .facetwp-selection-remove:hover {
    opacity: 1;
}

/* ================================================================
   6. FacetWP 分页
   ================================================================ */
.facet-pager-wrap {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}
.facetwp-pager {
    display: flex;
    gap: 6px;
    align-items: center;
}
.facetwp-pager a,
.facetwp-pager span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #475569;
    text-decoration: none;
    transition: all 0.2s;
    background: #FFFFFF;
}
.facetwp-pager a:hover {
    border-color: #2563EB;
    color: #2563EB;
}
.facetwp-pager .facetwp-page.current {
    background: #2563EB;
    border-color: #2563EB;
    color: #FFFFFF;
    font-weight: 600;
}
.facetwp-pager .facetwp-page.dots {
    border: none;
    background: transparent;
}

/* ================================================================
   7. 筛选选项字体大小修正（只改字号，不动布局）
   ================================================================ */
.facetwp-facet .facetwp-checkbox,
.facetwp-facet .facetwp-radio,
.facetwp-facet .facetwp-depth .facetwp-checkbox,
.facetwp-facet .facetwp-depth .facetwp-radio,
.facetwp-facet .facetwp-link,
.facetwp-facet label,
.facetwp-facet select,
.facetwp-facet option,
.facetwp-facet .facetwp-dropdown {
    font-size: 14px !important;
    line-height: 1.5 !important;
}
.facetwp-facet .facetwp-depth {
    font-size: 14px !important;
}
.facetwp-facet .facetwp-counter {
    font-size: 12px !important;
    line-height: 1.4 !important;
}
.facetwp-facet h3,
.facetwp-facet h4,
.facetwp-facet .facetwp-facet-label {
    font-size: 13px !important;
    line-height: 1.4 !important;
}
.facetwp-facet .facetwp-expand,
.facetwp-facet .facetwp-collapse {
    font-size: 12px !important;
}/* End custom CSS */