/* Q-Sub 2400 product only (post ID 19) */
.postid-19 .entry-header,
.postid-19 .entry-title {
    display: none !important;
}

/* Remove top padding / gap above product content */
.postid-19 .content-wrapper,
.postid-19 .page-wrap,
.postid-19 .site-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Extra safety: kill top margin on first Page Builder row inside product */
.postid-19 .panel-grid:first-of-type,
.postid-19 .so-panel:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
}