How to move products description below add to cart button in MINIMOG Theme

How to move products description below add to cart button in MINIMOG Theme

Website to refer - https://next.minimog.co/

Sample like this -

To move the product description below the “Add to Cart” button in the Minimog theme, you’ll need to make some modifications to the theme’s code. Please follow these steps:

  1. From your Shopify admin, go to Online Store > Themes.
  2. Locate the Minimog theme and click on “Actions” > “Edit code” to access the theme’s code editor.
  3. In the left sidebar, under “Sections,” click on “product-template.liquid” to open the product template file.
  4. Look for the code block that generates the “Add to Cart” button. It might look similar to this:
  5. Below the “Add to Cart” button code, locate the code that generates the product description. It might look similar to this:

  {{ product.description }}

its coming like this but I want to get it in tabs form @NomtechSolution