/* Keep the heading attached to the actual related product cards. */
.woocommerce.single-product section.related.products,
.single-product section.related.products,
.woocommerce div.product .related.products {
    clear: both !important;
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 48px 0 0 !important;
    padding: 0 !important;
}

.woocommerce.single-product section.related.products > h2,
.single-product section.related.products > h2 {
    clear: both !important;
    display: block !important;
    width: 100% !important;
    margin: 0 0 24px !important;
}

.woocommerce.single-product section.related.products ul.products,
.single-product section.related.products ul.products {
    clear: both !important;
    margin-top: 0 !important;
}

/* Remove SKU and the category metadata line from customer-facing pages. */
.single-product .product_meta,
.single-product .sku_wrapper,
.single-product .posted_in,
.single-product .tagged_as {
    display: none !important;
}

@media (max-width: 767px) {
    .woocommerce.single-product section.related.products,
    .single-product section.related.products {
        margin-top: 32px !important;
    }
}
