Shopify Div Class

This section provides an overview of Configuration.

<!-- Category Description -->
<div id="ozzy-description">description</div>
<!-- Category Content -->
<div id="ozzy-category-desc-bottom-wrapper"></div>
<script>
    const i = document.getElementById("ozzy-description");
    const c = document.getElementById("ozzy-category-desc-bottom-wrapper");
    c.innerHTML += i.innerHTML;
    i.remove();
</script>