﻿/*
Theme Name: TruckExpot Theme
Theme URI: http://127.0.0.1/
Author: CLW Automobile Group
Author URI: http://127.0.0.1/
Description: TruckExpot Theme for CLW Automobile Group
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: truckexpot
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background: #f5f5f5;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #2563eb;
}

a:hover {
    color: #1d4ed8;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.3;
}

.products-layout {
    display: flex;
    flex-direction: row;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.single-product-layout {
    display: flex;
    flex-direction: row;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.products-content {
    flex: 1;
    min-width: 0;
}

.single-product-layout {
    display: flex;
    flex-direction: row;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.single-product-content {
    flex: 1;
    min-width: 0;
    box-sizing: border-box;
}



.product-title-section {
    padding: 5px 20px !important;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.product-title-top {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-top-section {
    display: flex;
    gap: 20px;
    padding: 20px 12px !important;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    align-items: stretch;
}

.product-image-area {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.main-product-image-new,
.main-product-image-square {
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: visible;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.main-product-image-new img,
.main-product-image-square img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center !important;
}

.product-placeholder-new,
.product-placeholder-square {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
    border: 1px solid #e0e0e0;
}

.product-placeholder-new img,
.product-placeholder-square img {
    max-width: 80%;
    max-height: 80%;
}

.product-info-area {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-parameters {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    background: #fff;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    width: 100%;
    overflow: visible;
}

.parameter-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background: transparent;
    border-bottom: 1px solid #f0f0f0;
    transition: none;
}

.parameter-item:hover {
    background: transparent;
}

.parameter-item:last-child {
    border-bottom: none;
}

.parameter-label {
    font-weight: 600;
    color: #666;
    min-width: 80px;
    font-size: 14px;
    flex-shrink: 0;
}

.parameter-value {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.parameter-value.price-empty {
    color: #dc3545;
    font-weight: 600;
}

.product-price-display {
    margin-top: 4px;
    padding: 12px 16px;
    background: #f9fafb;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    text-align: left;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: baseline;
    gap: 8px;
}

.price-label {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.price-value {
    font-size: 20px;
    font-weight: 700;
    color: #dc3545;
}

.price-value.price-empty {
    color: #666;
    font-weight: 500;
}

.product-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.keyword-item {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    background: #e8f4f8;
    color: #2563eb;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
}

.pdf-download-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: #059669;
    color: #fff;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s;
}

.pdf-download-btn:hover {
    background: #047857;
}

.product-contact-section {
    padding: 5px 12px !important;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.product-contact-methods-below {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.qr-codes-below {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.qr-code-item-below {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.qr-code-image-below {
    width: 88px;
    height: 88px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    overflow: visible;
}

.qr-code-image-below img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qr-label-below {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.contact-buttons-below {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}

.btn-email-below {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: #2563eb;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    flex: 1;
    transition: background 0.2s;
}

.btn-email-below:hover {
    background: #1d4ed8;
}

.btn-inquiry-below {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: #059669;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    flex: 1;
    transition: background 0.2s;
}

.btn-inquiry-below:hover {
    background: #047857;
}

.product-gallery-section {
    padding: 5px 12px !important;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.gallery-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
}

.product-intro-text {
    margin: 0 0 12px;
    padding: 12px 0;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    border-bottom: 1px solid #f0f0f0;
}

.product-gallery-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gallery-image-item {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    overflow: visible;
    background: #f8f9fa;
}

.gallery-image-item img {
    width: 100%;
    height: auto;
    display: block;
}

.product-description-section {
    padding: 5px 12px !important;
    background: #fff;
}

.product-description-section h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
}

.product-description-section p {
    margin-bottom: 12px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

@media (min-width: 1401px) and (max-width: 1600px) {
    .products-layout { gap: 24px; padding: 15px; }
    .products-sidebar { flex: 0 0 300px; max-width: 300px; min-width: 300px; }
    .product-image-area { flex: 0 0 40%; max-width: 40%; min-width: 0; }
    .main-product-image-new, .main-product-image-square { width: 100%; height: 100%; }
    .product-placeholder-new, .product-placeholder-square { width: 100%; height: auto; aspect-ratio: 1; }
    .product-title-top { font-size: 26px; }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .products-layout { gap: 20px; padding: 15px; }
    .products-sidebar { flex: 0 0 280px; max-width: 280px; min-width: 280px; }
    .product-image-area { flex: 0 0 40%; max-width: 40%; min-width: 0; }
    .main-product-image-new, .main-product-image-square { width: 100%; height: 100%; }
    .product-placeholder-new, .product-placeholder-square { width: 100%; height: auto; aspect-ratio: 1; }
    .product-title-top { font-size: 24px; }
}

@media (min-width: 901px) and (max-width: 1200px) {
    .products-layout { gap: 20px; padding: 12px; }
    .products-sidebar { flex: 0 0 260px; max-width: 260px; min-width: 260px; }
    .product-image-area { flex: 0 0 40%; max-width: 40%; min-width: 0; }
    .main-product-image-new, .main-product-image-square { width: 100%; height: 100%; }
    .product-placeholder-new, .product-placeholder-square { width: 100%; height: auto; aspect-ratio: 1; }
    .product-title-top { font-size: 22px; }
}

@media (min-width: 769px) and (max-width: 900px) {
    .products-layout { gap: 16px; padding: 10px; }
    .products-sidebar { flex: 0 0 240px; max-width: 240px; min-width: 240px; }
    .product-image-area { flex: 0 0 42%; max-width: 42%; min-width: 0; }
    .main-product-image-new, .main-product-image-square { width: 100%; height: 100%; }
    .product-placeholder-new, .product-placeholder-square { width: 100%; height: auto; aspect-ratio: 1; }
    .product-title-top { font-size: 20px; }
    .product-info-area { gap: 10px; }
    .product-parameters { padding: 0; gap: 0; }
    .parameter-item { padding: 7px 10px; gap: 5px; }
    .parameter-label, .parameter-value { font-size: 13px; }
}

@media (min-width: 577px) and (max-width: 768px) {
    .products-layout { gap: 12px; padding: 8px; }
    .products-sidebar { flex: 0 0 220px; max-width: 220px; min-width: 220px; }
    .product-image-area { flex: 0 0 42%; max-width: 42%; min-width: 0; }
    .main-product-image-new, .main-product-image-square { width: 100%; height: 100%; }
    .product-placeholder-new, .product-placeholder-square { width: 100%; height: auto; aspect-ratio: 1; }
    .product-info-area { gap: 8px; }
    .product-title-top { font-size: 18px; }
    .product-parameters { padding: 0; gap: 0; }
    .parameter-item { padding: 6px 8px; gap: 4px; }
    .parameter-label, .parameter-value { font-size: 12px; }
}

@media (min-width: 481px) and (max-width: 576px) {
    .products-layout { gap: 10px; padding: 8px; }
    .products-sidebar { flex: 0 0 200px; max-width: 200px; min-width: 200px; }
    .product-image-area { flex: 0 0 42%; max-width: 42%; min-width: 0; }
    .main-product-image-new, .main-product-image-square { width: 100%; height: 100%; }
    .product-placeholder-new, .product-placeholder-square { width: 100%; height: auto; aspect-ratio: 1; }
    .product-info-area { gap: 6px; }
    .product-title-top { font-size: 16px; }
    .product-parameters { padding: 0; gap: 0; }
    .parameter-item { padding: 5px 6px; gap: 3px; }
    .parameter-label, .parameter-value { font-size: 11px; }
}

@media (min-width: 376px) and (max-width: 480px) {
    .products-layout { gap: 8px; padding: 6px; }
    .products-sidebar { flex: 0 0 180px; max-width: 180px; min-width: 180px; }
    .product-image-area { flex: 0 0 42%; max-width: 42%; min-width: 0; }
    .main-product-image-new, .main-product-image-square { width: 100%; height: 100%; }
    .product-placeholder-new, .product-placeholder-square { width: 100%; height: auto; aspect-ratio: 1; }
    .product-info-area { gap: 6px; }
    .product-title-top { font-size: 15px; }
    .product-parameters { padding: 0; gap: 0; }
    .parameter-item { padding: 5px 5px; gap: 3px; }
    .parameter-label, .parameter-value { font-size: 11px; }
}

@media (max-width: 375px) {
    .products-layout { gap: 6px; padding: 4px; }
    .products-sidebar { flex: 0 0 160px; max-width: 160px; min-width: 160px; }
    .product-image-area { flex: 0 0 42%; max-width: 42%; min-width: 0; }
    .main-product-image-new, .main-product-image-square { width: 100%; height: 100%; }
    .product-placeholder-new, .product-placeholder-square { width: 100%; height: auto; aspect-ratio: 1; }
    .product-info-area { gap: 5px; }
    .product-title-top { font-size: 14px; }
    .product-parameters { padding: 0; gap: 0; }
    .parameter-item { padding: 4px 4px; gap: 2px; }
    .parameter-label, .parameter-value { font-size: 10px; }
}

@media (max-width: 768px) {
    .products-layout {
        flex-direction: column !important;
        gap: 12px !important;
        padding: 8px !important;
    }
    .products-sidebar {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        flex: none !important;
        order: 1 !important;
        padding: 0 !important;
        gap: 12px !important;
    }
    .single-product-content { order: 2 !important; }
    .product-top-section {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 8px;
        padding: 10px 12px;
        align-items: flex-start;
    }
    .product-contact-section { padding: 10px 12px; }
    .product-image-area {
        flex: 0 0 45%;
        max-width: 45%;
        min-width: 0;
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main-product-image-new,
    .main-product-image-square {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        margin: 0;
    }
    .product-placeholder-new,
    .product-placeholder-square {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        margin: 0;
    }
    .product-contact-methods-below {
        margin-top: 8px;
        gap: 6px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .qr-codes-below { gap: 6px; justify-content: center; }
    .contact-buttons-below {
        flex-direction: column;
        gap: 6px;
        width: 100%;
    }
    .btn-email-below, .btn-inquiry-below { width: 100%; flex: none; }
    .product-info-area { gap: 6px; }
    .product-title-top { font-size: 16px; }
    .gallery-title { margin: 0 0 6px; padding-bottom: 4px; font-size: 14px; }
    .product-intro-text { margin: 0 0 6px; padding: 8px 0; font-size: 13px; }
    .product-gallery-grid { gap: 2px; }
    .gallery-image-item img { width: 100%; height: auto; }
    .product-content-new img { width: 100%; max-width: 100%; height: auto; }
}

@media (max-width: 767px) {
    .products-layout { gap: 10px; padding: 6px; }
    .product-top-section { gap: 6px; padding: 8px 10px; }
    .product-image-area {
        flex: 0 0 45%;
        max-width: 45%;
        min-width: 0;
    }
    .main-product-image-new,
    .main-product-image-square {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }
    .product-placeholder-new,
    .product-placeholder-square {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }
    .product-info-area { gap: 5px; }
    .product-title-top { font-size: 15px; }
    .product-parameters { padding: 0; gap: 0; }
    .parameter-item { padding: 4px 5px; gap: 3px; }
    .parameter-label, .parameter-value { font-size: 11px; }
}

@media (max-width: 480px) {
    .product-top-section {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 10px;
        padding: 8px 8px;
        align-items: stretch;
    }
    .product-image-area {
        flex: 0 0 auto;
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }
    .main-product-image-new,
    .main-product-image-square {
        max-width: 240px;
        margin: 0 auto;
    }
    .product-placeholder-new,
    .product-placeholder-square {
        max-width: 240px;
        margin: 0 auto;
    }
    .product-info-area { gap: 6px; }
    .product-title-top { font-size: 16px; }
    .product-parameters { padding: 0; gap: 0; }
    .parameter-item { padding: 5px 8px; gap: 5px; }
    .parameter-label, .parameter-value { font-size: 12px; }
    .product-price-display { padding: 10px 12px; }
    .price-label { font-size: 12px; }
    .price-value { font-size: 18px; }
}

.content-wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 12px !important;
}

.breadcrumbs {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    background: #f8f9fa !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    margin-bottom: 20px !important;
    line-height: 1.5 !important;
}

.text-center { text-align: center; }
.text-right { text-align: right; }
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 4px; }
.mt-2 { margin-top: 8px; }
.mt-3 { margin-top: 12px; }
.mt-4 { margin-top: 16px; }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 4px; }
.mb-2 { margin-bottom: 8px; }
.mb-3 { margin-bottom: 12px; }
.mb-4 { margin-bottom: 16px; }
Theme Name: TruckExpot
Author: TruckExpot Team
Description: A professional WordPress theme for special truck export companies. Features responsive design, product showcase, company information, and contact forms.
Version: 1.2.1
License: GNU General Public License v2 or later
Text Domain: truckexpot
Tags: e-commerce, business, responsive, custom-menu, featured-images, translation-ready
*/

/* ===================================
   CSS Variables (Design Tokens)
   =================================== */
:root {
    /* Primary Colors */
    --color-primary: #2563eb;
    --color-primary-dark: #1e3a8a;
    --color-primary-light: #3b82f6;
    --color-primary-lighter: #60a5fa;
    
    /* Secondary Colors */
    --color-secondary: #0f172a;
    --color-secondary-dark: #020617;
    --color-secondary-light: #1e293b;
    
    /* Accent Colors */
    --color-accent: #ffd700;
    --color-success: #10b981;
    --color-warning: #f59e0b;
    --color-error: #ef4444;
    
    /* Neutral Colors */
    --color-white: #ffffff;
    --color-black: #000000;
    --color-gray-50: #f8f9fa;
    --color-gray-100: #f5f5f5;
    --color-gray-200: #e8e8e8;
    --color-gray-300: #e5e5e5;
    --color-gray-400: #e0e0e0;
    --color-gray-500: #c0c0c0;
    --color-gray-600: #999999;
    --color-gray-700: #666666;
    --color-gray-800: #333333;
    --color-gray-900: #1a1a1a;
    
    /* Typography */
    --font-family-base: 'Montserrat-Regular', Arial, sans-serif;
    --font-size-xs: 11px;
    --font-size-sm: 12px;
    --font-size-base: 14px;
    --font-size-md: 15px;
    --font-size-lg: 16px;
    --font-size-xl: 18px;
    --font-size-2xl: 20px;
    --font-size-3xl: 24px;
    --font-size-4xl: 28px;
    --font-size-5xl: 32px;
    --font-size-6xl: 36px;
    --font-size-7xl: 42px;
    --font-size-8xl: 48px;
    --font-size-9xl: 56px;
    
    /* Font Weights */
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    
    /* Line Heights */
    --line-height-tight: 1.1;
    --line-height-normal: 1.5;
    --line-height-relaxed: 1.7;
    --line-height-loose: 1.8;
    
    /* Spacing */
    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 12px;
    --spacing-lg: 16px;
    --spacing-xl: 20px;
    --spacing-2xl: 25px;
    --spacing-3xl: 30px;
    --spacing-4xl: 40px;
    --spacing-5xl: 50px;
    --spacing-6xl: 60px;
    --spacing-7xl: 80px;
    --spacing-8xl: 100px;
    
    /* Border Radius */
    --radius-none: 0;
    --radius-sm: 4px;
    --radius-md: 6px;
    --radius-lg: 8px;
    --radius-xl: 12px;
    --radius-2xl: 16px;
    --radius-3xl: 20px;
    --radius-full: 50%;
    
    /* Shadows */
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 8px 20px rgba(0, 0, 0, 0.12);
    --shadow-xl: 0 12px 30px rgba(0, 0, 0, 0.15);
    --shadow-2xl: 0 20px 60px rgba(0, 0, 0, 0.3);
    
    /* Transitions */
    --transition-fast: 0.15s ease;
    --transition-base: 0.3s ease;
    --transition-slow: 0.5s ease;
    --transition-bounce: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    
    /* Z-Index */
    --z-dropdown: 100;
    --z-sticky: 200;
    --z-fixed: 300;
    --z-modal-backdrop: 400;
    --z-modal: 500;
    --z-popover: 600;
    --z-tooltip: 700;
    
    /* Container Widths */
    --container-sm: 640px;
    --container-md: 768px;
    --container-lg: 992px;
    --container-xl: 1200px;
    --container-2xl: 1400px;
    --container-max: 1600px;
}

/* ===================================
   ǿ��ͳһ��ƷͼƬ��С - ������ȼ�?
   =================================== */
/* ǿ����������ȫһ??*/
.featured-products-box li,
.hot-products-box li {
    min-width: 0 !important;
    min-height: 0 !important;
}

.featured-products-item-zoom,
.hot-products-item-zoom {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 100% !important;
    overflow: hidden !important;
    background: #f5f5f5 !important;
    border-radius: 8px 8px 0 0 !important;
}

.featured-products-item-zoom img,
.hot-products-item-zoom img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    max-width: none !important;
    max-height: none !important;
    min-width: 100% !important;
    min-height: 100% !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ===================================
   WordPress Core Styles
   =================================== */

/* Accessibility */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: visible;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 0;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Skip Link */
.skip-link {
    display: none;
}

.skip-link:focus {
    display: block;
}

/* Focus Styles for Accessibility */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

/* ��Ʒ�������� - �Ƴ����н���ͼ���״̬�ķ���?*/
.products-sidebar a:focus,
.products-sidebar a:active,
.products-sidebar li a:focus,
.products-sidebar li a:active,
.category-link:focus,
.category-link:active,
.category-item a:focus,
.category-item a:active,
#category-list a:focus,
#category-list a:active,
.breadcrumb-nav a:focus,
.breadcrumb-nav a:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* ǿ��ͳһ��ƷͼƬ��С - ȫ�ָ��� */
.featured-products-item-zoom img,
.hot-products-item-zoom img,
.featured-products-item-zoom .attachment-medium,
.featured-products-item-zoom .attachment-product-grid,
.featured-products-item-zoom .wp-post-image,
.hot-products-item-zoom .attachment-medium,
.hot-products-item-zoom .attachment-product-grid,
.hot-products-item-zoom .wp-post-image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    max-width: none !important;
    max-height: none !important;
    min-width: 100% !important;
        min-height: 100% !important;
    }
}

/* �ƶ��˲��������Ӧ�Ż�?*/

/* Top Bar Wrapper - Static, no sticky */
.top-bar-wrapper {
    position: relative;
    background: #ffffff;
    z-index: 999;
}

/* Top Bar */
.top-bar {
    background: #ffffff;
    padding: 0;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.5;
}

.top-bar .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
}

/* ===================================
   Container and Layout
   =================================== */
.inner,
.site-content .inner,
.header .inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

