/* Product page: keep the card as the first visual block below the header. */
body.single-product .page-hero { display: none !important; }
body.single-product #main-content { padding-top: calc(var(--header-h) + 28px); }
