/* 商品页面专用样式 */

/* 商品图标大小统一 */
.icon-product {
    width: 1.25rem;
    height: 1.25rem;
    stroke-width: 1.5;
}

/* 卡片悬停效果 */
.card:hover {
    transform: translateY(-3px);
    transition: transform 0.2s ease;
}

.product-visual,
.product-lottie {
    width:100%;
    margin:0 auto;
    max-height:20rem;
    min-height:16rem;
    display:flex;
    align-items:center;
    justify-content:center;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    border-radius:1rem;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.18);
    overflow:hidden;
}

.banner-card {
    position: relative;
    overflow: hidden;
    border: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 16rem;
    color: #1f2937;
}

.banner-card-network {
    background-image: url("/images/products/banner_net.png");
}

.banner-card-member {
    background-image: url("/images/products/banner_member.png");
}

.banner-card .card-body {
    background: transparent;
}

.banner-card .product-visual {
    background: transparent;
    box-shadow: none;
}

.product-visual-network,
.product-visual-member {
    background: transparent;
    box-shadow: none;
}

/* 响应式调整 */
@media (max-width: 767.98px) {
    .page-pretitle {
        font-size: 0.875rem;
    }
}

@media (max-width: 767.98px) {
    .product-visual,
    .product-lottie {
        max-height:18rem;
        min-height:14rem;
    }
}
