File structure
Cartzilla
This is the root template folder that contains all project files.
Cartzilla / assets
This folder contains the compiled assets for the template, generated from the source files.
Cartzilla / assets / app-icons
This folder contains favicon images optimized for different browsers and platforms. These icons should be included in the <head> section of an HTML document.
Cartzilla / assets / css
This folder contains compiled CSS files. These include theme.css, theme.min.css, theme.rtl.css and theme.rtl.min.css, along with their corresponding map files.
Cartzilla / assets / fonts
This folder includes the Cartzilla local web font files in .woff2 format (Inter font).
Cartzilla / assets / icons
This folder contains the Cartzilla icons font file in .woff2 format and the corresponding .css file, which are generated from the SVG icon collection found in the src/icons directory.
Cartzilla / assets / img
This folder contains all the template's graphic assets, including images, illustrations, vector icons, etc. These assets are neatly organized within subfolders.
Cartzilla / assets / js
This folder contains compiled versions of theme.js and its minified counterpart, theme.min.js, along with their respective map files. Additionally, it includes the theme-switcher.js file, which handles switching between light and dark modes.
Cartzilla / assets / vendor
This folder includes the .js and .css files for all vendor plugins.