Home
Wiki
Home
Wiki
  1. Css / Scss
  • Back to home
  • 1. Themes
  • Vs Code
    • Getting Started
  • Kitchenware
    • Layout
      • New Layout
      • Legacy Layout
    • Components
      • Announcement
      • Banner Carousel
      • Banner With Products Carousel
      • Blog Category List
      • Blog List
      • Brand List
      • Brands Carousel
      • Breadcrumb
      • Call To Action
      • Cart
      • Categories List
      • Change Password
      • Checkout
      • Cookie Manager
      • Filter list
      • Footer
      • Forgot Password
      • Form
      • Hero Carousel
      • Icon Block
      • Invitation
      • Last Visited Products
      • Layout
      • Login
      • Map
      • Nav Bar
      • Offer
      • Product Attachments
      • Product Attributes
      • Product Documentation
      • Product Expected
      • Product Modal
      • Products Block
      • Products Carousel
      • Product Single
      • Profile
      • Quote
      • Register
      • Related Products
      • Search
      • Stores
      • Subscribe Newsletter
      • Text with Image
      • Top Bar
      • Video
    • Reusables
      • Getting Started
    • Assets
      • Getting Started
    • SDK
      • Products
        • _findProductsByCategory
        • _findProductsByIds
        • _findProductsByTitle
        • _findProductsByFilter
        • _findProductsByCriteria
        • _findProductsAndCalculate
        • _findProductsThenCalculate
        • _getProductAttributeSet
        • _setLastVisited
      • Categories
        • _findCategoryTreeById
        • _findCategoriesByIds
        • _findCategoryByAlias
        • _findCategoryTreeByAlias
        • _getCategoryContent
      • Collections
        • _getCollectionContent
        • _findCollectionsByIds
        • _findCollectionsByIdsThenCalculate
      • Brands
        • _getBrandContent
        • _findBrandsByIds
      • Cart
        • _addToCartMulti
        • _addToCart
        • _setCart
        • _clearCart
        • _setCartListener
        • _removeFromCart
        • _calculateCart
      • Checkout
        • _startCheckout
        • _updateCheckout
        • _completeCheckout
      • Shopping Lists
        • _getShoppingLists
        • _updateShoppingList
        • _createShoppingList
        • _deleteShoppingList
        • _getShoppingListByAlias
      • Navigation
        • _getFooterMenu
        • _getHeaderMenu
      • Users
        • _getUserById
      • Utils
        • _calculateCurrency
        • _getCurrencySymbol
        • _getCulture
        • _subscribeToNewsletter
        • _findUnitsByIds
  • Noir
    • 0. Introduction
    • 1. Structure
      • Overview
      • LayoutA.liquid
      • ComponentsList.liquid
      • Metas.liquid
      • CssVariables.liquid
      • Json.liquid
      • GoogleTagManager.liquid
      • StagingButton.liquid
    • 2. Components
      • Overview
      • Announcement
      • BannerCarousel
      • BlogCategoryList
      • BlogList
      • BrandList
      • Breadcrumb
      • Cart
      • CategoriesList
      • ChangePassword
      • Checkout
      • CookieManager
      • FilterList
      • Footer
      • ForgotPassword
      • Form
      • IconBlock
      • Invitation
      • LastVisitedProducts
      • Login
      • Map
      • NavBar
      • ProductAttachments
      • ProductAttributes
      • ProductComparison
      • ProductDocumentation
      • ProductMixList
      • ProductsBlock
      • ProductsCarousel
      • ProductSingle
      • Profile
      • Register
      • RelatedProducts
      • SingleBlog
      • Stores
      • TextWithImage
      • ThankYouPage
      • TopBar
      • Wishlist
    • 3. Reusables
      • Overview
      • Addresses
      • BillingRetail
      • AddressForm
      • AnnouncementModal
      • BackToTop
      • Company
      • General
      • Login
      • LoginModal
      • Orders
      • Payment
      • ProductAttachments
      • ProductAttributes
      • ProductComparisonButton
      • ProductComparisonFloatingButton
      • ProductGridItem
      • ProductListItem
      • ShoppingListsButton
      • ProductModal
      • ProfileInfo
      • PromptModal
      • Register
      • Shipping
      • ShoppingLists
      • ShoppingListsNavbar
      • Toast
      • Users
      • VariantContent
      • WishlistButton
      • Services
    • 4. Assets
      • Fonts
      • Images
      • Templates
      • Javascript
        • Overview
        • theme.js
      • Css / Scss
        • Overview
        • ThemeClasses
    • 5. SDK
      • Overview
      • LiquidGlobals
      • ServicesSDK
  1. Css / Scss