/* Top Bar */
.top-bar .inner {
    height: 65px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.top-bar-lt {
    display: flex;
    align-items: center;
}

.top-bar-lt .site-branding {
    margin: 8px 0;
    margin-left: 155px;
}

.top-bar-lt .site-branding img {
    max-height: 60px;
    width: auto;
}

.top-bar-rt p {
    margin: 0;
    margin-right: 155px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.top-bar-rt a {
    color: #666;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s;
    font-size: 14px;
}

.top-bar-rt a:hover {
    color: #2563eb;
}

.top-bar-rt .icon-phone::before {
    content: '??';
    font-size: 14px;
}

.top-bar-rt .icon-email::before {
    content: '??';
    font-size: 14px;
}

/* Language Switcher in Top Bar */
.top-bar-rt .no-translate,
.top-bar-rt .language-switcher {
    margin-left: 15px;
}

.top-bar-rt .tp_lang2,
.top-bar-rt .language-select {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 5px 10px;
    color: #333;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
    min-width: 100px;
}

.top-bar-rt .tp_lang2:hover,
.top-bar-rt .language-select:hover {
    background: #e8e8e8;
    border-color: #ccc;
}

.top-bar-rt .tp_lang2 option,
.top-bar-rt .language-select option {
    background: #fff;
    color: #333;
}

/* TranslatePress Language Switcher */
.trp-language-switcher {
    margin-left: 15px;
}

.trp-language-switcher .trp-ls-shortcode-language {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 5px 10px;
    color: #333;
    font-size: 13px;
}

/* Main Header */
.header {
    background: transparent;
    box-shadow: none;
    position: relative;
    z-index: 1;
}

.header .inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 30px;
    margin-left: 155px;
}

.logo img,
.logo a img {
    max-height: 45px;
    width: auto;
    vertical-align: middle;
}

/* Main Navigation */
.main-nav {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    justify-content: flex-end;
    margin-right: 155px;
    margin-left: 155px;
}

/* Language Switcher in Blue Navigation */
.main-nav .language-switcher {
    margin-left: 15px;
}

.main-nav .language-select {
    background: #fff;
    border: 1px solid #ddd;
    color: #555;
    padding: 3px 6px 3px 8px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    height: 24px;
    line-height: 1.2;
    min-width: 75px;
    transition: all 0.2s ease;
}

.main-nav .language-select:hover {
    background: #fafafa;
    border-color: #bbb;
    color: #333;
}

.main-nav .language-select:focus {
    outline: none;
    border-color: #888;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}

.main-nav .language-select option {
    background: #fff;
    color: #333;
    padding: 5px 8px;
    font-size: 12px;
}

/* TranslatePress Language Switcher */
.main-nav .trp-language-switcher {
    margin-left: 15px;
}

.main-nav .trp-shortcode-switcher__wrapper {
    display: inline-block;
}

.main-nav .trp-shortcode-switcher {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 6px 10px;
    height: 30px;
    min-width: 90px;
}

.main-nav .trp-shortcode-switcher:hover {
    background: #f8f8f8;
    border-color: #ccc;
}

.main-nav .trp-language-switcher-inner {
    display: flex;
    align-items: center;
    gap: 5px;
}

.main-nav .trp-ls-shortcode-current-language,
.main-nav .trp-ls-shortcode-language {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.main-nav .trp-ls-shortcode-current-language:hover,
.main-nav .trp-ls-shortcode-language:hover {
    color: #fff;
    text-decoration: underline;
}

.main-nav .trp-flag-image {
    width: 18px;
    height: 12px;
    margin-right: 5px;
}

.main-nav .trp-switcher-dropdown-list {
    background: #0066cc;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    margin-top: 5px;
    padding: 5px 0;
    min-width: 120px;
}

.main-nav .trp-switcher-dropdown-list a {
    color: #fff;
    padding: 8px 15px;
    display: block;
    text-decoration: none;
}

.main-nav .trp-switcher-dropdown-list a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.main-menu .nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 4px;
    align-items: center;
}

.main-menu .nav-menu li {
    position: relative;
}

.main-menu .nav-menu li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    transition: all 0.3s ease;
}

.main-menu .nav-menu li a:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.main-menu .nav-menu li.current-menu-item > a,
.main-menu .nav-menu li.current_page_item > a {
    background: rgba(255, 255, 255, 0.2);
    font-weight: 600;
}

/* Search Button */
.btn-search {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-search:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.btn-search .icon-search::before {
    content: '??';
    font-size: 16px;
}

/* Mobile Navigation */
.mobile-navigation {
    display: none;
    align-items: center;
    gap: 10px;
}

.mobi-menu {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}

.mobi-menu:hover {
    background: rgba(255, 255, 255, 0.2);
}

.mobi-menu .icon-menu::before {
    content: '??;
    font-size: 20px;
}

/* Search Box */
.search-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #2563eb;
    padding: 20px;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    z-index: 1001;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.search-box.active {
    transform: translateY(0);
}

.search-box .inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 30px;
}

.search-box .search-form-box {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
}

.search-box .search-field {
    flex: 1;
    padding: 12px 20px;
    border: none;
    border-radius: 0;
    font-size: 16px;
    outline: none;
}

.search-box .btn {
    padding: 12px 24px;
    background: #fff;
    color: #2563eb;
    border: none;
    border-radius: 0;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.search-box .btn:hover {
    background: #f0f0f0;
}

.search-box .btn .icon-search::before {
    content: '??';
    margin-right: 5px;
}

/* Menu Overlay */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Responsive */
@media screen and (max-width: 1200px) {
    .main-menu .nav-menu li a {
        padding: 10px 16px;
        font-size: 15px;
    }
}

@media screen and (max-width: 992px) {
    .top-bar .inner {
        padding: 0 20px;
    }

    .top-bar-lt {
        display: none;
    }

    .header .inner {
        padding: 10px 20px;
    }

    .main-nav {
        display: none;
    }

    .mobile-navigation {
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    .top-bar-rt p {
        gap: 10px;
        font-size: 12px;
    }

    .top-bar-rt a span {
        display: none;
    }

    .top-bar-rt .no-translate {
        margin-left: 10px;
    }

    .top-bar-rt .tp_lang2 {
        min-width: 80px;
        font-size: 12px;
    }
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}
    flex-grow: 1;
    justify-content: flex-end;
}

/* Main Navigation */
.main-navigation {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 4px;
    align-items: center;
}

.main-navigation ul li {
    position: relative;
}

.main-navigation ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    position: relative;
}

.main-navigation ul li a:hover {
    background: transparent;
    transform: none;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.95);
}

.main-navigation ul li a::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #fff;
    border-radius: 0;
    transition: width 0.3s ease;
}

.main-navigation ul li a:hover::after {
    width: 0;
}

.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_item > a {
    background: transparent;
    font-weight: 500;
    box-shadow: none;
}

/* Contact Information */
.header-contact {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.header-contact::before {
    content: '';
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, 0.3);
    margin-right: 4px;
}

.header-email,
.header-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.header-email svg,
.header-phone svg {
    flex-shrink: 0;
}

.header-email a,
.header-phone a {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    transition: color 0.3s;
}

.header-email:hover,
.header-phone:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.header-email a:hover,
.header-phone a:hover {
    color: #fff;
}

/* Language Switcher */
.language-switcher-wrapper {
    position: relative;
    margin-left: 20px;
    flex-shrink: 0;
}

.language {
    position: relative;
    margin-left: 20px;
    flex-shrink: 0;
}

/* �������л�����header-right-section��ʱ */
.header-right-section .language {
    margin-left: 0;
}

.language .cur {
    position: relative;
}

.language .cur e {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 14px;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-style: normal;
}

.language .cur e:hover {
    background: rgba(255, 255, 255, 0.2);
}

.language .cur e i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.language .cur:hover e i {
    transform: rotate(180deg);
}

.language-list {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 120px;
    background: #2563eb;
    border-radius: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    z-index: 100;
}

.language .cur:hover .language-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.language-list li:last-child {
    border-bottom: none;
}

.language-list li a {
    display: block;
    padding: 10px 20px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.language-list li a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding-left: 25px;
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: #fff;
    border-radius: 0;
    transition: all 0.3s ease;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Responsive Design */
@media screen and (max-width: 1200px) {
    .main-navigation ul li a {
        padding: 10px 18px;
        font-size: 16px;
    }

    .header-email,
    .header-phone {
        font-size: 14px;
        padding: 6px 12px;
    }
}

@media screen and (max-width: 992px) {
    .site-header-inner {
        padding: 12px 0;
        gap: 20px;
    }

    .header-email,
    .header-phone {
        font-size: 13px;
        padding: 6px 10px;
    }

    .main-navigation ul li a {
        padding: 10px 16px;
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .main-navigation {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background: #fff;
        box-shadow: 4px 0 24px rgba(0, 0, 0, 0.2);
        transition: left 0.3s ease;
        z-index: 1000;
        overflow-y: auto;
        padding-top: 80px;
    }

    .main-navigation.active {
        left: 0;
    }

    .main-navigation ul {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    .main-navigation ul li {
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
    }

    .main-navigation ul li a {
        color: #333 !important;
        padding: 16px 20px;
        font-size: 16px;
        border-radius: 0;
        background: #fff;
    }

    .main-navigation ul li a:hover {
        background: #f5f5f5;
        transform: none;
        box-shadow: none;
    }

    .main-navigation ul li a::after {
        display: none;
    }

    .header-contact {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        padding: 20px;
        background: #f9f9f9;
    }

    .header-contact::before {
        display: none;
    }

    .header-email,
    .header-phone {
        width: 100%;
        background: #fff;
        color: #333;
        border: 1px solid #e0e0e0;
    }

    .header-email a,
    .header-phone a {
        color: #2563eb;
    }

    .language {
        margin: 20px;
    }

    .language .cur e {
        background: #2563eb;
        color: #fff;
    }

    .language-list {
        position: static;
        background: #f5f5f5;
        box-shadow: none;
        border-radius: 0;
        margin-top: 10px;
    }

    .language-list li a {
        color: #333;
    }
}

/* Mobile Menu Overlay */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ===================================
   Base Styles
   =================================== */
body {
    overflow-x: hidden;
    font-family: 'Montserrat-Regular', Arial, sans-serif;
}

span, p, div {
    word-wrap: break-word !important;
    word-break: keep-all !important;
}

/* ===================================
   Button Styles
   =================================== */
.btn {
    display: inline-block;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    outline: none;
}

.btn-primary {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    color: #fff;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(7, 90, 97, 0.3);
}

.btn-secondary {
    background: #fff;
    color: #2563eb;
    border: 2px solid #2563eb;
}

.btn-secondary:hover {
    background: #2563eb;
    color: #fff;
}

.btn-lg {
    padding: 16px 36px;
    font-size: 18px;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0);
}

/* ===================================
   Scrollbar Styles
   =================================== */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
    background: #2563eb;
}

/* ===================================
   Layout Styles
   =================================== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col {
    flex: 1;
    padding: 0 15px;
}

.main-contain {
    width: 100%;
    min-height: 100vh;
    background: #fff;
}

/* ===================================
   Header Styles
   =================================== */
.site-header {
    background: #0066cc;
    box-shadow: none;
    position: relative;
    z-index: 1000;
    padding: 0;
    transition: all 0.3s ease;
}

.site-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.site-header-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 30px;
    gap: 40px;
    max-width: 1600px;
    margin: 0 auto;
}

/* �������Ҳ���??*/
.header-right-section {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-left: auto;
}

/* Logo Styles */
.site-logo,
.site-branding {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.site-logo img,
.neve-site-logo {
    max-height: 60px;
    width: auto;

}

.site-logo img:hover,
.neve-site-logo:hover {
    transform: none;
}

/* Logo响应式 - 随屏幕缩小 */
@media (max-width: 1400px) {
    .site-logo img,
    .neve-site-logo,
    .top-bar-lt .site-branding img {
        max-height: 56px !important;
    }
}

@media (max-width: 1200px) {
    .site-logo img,
    .neve-site-logo,
    .top-bar-lt .site-branding img {
        max-height: 52px !important;
    }
}

@media (max-width: 992px) {
    .site-logo img,
    .neve-site-logo,
    .top-bar-lt .site-branding img {
        max-height: 48px !important;
    }
}

@media (max-width: 768px) {
    .site-logo img,
    .neve-site-logo,
    .top-bar-lt .site-branding img {
        max-height: 40px !important;
    }
}

@media (max-width: 576px) {
    .site-logo img,
    .neve-site-logo,
    .top-bar-lt .site-branding img {
        max-height: 36px !important;
    }
}

.site-title {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.site-title a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.site-title a:hover {
    transform: translateY(-2px);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.site-description {
    margin: 6px 0 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
    letter-spacing: 0.3px;
}

/* Navigation Styles */
.main-navigation {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
}

.main-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 4px;
}

.main-navigation ul li {
    margin: 0;
}

.main-navigation ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0;
    position: relative;
    overflow: visible;
    letter-spacing: 0.2px;
}

.main-navigation ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
    transition: left 0.4s ease;
}

.main-navigation ul li a:hover::before {
    left: 0;
}

.main-navigation ul li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.main-navigation ul li.current-menu-item a {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* ���ӵ���ͼ�� */
.main-navigation ul li a::after {
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 0;
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.main-navigation ul li a:hover::after {
    opacity: 1;
    bottom: 10px;
}

/* Header Contact Info */
.header-contact {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.header-email,
.header-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 8px 14px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
}

.header-email:hover,
.header-phone:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.header-email svg,
.header-phone svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.header-email:hover svg,
.header-phone:hover svg {
    transform: scale(1.1);
}

.header-inquiry {
    padding: 10px 28px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    background: #fff;
    color: #1e3a8a !important;
    border: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.3px;
    text-shadow: none;
}

.header-inquiry:hover {
    background: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    color: #1e3a8a !important;
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 0;
    transition: background 0.3s ease;
}

.menu-toggle:hover {
    background: rgba(255, 255, 255, 0.15);
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    border-radius: 0;
    transition: all 0.3s;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* ���ӵ����ָ���Ч??*/
.header-contact::before {
    content: '';
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 8px;
}

/* ===================================
   Hero Section
   =================================== */
.hero-section {
    position: relative;
    height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: 2rem;
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.hero-content p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

/* ===================================
   Product Section
   =================================== */
.products-section {
    padding: 4rem 0;
    background: #fff;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

/* ===================================
   Related Products Section (������Ŀ)
   =================================== */
.related-products-section {
    margin-top: 4rem;
    padding: 3rem 0;
    background: #f8f9fa;
    border-top: 1px solid #e0e0e0;
}

.related-products-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}

.related-products-section h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #2563eb;
    margin: 1rem auto 0;
    border-radius: 0;
}

.related-products-section .products-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.related-products-section .product-card {
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: visible;
    transition: none;
    box-shadow: none;
}

.related-products-section .product-card:hover {

    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    border-color: #2563eb;
}

.related-products-section .product-thumbnail {
    width: 100%;
    height: 220px;
    overflow: visible;
    background: #f8f9fa;
    position: relative;
}

.related-products-section .product-thumbnail.no-image {
    background: #e0e0e0;
}

.related-products-section .product-thumbnail .placeholder-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related-products-section .product-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
}

.related-products-section .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.related-products-section .product-card-content {
    padding: 1.25rem;
}

.related-products-section .product-card-content h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.75rem 0;
    line-height: 1.4;
}

.related-products-section .product-card-content h3 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
}

.related-products-section .product-card-content h3 a:hover {
    color: #2563eb;
}

.related-products-section .product-card-content .excerpt {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: visible;
}

/* Related Products Section Responsive */
@media (max-width: 992px) {
    .related-products-section {
        margin-top: 3rem;
        padding: 2rem 0;
    }

    .related-products-section h2 {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }

    .related-products-section .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .related-products-section .product-thumbnail {
        height: 200px;
    }
}

@media (max-width: 600px) {
    .related-products-section {
        margin-top: 2rem;
        padding: 1.5rem 0;
    }

    .related-products-section h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .related-products-section .products-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .related-products-section .product-thumbnail {
        height: 180px;
    }

    .related-products-section .product-card-content {
        padding: 1rem;
    }

    .related-products-section .product-card-content h3 {
        font-size: 1rem;
    }
}

/* Related Products Responsive */
@media (max-width: 992px) {
    .related-products .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}



.product-card {
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: visible;
    transition: none;
    position: relative;
    cursor: pointer;
}

.product-card:hover {
    box-shadow: none;
    border-color: #e0e0e0;
}

.product-card a {
    position: relative;
    z-index: 2;
    display: block;
    height: 100%;
    text-decoration: none;
}

.product-card a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-card-content {
    padding: 1.5rem;
}

.product-card-content h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.product-card-content p {
    color: #666;
    font-size: 0.9rem;
}

/* ===================================

   Products Archive Layout (Enhanced B2B Style)
   =================================== */
/* Breadcrumbs */
.breadcrumbs {
    background: rgba(255, 255, 255, 0.95);
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.breadcrumb-nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
}

.breadcrumb-nav a {
    color: #666;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    outline: none;
    border: none;
    box-shadow: none;
}

.breadcrumb-nav a:hover {
    color: #2563eb;
    outline: none;
    border: none;
    box-shadow: none;
}

.breadcrumb-nav a:focus {
    color: #2563eb;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.breadcrumb-nav a:active {
    color: #2563eb;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.breadcrumb-separator {
    margin: 0 8px;
    color: #ccc;
}

.breadcrumb-current {
    color: #2563eb !important;
    font-weight: 600 !important;
}

/* Content Wrapper */
.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
}

/* Products Archive Layout */
/* ===================================
   Products List Page Layout
   =================================== */

.products-layout {
    display: flex;
    flex-direction: row;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
}

/* ƽ�弰�ƶ��� - ǿ�����²��� */


/* Products Content */
.products-content {
    flex: 1;
    min-width: 0;
}

/* Products Grid */
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* ===================================
   Products List Page Responsive Styles
   =================================== */

    .products-layout {
        flex-direction: column;
        flex: 0 0 260px;
        padding: 0;
    }
    
    .products-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }
    
    .product-card {
        padding: 10px;
    }
    
    .product-title {
        font-size: 13px;
    }
}

/* Tablet portrait (577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
    .products-layout {
        flex-direction: column;
        gap: 15px;
        padding: 10px;
    }
    
    .products-sidebar {
        flex: none;
        max-width: 100%;
        width: 100%;
        position: relative;
        top: 0;
        padding: 15px;
    }
    
    .products-content {
        width: 100%;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .product-card {
        padding: 10px;
    }
    
    .product-title {
        font-size: 13px;
    }
}

/* Mobile screens (< 576px) */
@media (max-width: 576px) {
    .products-layout {
        flex-direction: column;
        gap: 10px;
        padding: 8px;
    }
    
    .products-sidebar {
        flex: none;
        max-width: 100%;
        width: 100%;
        position: relative;
        top: 0;
        padding: 10px;
    }
    
    .products-content {
        width: 100%;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .product-card {
        padding: 8px;
    }
    
    .product-title {
        font-size: 12px;
    }
    
    .product-info .btn {
        padding: 6px 12px;
        font-size: 11px;
    }
}

    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-bottom: 2px solid #2563eb;
}


/* Products Pagination - International Style */
.products-pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
    padding: 30px 0;
    border-top: 1px solid #e9ecef;
}

.pagination-info {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.pagination-links {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination-btn,
.pagination-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.2s ease;
    cursor: pointer;
}

.pagination-btn:hover,
.pagination-num:hover {
    background: #0066cc;
    color: #fff;
    border-color: #0066cc;
    text-decoration: none;
}

.pagination-num.current {
    background: #0066cc;
    color: #fff;
    border-color: #0066cc;
    cursor: default;
}

.pagination-btn.disabled {
    background: #f5f5f5;
    color: #ccc;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-btn.disabled:hover {
    background: #f5f5f5;
    color: #ccc;
    border-color: #ddd;
}

.pagination-dots {
    color: #999;
    font-size: 14px;
    padding: 0 5px;
}

.pagination-prev,
.pagination-next {
    min-width: 100px;
}

/* Right Content - Products Grid */
.products-content {
    flex: 1;
    min-width: 0;
    align-self: flex-start;
    box-sizing: border-box;
}

.btn-back-list {
    background: #fff;
    color: #2563eb;
    padding: 8px 18px;
    border-radius: 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.3s;
    border: 2px solid #2563eb;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.btn-back-list:hover {
    background: #2563eb;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(7, 90, 97, 0.3);
}

.products-grid {
    display: grid;

    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

.product-card {
    background: transparent;
    border-radius: 0;
    overflow: visible;
    border: none;
    box-sizing: border-box;
    display: block !important;
    visibility: visible !important;
    min-width: 0 !important;
    box-shadow: none;
    transition: none;
}

.product-card:hover {
    box-shadow: none;
    transform: none;
    border-color: #e0e0e0;
}

.product-card:focus,
.product-card:active,
.product-card a:focus,
.product-card a:active,
.product-inner:focus,
.product-inner:active,
.product-image-zoom:focus,
.product-image-zoom:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}


.product-inner {
    position: relative;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    visibility: visible !important;
}

.product-image-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: visible;
    background: #f5f5f5;
    display: block !important;
    visibility: visible !important;

}

.product-image-link {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    visibility: visible !important;
    text-decoration: none;
    position: relative;
    z-index: 4;
}

.product-thumb-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    visibility: visible !important;

}

