/* 产品详情 / 参数页共用顶栏（概述 | 参数 | 立即购买） */

.product-page-section {
    padding-top: 96px;
}

.product-page-section > .container {
    max-width: 100%;
}

.product-detail-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 24px;
    min-height: 88px;
    padding: 16px 0 24px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 8px;
}

.product-detail-header .motorcycle-name {
    margin: 0;
}

.product-detail-header__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 24px;
}

.product-detail-status {
    padding: 24px 0;
    text-align: center;
}

.product-detail-status.d-none {
    padding: 0;
}

.product-detail-status__text {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #666666;
}

.product-detail-status--error .product-detail-status__text {
    color: #c0392b;
}

.motorcycle-name {
    font-weight: normal;
    font-size: 32px;
    line-height: 44px;
}

.motorcycle-right-text {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
}

.motorcycle-right-text a {
    color: #000000;
}

.motorcycle-right-text a:hover {
    text-decoration: underline;
}

.product-nav-current {
    color: #000000;
}

.buy-btn {
    width: 142px;
    height: 40px;
    font-weight: 800;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    margin-left: 70px;
    text-align: center;
    border: none;
    border-radius: 0;
    padding: 0;
}

.primary-btn-color {
    background-color: #000000;
}

.primary-btn-color:hover {
    background-color: var(--paragraph-color);
}

@media (max-width: 767px) {
    .product-page-section {
        padding-top: 96px;
    }

    .motorcycle-name {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 8px;
    }

    .motorcycle-right-text {
        font-size: 16px;
        line-height: 24px;
    }

    .product-detail-header {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
        padding: 12px 0 20px;
    }

    .product-detail-header__actions {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .buy-btn {
        width: 130px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        margin-left: 0;
        margin-top: 0;
    }
}

@media (min-width: 1400px) {
    .product-page-section > .container {
        max-width: 90%;
    }
}

.header-area .container {
    padding-left: 10px;
}

/* 固定页头：补全 top/width/z-index，与 ProductDetail 一致 */
header.style-1.two {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
