/* 百家产品展示小部件样式 */

.geniatech-product-showcase {
    width: 100%;
}

/* Tab导航样式 */
.geniatech-product-showcase-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 8px 8px 0 0;
    overflow: visible;
    margin-bottom: 0;
    padding: 36px 0 ;
    gap: 5px;
}

.geniatech-product-tab-item {
    padding: 15px 25px;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    background-color: transparent;
    border: none;
    outline: none;
    border-radius: 6px;
    white-space: nowrap;
}

/* 悬停样式由Elementor控制（在Elementor中设置） */

.geniatech-product-tab-item.active {
    font-weight: 600;
    /* 激活样式由Elementor控制 */
}

/* 产品内容区域 */
.geniatech-product-showcase-content {
    position: relative;
    background-color: #ffffff;
    border-radius: 0 0 8px 8px;
    overflow: visible; /* 允许轮播按钮显示在外部 */
}

.geniatech-product-tab-content {
    display: none;
}

.geniatech-product-tab-content.active {
    display: block;
}

/* 轮播容器 */
.geniatech-product-carousel {
    position: relative;
    margin-bottom: 30px;
}

.geniatech-product-carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.geniatech-product-slide {
    display: none;
    width: 100%;
}

.geniatech-product-slide.active {
    display: block;
}

/* 产品网格 */
.geniatech-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 100%;
}

/* 产品卡片 */
.geniatech-product-item {
    background-color: #f5f5f5;
    border-radius: 10px;
    text-align: center;
    
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding: 20px;
    /* 背景样式由Elementor控制 */
}

/* 悬停颜色由Elementor控制（在Elementor中设置） */

/* 产品链接覆盖层 */
.geniatech-product-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* 产品内容容器 */
.geniatech-product-content {
    position: relative;
    z-index: 2;
    text-align: left;
    flex-shrink: 0;
    margin-top: auto;
    height: 90px; /* 固定高度确保产品型号和标题位置一致 */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}

/* 隐藏旧的图片和信息样式 */
.geniatech-product-image,
.geniatech-product-info {
    display: none;
}

.geniatech-product-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: left;
}

.geniatech-product-title a {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

/* 悬停颜色由Elementor控制（在Elementor中设置） */

.geniatech-product-title-arrow {
    margin-left: 8px;
    font-size: 0.8em;
    color: #007cba;
    display: inline-block;
    vertical-align: middle;
}

.geniatech-product-excerpt {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: left;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.5em * 2); /* 2行的高度 */
}

/* 轮播控制按钮 */
.geniatech-product-carousel-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 0;
    pointer-events: none;
    z-index: 10;
}

.geniatech-carousel-prev,
.geniatech-carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #333333;
    pointer-events: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.geniatech-carousel-prev {
    left: -80px;
}

.geniatech-carousel-next {
    right: -80px;
}

/* 悬停样式由Elementor控制（在Elementor中设置） */

.geniatech-carousel-prev:disabled,
.geniatech-carousel-next:disabled,
.geniatech-carousel-prev.disabled,
.geniatech-carousel-next.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.geniatech-carousel-prev.disabled:hover,
.geniatech-carousel-next.disabled:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #333333;
}

/* 分类页按钮 */
.geniatech-category-button-wrapper {
    text-align: center;
    margin-top: 48px;
}

.geniatech-category-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #007cba;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.geniatech-category-button:hover {
    background-color: #005a87;
    color: #ffffff;
}

/* 无产品提示 */
.geniatech-no-products {
    text-align: center;
    color: #666666;
    font-size: 16px;
    padding: 60px 20px;
    margin: 0;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .geniatech-product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    
    .geniatech-product-tab-item {
        padding: 18px 25px;
        font-size: 15px;
    }
    
    .geniatech-product-item {
        height: 280px;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .geniatech-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .geniatech-product-showcase-tabs {
        flex-wrap: wrap;
        justify-content: center;
        padding: 8px;
        gap: 3px;
    }
    
    .geniatech-product-tab-item {
        padding: 12px 18px;
        font-size: 14px;
    }
    
    .geniatech-product-tab-content {
        padding: 0px;
    }
    
    .geniatech-product-item {
        height: 250px;
        padding: 15px;
    }
    
    
    .geniatech-product-showcase .geniatech-carousel-prev,
    .geniatech-product-showcase .geniatech-carousel-next {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .geniatech-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .geniatech-product-tab-item {
        padding: 12px 15px;
        font-size: 13px;
    }
    
    .geniatech-product-tab-content {
        padding: 0px;
    }
    
    
    .geniatech-product-item {
        height: 220px;
        padding: 12px;
    }
    
    .geniatech-product-title {
        font-size: 16px;
    }
    
    .geniatech-product-excerpt {
        font-size: 13px;
    }
    .geniatech-product-showcase .geniatech-carousel-prev,
    .geniatech-product-showcase .geniatech-carousel-next {
        display: none !important;
    }
}

/* 动画效果已移除 */

/* 动画支持相关代码已移除 */

/* 窗口调整相关代码已移除 */
