/* Product Header Block — extends existing .page-header styles from main.css */
.page-header h1 {
    margin-top:30px;
}
.page-header .page-header-subheading {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 0;
}

.page-header .page-header-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1em;
    max-width: 900px;
    margin-top: 12px;
    margin-bottom: 0;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .page-header .page-header-subheading {
        font-size: 24px;
    }
}