.product-info {
    padding: 12px;
    text-align: center;
    background: #fff;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibility: visible !important;
    position: relative;
    z-index: 3;
}

.product-title {
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
    width: 100%;
}

.product-title a {
    color: #333;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: visible;
    text-overflow: ellipsis;
    font-weight: 500;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.product-card:hover .product-title a {
    color: #2563eb;
}

.btn {
    flex: 1;
    padding: 10px 16px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s;
    font-weight: 600;
    border: 2px solid transparent;
    cursor: pointer;
}

.btn-primary {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    color: #fff;
    border-color: #2563eb;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #054a50 0%, #087a82 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(7, 90, 97, 0.3);
}

.btn-secondary {
    background: #fff;
    color: #2563eb;
    border-color: #2563eb;
}

.btn-secondary:hover {
    background: #2563eb;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(7, 90, 97, 0.3);
}

/* No Products State */
.no-products {
    text-align: center;
    padding: 80px 40px;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(10px);
}

.no-products-icon {
    color: #2563eb;
    margin-bottom: 20px;
    opacity: 0.5;
}

.no-products h3 {
    color: #333;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}

.no-products p {
    color: #999;
    margin: 0;
    font-size: 16px;
}

/* Pagination Wrapper */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
}

.pagination-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px;
}

.pagination-wrapper li {
    display: inline-block;
}

.pagination-wrapper a,
.pagination-wrapper span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.98);
    border: 2px solid #e0e0e0;
    border-radius: 0;
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
    font-weight: 500;
    font-size: 14px;
    min-width: 40px;
    backdrop-filter: blur(10px);
}

.pagination-wrapper a:hover {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    color: #fff;
    border-color: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(7, 90, 97, 0.3);
}

.pagination-wrapper .current {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    color: #fff;
    border-color: #2563eb;
    box-shadow: 0 4px 12px rgba(7, 90, 97, 0.3);
}

/* Product Detail View */
.product-detail {
    background: #fff;
    border-radius: 0;
    overflow: visible;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e5e5;
}

.product-detail-header {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    padding: 25px 30px;
    color: #fff;
}

.product-detail-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.product-detail-categories {
    font-size: 13px;
    opacity: 0.9;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-detail-content {
    display: flex;
    gap: 30px;
    padding: 30px;
}

.product-detail-gallery {
    flex: 0 0 45%;
    background: #f8f9fa;
    border-radius: 0;
    overflow: visible;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    display: block !important;
    visibility: visible !important;
}

.product-detail-image {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    visibility: visible !important;
    object-fit: contain;
}

.product-detail-info {
    flex: 1;
    min-width: 0;
}

/* Product Basic Info */
.product-basic-info {
    margin-bottom: 30px;
    padding: 20px 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 0;
    border-left: 4px solid #2563eb;
}

.product-basic-info h4 {
    color: #2563eb;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
}

.product-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-info-list li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.product-info-list li:last-child {
    border-bottom: none;
}

.product-info-list li strong {
    min-width: 80px;
    color: #2563eb;
    font-weight: 600;
}

.product-detail-description {
    margin-bottom: 30px;
    color: #333;
    line-height: 1.8;
    font-size: 15px;
}

.product-detail-description h4 {
    color: #2563eb;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
}

.product-description-content {
    background: #fff;
    padding: 30px;
    border-radius: 0;
    border: 1px solid #e0e0e0;
}

.product-description-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto; /* ��С���±߾࣬���־�??*/
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* �����е�ͼƬ���ֱ༭����??*/
.product-description-content p img {
    margin: 10px auto; /* ���־��У���С��??*/
}

.product-description-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    background: #fff;
}

.product-description-content table th,
.product-description-content table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.product-description-content table th {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    color: #fff;
    font-weight: 600;
}

.product-description-content ul,
.product-description-content ol {
    margin: 15px 0;
    padding-left: 25px;
}

.product-description-content li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.product-description-content h2,
.product-description-content h3,
.product-description-content h4 {
    color: #2563eb;
    margin-top: 25px;
    margin-bottom: 15px;
}

.product-description-content blockquote {
    background: linear-gradient(135deg, #e8f5f0 0%, #d4e8ed 100%);
    border-left: 4px solid #2563eb;
    padding: 15px 20px;
    margin: 20px 0;
    font-style: italic;
    color: #555;
}

.product-detail-description h1,
.product-detail-description h2,
.product-detail-description h3 {
    color: #2563eb;
    margin-top: 25px;
    margin-bottom: 15px;
}

.product-detail-description ul,
.product-detail-description ol {
    margin: 15px 0;
    padding-left: 25px;
}

.product-detail-description li {
    margin-bottom: 8px;
}

.product-detail-excerpt {
    background: linear-gradient(135deg, #e8f5f0 0%, #d4e8ed 100%);
    padding: 20px 25px;
    border-radius: 0;
    margin-bottom: 30px;
    border-left: 4px solid #2563eb;
}

.product-detail-excerpt h4 {
    color: #2563eb;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
}

.product-detail-excerpt p {
    margin: 0;
    color: #333;
    line-height: 1.6;
}

.product-detail-actions {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #e0e0e0;
}

.btn-lg {
    padding: 12px 30px;
    font-size: 15px;
    border-radius: 0;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
    border: 2px solid transparent;
}

.btn-lg.btn-primary {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    color: #fff;
}

.btn-lg.btn-primary:hover {
    background: linear-gradient(135deg, #054a50 0%, #087a82 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(7, 90, 97, 0.4);
}

.btn-lg.btn-secondary {
    background: #fff;
    color: #2563eb;
    border-color: #2563eb;
}

.btn-lg.btn-secondary:hover {
    background: #2563eb;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(7, 90, 97, 0.4);
}

/* Loading State */
.loading {
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 16px;
}

.loading::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #2563eb;
    border-radius: 0;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.error {
    text-align: center;
    padding: 60px 20px;
    color: #e74c3c;
    font-size: 16px;
    background: #fee;
    border-radius: 0;
    border: 1px solid #fcc;
}

/* Responsive Design */

@media (max-width: 992px) {
    .archive-header {
        padding: 30px 20px;
    }
    
    .archive-title {
        font-size: 26px;
    }
    
    .archive-description {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .site-header-inner {
        padding: 12px 20px;
        gap: 20px;
    }

    .site-title {
        font-size: 22px;
    }

    .site-description {
        display: none;
    }

    .header-right-section {
        gap: 20px;
    }

    .main-navigation {
        gap: 20px;
    }

    .main-navigation ul {
        gap: 4px;
    }

    .main-navigation ul li a {
        padding: 10px 18px;
        font-size: 16px;
    }

    .header-contact {
        gap: 12px;
    }

    .header-email,
    .header-phone {
        font-size: 14px;
        padding: 6px 12px;
    }

    .header-email svg,
    .header-phone svg {
        width: 16px;
        height: 16px;
    }

    .header-inquiry {
        padding: 10px 24px;
        font-size: 14px;
        font-weight: 700;
    }

    .header-contact::before {
        height: 20px;
    }
}

@media (max-width: 768px) {
    .site-header-inner {
        padding: 10px 15px;
        gap: 12px;
    }

    .site-title {
        font-size: 20px;
    }

    .site-logo img {
        max-height: 60px;
    }

    .header-right-section {
        gap: 10px;
        margin-left: auto;
    }

    .main-navigation {
        position: relative;
        flex: 0;
    }

    .main-navigation ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        padding: 0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        border-radius: 0;
        margin-top: 0;
        gap: 0;
        z-index: 999;
        width: 100vw;
        margin-left: -15px;
        border-top: 1px solid #e0e0e0;
    }

    .main-navigation.active ul {
        display: flex;
        animation: slideDown 0.3s ease;
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .main-navigation ul li {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

    .main-navigation ul li:last-child {
        border-bottom: none;
    }

    .main-navigation ul li a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 16px 20px;
        width: 100%;
        box-sizing: border-box;
        font-size: 15px;
        font-weight: 400;
        color: #333 !important;
        background: #ffffff;
        transition: all 0.3s ease;
        text-shadow: none;
        border: none;
        text-decoration: none;
    }

    .main-navigation ul li a:hover {
        background: #f8f9fa;
        color: #2563eb !important;
        transform: none;
        box-shadow: none;
        border: none;
        padding-left: 25px;
    }

    .main-navigation ul li.current-menu-item a {
        background: #f8f9fa;
        font-weight: 600;
        color: #2563eb !important;
        border: none;
        box-shadow: none;
        border-left: 3px solid #2563eb;
        padding-left: 22px;
    }

    .header-contact {
        gap: 10px;
        display: flex !important;
    }

    .header-email,
    .header-phone {
        display: none;
    }

    .header-inquiry {
        padding: 10px 22px;
        font-size: 14px;
        font-weight: 700;
        display: flex;
        color: #1e3a8a !important;
        background: #fff;
    }

    .header-contact::before {
        display: none;
    }

    .menu-toggle {
        display: flex;
        padding: 10px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 0;
        transition: all 0.3s ease;
    }

    .menu-toggle:hover {
        background: rgba(255, 255, 255, 0.2);
    }

    .site-description {
        font-size: 12px;
    }
}
        font-size: 14px;
    }

    .archive-header {
        padding: 25px 15px;
        border-radius: 0;
    }

    .archive-title {
        font-size: 22px;
    }

    .archive-description {
        font-size: 13px;
    }


    /* Product Detail Responsive */
    .product-detail-content {
        flex-direction: column;
        padding: 20px;
    }

    .product-detail-gallery {
        flex: none;
        width: 100%;
    }

    .product-detail-header {
        padding: 20px;
    }

    .product-detail-title {
        font-size: 22px;
    }

    .product-detail-actions {
        flex-direction: column;
    }

    .btn-lg {
        width: 100%;
    }

    .current-filter {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .btn-back-list {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .archive-title {
        font-size: 18px;
    }
    
    .archive-description {
        font-size: 12px;
    }
    
    .product-image-wrapper {
        height: 180px;
    }
    
    .product-info {
        padding: 12px;
    }
    
    .product-title {
        font-size: 14px;
    }
    
    .product-excerpt {
        font-size: 11px;
    }
    
    .btn {
        font-size: 12px;
        padding: 8px 12px;
    }
    
    .pagination-wrapper a,
    .pagination-wrapper span {
        padding: 8px 12px;
        font-size: 13px;
        min-width: 35px;
    }
}

/* Loading Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-card {
    animation: none;
}

/* Scrollbar Styling */

/* �Ƴ���Ʒ��Ƭ���н���ͼ���״̬����ɫ����?*/
.product-card:focus,
.product-card:active,
.product-card:hover:focus,
.product-card:hover:active,
.product-inner:focus,
.product-inner:active,
.product-image-zoom:focus,
.product-image-zoom:active,
.product-image-zoom:hover:focus,
.product-image-zoom:hover:active,
.product-info:focus,
.product-info:active,
.product-title a:focus,
.product-title a:active,
.products-grid a:focus:not(.pp-card),
.products-grid a:active:not(.pp-card),
.product-card a:focus,
.product-card a:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.products-grid .pp-card:focus,
.products-grid .pp-card:active,
.products-grid .pp-card:visited {
    border: 1px solid #e0e0e0 !important;
    outline: none !important;
}


/* ȷ����Ʒ��Ƭhoverʱֻ��ʾ��ӰЧ�� */
.product-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18) !important;
}

/* Focus States for Accessibility */

.btn:focus {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

/* Print Styles */
@media print {
    .products-sidebar,
    .breadcrumbs,
    .pagination-wrapper {
        display: none;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .product-card {
        page-break-inside: avoid;
        box-shadow: none;
        border: none;
    }
}

/* ===================================
   B2B Single Product Styles
   =================================== */
.b2b-single-product {
    padding: 2rem 0;
}

.b2b-single-product-inner {
    background: #fff;
    border-radius: 0;
    overflow: visible;
}

.b2b-product-gallery {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.main-product-image {
    background: #f8f9fa;
    border-radius: 0;
    overflow: visible;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.main-product-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 350px;
}

.product-placeholder {
    background: #f8f9fa;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.product-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
}

.thumbnail {
    border: 2px solid #e0e0e0;
    border-radius: 0;
    overflow: visible;
    cursor: pointer;
    transition: all 0.3s;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
}

.thumbnail:hover,
.thumbnail.active {
    border-color: #2563eb;
}

.thumbnail img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-quick-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.btn-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    text-decoration: none;
    border-radius: 0;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-block svg {
    flex-shrink: 0;
}

.b2b-product-info {
    display: flex;
    flex-direction: column;
}

.b2b-entry-header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #e0e0e0;
}

.b2b-entry-header .product-category-badge {
    margin-bottom: 1rem;
}

.b2b-entry-header h1 {
    font-size: 2rem;
    color: #2563eb;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.product-meta {
    display: flex;
    gap: 2rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.product-sku,
.product-availability {
    font-size: 0.9rem;
    color: #666;
}

.product-sku strong,
.product-availability strong {
    color: #333;
}

.in-stock {
    color: #28a745;
    font-weight: 600;
}

.product-categories {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.category-label {
    font-weight: 600;
    color: #333;
}

.category-name a {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.3s;
}

.category-name a:hover {
    color: #4bb097;
}

.b2b-specifications {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 0;
    border-left: 4px solid #2563eb;
}

.b2b-specifications h3 {
    font-size: 1.25rem;
    color: #2563eb;
    margin-bottom: 1rem;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.spec-item {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem;
    background: #fff;
    border-radius: 0;
    border: 1px solid #e0e0e0;
}

.spec-label {
    font-weight: 600;
    color: #333;
}

.spec-value {
    color: #666;
    font-weight: 500;
}

.product-features,
.product-applications {
    margin: 2rem 0;
}

.product-features h3,
.product-applications h3 {
    font-size: 1.25rem;
    color: #2563eb;
    margin-bottom: 1rem;
}

.features-list {
    list-style: none;
    padding: 0;
}

.features-list li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #666;
}

.features-list li:before {
    content: "??;
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: bold;
}

.product-applications p {
    color: #666;
    line-height: 1.6;
}

.b2b-product-actions {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #e0e0e0;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1rem;
}

.b2b-product-actions .btn-primary {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Product Additional Info Tabs */
.product-additional-info {
    margin-top: 3rem;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 0;
}

.additional-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #e0e0e0;
}

.tab-btn {
    padding: 0.75rem 1.5rem;
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 4px 4px 0 0;
}

.tab-btn:hover {
    color: #2563eb;
    background: rgba(7, 90, 97, 0.1);
}

.tab-btn.active {
    color: #2563eb;
    background: #2563eb;
    color: #fff;
}

.tab-content {
    display: none;
    padding: 1.5rem;
    background: #fff;
    border-radius: 0 0 4px 4px;
    border: 1px solid #e0e0e0;
}

.tab-content.active {
    display: block;
}

.b2b-specs-table {
    width: 100%;
    border-collapse: collapse;
}

.b2b-specs-table th,
.b2b-specs-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.b2b-specs-table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #333;
    width: 40%;
}

.b2b-specs-table td {
    color: #666;
}

.b2b-specs-table tr:last-child th,
.b2b-specs-table tr:last-child td {
    border-bottom: none;
}

.tab-content h4 {
    color: #2563eb;
    margin-bottom: 1rem;
}

.tab-content ul {
    list-style: none;
    padding: 0;
}

.tab-content li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #666;
}

.tab-content li:before {
    content: "??;
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: bold;
}

/* ===================================
   About Section
   =================================== */
.about-section {
    padding: 4rem 0;
    background: #f9f9f9;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

/* ===================================
   Footer Styles
   =================================== */
.site-footer {
    background: #333;
    color: #fff;
    padding: 3rem 0;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.footer-section h4 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #2563eb;
}

/* ===================================
   Button Styles
   =================================== */
.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s;
    border: 2px solid transparent;
    cursor: pointer;
}

.btn:focus {
    outline: none;
}

.btn-primary {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
}

.btn-primary:hover {
    background: #054a50;
    border-color: #054a50;
    color: #fff;
}

.btn-secondary {
    background: #fff;
    color: #2563eb;
    border-color: #2563eb;
}

.btn-secondary:hover {
    background: #2563eb;
    color: #fff;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0);
}

/* ===================================
   Responsive Styles
   =================================== */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 1rem;
    }


    .main-navigation {
        flex-direction: column;
    }

    .main-navigation ul {
        flex-direction: column;
        text-align: center;
    }

    .main-navigation ul li {
        margin: 0.5rem 0;
    }

    /* Products Archive Responsive - �ƶ�����??*/
    .content-wrapper {
        padding: 0 12px;
    }

    .archive-header {
        padding: 16px 0;
    }

    .archive-title {
        font-size: 20px;
        font-weight: 600;
    }

    .products-layout {
        flex-direction: column;
        gap: 16px;
    }


    .products-content {
        order: 2; /* ��Ʒ�б��ں�??*/
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr); /* �ƶ�????- ���ʱ�׼ */
        gap: 12px;
    }

    .product-card {
        background: transparent;
        border-radius: 0;
        border: none;
        overflow: visible;
        transition: none;
    }

    .product-card:active {
        transform: none;
    }

    .product-card:active {
        transform: scale(0.98); /* �������� */
    }

    .product-image-zoom {
        padding-bottom: 100% !important; /* 1:1����??*/
    }

    .product-info {
        padding: 10px 8px;
        text-align: left; /* ���??- ����ϰ�� */
    }

    .product-title {
        font-size: 13px !important;
        font-weight: 500 !important;
        line-height: 1.4 !important;
        margin: 0 0 8px 0 !important;
        color: #1a1a1a !important;
        /* ����2����??*/
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .product-info .btn {
        display: block;
        width: 100%;
        padding: 8px 12px;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        background: #2563eb;
        color: #fff;
        border-radius: 0;
        border: none;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .breadcrumb-nav {
        font-size: 12px;
        padding: 12px 0;
    }

    .b2b-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .product-image-wrapper {
        height: auto;
        padding: 0;
    }

    .b2b-product-details {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 1.5rem;
    }

    .product-thumbnails {
        grid-template-columns: repeat(4, 1fr);
    }

    .specs-grid {
        grid-template-columns: 1fr;
    }

    .product-meta {
        flex-direction: column;
        gap: 0.5rem;
    }

    .additional-tabs {
        flex-wrap: wrap;
    }

    .tab-btn {
        flex: 1;
        min-width: 100px;
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .archive-title {
        font-size: 18px;
    }



    .product-image {
        height: 180px;
    }

    .product-card h3 {
        font-size: 14px;
        min-height: auto;
    }

    .product-card p {
        font-size: 12px;
    }

    .pagination-wrapper a,
    .pagination-wrapper span {
        padding: 6px 10px;
        font-size: 13px;
    }

    .b2b-page-header h1 {
        font-size: 1.25rem;
    }

    .b2b-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .product-image-wrapper {
        height: 140px;
        padding: 0.5rem;
    }

    .product-info-wrapper {
        padding: 0.75rem;
    }

    .product-category {
        font-size: 0.7rem;
    }

    .product-title {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
    }

    .product-specs .spec {
        font-size: 0.75rem;
        padding: 0.2rem 0.4rem;
    }

    .product-description {
        font-size: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .product-actions .btn {
        padding: 0.5rem 0.6rem;
        font-size: 0.8rem;
    }

    .product-thumbnails {
        grid-template-columns: repeat(3, 1fr);
    }

    .entry-footer {
        flex-direction: column;
    }

    .entry-footer .btn {
        width: 100%;
    }

    .b2b-product-actions {
        flex-direction: column;
    }

    .b2b-product-actions .btn {
        width: 100%;
    }

    .navigation.pagination .page-numbers {
        padding: 0.4rem 0.8rem;
        font-size: 0.85rem;
    }
}

/* С��Ļ�Ż���< 576px��- �����յĲ��� */
@media (max-width: 576px) {
    .product-card {
        border-radius: 0;
    }

    .product-card {
        border-radius: 0;
    }

    .product-info {
        padding: 8px 6px;
    }

    .product-title {
        font-size: 12px !important;
        margin: 0 0 6px 0 !important;
    }

    .product-info .btn {
        padding: 6px 10px;
        font-size: 11px;
    }

    .archive-title {
        font-size: 18px;
    }

    .content-wrapper {
        padding: 0 8px;
    }

    /* �������??*/

@media (min-width: 1200px) {
    .b2b-products-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .b2b-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .b2b-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Mobile Menu Enhancement */
@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: block;
    }

    .main-navigation .menu {
        display: none;
    }

    .main-navigation .menu.active {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        padding: 1rem;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .main-navigation .menu.active ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .main-navigation .menu.active ul li {
        width: 100%;
        margin: 0;
    }

    .main-navigation .menu.active ul li a {
        display: block;
        padding: 0.75rem 0;
        border-bottom: 1px solid #f0f0f0;
    }
}

/* List View Support */
.products-grid.list-view {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.products-grid.list-view .b2b-product-card {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 1.5rem;
}

.products-grid.list-view .product-thumbnail {
    height: 200px;
}

.products-grid.list-view .product-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .products-grid.list-view .b2b-product-card {
        grid-template-columns: 1fr;
    }
}

/* Loading States */
.loading {
    opacity: 0.6;
    pointer-events: none;
}

.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 3px solid #2563eb;
    border-radius: 0;
    border-top-color: transparent;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Print Styles */
@media print {
    .products-sidebar,
    .products-toolbar,
    .product-actions,
    .product-quick-actions {
        display: none;
    }

    .b2b-products-archive {
        grid-template-columns: 1fr;
    }

    .b2b-product-details {
        grid-template-columns: 1fr;
    }
}

/* ===================================
   Utility Classes
   =================================== */
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }

.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }

.p-1 { padding: 1rem; }
.p-2 { padding: 2rem; }
.p-3 { padding: 3rem; }

/* ===================================
   Product Category Filter Styles
   =================================== */
#category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* ===================================
   Product Search and Filter Styles
   =================================== */
.products-search-filter {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 0;
    margin-bottom: 30px;
    border: 1px solid #e9ecef;
}

.search-box {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.search-box input[type="text"] {
    flex: 1;
    padding: 12px 15px;
    border: 2px solid #dee2e6;
    border-radius: 0;
    font-size: 14px;
    transition: border-color 0.3s;
}

.search-box input[type="text"]:focus {
    outline: none;
    border-color: #2563eb;
}

.btn-search {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #2563eb;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s;
}

.btn-search:hover {
    background: #05454b;
}

.btn-clear-search {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dc3545;
    color: white;
    border: none;
    padding: 12px 15px;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

.btn-clear-search:hover {
    background: #c82333;
}

.sort-options {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sort-options label {
    font-weight: 600;
    color: #495057;
    font-size: 14px;
}

.sort-options select {
    padding: 8px 12px;
    border: 2px solid #dee2e6;
    border-radius: 0;
    font-size: 14px;
    background: white;
    cursor: pointer;
    transition: border-color 0.3s;
}

.sort-options select:focus {
    outline: none;
    border-color: #2563eb;
}

/* ===================================
   Product Gallery Styles
   =================================== */
.product-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 10px;
    margin-top: 15px;
}

.gallery-thumb {
    display: block;
    border: 2px solid #dee2e6;
    border-radius: 0;
    overflow: visible;
    transition: border-color 0.3s, transform 0.3s;
    cursor: pointer;
}

.gallery-thumb:hover {
    border-color: #2563eb;
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(7, 90, 97, 0.2);
}

.gallery-thumb img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    display: block;
}

/* ===================================
   Product Card Styles
   =================================== */
.product-card {
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    transition: none;
    cursor: pointer;
    overflow: visible;
}

.product-card:hover {
    box-shadow: none;
    transform: none;
    border: none;
}

.product-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-image-zoom {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 100% !important;
    overflow: hidden !important;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%) !important;

}

.product-image-zoom img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    max-width: none !important;
    max-height: none !important;
}

.product-info {
    padding: 10px;
    text-align: center;
    flex-shrink: 0;
}

.product-title {
    font-size: 13px !important;
    color: #333 !important;
    margin: 0 0 8px !important;
    font-weight: 600 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 100% !important;
    line-height: 1.4 !important;
}

.product-info .btn {
    display: inline-block;
    padding: 5px 12px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    font-size: 11px;
    font-weight: 500;
    transition: all 0.3s;
}

.product-info .btn:hover {
    background: #1d4ed8;
}
    flex-direction: column;
}

.product-title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: visible;
    text-overflow: ellipsis;
}

.product-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}


