That probably is a custom theme (specifically built for that website) and was built using the "Shopify Theme Lab" tool which is a "Shopify theme development environment using Liquid, Vue and Tailwind CSS. Built on top of Shopify CLI." For more information about Shopify Theme Lab you can access
https://uicrooks.github.io/shopify-theme-lab-docs/
Liquid is the Shopify's coding language.
Vue JS is a JavaScript framework for building user interfaces
Tailwind CSS is utility-first framework used for building custom user interfaces. On short, it's a library that contains thousands of pre-defined CSS classes and you will just insert the name of the classes you want to your elements for CSS styling. This will speed up the development process. There are also pre-built Tailwind components / UI Kits that you can buy and use in your own project.
For more information about Tailwind CSS you can access their official website
https://tailwindui.com/