/* Partdo hides every direct H2 in this panel; only Woo's first label is redundant. */
body.single-product #tab-description.woocommerce-Tabs-panel--description > h2:first-of-type {
    display: none;
}
body.single-product #tab-description.woocommerce-Tabs-panel--description > h2:not(:first-of-type) {
    display: block;
}
body.single-product #tab-description.woocommerce-Tabs-panel--description h2 {
    font-size: clamp(1.25rem, 1.12rem + 0.5vw, 1.5rem);
    line-height: 1.35;
    margin: 1.5rem 0 0.875rem;
}
body.single-product #tab-description.woocommerce-Tabs-panel--description > h2:nth-of-type(2) {
    margin-top: 0;
}
body.single-product #tab-description.woocommerce-Tabs-panel--description h3 {
    font-size: clamp(1.125rem, 1.02rem + 0.4vw, 1.25rem);
    line-height: 1.4;
    margin: 1.5rem 0 0.75rem;
}