/* ===================================
   No Products State
   =================================== */
.no-products {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.no-products-icon {
    margin-bottom: 20px;
}

.no-products-icon svg {
    width: 80px;
    height: 80px;
    opacity: 0.5;
}

.no-products h3 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #495057;
}

.no-products p {
    margin: 0;
    font-size: 16px;
    color: #6c757d;
}

/* ===================================
   Loading State
   =================================== */
.loading {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
    font-size: 16px;
}

.loading::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #2563eb;
    border-radius: 0;
    animation: spin 1s linear infinite;
    margin-right: 10px;
    vertical-align: middle;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ===================================
   Error State
   =================================== */
.error {
    background: #f8d7da;
    color: #721c24;
    padding: 15px;
    border-radius: 0;
    border: 1px solid #f5c6cb;
    margin: 20px 0;
}

/* ===================================
   Product Detail Styles
   =================================== */
.product-detail {
    background: white;
    border-radius: 0;
    overflow: visible;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.product-detail-header {
    padding: 20px;
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    color: white;
}

.product-detail-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.product-detail-categories {
    margin-top: 10px;
    font-size: 14px;
    opacity: 0.9;
}

.product-detail-content {
    padding: 20px;
}

.product-detail-gallery {
    margin-bottom: 20px;
}

.product-detail-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.product-detail-info {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 0;
    margin-bottom: 20px;
}

.product-basic-info h4 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #2563eb;
    font-size: 18px;
    border-bottom: 2px solid #2563eb;
    padding-bottom: 8px;
}

.product-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-info-list li {
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-info-list li:last-child {
    border-bottom: none;
}

.product-info-list li strong {
    color: #495057;
    font-weight: 600;
    min-width: 100px;
}

.product-detail-description {
    margin-bottom: 20px;
}

.product-detail-description h4 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #2563eb;
    font-size: 18px;
    border-bottom: 2px solid #2563eb;
    padding-bottom: 8px;
}

.product-description-content {
    line-height: 1.6;
    color: #333;
}

.product-description-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto; /* ��С���±߾࣬���־�??*/
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* �����е�ͼƬ���ֱ༭����??*/
.product-description-content p img {
    margin: 10px auto; /* ���־��У���С��??*/
}

.product-description-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

.product-description-content table th,
.product-description-content table td {
    border: 1px solid #dee2e6;
    padding: 8px;
    text-align: left;
}

.product-description-content table th {
    background: #2563eb;
    color: white;
}

