        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Helvetica Neue', Arial, sans-serif;
        }
        
        a {
          text-decoration: none;color: #666;
        }
        body {
            background-color: #ffffff;
            color: #333;
            font-size: 14px;
            line-height: 1.6;
            overflow-x: hidden;
            min-width: 320px;
            max-width: 100%;
            margin: 0 auto;
        }
                
        /* 面包屑导航 */
        .breadcrumb {
            max-width: 1600px;
            margin: 20px auto 20px;
            padding: 0 5px 0 10px;
        }
        
        .breadcrumb-links {
            display: flex;
            list-style: none;
            align-items: center;
            flex-wrap: wrap;
        }
        
        .breadcrumb-item {
            font-size: 13px;
            color: #666;
            display: flex;
            align-items: center;
        }
        
        .breadcrumb-item a {
            color: #666;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .breadcrumb-item a:hover {
            color: #000;
            text-decoration: underline;
        }
        
        .breadcrumb-divider {
            margin: 0 10px;
            color: #999;
        }
        
        .breadcrumb-item.active {
            color: #000;
            font-weight: 500;
        }
        /* 顶部通知栏 */
        .top-notice {
            background-color: #000;
            color: #fff;
            text-align: center;
            padding: 10px 0;
            font-size: 12px;
            letter-spacing: 0.5px;
        }
        
        /* 语言选择栏 */
        .language-bar {
            background-color: #f5f5f5;
            border-bottom: 1px solid #e5e5e5;
            padding: 8px 0;
            text-align: center;
            font-size: 12px;
        }
        
        .language-bar a {
            color: #666;
            text-decoration: none;
            margin: 0 10px;
        }
        
        .language-bar a.active {
            color: #000;
            font-weight: 500;
        }
        
        /* 顶部工具条 */
        .top-tools {
            background-color: #fff;
            border-bottom: 1px solid #e5e5e5;
            padding: 15px;
            position: relative;
            height: 80px;
        }
        
        .tools-container {
            max-width: 1600px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 100%;
        }
        
        .search-container {
            flex: 1;
            position: relative;
            display: flex;
        }
        
        .search-box {
            display: flex;
            align-items: center;
            position: relative;
            width: 100%;
        }
        
        .search-icon {
            color: #333;
            font-size: 16px;
            margin-right: 10px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }
        
        .search-input {
            width: 100%;
            padding: 8px 0 8px 25px;
            max-width: 200px;
            background: transparent;
            border: none;
            border-bottom: 1px solid #ccc;
            outline: none;
            font-size: 14px;
            transition: border-color 0.3s ease;
        }
        
        .search-input:focus {
            border-bottom-color: #333;
        }
        
        /* 热门搜索下拉 */
        .search-dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background: white;
            border: 1px solid #e5e5e5;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            z-index: 1001;
            display: none;
            padding: 10px 0;
            max-height: 300px;
            overflow-y: auto;
        }
        
        .search-dropdown.active {
            display: block;
        }
        
        .search-dropdown h4 {
            padding: 8px 15px;
            font-size: 12px;
            color: #999;
            text-transform: uppercase;
            letter-spacing: 1px;
            border-bottom: 1px solid #eee;
            margin-bottom: 5px;
        }
        
        .hot-search-list {
            list-style: none;
        }
        
        .hot-search-item {
            padding: 8px 15px;
            cursor: pointer;
            transition: background 0.2s;
            display: flex;
            align-items: center;
        }
        
        .hot-search-item:hover {
            background: #f9f9f9;
        }
        
        .hot-search-item i {
            margin-right: 10px;
            color: #ccc;
            width: 16px;
            text-align: center;
        }
        
        /* 中间LOGO */
        .logo-container {
            flex: 1;
            display: flex;
            justify-content: center;
        }
        
        .logo {
            font-family: 'Times New Roman', serif;
            font-size: 38px;
            font-weight: 400;
            letter-spacing: 2px;
            color: #000;
            text-decoration: none;
        }
        
        /* 右侧用户工具 */
        .user-tools {
            flex: 1;
            display: flex;
            justify-content: flex-end;
        }
        
        .tool-item {
            display: flex;
            align-items: center;
            margin-left: 30px;
            color: #333;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .tool-item:hover {
            color: #8a8a8a;
        }
        
        .tool-icon {
            font-size: 20px;
            margin-right: 5px;
        }
        
        /* 导航栏样式 */
        .hermes-nav {
            background-color: #fff;
            border-bottom: 1px solid #e5e5e5;
            position: sticky;
            top: 0;
            z-index: 1000;
            padding: 0 30px;
        }
        
        .nav-container {
            max-width: 1600px;
            margin: 0 auto;
            position: relative;
        }
        
        /* 一级导航菜单 */
        .main-nav {
            display: flex;
            list-style: none;
            justify-content: center;
        }
        
        .nav-item {
            position: relative;
            padding: 20px 25px;
        }
        
        .nav-link {
            color: #333;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 14px;
            font-weight: 500;
            position: relative;
            display: inline-flex;
            align-items: center;
            transition: color 0.3s ease;
        }
        
        .nav-link .arrow-icon {
            font-size: 10px;
            margin-left: 6px;
            transition: transform 0.3s ease;
        }
        
        .nav-item:hover .arrow-icon {
            transform: rotate(180deg);
        }
        
        .nav-link:hover {
            color: #8a8a8a;
        }
        
        .nav-link::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 2px;
            background-color: #333;
            transition: width 0.3s ease;
        }
        
        .nav-link:hover::after {
            width: 100%;
        }
        
        /* 二级菜单 */
        .sub-menu-container {
            position: absolute;
            top: 100%;
            left: 0;
            background-color: #fff;
            border-top: 1px solid #e5e5e5;
            padding: 15px 0;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s ease;
            z-index: 999;
            box-shadow: 0 10px 20px rgba(0,0,0,0.05);
            min-width: 220px;
            white-space: nowrap;
        }
        
        .nav-item:hover .sub-menu-container {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        
 
        
        .sub-menu {
            list-style: none;
            padding: 0;
        }
        
        .sub-item {
            position: relative;
        }
        
        .sub-link {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 25px;
            color: #666;
            text-decoration: none;
            font-size: 13px;
            transition: all 0.3s ease;
        }
        
        .sub-link .arrow-icon {
            font-size: 10px;
            margin-left: 8px;
            opacity: 0.5;
        }
        
        .sub-link:hover {
            color: #333;
            background: #f9f9f9;
        }
        
        /* 三级菜单 */
        .third-menu {
            position: absolute;
            top: 0;
            left: 100%;
            background-color: #fff;
            min-width: 220px;
            box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
            opacity: 0;
            visibility: hidden;
            transform: translateX(10px);
            transition: all 0.3s ease;
            z-index: 1000;
        }
        
        .sub-item:hover .third-menu {
            opacity: 1;
            visibility: visible;
            transform: translateX(0);
        }
        
        .third-item {
            padding: 8px 20px;
        }
        
        .third-link {
            display: block;
            padding: 8px 15px;
            color: #666;
            text-decoration: none;
            font-size: 13px;
            transition: all 0.3s ease;
        }
        
        .third-link:hover {
            color: #333;
            background: #f9f9f9;
        }
        
        /* 移动端菜单按钮 */
        .mobile-menu-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: #333;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }
        
        /* 移动端搜索按钮 */
        .mobile-search-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 20px;
            cursor: pointer;
            color: #333;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            margin-right: 10px;
        }
        
        /* 移动端菜单 */
        .mobile-nav {
            position: fixed;
            top: 0;
            left: -100%;
            width: 320px;
            height: 100vh;
            background-color: #fff;
            z-index: 1100;
            transition: left 0.4s ease;
            overflow-y: auto;
            box-shadow: 2px 0 10px rgba(0,0,0,0.1);
        }
  
        .mobile-nav.active {
            left: 0;
        }
        
        .mobile-nav-header {
            padding: 20px;
            border-bottom: 1px solid #e5e5e5;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .mobile-logo {
            font-family: 'Times New Roman', serif;
            font-size: 24px;
            font-weight: 400;
            letter-spacing: 1px;
            color: #000;
        }
        
        .mobile-close {
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: #333;
        }
        
        .mobile-nav-list {
            list-style: none;
            padding: 20px 0;
        }
        .mobile-nav-list a{
            color: #555;
        }
        
        .mobile-nav-item {
            border-bottom: 1px solid #eee;
        }
        
        .mobile-nav-link {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 20px;
            color: #333;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 500;
            position: relative;
        }
        
        .mobile-sub-link i,.mobile-nav-link i {
            transition: transform 0.3s ease;
        }
        
        .mobile-sub-link.active i,.mobile-nav-link.active i {
            transform: rotate(180deg);
        }
        
        .mobile-sub-menu {
            list-style: none;
            background-color: #f9f9f9;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
        }
        
        .mobile-sub-menu.active {
            max-height: 1000px;
        }
        
        .mobile-sub-item {
            padding: 12px 20px 12px 35px;
            border-bottom: 1px solid #eee;
        }
        
        .mobile-sub-link {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #666;
            text-decoration: none;
            font-size: 13px;
        }
        
        /* 三级移动菜单 */
        .mobile-third-menu {
            list-style: none;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
        }
        
        .mobile-third-menu.active {
            max-height: 1000px;
        }
        
        .mobile-third-item {
            padding: 10px 20px 10px 45px;
            border-bottom: 1px solid #e5e5e5;
        }
        
        .mobile-third-link {
            display: block;
            color: #666;
            text-decoration: none;
            font-size: 13px;
        }
        
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            z-index: 1099;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease;
        }
        
        .overlay.active {
            opacity: 1;
            visibility: visible;
        }

  /* 首页主视觉区域 */
        .hero {
            position: relative;
            width: 100%;
            height: 70vh;
            overflow: hidden;
            touch-action: pan-y;
        }
        
        .hero-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            opacity: 0;
            transition: opacity 1s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .hero-slide.active {
            opacity: 1;
        }
        
        .hero-content {
            text-align: center;
            color: white;
            max-width: 800px;
            padding: 0 20px;
        }
        
        .hero-title {
            font-size: 48px;
            font-weight: 400;
            letter-spacing: 2px;
            margin-bottom: 20px;
            font-family: 'Times New Roman', serif;
            text-transform: uppercase;
        }
        
        .hero-subtitle {
            font-size: 18px;
            margin-bottom: 30px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            font-weight: 300;
        }
        
        .hero-btn {
            display: inline-block;
            padding: 12px 30px;
            background-color: transparent;
            color: white;
            border: 1px solid white;
            text-decoration: none;
            font-size: 14px;
            letter-spacing: 1px;
            text-transform: uppercase;
            transition: all 0.3s ease;
        }
        
        .hero-btn:hover {
            background-color: white;
            color: #333;
        }
         /* 轮播图指示器 */
        .hero-indicators {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 10;
        }
        
        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255,255,255,0.5);
            cursor: pointer;
            transition: background 0.3s ease;
        }
        
        .indicator.active {
            background: white;
        }
        /* 产品类别展示 */
        .category-section {
            padding: 10px 5px;
            max-width: 1600px;
            margin: 30px auto 0;
        }
        .category-section a{
            color: #555;
        }
        
        .section-title {
            text-align: center;
            font-size: 24px;
            font-weight: 400;
            margin-bottom: 40px;
            letter-spacing: 2px;
            text-transform: uppercase;
        }
        
        .categories-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
        }
        
        .category-card {
            position: relative;
            height: 400px;
            overflow: hidden;
        }
        
        .category-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .category-card:hover .category-image {
            transform: scale(1.05);
        }
        
        .category-info {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 25px;
            background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
            color: white;
        }
        
        .category-name {
            font-size: 20px;
            margin-bottom: 8px;
            font-weight: 400;
        }
        
        .category-desc {
            font-size: 14px;
            opacity: 0.8;
        }
        
        /* 产品展示区域 */
        .products-sectionlist,.products-section {
            padding: 0 5px 5px;
            max-width: 1600px;
            margin: 30px auto 0;
        }
        
        .products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .product-card {
            background-color: white;
            overflow: hidden;
            position: relative;
        }
        
        .product-image {
            width: 100%;
            aspect-ratio: 1;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .product-card:hover .product-image {
            transform: scale(1.03);
        }
        
        .product-info {
            padding: 20px;
            text-align: center;
        }
        
        .product-name {
            font-size: 16px;
            margin-bottom: 8px;
            font-weight: 500;
            color: #333;
        }
        
        .product-price {
            font-size: 15px;
            color: #666;
        }
        
        /* 品牌故事 */
.story-section {
    padding: 60px 20px;
    background-image: url('i.jpg');
    background-size: cover; /* 拉伸填充 */
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 40px;
}
        
        .story-content {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .story-title {
            font-size: 32px;
            font-weight: 400;
            margin-bottom: 30px;
            font-family: 'Times New Roman', serif;
            letter-spacing: 1px;
            color: #fff;
        }
        
        .story-text {
            font-size: 16px;
            line-height: 1.8;
            color: #fff;
            margin-bottom: 50px;
        }
        
        .story-btn {
            display: inline-block;
            padding: 12px 40px;
            background-color: #333;
            color: white;
            text-decoration: none;
            font-size: 14px;
            letter-spacing: 1px;
            text-transform: uppercase;
            transition: all 0.3s ease;
        }
/* 首页主视觉区域 end*/

 /* 404内容区域 */
        .error-container {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 60px 20px;
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
        }
        
        .error-icon {
            font-size: 80px;
            color: #d4af37;
            margin-bottom: 30px;
            animation: pulse 2s infinite;
        }
        
        .error-title {
            font-size: 48px;
            font-weight: 300;
            letter-spacing: 2px;
            margin-bottom: 20px;
            color: #222;
        }
        
        .error-subtitle {
            font-size: 24px;
            font-weight: 400;
            margin-bottom: 40px;
            color: #666;
        }
        
        .error-text {
            font-size: 18px;
            color: #666;
            line-height: 1.8;
            margin-bottom: 40px;
            max-width: 600px;
        }
        
        .error-actions {
            display: flex;
            gap: 20px;
            margin-top: 20px;
            flex-wrap: wrap;
            justify-content: center;
        }
        
        .home-btn {
            padding: 15px 35px;
            background: #000;
            color: white;
            border: none;
            font-size: 16px;
            cursor: pointer;
            transition: background 0.3s;
            text-transform: uppercase;
            letter-spacing: 1px;
            border-radius: 4px;
            font-weight: 500;
            text-decoration: none;
            display: inline-block;
        }
        
        .home-btn:hover {
            background: #333;
        }
        
        .browse-btn {
            padding: 15px 35px;
            background: transparent;
            color: #000;
            border: 1px solid #000;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s;
            text-transform: uppercase;
            letter-spacing: 1px;
            border-radius: 4px;
            font-weight: 500;
            text-decoration: none;
            display: inline-block;
        }
        
        .browse-btn:hover {
            background: #000;
            color: white;
        }
     /* 404内容区域end */




        
        /* 商品主區域 */
        .product-container {
            max-width: 1600px;
            margin: 5px auto 20px;
            padding: 0 10px;
            display: grid;
            grid-template-columns: 3fr 2fr;
            gap: 60px;
        }
        
        .product-gallery {
            display: flex;
            flex-direction: column;
          
        }
        
        .gallery-item {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            overflow: hidden;
            box-shadow: 0 5px 25px rgba(0,0,0,0.05);
            cursor: pointer;
            transition: all 0.3s ease;
            background-color: #f9f9f7;
        }
        
        .gallery-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }
        
        .gallery-item img {
            width: 100%;
            object-fit: contain;
        }

        .image-number {
            position: absolute;
            bottom: 20px;
            right: 20px;
            background: rgba(0,0,0,0.7);
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 14px;
        }
        
        .zoom-icon {
            position: absolute;
            top: 20px;
            right: 20px;
            background: rgba(255,255,255,0.8);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            z-index: 10;
            opacity: 0;
            transition: all 0.3s;
        }
        
        .gallery-item:hover .zoom-icon {
            opacity: 1;
        }
        
        /* 商品信息 */
        .product-infoa {
            position: sticky;
            top: 100px;
            height: fit-content;
            padding: 20px 5px;
        }
        
        .product-title {
            font-size: 32px;
            font-weight: 400;
            margin-bottom: 10px;
            letter-spacing: 1px;
            line-height: 1.3;
            color: #000;
        }
        
        .product-price,.product-reference {
            font-size: 15px;
            color: #777;
            margin-bottom: 1px;
        }
        
        .product-price {
            margin-bottom: 10px;
        }
        
        /* 尺寸選擇器 */
        .color-selector,.size-selector {
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }
        
        .color-title,.size-title {
            font-size: 14px;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #555;
        }
        
        .color-options,.size-options {
            display: flex;
            gap: 10px;
        }
        
        .color-option,.size-option {
            width: 60px;
            height: 40px;
            border: 1px solid #ddd;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.3s;
            background: #fff;
        }
        
        .color-option:hover,.size-option:hover {
            border-color: #a18a5e;
        }
        
        .color-option.selected,.size-option.selected {
            border-color: #000;
            background-color: #000;
            color: white;
        }
        
        /* 數量選擇器 */
        .quantity-selector {
            margin-bottom: 30px;
            padding-bottom: 30px;
            border-bottom: 1px solid #eee;
        }
        
        .quantity-title {
            font-size: 14px;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #555;
        }
        
        .quantity-control {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .quantity-btn {
            width: 40px;
            height: 40px;
            background: #f0f0f0;
            border: none;
            font-size: 18px;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .quantity-btn:hover {
            background: #e0e0e0;
        }
        
        .quantity-input {
            width: 60px;
            height: 40px;
            text-align: center;
            border: 1px solid #ddd;
            font-size: 16px;
        }
        
        /* 操作按鈕 */
        .action-buttons {
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin-bottom: 30px;
        }
        
        .action-btn {
            padding: 18px 30px;
            font-size: 16px;
            letter-spacing: 1px;
            cursor: pointer;
            transition: all 0.3s;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
        }
        
        .add-to-bag {
            background-color: #000;
            color: #fff;
            border: none;
        }
        
        .add-to-bag:hover {
            background-color: #333;
        }
        
        .find-in-store {
            background-color: transparent;
            color: #000;
            border: 1px solid #000;
        }
        
        .find-in-store:hover {
            background-color: #f0f0f0;
        }
        
        .wishlist-btn {
            background-color: #fff;
            color: #000;
            border: 1px solid #ddd;
        }
        
        .wishlist-btn:hover {
            background-color: #f9f9f9;
            border-color: #a18a5e;
            color: #a18a5e;
        }
        
        .wishlist-btn.active {
            background-color: #f9eaea;
            border-color: #d9534f;
            color: #d9534f;
        }
        
        .product-description {
            padding: 25px 0;
            border-top: 1px solid #eee;
        }
        
        .product-description p {
         
            color: #555;
            line-height: 1.8;
        }
        
        .detail-list {
            margin-bottom: 10px;
        }
        
        .detail-item {
            display: flex;
            justify-content: space-between;
            padding: 15px 0;
            border-bottom: 1px solid #eee;
        }
        
        .detail-label {
            font-size: 14px;
            color: #777;
        }
        
        .detail-value {
            font-size: 14px;
            color: #333;
            text-align: right;
            max-width: 60%;
        }
        
        .collapse-section {
            margin-bottom: 10px;
            border-bottom: 1px solid #eee;
        }
        
        .collapse-header {
            display: flex;
            justify-content: space-between;
            padding: 20px 0;
            cursor: pointer;
            font-size: 16px;
            font-weight: 500;
        }
        
        .collapse-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            padding: 0;
        }
        
        .collapse-content.active {
            max-height: 500px;
            padding-bottom: 20px;
        }
        
        .shipping-info {
            background-color: #f9f9f7;
            padding: 25px;
            border-radius: 3px;
            margin-top: 20px;
        }
        
        .shipping-title {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
            font-size: 16px;
        }
        
        .shipping-content {
            color: #666;
            font-size: 14px;
            line-height: 1.6;
        }
        
      







        /* 商品詳情 */
        .product-details {
            margin-top: 70px;
            padding: 0 40px;
            max-width: 1600px;
            margin-left: auto;
            margin-right: auto;
            grid-column: 1 / -1;
        }
        
        .details-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .details-title {
            font-size: 28px;
            font-weight: 400;
            margin-bottom: 15px;
            letter-spacing: 1px;
        }
        
        .details-subtitle {
            font-size: 18px;
            color: #777;
            max-width: 600px;
            margin: 0 auto;
        }
        
        .detail-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            margin-bottom: 80px;
        }
        
        .detail-card {
            padding: 30px;
            background-color: #fff;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            text-align: center;
            transition: transform 0.3s;
        }
        
        .detail-card:hover {
            transform: translateY(-5px);
        }
        
        .detail-icon {
            font-size: 32px;
            margin-bottom: 20px;
            color: #a18a5e;
        }
        
        .detail-card h3 {
            font-size: 20px;
            margin-bottom: 15px;
            font-weight: 400;
        }
        
        .detail-card p {
            color: #666;
            margin-bottom: 20px;
            line-height: 1.6;
        }
        
        .specs-title {
            font-size: 22px;
            text-align: center;
            margin-bottom: 40px;
            font-weight: 400;
            letter-spacing: 1px;
        }
        
        .specs-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .spec-item {
            padding: 25px;
            background-color: #fff;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .spec-item h4 {
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: 400;
            padding-bottom: 10px;
            border-bottom: 1px solid #eee;
        }
        
        .spec-item ul {
            list-style: none;
        }
        
        .spec-item li {
            padding: 12px 0;
            border-bottom: 1px solid #f5f5f5;
            display: flex;
            justify-content: space-between;
        }
        
        .spec-item li:last-child {
            border-bottom: none;
        }
        
        .spec-value {
            color: #777;
            font-weight: 300;
        }
        

        /* 移动端轮播 */
        .mobile-carousel {
            display: none;
            position: relative;
            overflow: hidden;
        }
        
        .swiper {
            width: 100%;
            aspect-ratio: 1 / 1; 
        }
        
        .swiper-slide {
            width: 100%;
             aspect-ratio: 1 / 1; 
            background-color: #f0ece3;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            flex-shrink: 0;
        }
        
        .swiper-slide img {
    width: 100%;
    object-fit: contain;
        }
        
        .swiper-pagination {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 14px;
        }
        
        /* 灯箱样式 */
        .lightbox {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.95);
            z-index: 2000;
            justify-content: center;
            align-items: center;
            touch-action: none;
        }
        
        .lightbox-content {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
        }
        
        .lightbox-close {
            position: absolute;
            top: 30px;
            right: 30px;
            color: white;
            font-size: 40px;
            cursor: pointer;
            z-index: 10;
            background-color: #888;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .lightbox-swiper {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .lightbox-swiper .swiper-wrapper {
            display: flex;
            align-items: center;
        }
        
        .lightbox-swiper .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            overflow: hidden;
            touch-action: none;
        }
        
        .lightbox-swiper .swiper-slide .swiper-zoom-container {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: transform 0.3s ease;
            touch-action: none;
        }
        
        .lightbox-swiper .swiper-slide img {
            object-fit: contain;
            transition: transform 0.3s ease;
            transform-origin: center;
            touch-action: none;
        }
        
        .lightbox-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            color: white;
            font-size: 24px;
            cursor: pointer;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #888;
            border-radius: 50%;
            transition: all 0.3s;
            z-index: 10;
        }
        
        .lightbox-prev {
            left: 20px;
        }
        
        .lightbox-next {
            right: 20px;
        }
        
        /* 缩放控制按钮 */
        .lightbox-zoom-controls {
            position: absolute;
            bottom: 30px;
            right: 30px;
            display: flex;
            gap: 15px;
            z-index: 10;
            padding: 10px;
            border-radius: 30px;
        }
        
        .zoom-indicator {
            position: absolute;
            bottom: 100px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0,0,0,0.7);
            color: white;
            padding: 8px 20px;
            border-radius: 20px;
            font-size: 14px;
            opacity: 0;
            transition: opacity 0.3s;
        }
        
        .zoom-indicator.visible {
            opacity: 1;
        }
        
        
        /* 媒体查询 */
        @media (max-width: 992px) {

          .lightbox-close {
            left: 15px;
            font-size: 20px;
            width: 40px;
            height: 40px;
            }
            .mobile-carousel {
                display: block;
            }

            
            .lightbox-prev {
                left: 5px;
            }
            
            .lightbox-next {
                right: 5px;
            }
        }
        
        @media (max-width: 768px) {

            .lightbox-zoom-controls {
                bottom: 20px;
                right: 5px;
            }
            
            .zoom-btn {
                width: 40px;
                height: 40px;
                font-size: 18px;
            }
            
            .lightbox-nav {
                width: 40px;
                height: 40px;
                font-size: 18px;
            }
            
        }


        /* 页脚 */
        .hermes-footer {
            background-color: #fff;
            border-top: 1px solid #e5e5e5;
            padding: 70px 20px 30px;
        }
        
        .footer-container {
            max-width: 1600px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 40px;
        }
        
        .footer-column h3 {
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 20px;
            font-weight: 500;
        }
        
        .footer-links {
            list-style: none;
        }
        
        .footer-links li {
            margin-bottom: 12px;
        }
        
        .footer-links a {
            color: #666;
            text-decoration: none;
            font-size: 13px;
            transition: color 0.3s ease;
        }
        
        .footer-links a:hover {
            color: #333;
        }
        
        .social-links {
            display: flex;
            gap: 20px;
            margin-top: 25px;
        }
        
        .social-links a {
            color: #333;
            font-size: 25px;
        }
        
        .copyright {
            text-align: center;
            padding-top: 50px;
            margin-top: 50px;
            border-top: 1px solid #e5e5e5;
            font-size: 12px;
            color: #999;
        }
        
        /* 移动端搜索框 - 修复样式 */
        .mobile-search-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: white;
            padding: 15px;
            z-index: 1200;
            display: flex;
            align-items: center;
            transform: translateY(-100%);
            transition: transform 0.3s ease;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .mobile-search-container.active {
            transform: translateY(0);
        }
        
        .mobile-search-form {
            display: flex;
            width: 100%;
            gap: 5px;
        }
        
        .mobile-search-input {
            flex: 1;
            padding: 10px 15px;
            border: 1px solid #e5e5e5;
            font-size: 16px;
            outline: none;
            border-radius: 4px;
        }
        
        /* 修复搜索按钮样式 */
        .mobile-search-btn {
            background: #333;
            border: none;
            color: white;
            border-radius: 4px;
            width: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: background 0.3s;
        }
        
        .mobile-search-btn:hover {
            background: #555;
        }
        
        .mobile-search-btn i {
            font-size: 16px;
        }
        
        .mobile-search-close {
            background: none;
            border: none;
            font-size: 24px;
            margin-left: 15px;
            color: #333;
            cursor: pointer;
            flex-shrink: 0;
        }
        
        /* 响应式设计 */
        @media (max-width: 1199px) {
            .nav-item {
                padding: 20px 18px;
            }
        }
        
        @media (max-width: 991px) {
            .top-tools {
                padding: 15px 20px;
            }
            
            .search-container {
                max-width: 250px;
            }
            
            .tool-text {
                display: none;
            }
            
            .tool-item {
                margin-left: 20px;
            }
            
            .nav-item {
                padding: 20px 15px;
            }
            .products-sectionlist{margin: 0 auto;}
        }
        
        @media (max-width: 768px) {
            .footer-container {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .top-tools {
                padding: 12px 5px;
                height: 70px;
            }
            
            .logo {
                font-size: 30px;
            }
            
            .tool-item {
                margin-left: 10px;
            }
            
            .main-nav {
                display: none;
            }
            
            .mobile-menu-toggle {
                display: block;
                left: 15px;
            }
            
            .mobile-search-toggle {
                display: block;
                left: 55px;
            }
            
            .tools-container {
                justify-content: center;
                position: relative;
            }
            
            .search-container {
                display: none;
            }
            
            .user-tools {
                position: absolute;
                right: 5px;
                top: 50%;
                transform: translateY(-50%);
            }
            
            .hermes-footer {padding: 40px 20px 40px;}
            .copyright {padding-top: 20px;margin-top:20px;}
            .story-section,.section-title{ margin-bottom: 20px;}
            .products-section,.category-section {margin-top: 20px;}
        }
        
        /* 新增样式：登录弹窗 */
        .login-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            z-index: 2000;
            justify-content: center;
            align-items: center;
        }
        
        .login-modal.active {
            display: flex;
        }
        
        .login-content {
            background: white;
            width: 100%;
            max-width: 450px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
            animation: modalFadeIn 0.4s ease;
        }
        
        @keyframes modalFadeIn {
            from { opacity: 0; transform: translateY(-50px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .login-header {
            background: #000;
            color: white;
            padding: 20px;
            text-align: center;
            position: relative;
        }
        
        .login-close {
            position: absolute;
            top: 20px;
            right: 20px;
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
        }
        
        .login-body {
            padding: 30px;
        }
        
        .login-title {
            font-size: 24px;
            text-align: center;
            margin-bottom: 25px;
            font-weight: 400;
        }
        
        .login-form-group {
            margin-bottom: 20px;
        }
        
        .login-label {
            display: block;
            margin-bottom: 8px;
            font-size: 14px;
            color: #555;
        }
        
        .login-input {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 16px;
        }
        
        .login-btn {
            display: block;
            width: 100%;
            padding: 14px;
            background: #000;
            color: white;
            border: none;
            border-radius: 4px;
            font-size: 16px;
            cursor: pointer;
            margin-top: 10px;
            transition: background 0.3s;
        }
        
        .login-btn:hover {
            background: #333;
        }
        
        .login-divider {
            text-align: center;
            margin: 25px 0;
            position: relative;
        }
        
        .login-divider::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 1px;
            background: #eee;
            z-index: 1;
        }
        
        .login-divider span {
            background: white;
            position: relative;
            z-index: 2;
            padding: 0 15px;
            color: #777;
            font-size: 14px;
        }
        
        .line-login-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #06C755;
            color: white;
            padding: 12px;
            border-radius: 4px;
            text-decoration: none;
            font-size: 16px;
            transition: background 0.3s;
        }
        
        .line-login-btn:hover {
            background: #05a84a;
        }
        
        .line-logo {
            width: 24px;
            height: 24px;
            margin-right: 10px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            color: #06C755;
            font-weight: bold;
        }
        
        .login-footer {
            text-align: center;
            padding: 20px;
            border-top: 1px solid #eee;
            font-size: 14px;
        }
        
        .login-footer a {
            color: #000;
            text-decoration: none;
            font-weight: 500;
        }
        
        /* 新增搜索按钮样式 */
        .desktop-search-btn {
            background: transparent;
            border: none;
            color: #333;
            cursor: pointer;
            padding: 8px;
            margin-left: 5px;
        }
        
        /* 加载动画 */
        .loader {
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 3px solid rgba(0,0,0,0.1);
            border-radius: 50%;
            border-top-color: #333;
            animation: spin 1s ease-in-out infinite;
            margin-right: 10px;
            vertical-align: middle;
        }
        
        @keyframes spin {
            to { transform: rotate(360deg); }
        }
        
        /* 延迟加载提示 */
        .lazy-loading {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #999;
            font-size: 14px;
        }
        
        /* 延迟加载背景 */
        .lazy-bg {
        position: absolute; width: 100%; height: 100%;
        background-color: #f5f5f5;
        background-image: url('data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==');
        background-repeat: no-repeat;
        background-position: center center;
        }
        
        /* 通知消息 - 居中显示 */
        .notification {
            position: fixed;
            top: 60%;
            left: 50%;
            transform: translateX(-50%);
            padding: 15px 25px;
            background-color: #4CAF50;
            color: white;
            border-radius: 4px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            z-index: 3000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease-in-out;
            display: flex;
            align-items: center;
            gap: 10px;
            white-space: nowrap;
        }
        
        .notification.show {
            opacity: 1;
            visibility: visible;
        }
        
        .notification.error {
            background-color: #d9534f;
        }
        
        .notification i {
            font-size: 20px;
        }
        .required-indicator {
            color: #d9534f;
            margin-left: 3px;
        }
        
        /* 手势指示器 */
        .gesture-hint {
            position: absolute;
            bottom: 60px;
            left: 50%;
            transform: translateX(-50%);
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px;
            text-align: center;
            z-index: 5;
            animation: pulse 2s infinite;
            display: none;
        }
        
        @keyframes pulse {
            0% { opacity: 0.5; }
            50% { opacity: 1; }
            100% { opacity: 0.5; }
        }
        
        /* 缩放控制 */
        .zoom-controls {
            position: absolute;
            bottom: 20px;
            right: 20px;
            display: flex;
            flex-direction: column;
            gap: 10px;
            z-index: 10;
        }
        
        .zoom-btn {
            width: 40px;
            height: 40px;
            background: rgba(51, 51, 51, 0.5);
            border-radius: 50%;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            cursor: pointer;
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
        }
        
        .zoom-btn:hover {
            background: rgba(51, 51, 51, 0.9);
        }
        
        /* 颜色和尺寸提示 */
        .selection-hint {
            font-size: 12px;
            color: #d9534f;
            margin-top: 5px;
            display: none;
        }
                /* 分页控件 */
        .pagination {
            display: flex;
            justify-content: center;
            margin: 30px auto 20px;
            padding-top: 30px;
            border-top: 1px solid #eee;
        }
        
        .pagination-item {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 5px;
            color: #333;
            text-decoration: none;
            font-size: 16px;
            border: 1px solid transparent;
            transition: all 0.3s;
            border-radius: 50%;
        }
        
        .pagination-item:hover {
            border-color: #ddd;
        }
        
        .pagination-item.active {
            border-color: #000;
            font-weight: 500;
        }
        
        .pagination-item.dots {
            border: none;
            cursor: default;
        }
        
        /* 响应式设计 */
        @media (max-width: 1200px) {
            .product-container {
                gap: 20px;
            }
            
        }
        
        @media (max-width: 992px) {
            .product-container {
                grid-template-columns: 1fr;
                margin: 5px auto 10px;
                padding: 0;
            }
            
            .product-infoa {
                position: static;padding: 5px 10px;
            }
            .product-info {
                padding: 10px;
            }

            .product-gallery {
                display: none;
            }
            .mobile-carousel {
                display: block;
            }

            .pagination-item {
            width: 30px;
            height: 30px;
            margin: 0 2px;
            font-size: 14px;
            }
            .hero {height: 50vh;}
        }
        
        @media (max-width: 768px) {

            
            .detail-cards {
                grid-template-columns: 1fr;
            }
            
            .hermes-nav,.nav-links {
                display: none;
            }
            
            .product-title {
                font-size: 28px;
            }
            .hero {height: 40vh;}
            .footer-container, .products-grid {
                grid-template-columns: repeat(2, 1fr);gap:20px;
            }
            
        }
        
        @media (max-width: 480px) {

            
            .nav-container {
                padding: 15px 20px;
            }
            
            .product-container {
                padding: 0 1px;
            }
            .action-buttons {
                flex-direction: column;
            }
            .notification {
                width: 90%;
                white-space: normal;
                text-align: center;
            }
            .hero {height: 30vh;}
        }