ThemeClasses

Purpose#

This page documents a small set of theme classes that are generated from the SCSS layer and are used across the theme to support consistent UI flows.
It is not a full CSS reference; it focuses on the classes that act as “building blocks” for interactions and reusable UI patterns.
Some of these classes also appear in the general styling documentation as examples, but this page is the canonical curated list of the “theme-level” utility classes.
In particular, classes from Assets/scss/base/_custom-classes.scss may not be obvious from markup alone, so they are documented explicitly here.

Buttons#

Source: Assets/scss/elements/_buttons.scss
.btn — base button class.
.btn__icon — icon-only button styling.
Common modifiers:
Variants: .btn--primary, .btn--primary-outline, .btn--accent, .btn--transparent
Sizes: .btn--xl, .btn--lg, .btn--md, .btn--sm

Modal#

Source: Assets/scss/elements/_modal.scss
.modal — modal overlay/backdrop container.
.modal__box — modal content container.
.modal__box--product — product quick-view modal variant.
Related (product modal):
.modal__box--product__title-cat — header/title/category area.
.modal__box--product__btn-add — add-to-cart button wrapper.

Toast#

Source: Assets/scss/elements/_toast.scss
.toast — toast notifications container.
.toast__box — base toast message box.
Variants: .toast__box--info, .toast__box--error, .toast__box--success (commonly map to $store.toast message type).

Compare (floating button)#

Source: Assets/scss/base/_global.scss
.floating-compare-button — floating compare button container.
.floating-compare-button__count — counter badge shown on the floating compare button.

Base layout / content helpers#

Source: Assets/scss/base/_global.scss
.container — standard page container wrapper (sets responsive max-width and flex layout).
[x-cloak] — hides Alpine elements until Alpine initializes.
.plain-page — base typography spacing for “plain pages” content.
.post — base typography spacing for blog post content.
#post-wrap — blog post content wrapper (mainly image handling).

Custom utility classes#

Source: Assets/scss/base/_custom-classes.scss

Responsive visibility#

.desktop-only — hides content on viewports smaller than the desktop breakpoint.
.mobile-only — hides content on desktop and above.

Field helper text#

.field-status, .helper — small helper/status text below fields.

Loading indicators#

.dot-flashing — three-dot loading indicator.
.isLoading — adds an inline loading “spinner ring” overlay to a container.
.hideLoading — hides the ring and restores child opacity (used as .isLoading.hideLoading).

Scrollbar styling#

.custom-scrollbar — applies a thin WebKit scrollbar with a primary-colored thumb.
.custom-scrollbar--lg — slightly thicker scrollbar.
.custom-scrollbar--gray — gray thumb.

Shadows#

.shadow--1, .shadow--2, .shadow--3 — predefined box-shadow elevations.
Responsive: .lg:shadow--1, .lg:shadow--2, .lg:shadow--3, .lg:shadow-none.

Layout helpers#

.two-cols — builds a 2-column responsive layout.
.right-container, .left-container — align content to theme container edges on large screens.

Navigation / megamenu positioning helpers#

These exist to support precise megamenu column sizing and alignment at desktop breakpoints.
.lg:menu-5-width-first
.lg:menu-5-width
.lg:left-2-width
.lg:left-3-width (supports .burger variant)
.lg:left-4-width (supports .burger variant)
.lg:pl-container (desktop container-aligned left padding)

Form state helpers#

.valid, .invalid — enables field state icons inside the sibling label (~ label .icon-state).
.input-disabled — disabled input styling.
Modified at 2026-04-14 13:18:56
Previous
Overview
Next
Overview
Built with