.product-detail-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.product-detail-actions .btn {
    flex: 1;
    min-width: 150px;
    text-align: center;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 0;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.product-detail-actions .btn-primary {
    background: #2563eb;
    color: white;
}

.product-detail-actions .btn-primary:hover {
    background: #05454b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(7, 90, 97, 0.3);
}

.product-detail-actions .btn-secondary {
    background: #6c757d;
    color: white;
}

.product-detail-actions .btn-secondary:hover {
    background: #5a6268;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}

/* ===================================
   Featured Products Empty State
   =================================== */
.featured-products-box.no-products {
    text-align: center;
    padding: 60px 40px;
    background: #f8f9fa;
    border-radius: 0;
    border: 2px dashed #dee2e6;
    max-width: 500px;
    margin: 0 auto;
}

.no-products-icon {
    margin-bottom: 20px;
}

.no-products-icon svg {
    opacity: 0.6;
}

.featured-products-box.no-products p {
    font-size: 16px;
    color: #6c757d;
    margin: 10px 0;
}

.featured-products-box.no-products .no-products-help {
    font-size: 14px;
    color: #868e96;
    margin-bottom: 20px;
}

.featured-products-box.no-products .btn {
    display: inline-block;
    padding: 12px 30px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    font-weight: 600;
    transition: all 0.3s;
    margin-top: 10px;
}

.featured-products-box.no-products .btn:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

/* ===================================
   Responsive Styles
   =================================== */
@media (max-width: 768px) {
    .products-search-filter {
        padding: 15px;
    }

    .search-box {
        flex-direction: column;
    }

    .search-box input[type="text"],
    .btn-search,
    .btn-clear-search {
        width: 100%;
    }

    .sort-options {
        flex-direction: column;
        align-items: flex-start;
    }

    .sort-options select {
        width: 100%;
    }

    .product-gallery-thumbs {
        grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
        gap: 8px;
    }

    .gallery-thumb img {
        height: 60px;
    }
}


/* ��Ʒ����ҳ�²�����ʽ */
.single-product-new-layout {
    background: #fff;
    border-radius: 0;
    overflow: visible;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e0e0;
}

/* Product Title Section at Top */
.product-title-section {
    padding: 5px 20px !important;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.product-title-top {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0 0 3px;
    padding-bottom: 3px;
    border-bottom: 2px solid #2563eb;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-title-top::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    background: #2563eb;
}

.product-top-section {
    display: flex;
    gap: 30px;
    padding: 5px 20px !important;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    align-items: flex-start;
}

.product-contact-section {
    padding: 5px 20px !important;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.product-image-area {
    flex: 0 0 280px;
    max-width: 280px;
    min-width: 280px;
    display: flex;
    flex-direction: column;
}

.main-product-image-new,
.main-product-image-square {
    width: 280px;
    height: 280px;
    border-radius: 0;
    overflow: visible;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

/* QR Codes and Email below main image */
.product-contact-methods-below {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.qr-codes-below {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.qr-code-item-below {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.qr-code-image-below {
    width: 88px;
    height: 88px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    overflow: visible;
}

.qr-code-image-below img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qr-label-below {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.contact-buttons-below {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}

.btn-email-below {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s ease;
    white-space: nowrap;
    flex: 1;
}

.btn-email-below:hover {
    background: #1d4ed8;
}

.btn-inquiry-below {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: #10b981;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s ease;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    flex: 1;
}

.btn-inquiry-below:hover {
    background: #059669;
}

.main-product-image-new img,
.main-product-image-square img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.product-placeholder-new,
.product-placeholder-square {
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
    border: 1px solid #e0e0e0;
}

.product-placeholder-square img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

.product-info-area {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-title-new {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.product-info-area .product-keywords {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.product-parameters {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    background: #fff;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    flex-shrink: 0;
    overflow: visible;
}

.parameter-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: transparent;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s ease;
}

.parameter-item:hover {
    background: #f8f9fa;
}

.parameter-item:last-child {
    border-bottom: none;
}

.parameter-label {
    font-weight: 600;
    color: #666;
    min-width: 80px;
    font-size: 14px;
    flex-shrink: 0;
}

.parameter-value {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.parameter-value.price-empty {
    color: #dc3545;
    font-weight: 600;
}

/* Product Price Display */
.product-price-display {
    margin-top: 4px;
    padding: 14px 16px;
    background: #fff8e1;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
}

.price-label {
    font-size: 13px;
    font-weight: 600;
    color: #666;
}

.price-value {
    font-size: 22px;
    font-weight: 700;
    color: #d32f2f;
}

.price-value.price-empty {
    color: #dc3545;
}

/* 技术文档PDF下载按钮 */
.product-pdf-download {
    margin-top: 20px;
    padding: 15px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 8px;
    border: 2px solid #2563eb;
}

.btn-pdf-download {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

.btn-pdf-download:hover {
    background: #1d4ed8;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

.btn-pdf-download svg {
    flex-shrink: 0;
}

.btn-pdf-download span {
    font-weight: 600;
}

.btn-pdf-download small {
    font-size: 12px;
    opacity: 0.9;
}

.parameter-value {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.product-contact-methods {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    margin-top: auto;
    flex-shrink: 0;
}

.qr-codes {
    display: flex;
    gap: 15px;
    flex-shrink: 0;
}

.qr-code-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.qr-code-placeholder {
    width: 80px;
    height: 80px;
    border-radius: 0;
    overflow: visible;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

.qr-code-image {
    width: 80px;
    height: 80px;
    border-radius: 0;
    overflow: visible;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

.qr-code-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qr-label {
    font-size: 13px;
    color: #666;
    text-align: center;
    font-weight: 500;
}

.btn-email {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    color: #fff;
    border-radius: 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
    flex-shrink: 0;
    white-space: nowrap;
}

.btn-email:hover {
    background: linear-gradient(135deg, #1e40af 0%, #2563eb 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(37, 99, 235, 0.3);
}

.product-description-section {
    padding: 5px 20px !important;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 0;
}

.product-content-new {
    margin-top: 0;
}

.product-content-new {
    margin-top: 0;
}

.section-title-small {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px 0;
}

.product-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.keyword-item {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    background: #e8f4f8;
    color: #2563eb;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
}

.pdf-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: transparent;
    color: #16a34a;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.pdf-download-btn:hover {
    background: transparent;
    color: #15803d;
}

.features-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
    padding: 0;
    background: none;
    border: none;
    display: block;
}

.features-title::before {
    content: none;
}

.product-content-new {
    color: #333;
    line-height: 1.8;
    font-size: 15px;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.product-content-new img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1px auto;
    border-radius: 0;
    box-shadow: none;
}

.product-content-new p {
    margin: 0 0 5px 0;
    line-height: 1.8;
}

.product-content-new p:last-child {
    margin-bottom: 0;
}

.product-content-new table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.product-content-new table th,
.product-content-new table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.product-content-new table th {
    background: #f8f9fa;
    font-weight: 600;
}

.product-real-image-section {
    padding: 30px;
    background: #fff;
}

.product-real-image {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
    overflow: visible;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-real-image img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 600px;
    object-fit: contain;
}

/* �ƶ��˲�Ʒ������Ƽ���Ʒģ��?*/
.mobile-sidebar-content {
    display: none;
    margin-top: 30px;
}

.mobile-products-section,
.mobile-featured-section {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    padding: 20px;
    margin-bottom: 25px;
}

.mobile-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #2563eb;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #2563eb;
}

.mobile-categories-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.mobile-category-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    background: #f8f9fa;
    border-radius: 0;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #e0e0e0;
}

.mobile-category-item:hover {
    background: #e8f4f8;
    color: #2563eb;
    border-color: #2563eb;
}

.mobile-category-item.active {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
}

.mobile-featured-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.mobile-featured-item {
    background: #f8f9fa;
    border-radius: 8px;
    overflow: visible;
    border: 1px solid #e0e0e0;
}

.mobile-featured-thumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: visible;
    border-radius: 8px 8px 0 0;
}

.mobile-featured-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-featured-info {
    padding: 10px;
    text-align: center;
}

.mobile-featured-info h4 {
    font-size: 12px;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.mobile-featured-info h4 a {
    color: #333;
    text-decoration: none;
}

.mobile-featured-info h4 a:hover {
    color: #2563eb;
}

.mobile-btn-more {
    display: inline-block;
    padding: 6px 12px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    font-size: 11px;
    font-weight: 500;
}

/* ��Ʒ����ҳ������??*/
.b2b-single-product {
    background: #fff;
    border-radius: 0;
    overflow: visible;
    border: 1px solid #d0d0d0;
}

.b2b-product-details {
    display: flex;
    gap: 40px;
    padding: 30px;
    background: #ffffff;
}

.b2b-product-gallery .main-product-image {
    width: 100%;
    height: 450px;
    border-radius: 8px;
    overflow: visible;
    margin-bottom: 20px;
    background: #f8f9fa;
    border: 1px solid #d0d0d0;
}

.b2b-product-gallery .main-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.b2b-product-gallery .product-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 20px;
}

.b2b-product-gallery .thumbnail {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: visible;
    cursor: pointer;
    border: 2px solid #d0d0d0;
    background: #f8f9fa;
}

.b2b-product-gallery .thumbnail.active {
    border-color: #2563eb;
}

.b2b-product-gallery .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b2b-product-gallery .product-placeholder {
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 8px;
    border: 2px dashed #dee2e6;
}

.b2b-product-gallery .product-quick-actions {
    margin-top: 25px;
    display: flex;
    gap: 12px;
}

.b2b-product-gallery .product-quick-actions .btn {
    flex: 1;
    padding: 14px 18px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.b2b-product-gallery .product-quick-actions .btn-primary {
    background: #2563eb;
    border: none;
    color: white;
}

.b2b-product-gallery .product-quick-actions .btn-secondary {
    background: white;
    border: 2px solid #2563eb;
    color: #2563eb;
}

.b2b-product-info {
    flex: 1;
    min-width: 0;
}

.b2b-entry-header {
    margin-bottom: 30px;
}

.b2b-entry-header .product-category-badge {
    display: inline-block;
    background: #2563eb;
    color: white;
    padding: 8px 16px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.b2b-entry-header .entry-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px;
    line-height: 1.3;
}

.product-meta {
    display: flex;
    gap: 40px;
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.product-meta span {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-meta strong {
    color: #333;
    font-weight: 600;
}

.product-meta .in-stock {
    color: #28a745;
    font-weight: 600;
}

.b2b-product-description {
    margin: 20px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 0;
    border-left: 3px solid #2563eb;
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.product-categories-display {
    margin: 30px 0;
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.product-categories-display .category-label {
    font-weight: 700;
    color: #2563eb;
    font-size: 16px;
}

.product-categories-display .category-name {
    color: #666;
    font-size: 16px;
}

.product-categories-display .category-name a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s ease;
}

.product-categories-display .category-name a:hover {
    color: #3b82f6;
    text-decoration: underline;
}

.b2b-product-actions {
    margin-top: 35px;
    display: flex;
    gap: 20px;
    padding-top: 35px;
    border-top: 2px solid #e9ecef;
}

.b2b-product-actions .btn {
    padding: 18px 40px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 800;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.b2b-product-actions .btn-primary {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    border: none;
    color: white;
    box-shadow: 0 6px 25px rgba(7, 90, 97, 0.4);
}

.b2b-product-actions .btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 35px rgba(7, 90, 97, 0.5);
}

.b2b-product-actions .btn-secondary {
    background: white;
    border: 3px solid #2563eb;
    color: #2563eb;
}

.b2b-product-actions .btn-secondary:hover {
    background: #2563eb;
    color: white;
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(7, 90, 97, 0.4);
}

/* Product Additional Info Tabs (����?? */
.product-additional-info {
    margin-top: 50px;
    padding: 40px;
    background: white;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.additional-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 0;
    border-bottom: 3px solid #e9ecef;
    padding: 0 10px;
}

.tab-btn {
    padding: 20px 32px;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 800;
    color: #666;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px 12px 0 0;
    position: relative;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.tab-btn::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-btn:hover {
    color: #2563eb;
    background: rgba(7, 90, 97, 0.05);
}

.tab-btn:hover::after {
    transform: scaleX(1);
}

.tab-btn.active {
    color: #2563eb;
    background: linear-gradient(135deg, rgba(7, 90, 97, 0.05) 0%, rgba(7, 90, 97, 0.1) 100%);
}

.tab-btn.active::after {
    transform: scaleX(1);
}

.tab-content {
    display: none;
    padding: 40px;
    background: white;
    border-radius: 0 0 16px 16px;
    border: none;
    line-height: 1.9;
    color: #555;
    font-size: 17px;
}

.tab-content.active {
    display: block;
    animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-content h4 {
    color: #2563eb;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tab-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-content ul li {
    padding: 15px 0;
    padding-left: 40px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
}

.tab-content ul li::before {
    content: '??;
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: 800;
    font-size: 20px;
}

.tab-content ul li:last-child {
    border-bottom: none;
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    background: white;
    border-radius: 0;
    overflow: visible;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.specs-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.specs-table tbody tr:hover {
    background: rgba(7, 90, 97, 0.04);
    transform: scale(1.01);
}

.specs-table tbody tr:last-child {
    border-bottom: none;
}

.specs-table th {
    padding: 20px 25px;
    text-align: left;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #2563eb;
    font-weight: 800;
    font-size: 16px;
    border: none;
    width: 35%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.specs-table td {
    padding: 20px 25px;
    color: #555;
    font-size: 16px;
    border: none;
    font-weight: 500;
}

/* Single Product Responsive */
@media (max-width: 992px) {
    .single-product-layout {
        flex-direction: column;
        gap: 25px;
    }

    .b2b-product-details {
        flex-direction: column;
        gap: 35px;
        padding: 40px;
    }

    .b2b-product-gallery {
        flex: none;
        max-width: 100%;
        position: static;
    }

    .b2b-product-gallery .main-product-image {
        height: 400px;
        margin-bottom: 25px;
    }

    .b2b-entry-header .entry-title {
        font-size: 32px;
    }

    .product-meta {
        flex-direction: column;
        gap: 20px;
    }

    .b2b-product-actions {
        flex-direction: column;
    }

    .b2b-product-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .product-additional-info {
        padding: 30px;
    }

    .additional-tabs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tab-btn {
        padding: 18px 24px;
        white-space: nowrap;
    }

    .tab-content {
        padding: 30px;
    }
}

@media (max-width: 600px) {
    .single-product-layout {
        margin-top: 30px;
        gap: 20px;
    }

    .b2b-product-details {
        padding: 25px;
        gap: 25px;
    }

    .b2b-entry-header .entry-title {
        font-size: 26px;
    }

    .b2b-product-gallery .main-product-image {
        height: 350px;
    }

    .b2b-product-gallery .product-thumbnails {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .b2b-product-gallery .product-quick-actions {
        flex-direction: column;
    }

    .b2b-product-actions {
        gap: 15px;
    }

    .b2b-product-actions .btn {
        padding: 15px 30px;
        font-size: 14px;
    }

    .tab-btn {
        padding: 15px 20px;
        font-size: 14px;
    }

    .tab-content {
        padding: 25px;
        font-size: 16px;
    }

    .specs-table th,
    .specs-table td {
        padding: 15px 20px;
        font-size: 15px;
    }
}
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px;
    line-height: 1.3;
}

.product-meta {
    display: flex;
    gap: 30px;
    padding: 20px 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 20px;
}

.product-meta span {
    font-size: 14px;
    color: #666;
}

.product-meta strong {
    color: #333;
    font-weight: 600;
}

.b2b-specifications {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 0;
    margin: 30px 0;
}

.b2b-specifications h3 {
    margin: 0 0 20px;
    font-size: 18px;
    color: #2563eb;
    font-weight: 700;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.spec-item {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    background: white;
    border-radius: 0;
    border: 1px solid #e9ecef;
}

.spec-label {
    color: #666;
    font-weight: 500;
}

.spec-value {
    color: #333;
    font-weight: 600;
}

.b2b-product-actions {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #e9ecef;
}

.b2b-product-actions .btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 24px;
    border-radius: 0;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.b2b-product-actions .btn svg {
    width: 18px;
    height: 18px;
}

/* Responsive Styles for Single Product */
@media (max-width: 992px) {
    .single-product-layout {
        flex-direction: column;
        gap: 20px;
    }


    .b2b-product-details {
        flex-direction: column;
        gap: 30px;
        padding: 30px 20px;
    }

    .b2b-product-gallery {
        flex: none;
        max-width: 100%;
    }

    .b2b-entry-header .entry-title {
        font-size: 24px;
    }

    .specs-grid {
        grid-template-columns: 1fr;
    }

    .b2b-product-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .product-meta {
        flex-direction: column;
        gap: 15px;
    }

    .b2b-entry-header .entry-title {
        font-size: 20px;
    }
}
/* ===================================
   Mobile Menu Styles
   =================================== */

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    margin-left: 15px;
    z-index: 1001;
}

.mobile-menu-toggle-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 18px;
}

.mobile-menu-toggle-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease;
}

.mobile-menu-toggle-text {
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
    font-weight: 500;
}

.mobile-menu-toggle.active .mobile-menu-toggle-icon span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active .mobile-menu-toggle-icon span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active .mobile-menu-toggle-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu Container */
.mobile-menu-container {
    position: fixed;
    top: 0;
    right: -350px;
    width: 320px;
    max-width: 85%;
    height: 100%;
    background: #2563eb;
    z-index: 999;
    transition: right 0.3s ease;
    overflow-y: auto;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
}

.mobile-menu-container.active {
    right: 0;
}

/* Mobile Menu Header */
.mobile-menu-header {
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: flex-end;
}

.mobile-menu-close {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    width: 40px;
    height: 40px;
}

.mobile-menu-close span {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
    transition: all 0.3s ease;
}

.mobile-menu-close span:nth-child(1) {
    transform: rotate(45deg);
}

.mobile-menu-close span:nth-child(2) {
    transform: rotate(-45deg);
}

/* Mobile Menu Content */
.mobile-menu-content {
    padding: 20px;
}

.mobile-navigation {
    margin-bottom: 20px;
}

.mobile-navigation h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu li {
    margin: 0;
    padding: 0;
}

.mobile-menu a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 12px 10px;
    font-size: 15px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-menu a:hover {
    background: rgba(255, 255, 255, 0.1);
    padding-left: 20px;
}

/* Mobile Submenu */
.mobile-menu .sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: visible;
    transition: max-height 0.3s ease;
}

.mobile-menu li.submenu-open > .sub-menu {
    display: block;
}

.mobile-menu .sub-menu a {
    padding-left: 30px;
    font-size: 14px;
}

.mobile-menu .sub-menu .sub-menu a {
    padding-left: 50px;
}

/* Submenu Toggle Button */
.submenu-toggle {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    width: 30px;
    height: 30px;
}

.submenu-toggle-icon {
    display: block;
    width: 12px;
    height: 12px;
    position: relative;
}

.submenu-toggle-icon::before,
.submenu-toggle-icon::after {
    content: " \;
 position: absolute;
 background: #fff;
 transition: all 0.3s ease;
}

.submenu-toggle-icon::before {
 width: 12px;
 height: 2px;
 top: 5px;
 left: 0;
}

.submenu-toggle-icon::after {
 width: 2px;
 height: 12px;
 top: 0;
 left: 5px;
}

.submenu-open > .submenu-toggle .submenu-toggle-icon::after {
 display: none;
}

/* Mobile Menu Contact */
.mobile-menu-contact {
 padding-top: 20px;
 border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-contact-item {
 display: flex;
 align-items: center;
 gap: 10px;
 color: #fff;
 text-decoration: none;
 padding: 12px 10px;
 font-size: 14px;
 transition: all 0.3s ease;
}

.mobile-contact-item:hover {
 background: rgba(255, 255, 255, 0.1);
}

.mobile-contact-item svg {
 flex-shrink: 0;
}

/* Responsive Styles */
@media (max-width: 992px) {
 .mobile-menu-toggle {
 display: flex;
 }

 .main-navigation {
 display: none;
 }
}

/* ===================================
 Menu Overflow Styles
 =================================== */

/* More Menu Item */
.menu-more-wrap {
 display: none;
}

.menu-overflow-enabled .menu-more-wrap {
 display: block;
}

.menu-more-toggle {
 display: flex;
 align-items: center;
 gap: 8px;
 padding: 10px 15px;
 color: #fff;
 text-decoration: none;
 font-weight: 500;
 transition: all 0.3s ease;
}

.menu-more-toggle:hover {
 opacity: 0.8;
}

.more-text {
 font-size: 14px;
}

.more-dots {
 font-size: 18px;
 line-height: 1;
}

/* More Menu Dropdown */
.menu-more-dropdown {
 position: absolute;
 top: 100%;
 right: 0;
 min-width: 200px;
 background: #2563eb;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
 z-index: 1000;
 opacity: 0;
 visibility: hidden;
 transform: translateY(10px);
 transition: all 0.3s ease;
}

.menu-more-wrap:hover .menu-more-dropdown {
 opacity: 1;
 visibility: visible;
 transform: translateY(0);
}

.menu-more-dropdown li {
 margin: 0;
 padding: 0;
}

.menu-more-dropdown a {
 display: block;
 color: #fff;
 text-decoration: none;
 padding: 12px 20px;
 font-size: 14px;
 transition: all 0.3s ease;
 border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-more-dropdown a:hover {
 background: rgba(255, 255, 255, 0.1);
 padding-left: 25px;
}

/* Touch device support */
.main-navigation .menu-item-has-children.touch-active > .sub-menu,
.main-navigation .page_item_has_children.touch-active > .sub-menu {
 display: block;
}

/* Submenu positioning */
.submenu-right-edge {
 left: auto !important;
 right: 0;
}

/* ===================================
 Main Navigation Improvements
 =================================== */

.main-navigation {
 position: relative;
}

.main-navigation .nav-menu {
 display: flex;
 align-items: center;
 list-style: none;
 margin: 0;
 padding: 0;
 gap: 0;
}

.main-navigation .nav-menu > li {
 margin: 0;
 padding: 0;
}

.main-navigation .nav-menu > li > a {
 color: #fff;
 text-decoration: none;
 padding: 10px 15px;
 font-size: 14px;
 font-weight: 500;
 transition: all 0.3s ease;
 display: block;
}

.main-navigation .nav-menu > li > a:hover {
 opacity: 0.8;
}

/* Submenu Styles */
.main-navigation .sub-menu {
 position: absolute;
 top: 100%;
 left: 0;
 min-width: 200px;
 background: #2563eb;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
 z-index: 1000;
 display: none;
 list-style: none;
 margin: 0;
 padding: 0;
 opacity: 0;
 visibility: hidden;
 transform: translateY(10px);
 transition: all 0.3s ease;
}

.main-navigation .nav-menu > li:hover > .sub-menu {
 display: block;
 opacity: 1;
 visibility: visible;
 transform: translateY(0);
}

.main-navigation .sub-menu li {
 margin: 0;
 padding: 0;
}

.main-navigation .sub-menu a {
 display: block;
 color: #fff;
 text-decoration: none;
 padding: 12px 20px;
 font-size: 14px;
 transition: all 0.3s ease;
 border-bottom: 1px solid rgba(255, 255, 255, 0.1);
 white-space: nowrap;
}

.main-navigation .sub-menu a:hover {
 background: rgba(255, 255, 255, 0.1);
 padding-left: 25px;
}

/* Nested Submenu */
.main-navigation .sub-menu .sub-menu {
 top: 0;
 left: 100%;
 margin-left: 5px;
}

/* Focus styles for accessibility */
.main-navigation a:focus,
.mobile-menu a:focus,
.submenu-toggle:focus,
.mobile-menu-toggle:focus,
.mobile-menu-close:focus {
 outline: 2px solid #fff;
 outline-offset: 2px;
}

/* Skip link */
.skip-link {
 position: absolute;
 top: -100px;
 left: 0;
 background: #2563eb;
 color: #fff;
 padding: 10px 20px;
 z-index: 9999;
 text-decoration: none;
}

.skip-link:focus {
 top: 0;
}


/* ===================================
   New Header Styles (Chengli Style)
   =================================== */

/* Main Container */
.main {
    width: 100%;
    min-height: 100vh;
}

/* Header Box */
.header-box {
    width: 100%;
    background: #fff;
}

/* Header Middle */
.header-middle {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* Header Logo */
.header-logo {
    flex-shrink: 0;
}

.header-logo-box a {
    display: block;
}

.header-logo-box img {
    max-height: 60px;
    width: auto;
}

/* Company Motto */
.company-motto {
    flex: 1;
}

.company-motto-p p {
    margin: 0;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    letter-spacing: 1px;
}

/* Header Inner Right */
.header-inner-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* Header Contact */
.header-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.header-contact li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
}

.header-contact li i {
    color: #2563eb;
    font-size: 16px;
}

.header-contact li a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.header-contact li a:hover {
    color: #2563eb;
}

/* Header Search */
.header-search {
    flex-shrink: 0;
}

.search-box {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    overflow: visible;
    background: #fff;
}

.search-box .input-text {
    border: none;
    padding: 8px 12px;
    font-size: 14px;
    width: 200px;
    outline: none;
}

.search-box .search-btn {
    background: #2563eb;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    transition: background 0.3s;
}

.search-box .search-btn:hover {
    background: #054a50;
}

.search-box .search-btn i {
    color: #fff;
    font-size: 16px;
}

/* Header Top (Navigation) */
.header-top {
    background: #2563eb;
    position: relative;
    z-index: 1000;
}

.header-top.top-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Main Navigation */
.main-nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* SmartMenus Styles */
.sm,
.sm ul,
.sm li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

.sm ul {
    display: none;
}

.sm > li {
    display: inline-block;
    position: relative;
}

.sm > li > a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s;
}

.sm > li > a:hover,
.sm > li > a.highlighted {
    background: rgba(255, 255, 255, 0.1);
}

.sm > li.current-menu-item > a {
    background: rgba(255, 255, 255, 0.15);
}

/* Submenu */
.sm ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #2563eb;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.sm ul li {
    position: relative;
}

.sm ul li a {
    display: block;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
}

.sm ul li a:hover,
.sm ul li a.highlighted {
    background: rgba(255, 255, 255, 0.1);
    padding-left: 25px;
}

.sm ul li:last-child a {
    border-bottom: none;
}

/* Nested Submenu */
.sm ul ul {
    top: 0;
    left: 100%;
    margin-left: 5px;
}

/* Mobile Menu Button */
.main-menu-btn {
    display: none;
    position: relative;
    cursor: pointer;
    padding: 15px 20px;
}

.main-menu-btn-icon {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    position: relative;
}

.main-menu-btn-icon::before,
.main-menu-btn-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
}

.main-menu-btn-icon::before {
    top: -8px;
}

.main-menu-btn-icon::after {
    top: 8px;
}

/* Language Switcher */
.language {
    position: relative;
    margin-left: 20px;
}

.language .cur {
    cursor: pointer;
}

.language .cur e {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    padding: 15px 20px;
    transition: all 0.3s;
}

.language .cur e:hover {
    background: rgba(255, 255, 255, 0.1);
}

.language .cur e i {
    font-size: 12px;
}

.language-list {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 120px;
    background: #2563eb;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 1000;
}

.language:hover .language-list {
    display: block;
}

.language-list li {
    margin: 0;
    padding: 0;
}

.language-list li a {
    display: block;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
}

.language-list li a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.language-list li:last-child a {
    border-bottom: none;
}

/* Floating Contact Icons */
.im {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 999;
}

.im-l {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #2563eb;
    border-radius: 0;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.im-l:hover {
    background: #054a50;
    transform: scale(1.1);
}

.im-l i {
    color: #fff;
    font-size: 24px;
}

.im input {
    display: none;
}

.im .box {
    position: absolute;
    bottom: 60px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.im input:checked ~ .box {
    opacity: 1;
    visibility: visible;
}

.im .box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.im .box li {
    margin-bottom: 10px;
}

.im .box li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #2563eb;
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.im .box li a:hover {
    background: #054a50;
    transform: scale(1.1);
}

.im .box li a i {
    color: #fff;
    font-size: 24px;
}

/* Scroll to Top */
.scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: #2563eb;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    z-index: 998;
}

.scroll:hover {
    background: #054a50;
    transform: scale(1.1);
}

.scroll i {
    color: #fff;
    font-size: 24px;
}

/* Banner Slider */
.banner_sy {
    width: 100%;
    overflow: visible;
    border-radius: 8px;
}

.flexslider {
    position: relative;
    border-radius: 8px;
    overflow: visible;
}

.flexslider .slides {
    list-style: none;
    margin: 0;
    padding: 0;
}

.flexslider .slides li {
    position: relative;
}

.flexslider .slides img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive Styles for New Header */
@media (max-width: 992px) {
    .header-inner {
        flex-wrap: wrap;
    }

    .company-motto {
        display: none;
    }

    .search-box .input-text {
        width: 150px;
    }

    .main-menu-btn {
        display: block;
    }

    .sm {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #2563eb;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    #main-menu-state:checked ~ .sm {
        display: block;
    }

    .sm > li {
        display: block;
        width: 100%;
    }

    .sm > li > a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .sm ul {
        position: static;
        box-shadow: none;
        padding-left: 20px;
    }

    .language {
        position: static;
    }

    .language-list {
        position: static;
        box-shadow: none;
        display: none;
    }

    .language:hover .language-list {
        display: block;
    }
}

@media (max-width: 768px) {
    .header-contact {
        display: none;
    }

    .header-inner-right {
        gap: 15px;
    }

    .search-box .input-text {
        width: 120px;
    }
}

@media (max-width: 576px) {
    .header-search {
        display: none;
    }

    .header-inner {
        padding: 0 15px;
    }

    .main-nav {
        padding: 0 15px;
    }
}

/* ===================================
   Footer Styles (Chengli Style)
   =================================== */

/* Footer Middle */
.footer-middle {
    background: #1a1a1a;
    color: #fff;
    padding: 0;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 20px;
}

.footer-content-but {
    display: none;
    text-align: center;
    padding: 15px;
    background: #2a2a2a;
    cursor: pointer;
}

.footer-content-but span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.footer-content-but button {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
}

.footer-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.footer-main .item {
    margin-bottom: 20px;
}

.footer-static-block .th {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #2563eb;
}

.footer-static-block .th a,
.footer-static-block .th span {
    color: #fff;
    text-decoration: none;
}

.footer-block-contant {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-block-contant li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.footer-block-contant li label {
    color: #999;
    font-weight: 500;
    margin-right: 5px;
}

.footer-block-contant li a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-block-contant li a:hover {
    color: #2563eb;
}

.footer-secondary {
    background: #111;
    padding: 20px 0;
    border-top: 1px solid #2a2a2a;
}

.footer-secondary-c {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.social-link {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.social-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #2a2a2a;
    border-radius: 0;
    transition: all 0.3s;
}

.social-link a:hover {
    background: #2563eb;
    transform: translateY(-3px);
}

.social-link a i {
    color: #fff;
    font-size: 18px;
}

.footer-secondary-c p {
    color: #999;
    font-size: 13px;
    margin: 0;
    line-height: 1.6;
}

/* ===================================
   Index Page Styles (Chengli Style)
   =================================== */

/* ===================================
   Hero Slider with Multiple Effects
   =================================== */


/* ===================================
   Hero Slider with Multiple Effects
   =================================== */
.hero-slider-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: visible;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.hero-slide-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-slide-item.active {
    opacity: 1;
    z-index: 1;
}

.hero-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Hero Slider Navigation */
.hero-slider-prev,
.hero-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    color: #1e3a8a;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.hero-slider-prev:hover,
.hero-slider-next:hover {
    background: #2563eb;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

.hero-slider-prev {
    left: 20px;
}

.hero-slider-next {
    right: 20px;
}

/* Hero Slider Dots */
.hero-slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.hero-slider-dot {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.hero-slider-dot:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

.hero-slider-dot.active {
    background: #fff;
    border-color: #fff;
    width: 30px;
    border-radius: 6px;
}

/* Hero Slider Effects Selector */
.hero-slider-effects {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 8px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 8px 12px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.effect-btn {
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.effect-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.effect-btn.active {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Hero Slider Responsive */
@media (max-width: 768px) {
    .hero-slider-container {
        height: 350px;
    }
    
    .hero-slider-prev,
    .hero-slider-next {
        width: 40px;
        height: 40px;
    }
    
    .hero-slider-prev {
        left: 10px;
    }
    
    .hero-slider-next {
        right: 10px;
    }
    
    .hero-slider-effects {
        top: 10px;
        right: 10px;
        padding: 6px 10px;
    }
    
    .effect-btn {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 576px) {
    .hero-slider-container {
        height: 280px;
    }
    
    .hero-slider-prev,
    .hero-slider-next {
        width: 36px;
        height: 36px;
    }
    
    .hero-slider-dot {
        width: 10px;
        height: 10px;
    }
    
    .hero-slider-dot.active {
        width: 24px;
    }
}

/* Subblock (Product Categories) */
.subblock {
    background: #f8f9fa;
    padding: 60px 0;
}

.category {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.category ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6����ʾ����Ƭ��С */
    gap: 15px;
}

.category-box {
    background: #fff;
    border-radius: 12px;
    overflow: visible;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transition: all 0.3s;
}

.category-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    border-color: #c0c0c0;
}

.category-box-zoom {
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 100% !important;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%) !important;
    border-radius: 8px 8px 0 0 !important;
}

.category-box-zoom img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* Cover the square area */
    object-position: center !important;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    max-width: none !important;
    max-height: none !important;
}

.category-box:hover .category-box-zoom img {
    transform: scale(1.1);
}

.category-box-detail {
    padding: 10px;
    text-align: center;
}

.category-box-type h2 {
    font-size: 13px;
    color: #333;
    margin: 0 0 6px;
    font-weight: 600;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.category-box-detail .btn {
    display: inline-block;
    padding: 5px 12px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    font-size: 11px;
    font-weight: 500;
    transition: all 0.3s;
}

.category-box-detail .btn:hover {
    background: #054a50;
}

/* Featured Products */
.featured-products {
    background: #fff;
    padding: 60px 0;
}

.featured-products-center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.featured-products-t {
    text-align: center;
    margin-bottom: 40px;
}

.featured-products-t span {
    font-size: 28px;
    font-weight: 700;
    color: #2563eb;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.featured-products-t span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #2563eb;
}

.roll-box {
    overflow: visible;
}

.owl-carousel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.owl-carousel .item {
    flex: 0 0 calc(25% - 15px);
    scroll-snap-align: start;
}

.featured-products-box {
    background: transparent;
}

.featured-products-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.featured-products-box li {
    list-style: none;
    margin: 0;
    padding: 0;
    /* ȷ��li�����Ų��� */
    min-width: 0;
}

.featured-products-item {
    background: #fff;
    border-radius: 12px;
    overflow: visible;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
}

.featured-products-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    border-color: #c0c0c0;
}

.featured-products-item-zoom {
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 100% !important; /* 1:1 Aspect Ratio - Square */
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%) !important;
}

.featured-products-item-zoom img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* Cover the square area */
    object-position: center !important;
    max-width: none !important;
    max-height: none !important;
}

.featured-products-item-detail {
    padding: 10px;
    text-align: center;
    flex-shrink: 0;
    max-width: 100%;
    overflow: visible;
}

.featured-products-item-title {
    max-width: 100%;
    overflow: visible;
}

.featured-products-item-title h3 {
    font-size: 13px !important;
    color: #333 !important;
    margin: 0 0 8px !important;
    font-weight: 600 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 100% !important;
    width: 100% !important;
    line-height: 1.4 !important;
    display: block !important;
    word-wrap: normal !important;
    word-break: keep-all !important;
    padding: 0 !important;
}

.featured-products-item-detail .btn {
    display: inline-block;
    padding: 5px 12px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    font-size: 11px;
    font-weight: 500;
    transition: all 0.3s;
}

.featured-products-item-detail .btn:hover {
    background: #1d4ed8;
}

.featured-products-box-t {
    padding: 15px;
    text-align: center;
}

.featured-products-box-t h3 {
    font-size: 16px;
    color: #333;
    margin: 0;
    font-weight: 500;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.featured-products-box-t a {
    text-decoration: none;
}

/* Index About */
.index-about {
    background: #f8f9fa;
    padding: 60px 0;
}

.index-about-center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.index-about-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.index-about-l {
    padding: 20px;
}

.index-about-text .th {
    font-size: 28px;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 20px;
}

.index-about-text .th a {
    color: #2563eb;
    text-decoration: none;
}

.index-about-text p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.index-about-text span a {
    display: inline-block;
    padding: 10px 30px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

.index-about-text span a:hover {
    background: #054a50;
}

.index-about-r {
    padding: 20px;
}

.index-about-r-frame img {
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Hot Products */
.hot-products {
    background: #fff;
    padding: 60px 0;
}

.hot-products-center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hot-products-t {
    text-align: center;
    margin-bottom: 40px;
}

.hot-products-t span {
    font-size: 28px;
    font-weight: 700;
    color: #2563eb;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.hot-products-t span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #2563eb;
}

.hot-products-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.hot-products-box li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hot-products-item {
    background: #fff;
    border-radius: 12px;
    overflow: visible;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

.hot-products-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    border-color: #c0c0c0;
}

.hot-products-item-zoom {
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 100% !important;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%) !important;
    border-radius: 8px 8px 0 0 !important;
}

.hot-products-item-zoom img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* Cover the square area */
    object-position: center !important;
    max-width: none !important;
    max-height: none !important;
}

.hot-products-item-detail {
    padding: 10px;
    text-align: center;
    flex-shrink: 0;
    max-width: 100%;
    overflow: visible;
}

.hot-products-item-title {
    max-width: 100%;
    overflow: visible;
}

.hot-products-item-title h3 {
    font-size: 13px !important;
    color: #333 !important;
    margin: 0 0 8px !important;
    font-weight: 600 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 100% !important;
    width: 100% !important;
    line-height: 1.4 !important;
    display: block !important;
    word-wrap: normal !important;
    word-break: keep-all !important;
    padding: 0 !important;
}

.hot-products-item-detail .btn {
    display: inline-block;
    padding: 5px 12px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    font-size: 11px;
    font-weight: 500;
    transition: all 0.3s;
}

.hot-products-item-detail .btn:hover {
    background: #1d4ed8;
}

.hot-products-box-t {
    padding: 15px;
    text-align: center;
}

.hot-products-box-t h3 {
    font-size: 16px;
    color: #333;
    margin: 0;
    font-weight: 500;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.hot-products-box-t a {
    text-decoration: none;
}

/* Index News */
.index-news {
    background: #f8f9fa;
    padding: 60px 0;
}

.index-news-center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.index-news-t {
    text-align: center;
    margin-bottom: 40px;
}

.index-news-t span {
    font-size: 28px;
    font-weight: 700;
    color: #2563eb;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.index-news-t span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #2563eb;
}

.index-news-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.index-news-box li {
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 0;
    transition: all 0.3s;
}

.index-news-box li:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.index-news-box li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.news-date {
    color: #999;
    font-size: 14px;
}

.news-title {
    color: #333;
    font-size: 15px;
    flex: 1;
    margin-left: 20px;
}

/* Quick Links */
.quick-links {
    background: #fff;
    padding: 60px 0;
}

/* News Page Styles moved to page-news.php inline (theme color aware) */

.quick-links-center {

    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.quick-links-t {
    text-align: center;
    margin-bottom: 40px;
}

.quick-links-t span {
    font-size: 28px;
    font-weight: 700;
    color: #2563eb;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.quick-links-t span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #2563eb;
}

.quick-links-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* Ĭ��ÿ��6??*/
    gap: 20px 30px;
}

.quick-links-box li {
    margin: 0;
    padding: 0;
    text-align: center;
}

.quick-links-box li a {
    text-decoration: none;
    color: #2563eb;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s;
    display: inline-block;
}

.quick-links-box li a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.quick-links-box li.no-quick-links {
    color: #999;
    font-size: 14px;
    grid-column: 1 / -1; /* ��״̬��ʾռ����??*/
    text-align: center;
}

/* Derivative */
.derivative {
    background: #fff;
    padding: 40px 0;
}

.derivative-center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.derivative-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.derivative-box li {
    background: #f8f9fa;
    padding: 8px 15px;
    border-radius: 0;
    transition: all 0.3s;
}

.derivative-box li:hover {
    background: #2563eb;
}

.derivative-box li a {
    text-decoration: none;
}

.derivative-box li h5 {
    margin: 0;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    transition: color 0.3s;
}

.derivative-box li:hover h5 {
    color: #fff;
}

/* Responsive Styles for Index Page */
@media (max-width: 992px) {
    .category ul {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 15px;
        padding: 0 20px 15px 20px;
        margin: 0 -20px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    .category ul::-webkit-scrollbar {
        display: none;
    }
    
    .category ul li {
        flex: 0 0 auto;
        width: 150px;
        scroll-snap-align: start;
    }

    .owl-carousel .item {
        flex: 0 0 calc(33.333% - 14px);
    }

    .index-about-box {
        grid-template-columns: 1fr;
    }

    .hot-products-box ul {
        grid-template-columns: repeat(3, 1fr);
    }

    /* ��������ƽ����??- ÿ��4??*/
    .quick-links-box ul {
        grid-template-columns: repeat(4, 1fr);
    }

    .footer-main {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .category ul {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 12px;
        padding: 0 15px 15px 15px;
        margin: 0 -15px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    .category ul::-webkit-scrollbar {
        display: none;
    }
    
    .category ul li {
        flex: 0 0 auto;
        width: 130px;
        scroll-snap-align: start;
    }

    /* ���������ƶ�����ʽ - ÿ��3??*/
    .quick-links-box ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px 20px;
    }

    .category-box {
        min-width: 0;
    }
    
    .category-box-detail {
        padding: 8px;
    }

    .category-box-type h2 {
        font-size: 11px;
        margin-bottom: 4px;
    }
    
    .category-box-detail .btn {
        padding: 4px 10px;
        font-size: 10px;
    }

    /* ��ɫ��Ʒ�ƶ�����??*/
    .featured-products-box ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        align-items: stretch; /* ȷ�����п�Ƭ�߶�һ??*/
    }

    .featured-products-box li {
        min-width: 0; /* ��ֹli�������� */
    }

    .featured-products-item {
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
        min-height: 0 !important;
        min-width: 0 !important; /* ��ֹ��Ƭ�������� */
        width: 100% !important;
    }

    .featured-products-item-zoom {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        height: 0 !important;
        padding-bottom: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
        flex-shrink: 0 !important; /* ��ֹͼƬ����ѹ??*/
    }

    .featured-products-item-zoom img,
    .featured-products-item-zoom .attachment-medium,
    .featured-products-item-zoom .attachment-product-grid,
    .featured-products-item-zoom .wp-post-image {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        max-width: none !important;
        max-height: none !important;
        min-width: 100% !important;
        min-height: 100% !important;
        box-sizing: border-box !important;
    }

    .featured-products-item-detail {
        padding: 8px;
        flex: 1; /* �������������ʣ���??*/
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .featured-products-item-title h3 {
        font-size: 12px;
    }

    /* ���Ų�Ʒ�ƶ�����??*/
    .hot-products-box ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        align-items: stretch; /* ȷ�����п�Ƭ�߶�һ??*/
    }

    .hot-products-item {
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
        min-height: 0 !important;
    }

    .hot-products-item-zoom {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        height: 0 !important;
        padding-bottom: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
        flex-shrink: 0 !important; /* ��ֹͼƬ����ѹ??*/
    }

    .hot-products-item-zoom img,
    .hot-products-item-zoom .attachment-medium,
    .hot-products-item-zoom .attachment-product-grid,
    .hot-products-item-zoom .wp-post-image {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        max-width: none !important;
        max-height: none !important;
        min-width: 100% !important;
        min-height: 100% !important;
        box-sizing: border-box !important;
    }

    .hot-products-item-detail {
        padding: 8px;
        flex: 1; /* �������������ʣ���??*/
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .hot-products-item-title h3 {
        font-size: 12px;
    }

    /* ��������ƶ�����??*/
    .featured-products-t span,
    .hot-products-t span {
        font-size: 22px;
    }

    .footer-content-but {
        display: block;
    }

    .footer-main {
        display: none;
    }

    .footer-main.expand {
        display: grid;
    }
}

@media (max-width: 576px) {
    /* ��Ʒ�����ƶ�????*/
    .category ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    /* ��ɫ��Ʒ�ƶ�????*/
    .featured-products-box ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .featured-products-item-zoom {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        height: 0 !important;
        padding-bottom: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .featured-products-item-zoom img,
    .featured-products-item-zoom .attachment-medium,
    .featured-products-item-zoom .attachment-product-grid,
    .featured-products-item-zoom .wp-post-image {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        max-width: none !important;
        max-height: none !important;
        min-width: 100% !important;
        min-height: 100% !important;
        box-sizing: border-box !important;
    }

    /* ���Ų�Ʒ�ƶ�????*/
    .hot-products-box ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .hot-products-item-zoom {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        height: 0 !important;
        padding-bottom: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .hot-products-item-zoom img,
    .hot-products-item-zoom .attachment-medium,
    .hot-products-item-zoom .attachment-product-grid,
    .hot-products-item-zoom .wp-post-image {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        max-width: none !important;
        max-height: none !important;
        min-width: 100% !important;
        min-height: 100% !important;
        box-sizing: border-box !important;
    }

    /* ��������С */
    .featured-products-t span,
    .hot-products-t span {
        font-size: 20px;
    }

    .footer-main {
        grid-template-columns: 1fr;
    }
}

/* ===================================
   Single Product Page Layout
   =================================== */

.single-product-layout {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

/* Sidebar */

/* Main Content */
.single-product-new-layout {
    flex: 1;
    min-width: 0;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: visible;
}

/* ===================================
   Whole Page Responsive Styles
   =================================== */

/* Ultra large screens (> 1600px) */
@media (min-width: 1601px) {
    .single-product-layout {
        max-width: 1200px;
        gap: 40px;
    }


    .gallery-title {
        margin: 0 0 8px;
        padding-bottom: 6px;
        font-size: 16px;
    }

    .product-intro-text {
        margin: 0 0 8px;
        padding: 10px 0;
        font-size: 14px;
    }

    .product-gallery-grid {
        gap: 2px;
    }

    .gallery-image-item img {
        width: 100%;
        height: auto;
    }

    .product-content-new img {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 2px 0;
    }

    .product-content-new p {
        margin: 0 0 5px 0;
        font-size: 14px;
    }
}


/* Tablet portrait (577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
    .single-product-layout {
        flex-direction: column;
        gap: 15px;
        padding: 0;
    }
    
    .products-sidebar {
        flex: none;
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }
    
    .single-product-new-layout {
        margin: 0;
        padding: 0;
        max-width: 100%;
        border: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }
    
    .single-product-content {
        margin-left: 0;
        padding: 0;
    }
    
    .product-title-section {
        padding: 10px 12px;
    }
    
    .product-top-section {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 8px;
        padding: 10px 12px;
        align-items: flex-start;
    }

    .product-contact-section {
        padding: 10px 12px;
    }

    .product-image-area {
        flex: 0 0 40%;
        max-width: 40%;
        min-width: 0;
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-product-image-new,
    .main-product-image-square {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        max-width: 260px;
        margin: 0;
    }

    .product-placeholder-new,
    .product-placeholder-square {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        max-width: 260px;
        margin: 0;
    }
    
    /* ��ά��Ͱ��?*/
    .product-contact-methods-below {
        margin-top: 10px;
        gap: 8px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .qr-codes-below {
        gap: 8px;
        justify-content: center;
    }
    
    .qr-code-image-below {
        width: 60px;
        height: 60px;
    }
    
    .qr-label-below {
        font-size: 10px;
    }
    
    .contact-buttons-below {
        gap: 6px;
    }
    
    .btn-email-below,
    .btn-inquiry-below {
        padding: 6px 12px;
        font-size: 11px;
    }

    .product-info-area {
        flex: 1;
        min-width: 0;
        gap: 8px;
    }

    .product-title-new {
        font-size: 20px;
    }

    .product-parameters {
        padding: 0;
        gap: 0;
    }

    .parameter-item {
        padding: 8px 12px;
        gap: 5px;
    }

    .parameter-label,
    .parameter-value {
        font-size: 12px;
    }
    
    .product-keywords {
        margin-top: 8px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .keyword-item {
        padding: 4px 8px;
        font-size: 11px;
    }
    
    .product-price-display {
        margin-top: 10px;
        padding: 0;
    }
    
    .price-label {
        font-size: 11px;
    }
    
    .price-value {
        font-size: 18px;
    }

    .product-contact-methods {
        flex-direction: column;
        gap: 15px;
        padding: 0;
    }
    
    .product-gallery-section {
        padding: 0;
    }
    
    .product-description-section {
        padding: 0;
    }
}

/* Mobile screens (< 576px) */
@media (max-width: 576px) {
    .single-product-layout {
        flex-direction: column;
        gap: 10px;
        padding: 0;
    }
    
    .products-sidebar {
        flex: none;
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }
    
    .single-product-new-layout {
        margin: 0;
        padding: 0;
        max-width: 100%;
        border: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }
    
    .single-product-content {
        margin-left: 0;
        padding: 0;
    }
    
    .product-title-section {
        padding: 10px 12px;
    }
    
    .product-top-section {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 8px;
        padding: 10px 12px;
        align-items: flex-start;
    }

    .product-contact-section {
        padding: 10px 12px;
    }

    .product-image-area {
        flex: 0 0 45%;
        max-width: 45%;
        min-width: 0;
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-product-image-new,
    .main-product-image-square {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        max-width: 200px;
        margin: 0;
    }

    .product-placeholder-new,
    .product-placeholder-square {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        max-width: 200px;
        margin: 0;
    }
    
    /* ��ά��Ͱ�ť�ƶ�����??*/
    .product-contact-methods-below {
        margin-top: 8px;
        gap: 6px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .qr-codes-below {
        gap: 6px;
        justify-content: center;
    }
    
    .qr-code-image-below {
        width: 50px;
        height: 50px;
    }
    
    .qr-label-below {
        font-size: 9px;
    }
    
    .contact-buttons-below {
        gap: 5px;
    }
    
    .btn-email-below,
    .btn-inquiry-below {
        padding: 5px 10px;
        font-size: 10px;
    }

    .product-info-area {
        flex: 1;
        min-width: 0;
        gap: 6px;
    }

    .product-title-new {
        font-size: 18px;
    }

    .product-parameters {
        padding: 0;
        gap: 0;
    }

    .parameter-item {
        padding: 6px 10px;
        gap: 4px;
    }

    .parameter-label,
    .parameter-value {
        font-size: 10px;
    }
    
    .product-keywords {
        margin-top: 6px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 6px;
    }
    
    .keyword-item {
        padding: 3px 6px;
        font-size: 10px;
    }
    
    .product-price-display {
        margin-top: 10px;
        padding: 0;
    }
    
    .price-label {
        font-size: 11px;
    }
    
    .price-value {
        font-size: 16px;
    }

    .product-contact-methods {
        flex-direction: column;
        gap: 10px;
        padding: 0;
    }
    
    .product-gallery-section {
        padding: 0;
    }
    
    .product-description-section {
        padding: 0;
    }

    .contact-buttons-below {
        gap: 6px;
    }

    .btn-email-below,
    .btn-inquiry-below {
        padding: 6px 12px;
        font-size: 11px;
    }

    .product-info-area {
        flex: 1;
        min-width: 0;
        gap: 10px;
    }

    .product-title-new {
        font-size: 20px;
    }

    .product-parameters {
        padding: 0;
        gap: 3px;
    }

    .parameter-item {
        padding: 3px 0;
        gap: 5px;
    }

    .parameter-label,
    .parameter-value {
        font-size: 11px;
    }
    
    .product-keywords {
        margin-top: 8px;
    }
    
    .keyword-item {
        padding: 4px 8px;
        font-size: 11px;
    }
    
    .product-price-display {
        margin-top: 10px;
        padding: 0;
    }
    
    .price-label {
        font-size: 11px;
    }
    
    .price-value {
        font-size: 18px;
    }

    .product-contact-methods {
        flex-direction: column;
        gap: 15px;
        padding: 0;
    }

    .qr-codes {
        width: 100%;
        justify-content: center;
    }

    .qr-code-placeholder,
    .qr-code-image {
        width: 80px;
        height: 80px;
    }

    .btn-email {
        width: 100%;
        padding: 12px 20px;
        font-size: 14px;
    }
}

/* Small mobile screens */
@media (max-width: 480px) {
    .product-top-section {
        padding: 10px 12px;
        gap: 6px;
    }

    .product-title-section {
        padding: 10px 12px;
    }

    .product-contact-section {
        padding: 10px 12px;
    }

    .product-title-new {
        font-size: 18px;
    }

    .product-parameters {
        padding: 0;
    }

    .parameter-label,
    .parameter-value {
        font-size: 11px;
    }

    .qr-code-placeholder,
    .qr-code-image {
        width: 70px;
        height: 70px;
    }

    .qr-label {
        font-size: 12px;
    }

    .btn-email {
        padding: 10px 16px;
        font-size: 13px;
    }
}

/* ===================================
   Product Gallery Section
   =================================== */

.product-gallery-section {
    margin-top: 0;
    padding: 5px 20px !important;
    background: #fff;
}

@media (max-width: 768px) {
    .product-gallery-section {
        padding: 10px 12px !important;
    }
    .product-description-section {
        padding: 10px 12px !important;
    }
    .product-contact-section {
        padding: 10px 12px !important;
    }
}

.gallery-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #2563eb;
    position: relative;
}

.gallery-title::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #2563eb;
}

.product-intro-text {
    margin: 0 0 25px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 0;
    line-height: 1.8;
    color: #555;
    font-size: 15px;
}

.product-intro-text p {
    margin: 0;
}

.product-gallery-grid {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

.gallery-image-item {
    background: #fff;
    overflow: visible;
}

.gallery-image-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* ��Ӧ??*/
@media (max-width: 768px) {
    .why-choose-section {
        padding: 60px 15px;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .why-choose-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .stat-number {
        font-size: 36px;
    }
}

/* ===================================
   产品列表间距优化
   =================================== */
}

}

/* ===================================
   产品列表间距优化
   =================================== */
.products-grid {
    gap: 10px !important;
}

@media (min-width: 1201px) {
    .products-grid {
        gap: 12px !important;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .products-grid {
        gap: 11px !important;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .products-grid {
        gap: 10px !important;
    }
}

@media (max-width: 768px) {
    .products-grid {
        gap: 8px !important;
    }
}

.product-info {
    padding: 8px !important;
}

.product-image-wrapper {
    height: 160px !important;
}

.product-title {
    font-size: 13px !important;
}

.product-card {
    margin-bottom: 0 !important;
}

@media (min-width: 1201px) {
    .products-grid {
        gap: 16px !important;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .products-grid {
        gap: 14px !important;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .products-grid {
        gap: 12px !important;
    }
}

@media (max-width: 768px) {
    .products-grid {
        gap: 10px !important;
    }
}

.product-info {
    padding: 10px !important;
}

.product-image-wrapper {
    height: 180px !important;
}

.product-title {
    font-size: 13px !important;
}

    border-bottom: 1px solid #e5e7eb !important;
}
    
    .gallery-title {
        font-size: 18px;
    }
    
    .product-intro-text {
        padding: 10px 0;
        font-size: 14px;
    }
    
    .product-gallery-grid {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    
    .gallery-image-item {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .gallery-image-item img {
        width: 100%;
        height: auto;
        display: block;
    }
    
      .product-title-section {
          padding: 10px 12px !important;
      }
      
      .product-top-section {
          padding: 10px 12px !important;
      }
      
      .product-contact-section {
          padding: 10px 12px !important;
      }
  }

/* ===================================
   Inquiry Modal Styles
   =================================== */

.inquiry-modal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999 !important;
    display: none;
    align-items: center;
    justify-content: center;
}

.inquiry-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    cursor: pointer;
}

.inquiry-modal-content {
    position: relative;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 100000;
    animation: modalSlideIn 0.3s ease;
    margin: auto;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.inquiry-modal-header {
    padding: 20px 25px;
    border-bottom: 2px solid #2563eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    border-radius: 12px 12px 0 0;
}

.inquiry-modal-header h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.inquiry-close-btn {
    background: none;
    border: none;
    font-size: 32px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 1;
    transition: color 0.2s;
}

.inquiry-close-btn:hover {
    color: #e74c3c;
}

.inquiry-modal-body {
    padding: 25px;
}

/* Contact Form 7 in Modal */
.inquiry-modal-body .wpcf7 {
    max-width: 100%;
}

.inquiry-modal-body .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.inquiry-modal-body .wpcf7-form p {
    margin: 0;
}

.inquiry-modal-body .wpcf7-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.inquiry-modal-body .wpcf7-form input[type="text"],
.inquiry-modal-body .wpcf7-form input[type="email"],
.inquiry-modal-body .wpcf7-form input[type="tel"],
.inquiry-modal-body .wpcf7-form input[type="number"],
.inquiry-modal-body .wpcf7-form textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.inquiry-modal-body .wpcf7-form input:focus,
.inquiry-modal-body .wpcf7-form textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.inquiry-modal-body .wpcf7-form input[type="submit"] {
    padding: 12px 20px;
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.inquiry-modal-body .wpcf7-form input[type="submit"]:hover {
    background: #1d4ed8;
}

/* WPForms in Modal */
.inquiry-modal-body .wpforms-container {
    max-width: 100%;
}

.inquiry-modal-body .wpforms-field {
    margin-bottom: 15px;
}

.inquiry-modal-body .wpforms-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.inquiry-modal-body input[type="text"],
.inquiry-modal-body input[type="email"],
.inquiry-modal-body input[type="tel"],
.inquiry-modal-body input[type="number"],
.inquiry-modal-body textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

/* Mobile Responsive for Modal */
@media (max-width: 768px) {
    .inquiry-modal-content {
        width: 95%;
        max-height: 95vh;
    }
    
    .inquiry-modal-header {
        padding: 15px 20px;
    }
    
    .inquiry-modal-header h2 {
        font-size: 20px;
    }
    
    .inquiry-modal-body {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .inquiry-modal-header {
        padding: 12px 15px;
    }
    
    .inquiry-modal-header h2 {
        font-size: 18px;
    }
    
    .inquiry-modal-body {
        padding: 15px;
    }
    
    .inquiry-modal-body .wpcf7-form {
        gap: 15px;
    }
    
    .inquiry-modal-body input[type="text"],
    .inquiry-modal-body input[type="email"],
    .inquiry-modal-body input[type="tel"],
    .inquiry-modal-body input[type="number"],
    .inquiry-modal-body textarea {
        padding: 8px 12px;
        font-size: 13px;
    }
}
 
 
 /* ===================================
    Language Switcher Styles
    =================================== */

/* Flag Images - Ensure they display */
.lang-switcher .trp-flag-image,
.lang-switcher img[src*="flag"],
.lang-switcher .trp-ls-shortcode-language img,
.lang-switcher .trp-ls-shortcode-current-language img {
    width: 20px !important;
    height: 14px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 4px !important;
    border: none !important;
}

/* Language name styling */
.lang-switcher .trp-ls-language-name {
    display: inline-block !important;

/* ===================================
   Mobile Product Image Fix
   =================================== */

/* ǿ��ͳһ�ֻ��˲�ƷͼƬ��??*/
@media (max-width: 768px) {
    /* Featured Products - ǿ��ͳһͼƬ���� */
    .featured-products-item-zoom {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        height: 0 !important;
        padding-bottom: 100% !important;
        overflow: hidden !important;
        background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%) !important;
        flex-shrink: 0 !important;
    }
    
    /* ǿ��ͳһͼƬ��ʽ */
    .featured-products-item-zoom img,
    .featured-products-item-zoom .attachment-medium,
    .featured-products-item-zoom .wp-post-image {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        max-width: none !important;
        max-height: none !important;
        min-width: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }
    
    /* Hot Products - ǿ��ͳһͼƬ���� */
    .hot-products-item-zoom {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        height: 0 !important;
        padding-bottom: 100% !important;
        overflow: hidden !important;
        background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%) !important;
        flex-shrink: 0 !important;
    }
    
    /* ǿ��ͳһͼƬ��ʽ */
    .hot-products-item-zoom img,
    .hot-products-item-zoom .attachment-medium,
    .hot-products-item-zoom .wp-post-image {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        max-width: none !important;
        max-height: none !important;
        min-width: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }
    
    /* ȷ����Ƭ�߶�ͳһ */
    .featured-products-item,
    .hot-products-item {
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
        min-height: 0 !important;
    }
    
    /* ȷ����������̶��߶�?*/
    .featured-products-item-detail,
    .hot-products-item-detail {
        flex-shrink: 0 !important;
        padding: 8px !important;
    }
}

/* ===================================
   �ƶ���ǿ��ͳһͼƬ��С - ������ȼ�?
   =================================== */
@media (max-width: 768px) {
    /* ǿ���Ƴ������߶����� */
    .featured-products-item,
    .hot-products-item {
        height: auto !important;
        min-height: auto !important;
        display: flex !important;
        flex-direction: column !important;
    }

    /* ǿ��ͳһͼƬ���� */
    .featured-products-item-zoom,
    .hot-products-item-zoom {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        height: 0 !important;
        padding-bottom: 100% !important;
        overflow: hidden !important;
        background: #f5f5f5 !important;
        box-sizing: border-box !important;
        flex-shrink: 0 !important;
    }

    /* ǿ��ͳһͼƬ��ʽ */
    .featured-products-item-zoom img,
    .hot-products-item-zoom img,
    .featured-products-item-zoom .attachment-medium,
    .featured-products-item-zoom .attachment-product-grid,
    .featured-products-item-zoom .wp-post-image,
    .hot-products-item-zoom .attachment-medium,
    .hot-products-item-zoom .attachment-product-grid,
    .hot-products-item-zoom .wp-post-image {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        max-width: none !important;
        max-height: none !important;
        min-width: 100% !important;
        min-height: 100% !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 576px) {
    /* ǿ���Ƴ������߶����� - С��??*/
    .featured-products-item,
    .hot-products-item {
        height: auto !important;
        min-height: auto !important;
        display: flex !important;
        flex-direction: column !important;
    }

    /* ǿ��ͳһͼƬ���� - С��??*/
    .featured-products-item-zoom,
    .hot-products-item-zoom {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        height: 0 !important;
        padding-bottom: 100% !important;
        overflow: hidden !important;
        background: #f5f5f5 !important;
        box-sizing: border-box !important;
        flex-shrink: 0 !important;
    }

    /* ǿ��ͳһͼƬ��ʽ - С��??*/
    .featured-products-item-zoom img,
    .hot-products-item-zoom img,
    .featured-products-item-zoom .attachment-medium,
    .featured-products-item-zoom .attachment-product-grid,
    .featured-products-item-zoom .wp-post-image,
    .hot-products-item-zoom .attachment-medium,
    .hot-products-item-zoom .attachment-product-grid,
    .hot-products-item-zoom .wp-post-image {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        max-width: none !important;
        max-height: none !important;
        min-width: 100% !important;
        min-height: 100% !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
}

/* �ƶ��˲����ǿ��ȫ��?*/
}

/* ===================================
   ��Ʒ��Ƭ����״̬�Ż� - �Ƴ���ɫ���򵫱����Ӿ�Ч��
   =================================== */

/* �Ƴ���Ʒ��Ƭ����ɫoutline��������������ʽ */
\n\n/* ===================================\n   ��Ʒ������򻬶���ʽ\n   =================================== */\n\n/* ���໬������ */\n.category-slider-section {\n    padding: 15px !important;\n}\n\n.category-slider-wrapper {\n    position: relative;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n}\n\n/* �������� */\n.category-slider-container {\n    flex: 1;\n    overflow: visible;\n    position: relative;\n}\n\n/* �����б� - �������� */\n.category-slider {\n    display: flex;\n    gap: 12px;\n    transition: transform 0.3s ease;\n    list-style: none;\n    padding: 0;\n    margin: 0;\n}\n\n/* ���������� */\n.category-slide-item {\n    flex-shrink: 0;\n    min-width: 100px;\n}\n\n.category-slide-item .category-link {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    padding: 12px 16px;\n    background: #f8f9fa;\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    text-decoration: none;\n    transition: all 0.3s ease;\n    min-height: 60px;\n}\n\n.category-slide-item .category-link:hover {\n    background: #e6f0ff;\n    border-color: #2563eb;\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);\n}\n\n.category-slide-item.active .category-link {\n    background: #2563eb;\n    border-color: #2563eb;\n    color: white;\n}\n\n.category-slide-item .category-name {\n    font-size: 13px;\n    font-weight: 500;\n    color: #333;\n    text-align: center;\n    white-space: nowrap;\n}\n\n.category-slide-item.active .category-name {\n    color: white;\n}\n\n/* ������ť */\n.category-slider-btn {\n    flex-shrink: 0;\n    width: 36px;\n    height: 36px;\n    border: 1px solid #d0d0d0;\n    background: white;\n    border-radius: 50%;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 20px;\n    color: #666;\n    transition: all 0.3s ease;\n    z-index: 10;\n}\n\n.category-slider-btn:hover {\n    background: #2563eb;\n    border-color: #2563eb;\n    color: white;\n}\n\n.category-slider-btn:disabled {\n    opacity: 0.3;\n    cursor: not-allowed;\n}\n\n/* ��Ӧʽ���� */
@media (max-width: 1200px) {
    .statistics-center,
    .advantages-center,
    .cta-center {
        padding: 0 20px;
    }
}

@media (max-width: 992px) {
    .statistics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .certifications-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .partners-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .statistics-center,
    .advantages-center,
    .cta-center {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .statistics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .stat-number {
        font-size: 40px;
    }
    
    .advantages-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .certifications-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .partners-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .cta-content h2 {
        font-size: 36px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
    
    .statistics-center,
    .advantages-center,
    .cta-center {
        padding: 0 20px;
    }
    
    .section-header h2 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .statistics-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .certifications-grid {
        grid-template-columns: 1fr;
    }
    
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cta-content h2 {
        font-size: 28px;
    }
    
    .cta-content p {
        font-size: 16px;
    }
}
/* ===================================
   ��ҳ����������ʽ - �޸���
   =================================== */

/* ͳ���������� */
.statistics-section {
    background: linear-gradient(135deg, #0066cc 0%, #2563eb 100%);
    padding: 80px 0;
    color: #fff;
    margin: 40px 0;
}

.statistics-center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.statistics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}

.stat-item {
    text-align: center;
    padding: 20px;
}

.stat-icon {
    margin-bottom: 20px;
    opacity: 0.95;
}

.stat-number {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1;
}

.stat-label {
    font-size: 16px;
    opacity: 0.95;
    font-weight: 500;
}

/* ��˾�������� */
.advantages-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.advantages-center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px 0;
}

.section-header p {
    font-size: 18px;
    color: #666;
    margin: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.advantage-item {
    background: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.advantage-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.advantage-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6f0ff;
    border-radius: 50%;
    color: #0066cc;
}

.advantage-item h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
}

.advantage-item p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* ֤����֤���� */
.certifications-section {
    padding: 60px 0;
    background: #fff;
}

.certifications-center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.certifications-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.certification-item {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.certification-item img {
    max-width: 100%;
    height: auto;
}

/* �ͻ��������� */
.testimonials-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.testimonials-center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-item {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.testimonial-content {
    margin-bottom: 20px;
}

.quote-icon {
    color: #0066cc;
    opacity: 0.3;
    margin-bottom: 15px;
}

.testimonial-content p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-style: italic;
    margin: 0;
}

.testimonial-author strong {
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.testimonial-author span {
    font-size: 14px;
    color: #666;
}

/* �����������?*/
.partners-section {
    padding: 60px 0;
    background: #fff;
}

.partners-center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
    align-items: center;
}

.partner-item {
    text-align: center;
    padding: 15px;
}

.partner-item img {
    max-width: 100%;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.partner-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* CTA���� */
.cta-section {
    background: linear-gradient(135deg, #0066cc 0%, #2563eb 100%);
    padding: 100px 0;
    color: #fff;
    margin: 60px 0 0 0;
}

.cta-center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cta-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.cta-content p {
    font-size: 20px;
    opacity: 0.95;
    margin: 0 0 50px 0;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn {
    padding: 18px 45px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.cta-btn-primary {
    background: #fff;
    color: #0066cc;
}

.cta-btn-primary:hover {
    background: #f0f0f0;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.cta-btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
}

/* ��ҳ����������Ӧʽ���� */
@media (max-width: 1200px) {
    .statistics-center,
    .advantages-center,
    .testimonials-center,
    .partners-center,
    .cta-center,
    .certifications-center {
        padding: 0 20px;
    }
}

@media (max-width: 992px) {
    .statistics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .certifications-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .partners-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .statistics-center,
    .advantages-center,
    .testimonials-center,
    .partners-center,
    .cta-center,
    .certifications-center {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .statistics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .stat-number {
        font-size: 40px;
    }
    
    .advantages-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .certifications-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .partners-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .cta-content h2 {
        font-size: 36px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
    
    .statistics-center,
    .advantages-center,
    .testimonials-center,
    .partners-center,
    .cta-center,
    .certifications-center {
        padding: 0 20px;
    }
    
    .section-header h2 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .statistics-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .certifications-grid {
        grid-template-columns: 1fr;
    }
    
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cta-content h2 {
        font-size: 28px;
    }
    
    .cta-content p {
        font-size: 16px;
    }
}

/* ===================================
   ��ҳ��ҵ���Ż���ʽ
   =================================== */

/* ͳ���������� - ��ǿ�Ӿ�Ч�� */
.statistics-section {
    position: relative;
    overflow: visible;
}

.statistics-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></svg>') repeat;
    opacity: 0.3;
}

.stat-item {
    position: relative;
    z-index: 1;
}

.stat-icon {
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* ��˾�������� - ��ǿ��ƬЧ�� */
.advantage-item {
    position: relative;
    overflow: visible;
}

.advantage-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0066cc, #2563eb);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.advantage-item:hover::before {
    transform: scaleX(1);
}

.advantage-icon {
    position: relative;
}

.advantage-icon::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px dashed #0066cc;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.advantage-item:hover .advantage-icon::after {
    opacity: 0.3;
}

/* CTA���� - ��ǿ�Ӿ�Ч�� */
.cta-section {
    position: relative;
    overflow: visible;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-section::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-btn {
    position: relative;
    overflow: visible;
}

.cta-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.cta-btn:hover::before {
    width: 300px;
    height: 300px;
}

/* ��Ʒ��Ƭ�Ż� */
.featured-products-item,
.hot-products-item {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.featured-products-item:hover,
.hot-products-item:hover {
    transform: translateY(-8px);
}

/* ���������Ż� */
.index-news-box li a {
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    padding-left: 15px;
}

.index-news-box li a:hover {
    border-left-color: #0066cc;
    background: #f8f9fa;
}

/* ���������Ż� */
.quick-links-box li a {
    position: relative;
    padding-left: 20px;
}

.quick-links-box li a::before {
    content: '��';
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.quick-links-box li a:hover::before {
    opacity: 1;
    left: 5px;
}

/* �ͻ����������Ż� */
.testimonial-item {
    position: relative;
}

.testimonial-item::before {
    content: '"';
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 80px;
    color: #0066cc;
    opacity: 0.1;
    font-family: Georgia, serif;
    line-height: 1;
}

/* ������������Ż�?*/
.partner-item {
    transition: all 0.3s ease;
}

.partner-item:hover {
    transform: scale(1.1);
}

/* ֤�������Ż� */
.certification-item {
    transition: all 0.3s ease;
}

.certification-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* ���嶯��Ч�� */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.statistics-section,
.advantages-section,
.certifications-section,
.testimonials-section,
.partners-section,
.cta-section {
    animation: fadeInUp 0.6s ease-out;
}

/* ��Ӧʽ�Ż� */
@media (max-width: 768px) {
    .stat-number {
        font-size: 36px;
    }
    
    .section-header h2 {
        font-size: 28px;
    }
    
    .cta-content h2 {
        font-size: 32px;
    }
    
    .advantage-icon {
        width: 60px;
        height: 60px;
    }
}

/* ���ض��� */
.loading-skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* ===================================
   FAQ������ʽ
   =================================== */
.faq-section {
    padding: 80px 0;
    background: #fff;
}

.faq-center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.faq-item {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 12px;
    border-left: 4px solid #0066cc;
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.faq-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
}

.faq-item p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* ===================================
   Newsletter������ʽ
   =================================== */
.newsletter-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 80px 0;
    color: #fff;
}

.newsletter-center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.newsletter-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.newsletter-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.newsletter-content p {
    font-size: 18px;
    opacity: 0.9;
    margin: 0 0 30px 0;
}

.newsletter-form {
    display: flex;
    gap: 15px;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-form input {
    flex: 1;
    padding: 15px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    backdrop-filter: blur(10px);
}

.newsletter-form input::placeholder {
    color: rgba(255,255,255,0.6);
}

.newsletter-form input:focus {
    outline: none;
    background: rgba(255,255,255,0.15);
}

.newsletter-form button {
    padding: 15px 30px;
    background: #0066cc;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    background: #0052a3;
    transform: translateY(-2px);
}

/* ��Ӧʽ���� */
@media (max-width: 768px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
    
    .newsletter-form button {
        width: 100%;
    }
    
    .newsletter-content h2 {
        font-size: 28px;
    }
}

/* ============================================
   ���ʻ���ҳ��ʽ - International Homepage Styles
   ============================================ */

/* ͨ������ */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================
   1. HERO SECTION - ȫ��Ӣ������
   ============================================ */
.hero-section-intl {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-bg-gradient {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0a1929 0%, #1a365d 50%, #2563eb 100%);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
}

.hero-text {
    max-width: 700px;
}

.hero-tagline {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 64px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 30px 0;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}

.hero-description {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0 0 40px 0;
}

.hero-cta-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 36px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-btn-primary {
    background: #fff;
    color: #0066cc;
}

.hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.hero-btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

.hero-stats {
    display: flex;
    gap: 40px;
}

.hero-stat {
    text-align: center;
}

.hero-stat-number {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.hero-stat-label {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 8px;
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.scroll-arrow {
    width: 24px;
    height: 24px;
    margin: 10px auto 0;
    border-right: 2px solid rgba(255, 255, 255, 0.7);
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    transform: rotate(45deg);
    animation: scrollBounce 2s infinite;
}

@keyframes scrollBounce {
    0%, 100% { transform: rotate(45deg) translate(0, 0); }
    50% { transform: rotate(45deg) translate(5px, 5px); }
}

/* ============================================
   2. ABOUT SECTION
   ============================================ */
.about-section-intl {
    padding: 120px 0;
    background: #fff;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.section-label {
    display: inline-block;
    color: #0066cc;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0 0 30px 0;
}

.about-text {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin: 0 0 40px 0;
}

.about-features {
    display: grid;
    gap: 20px;
    margin-bottom: 30px;
}

.about-feature {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.feature-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6f0ff;
    border-radius: 12px;
    color: #0066cc;
}

.feature-text h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
}

.feature-text p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.about-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0066cc;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-link:hover {
    gap: 15px;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.stat-card {
    background: #f8f9fa;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.stat-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6f0ff;
    border-radius: 50%;
    color: #0066cc;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #0066cc;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 16px;
    color: #666;
}

/* ============================================
   3. INDUSTRIES SECTION
   ============================================ */
.industries-section-intl {
    padding: 100px 0;
    background: #f8f9fa;
}

.section-header-center {
    text-align: center;
    margin-bottom: 60px;
}

.section-description {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 600px;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.industry-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

.industry-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: #0066cc;
}

.industry-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6f0ff;
    border-radius: 50%;
    color: #0066cc;
}

.industry-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
}

.industry-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   4. PRODUCTS SECTION
   ============================================ */
.products-section-intl {
    padding: 100px 0;
    background: #fff;
}

.product-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.product-category-card {
    display: block;
    background: #f8f9fa;
    border-radius: 16px;
    overflow: visible;
    transition: all 0.3s ease;
    text-decoration: none;
}

.product-category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.category-image {
    width: 100%;
    height: 200px;
    overflow: visible;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-category-card:hover .category-image img {
    transform: scale(1.1);
}

.category-content {
    padding: 25px;
}

.category-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
}

.category-link {
    color: #0066cc;

    font-size: 14px;
}

.products-cta {
    text-align: center;
}

.btn {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #0066cc;
    color: #fff;
}

.btn-primary:hover {
    background: #0052a3;
    transform: translateY(-2px);
}

.btn-large {
    padding: 18px 45px;
    font-size: 18px;
}

/* ============================================
   5. WHY CHOOSE SECTION
   ============================================ */
.why-choose-section-intl {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e6f0ff 100%);
}

.why-choose-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.advantages-list {
    display: grid;
    gap: 30px;
}

.advantage-item {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.advantage-number {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0066cc;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 12px;
}

.advantage-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
}

.advantage-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.why-choose-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual-card {
    background: #fff;
    padding: 60px 50px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.visual-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6f0ff;
    border-radius: 50%;
    color: #0066cc;
}

.visual-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
}

.visual-card p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* ============================================
   6. CERTIFICATIONS SECTION
   ============================================ */
.certifications-section-intl {
    padding: 80px 0;
    background: #fff;
}

.certifications-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-top: 50px;
}

.certifications-text p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 0 0 30px 0;
}

.standards-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.standards-list li {
    padding: 12px 0 12px 30px;
    position: relative;
    font-size: 16px;
    color: #333;
}

.standards-list li::before {
    content: '?';
    position: absolute;
    left: 0;
    color: #0066cc;
    font-weight: bold;
}

.certifications-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.cert-logo {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
}

.cert-logo img {
    max-width: 100%;
    height: auto;
}

/* ============================================
   7. GLOBAL SECTION
   ============================================ */
.global-section-intl {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a1929 0%, #1a365d 100%);
    color: #fff;
}

.global-section-intl .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.global-stats {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.global-stat {
    text-align: center;
}

.global-stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.global-stat-label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
}

.world-map-placeholder {
    width: 100%;
    max-width: 600px;
}

.world-map-svg {
    width: 100%;
    height: auto;
}

.location-dot {
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; r: 8; }
    50% { opacity: 0.5; r: 12; }
}

/* ============================================
   8. TESTIMONIALS SECTION
   ============================================ */
.testimonials-section-intl {
    padding: 100px 0;
    background: #f8f9fa;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.testimonial-quote {
    color: #0066cc;
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-style: italic;
    margin: 0 0 25px 0;
}

.testimonial-author strong {
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.testimonial-author span {
    font-size: 14px;
    color: #666;
}

/* ============================================
   9. CTA SECTION
   ============================================ */
.cta-section-intl {
    padding: 100px 0;
    background: linear-gradient(135deg, #0066cc 0%, #2563eb 100%);
    color: #fff;
}

.cta-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.cta-content p {
    font-size: 20px;
    opacity: 0.95;
    margin: 0 0 40px 0;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 40px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn-primary {
    background: #fff;
    color: #0066cc;
}

.cta-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.cta-btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
}

.cta-contact-info {
    font-size: 16px;
    opacity: 0.9;
}

.cta-contact-info a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

/* ============================================
   ��Ӧʽ���?
   ============================================ */
@media (max-width: 992px) {
    .hero-title {
        font-size: 48px;
    }
    
    .about-grid,
    .why-choose-grid,
    .certifications-content,
    .global-section-intl .container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .industries-grid,
    .product-categories-grid,
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .section-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .hero-section-intl {
        min-height: 80vh;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-cta-buttons {
        flex-direction: column;
    }
    
    .hero-stats {
        gap: 20px;
    }
    
    .hero-stat-number {
        font-size: 28px;
    }
    
    .industries-grid,
    .product-categories-grid,
    .testimonials-grid,
    .certifications-logos {
        grid-template-columns: 1fr;
    }
    
    .about-stats {
        grid-template-columns: 1fr;
    }
    
    .global-stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .cta-content h2 {
        font-size: 32px;
    }
}

/* ===================================
   Footer Styles (Optimized)
   =================================== */
.footer {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 50px 0 30px;
    margin-top: 60px;
}

.footer-copyright {
    padding: 0;
}

.footer-copyright .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.footer-copyright-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.copyright-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.footer-social {
    display: flex;
    gap: 15px;
    align-items: center;
}

.social-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.social-icon:hover {
    background: #2563eb;
    color: #fff;
    transform: translateY(-4px);
    border-color: #2563eb;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
}

.social-icon svg {
    width: 18px;
    height: 18px;
}

/* Back to Top Button */
.back-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.5);
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
}

.back-top svg {
    width: 20px;
    height: 20px;
}

/* Footer Responsive */
@media (max-width: 768px) {
    .footer {
        padding: 40px 0 25px;
    }
    
    .footer-copyright .container {
        padding: 0 20px;
    }
    
    .footer-copyright-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .copyright-text {
        font-size: 14px;
    }
    
    .social-icon {
        width: 38px;
        height: 38px;
    }
    
    .back-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 576px) {
    .footer {
        padding: 35px 0 20px;
        margin-top: 40px;
    }
    
    .footer-social {
        gap: 12px;
    }
    
    .social-icon {
        width: 36px;
        height: 36px;
    }
    
    .social-icon svg {
        width: 16px;
        height: 16px;
    }
}

/* ===================================
   Hero Banner Slider (Full Screen)
   =================================== */
.hero-banner-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: visible;
}

.hero-banner-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
    z-index: 0;
}

.hero-banner-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.hero-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.85) 0%, rgba(30, 58, 138, 0.75) 50%, rgba(37, 99, 235, 0.65) 100%);
}

.hero-banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}

.hero-banner-inner {
    max-width: 900px;
    text-align: center;
    color: #fff;
}

.hero-banner-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 12px 24px;
    border-radius: 50px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: fadeInDown 0.6s ease;
}

.hero-banner-badge span {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.hero-banner-title {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 25px 0;
    letter-spacing: -1.5px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.8s ease 0.2s both;
}

.hero-banner-subtitle {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 45px 0;
    opacity: 0.95;
    line-height: 1.5;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 0.8s ease 0.4s both;
}

.hero-banner-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    animation: fadeInUp 0.8s ease 0.6s both;
}

.hero-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: #fff;
    color: #1e3a8a;
    text-decoration: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 700;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    background: #f8f9fa;
}

.hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: transparent;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 700;
    border: 2px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    transform: translateY(-3px);
}

/* Navigation Buttons */
.hero-banner-prev,
.hero-banner-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-banner-prev:hover,
.hero-banner-next:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.1);
}

.hero-banner-prev {
    left: 40px;
}

.hero-banner-next {
    right: 40px;
}

/* Dots Indicator */
.hero-banner-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.hero-banner-dot {
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.hero-banner-dot:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: scale(1.2);
}

.hero-banner-dot.active {
    background: #fff;
    border-color: #fff;
    width: 40px;
    border-radius: 7px;
}

/* Progress Bar */
.hero-banner-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 10;
}

.hero-banner-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
    width: 0%;
    transition: width 0.1s linear;
}

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hero Banner Responsive */
@media (max-width: 1200px) {
    .hero-banner-title {
        font-size: 54px;
    }
    
    .hero-banner-subtitle {
        font-size: 20px;
    }
    
    .hero-banner-prev,
    .hero-banner-next {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 992px) {
    .hero-banner-slider {
        height: 80vh;
        min-height: 500px;
    }
    
    .hero-banner-title {
        font-size: 46px;
    }
    
    .hero-banner-subtitle {
        font-size: 18px;
    }
    
    .hero-btn-primary,
    .hero-btn-secondary {
        padding: 16px 32px;
        font-size: 16px;
    }
    
    .hero-banner-prev {
        left: 20px;
    }
    
    .hero-banner-next {
        right: 20px;
    }
}

@media (max-width: 768px) {
    .hero-banner-slider {
        height: 70vh;
        min-height: 450px;
    }
    
    .hero-banner-content {
        padding: 0 20px;
    }
    
    .hero-banner-title {
        font-size: 36px;
    }
    
    .hero-banner-subtitle {
        font-size: 16px;
        margin-bottom: 35px;
    }
    
    .hero-banner-cta {
        flex-direction: column;
        gap: 15px;
    }
    
    .hero-btn-primary,
    .hero-btn-secondary {
        width: 100%;
        justify-content: center;
        padding: 16px 30px;
    }
    
    .hero-banner-prev,
    .hero-banner-next {
        width: 45px;
        height: 45px;
    }
    
    .hero-banner-dots {
        bottom: 30px;
        gap: 10px;
    }
    
    .hero-banner-dot {
        width: 12px;
        height: 12px;
    }
    
    .hero-banner-dot.active {
        width: 32px;
    }
}

@media (max-width: 576px) {
    .hero-banner-slider {
        height: 65vh;
        min-height: 400px;
    }
    
    .hero-banner-title {
        font-size: 28px;
    }
    
    .hero-banner-subtitle {
        font-size: 15px;
    }
    
    .hero-banner-badge {
        padding: 10px 20px;
    }
    
    .hero-banner-badge span {
        font-size: 13px;
    }
    
    .hero-banner-prev,
    .hero-banner-next {
        width: 40px;
        height: 40px;
    }
    
    .hero-banner-prev {
        left: 15px;
    }
    
    .hero-banner-next {
        right: 15px;
    }
}

/* ===================================
   产品分类侧边栏 - 黑白极简风格
   =================================== */

/* ===================================
   ���ո��ǣ�ǿ���Ƴ���Ʒ��Ƭ���б߿�
   =================================== */
.product-card,
.product-card:hover,
.product-card:active,
.product-card:focus,
.product-card:focus-within,
.product-card:focus-visible,
.product-card:visited,
.product-card.selected,
.product-card *,
.product-inner,
.product-inner *,
.product-info,
.product-info * {
    border: none !important;
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
    outline: none !important;
    outline-width: 0 !important;
    outline-style: none !important;
    outline-color: transparent !important;
    box-shadow: none !important;
}

/* ===================================
   �Ƴ���Ʒ��Ƭ�ڲ����б����ͱ߿�
   =================================== */
.product-card,
.product-inner,
.product-info,
.product-image-wrapper,
.product-image-zoom,
.product-image-link,
.product-thumb-img {
    background: transparent !important;
    border: none !important;
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

/* ===================================
   ��ƷͼƬ�Ż�����ͼ�޷�ƴ��
   =================================== */
.product-card {
    padding: 0 !important;
    margin: 0 !important;
}

.product-inner {
    padding: 0 !important;
    margin: 0 !important;
}

.product-image-wrapper,
.product-image-zoom {
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

.product-image-zoom img,
.product-thumb-img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    display: block !important;
}

.product-info {
    padding: 8px 0 !important;
    margin: 0 !important;
}

.product-title {
    margin: 0 !important;
    padding: 0 !important;
}

/* ===================================
   ��ƷͼƬ�����߿��Ƴ����м��
   =================================== */
.product-card {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
}

.product-inner {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.product-image-wrapper,
.product-image-zoom,
.product-image-link {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 280px !important;
    display: block !important;
    overflow: hidden !important;
}

.product-image-zoom img,
.product-thumb-img,
.product-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.product-info {
    padding: 8px 0 !important;
    margin: 0 !important;
    line-height: normal !important;
    font-size: 14px !important;
}

/* ===================================
   ��Ʒ������С��࣬ͼƬ��������
   =================================== */
.products-grid {
    gap: 8px !important;
}

.product-card {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.product-inner {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.product-image-wrapper,
.product-image-zoom,
.product-image-link {
    width: 100% !important;
    height: 280px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.product-image-zoom img,
.product-thumb-img,
.product-image-wrapper img,
.product-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

/* ===================================
   �Ƴ����в�Ʒ���ֿհ�
   =================================== */
.products-layout {
    padding: 0 !important;
    margin: 0 auto !important;
    gap: 0 !important;
}

.products-content {
    padding: 0 !important;
    margin: 0 !important;
}

.products-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

/* 强制覆盖所有可能的display设置 */
.products-grid:not(.list-view) {
    display: grid !important;
}

.product-card {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

.product-inner {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

.product-image-wrapper,
.product-image-zoom,
.product-image-link {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 280px !important;
}

.product-image-zoom img,
.product-thumb-img,
.product-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ===================================
   ��С��������ȣ����Ӳ�Ʒ�������
   =================================== */
.products-sidebar {
    flex: 0 0 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    width: 200px !important;
}

.products-content {
    flex: 1 !important;
    width: auto !important;
}

.products-grid {
    width: 100% !important;
    gap: 8px !important;
}

.product-card {
    width: 100% !important;
}

/* ��Ӧʽ���� */
@media (max-width: 1200px) {
    .products-sidebar {
        flex: 0 0 180px !important;
        min-width: 180px !important;
        max-width: 180px !important;
        width: 180px !important;
        flex-shrink: 0 !important;
    }

    .single-product-layout {
        flex-direction: row !important;
    }

    .single-product-content {
        flex: 1 !important;
        min-width: 0 !important;
        width: auto !important;
    }
}

@media (max-width: 768px) {
    .products-layout,
    .single-product-layout {
        flex-direction: column !important;
    }

    .products-sidebar {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .products-content,
    .single-product-content {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex: 1 !important;
    }

    .single-product-new-layout {
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
    }

}

@media (max-width: 768px) {
    .single-product-layout {
        padding: 10px 0 !important;
        gap: 12px !important;
    }

    .products-sidebar {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .single-product-content {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .single-product-new-layout {
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
    }

}

/* ===================================
   Tablet Landscape Fix - Ensure Content Visibility
   =================================== */
@media (min-width: 901px) and (max-width: 1200px) {
    .single-product-new-layout {
        overflow: visible !important;
        min-height: auto !important;
        height: auto !important;
    }

    .product-top-section {
        flex-wrap: wrap !important;
    }

    .product-image-area {
        flex: 0 0 240px !important;
        max-width: 240px !important;
        min-width: 240px !important;
    }

    .product-info-area {
        flex: 1 !important;
        min-width: 0 !important;
        overflow: visible !important;
    }

    .product-gallery-section,
    .product-description-section {
        overflow: visible !important;
    }

    .product-gallery-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
    }

    .product-content-new img {
        max-width: 100% !important;
        height: auto !important;
    }

    .product-content-new table {
        width: 100% !important;
        max-width: 100% !important;
        table-layout: fixed !important;
    }
}
/* 993px-1200px: 平板横屏 - 侧边栏180px，row布局 */
@media (min-width: 993px) and (max-width: 1200px) {
    .single-product-layout {
        flex-direction: row !important;
        gap: 20px !important;
        padding: 15px 0 !important;
    }

    .products-sidebar {
        flex: 0 0 180px !important;
        max-width: 180px !important;
        min-width: 180px !important;
        width: 180px !important;
        flex-shrink: 0 !important;
    }

    .single-product-content {
        flex: 1 !important;
        min-width: 0 !important;
        width: auto !important;
    }

    .single-product-new-layout {
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
    }

    .product-top-section {
        gap: 20px !important;
        padding: 12px 15px !important;
        flex-wrap: wrap !important;
    }

    .product-image-area {
        flex: 0 0 260px !important;
        max-width: 260px !important;
        min-width: 260px !important;
    }

    .product-info-area {
        flex: 1 !important;
        min-width: 0 !important;
    }

    .product-gallery-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
    }
}

/* 901px-992px: 小平板横屏 - 侧边栏200px，row布局 */
@media (min-width: 901px) and (max-width: 992px) {
    .single-product-layout {
        flex-direction: row !important;
        gap: 20px !important;
        padding: 12px 0 !important;
    }

    .products-sidebar {
        flex: 0 0 200px !important;
        max-width: 200px !important;
        min-width: 200px !important;
        width: 200px !important;
        flex-shrink: 0 !important;
    }

    .single-product-content {
        flex: 1 !important;
        min-width: 0 !important;
        width: auto !important;
    }

    .single-product-new-layout {
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
    }

    .product-top-section {
        gap: 20px !important;
        padding: 12px 15px !important;
        flex-wrap: wrap !important;
    }

    .product-image-area {
        flex: 0 0 240px !important;
        max-width: 240px !important;
        min-width: 240px !important;
    }

    .product-info-area {
        flex: 1 !important;
        min-width: 0 !important;
    }

    .product-gallery-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
    }
}








