Skip to main content

Styling your Account Sidebar

Written by Kris - Mage Loyalty
Updated over 2 weeks ago

The sidebar comes with default styling designed to look great out of the box, while giving you full flexibility to match your store's look and feel via custom CSS.

All classes follow BEM naming conventions with the mage-sidebar-* prefix.


CSS Variables (Theming)

The sidebar uses 12 CSS custom properties for consistent theming. Override these to restyle the entire widget without touching individual classes.

Variable

Default

Controls

--mage-sidebar-primary

#000000

Headings, body text, icons, active states

--mage-sidebar-secondary

#666666

Muted text, dates, descriptions, labels

--mage-sidebar-accent

#000000

Active tab border, focus rings

--mage-sidebar-bg

#FDFDFD

Sidebar background

--mage-sidebar-card-bg

#f9fafb

Icon containers, points cards, code boxes, input backgrounds, referral card surfaces

--mage-sidebar-card-border

#f3f4f6

Card surface borders (referral cards, modal containers, form inputs, reward item borders)

--mage-sidebar-border

#e5e5e5

Structural row dividers between list items, section separators, input borders

--mage-sidebar-btn-primary

#000000

Primary button fill, balance bar background

--mage-sidebar-btn-primary-text

#FFFFFF

Primary button text, balance bar text

--mage-sidebar-font-family

system-ui, sans-serif

Font family for all headings and body text

--mage-sidebar-width

400px

Sidebar width on desktop (mobile is always 100%)

--mage-sidebar-z-index

999999

Stacking order of the sidebar

Override variables in :root for simplicity, or use #mage-sidebar-root for higher specificity.


CSS Classes

Here is a reference guide to all CSS classes.

Shell & Layout

Class

Description

.mage-sidebar__backdrop

Full-screen overlay behind the sidebar

.mage-sidebar

Main sidebar container (fixed, full-height)

.mage-sidebar--floating

Floating variant with rounded corners and margin

.mage-sidebar--left

Positioned on left side

.mage-sidebar--right

Positioned on right side

.mage-sidebar--slide-in

Slide-in entrance animation

.mage-sidebar--slide-out

Slide-out exit animation

.mage-sidebar--fade-in

Fade-in entrance animation

.mage-sidebar--fade-out

Fade-out exit animation

.mage-sidebar__header

Top bar with logo and close button

.mage-sidebar__header-logo

Logo wrapper

.mage-sidebar__logo

Logo image (max 120px wide, 32px tall)

.mage-sidebar__close

Close button

.mage-sidebar__close-icon

Close button icon

.mage-sidebar__panel

Sub-page content wrapper

.mage-sidebar__content

Scrollable content area

.mage-sidebar__content--main

Main tab content with top/bottom padding


Tabs

Class

Description

.mage-sidebar__tabs

Bottom tab bar (fixed)

.mage-sidebar__tabs--left

Tab bar positioned left

.mage-sidebar__tabs--right

Tab bar positioned right

.mage-sidebar__tabs--floating

Tab bar for floating sidebar

.mage-sidebar__tabs--docked

Tab bar for docked sidebar

.mage-sidebar__tabs-inner

Flex container for tab buttons

.mage-sidebar__tab

Individual tab button

.mage-sidebar__tab--active

Active tab (primary color, top border accent)

.mage-sidebar__tab--inactive

Inactive tab (secondary color, hover:primary)


Shared / Global Elements

These classes apply across all sub-pages.

Class

Description

.mage-sidebar__page-header

Sub-page header (flex, back button + title)

.mage-sidebar__back-btn

Back button

.mage-sidebar__back-icon

Back caret icon

.mage-sidebar__page-title

Page title (18px, semibold)

.mage-sidebar__section-title

Section heading (16px, semibold, uppercase, tracked)

.mage-sidebar__section-divider

Horizontal divider (75% width, 1px, centered)

.mage-sidebar__badge

Pill badge (12px, rounded-full)

.mage-sidebar__badge--pending

Pending badge (amber-50 bg, amber-600 text)

.mage-sidebar__empty-text

Empty state text (12px, secondary)

.mage-sidebar__input

Text input (full-width, padded, rounded-lg, border)

.mage-sidebar__select

Select dropdown (full-width, padded, rounded-lg)

.mage-sidebar__label

Form label (12px, secondary, block)

.mage-sidebar__checkbox

Checkbox input (16px, rounded, accent-colored)

.mage-sidebar__btn--md

Medium button size

.mage-sidebar__btn--primary

Primary button style

.mage-sidebar__btn--secondary

Secondary button style (border only)

.mage-sidebar__spinner

Loading spinner (20px, primary border, animate-spin)

.mage-sidebar__spinner--sm

Small spinner (16px, white border)

.mage-sidebar__spinner--accent

Accent-colored spinner

.mage-sidebar__loading

Loading state container (centered, padding-32)


Sign In

Class

Description

.mage-sidebar-signin

Sign-in page container (p-24)

.mage-sidebar-signin__title

Title (20px, semibold, tight tracking)

.mage-sidebar-signin__field

Input field wrapper (relative)

.mage-sidebar-signin__input

Email/phone input (full-width, rounded-lg)

.mage-sidebar-signin__button

Button base (full-width, rounded-lg, medium text)

.mage-sidebar-signin__button--primary

Primary CTA (btn-primary bg, btn-primary-text color)

.mage-sidebar-signin__button--shop

Shop Pay button (Shop Pay purple bg, white text, flex, centered)

.mage-sidebar-signin__button--email-standalone

Standalone email button (primary style)

.mage-sidebar-signin__button--email-secondary

Secondary email button (bordered)

.mage-sidebar-signin__popup-waiting

Windoid waiting state container (flex column, centered)

.mage-sidebar-signin__terms

Terms text (12px, secondary, mt-16)


Verify Code

Class

Description

.mage-sidebar-verify

Verify page container

.mage-sidebar-verify__title

Title (20px, semibold, centered)

.mage-sidebar-verify__input

Code digit input (44px wide, 48px tall, centered text)


Welcome Back

Class

Description

.mage-sidebar-welcome-back

Welcome section container

.mage-sidebar-welcome-back__greeting

Greeting text (20px, semibold)

.mage-sidebar-welcome-back__name

Customer name (bold)

.mage-sidebar-welcome-back__card

Points card wrapper (rounded-2xl, clickable)

.mage-sidebar-welcome-back__inner

Card inner padding

.mage-sidebar-welcome-back__header

Card header (flex, space-between)

.mage-sidebar-welcome-back__header-title

"YOUR POINTS" label (12px, uppercase, tracked)

.mage-sidebar-welcome-back__header-arrow

Arrow icon

.mage-sidebar-welcome-back__points

Points number (36px, bold, tight tracking)

.mage-sidebar-welcome-back__tier

Tier badge container

.mage-sidebar-welcome-back__tier-badge

Tier pill badge (inline-flex, rounded-full, bordered)

.mage-sidebar-welcome-back__tier-image

Tier icon image (14px, rounded-full)

.mage-sidebar-welcome-back__link

"View rewards" link (14px, medium, underlined)


Balance Bar

Class

Description

.mage-sidebar-balance-bar

Compact points bar (btn-primary bg, rounded-xl)

.mage-sidebar-balance-bar__value

Points value container

.mage-sidebar-balance-bar__amount

Points number (24px, bold)

.mage-sidebar-balance-bar__unit

Points label (14px)

.mage-sidebar-balance-bar__action

"Redeem" action area

.mage-sidebar-balance-bar__label

Action label text

.mage-sidebar-balance-bar__chevron

Chevron icon


CTA Button Block

Class

Description

.mage-sidebar-for-you__cta-button

CTA button wrapper

.mage-sidebar-cta-button

CTA button (block, centered)


Birthday Form

Class

Description

.mage-sidebar-birthday-form

Birthday form container

.mage-sidebar-birthday-form__cta

Submit button (semibold, centered)

.mage-sidebar-birthday-form__saved

Saved confirmation state


Product Card (Shared)

Used by Recently Viewed, Popular Today, Saved Cart, and Product Recommendations.

Class

Description

.mage-sidebar-product-card

Product card link (block)

.mage-sidebar-product-card__image

Product image (aspect-square, rounded-lg, card-border bg)

.mage-sidebar-product-card__title

Product name (14px, medium, line-clamp-2)

.mage-sidebar-product-card__price

Price container


Recently Viewed

Class

Description

.mage-sidebar-recently-viewed

Section container

.mage-sidebar-recently-viewed__title

Section title

.mage-sidebar-recently-viewed__product

Product card (144px wide)

.mage-sidebar-recently-viewed__skeleton

Loading skeleton

.mage-sidebar-recently-viewed__empty

Empty state (rounded-xl, card-bg, dashed border)

.mage-sidebar-recently-viewed__empty-text

Empty state text (14px, secondary)


Popular Today

Class

Description

.mage-sidebar-popular-today

Section container

.mage-sidebar-popular-today__title

Section title

.mage-sidebar-popular-today__product

Product card (144px wide)

.mage-sidebar-popular-today__skeleton

Loading skeleton


Saved Cart

Class

Description

.mage-sidebar-saved-cart

Section container

.mage-sidebar-saved-cart__title

Section title

.mage-sidebar-saved-cart__product

Product card (144px wide)


Product Recommendations

Class

Description

.mage-sidebar-product-recommendations

Section container

.mage-sidebar-product-recommendations__skeleton

Loading skeleton

.mage-sidebar-product-recommendations__skeleton-item

Skeleton placeholder (144x192px, rounded-xl)

.mage-sidebar-product-recommendations__product

Product card (144px wide)


Advertisement Block

Class

Description

.mage-sidebar-advertisement

Block container

.mage-sidebar-advertisement__card

Card wrapper (rounded-lg, bordered)

.mage-sidebar-advertisement__image-wrapper

Image area (3:2 aspect ratio)

.mage-sidebar-advertisement__image

Image element (object-cover)

.mage-sidebar-advertisement__content

Text area (p-16, white bg)

.mage-sidebar-advertisement__title

Title (16px, semibold)

.mage-sidebar-advertisement__description

Description (14px, secondary)

.mage-sidebar-advertisement__link

Link wrapper (block, hover:opacity-90)


Refer a Friend (Block)

Class

Description

.mage-sidebar-refer-a-friend

Block container

.mage-sidebar-refer-a-friend__title

Section title

.mage-sidebar-refer-a-friend__title-link

Title link

.mage-sidebar-refer-a-friend__title-arrow

Arrow icon

.mage-sidebar-refer-a-friend__skeleton

Loading skeleton

.mage-sidebar-refer-a-friend__skeleton-block

Skeleton block

.mage-sidebar-refer-a-friend__preview-badge

Preview mode badge (amber)

.mage-sidebar-refer-a-friend__card

Referral card (p-16, rounded-xl, card-bg)

.mage-sidebar-refer-a-friend__header

Card header (centered)

.mage-sidebar-refer-a-friend__description

Description (14px, secondary)

.mage-sidebar-refer-a-friend__rewards

Reward cards row

.mage-sidebar-refer-a-friend__reward-card

Individual reward card

.mage-sidebar-refer-a-friend__reward-label

"YOU GET" / "THEY GET" label (12px, uppercase, tracked)

.mage-sidebar-refer-a-friend__reward-value

Reward value (14px, bold, primary)

.mage-sidebar-refer-a-friend__link

Link section

.mage-sidebar-refer-a-friend__link-label

"YOUR LINK" label (12px, uppercase, tracked)

.mage-sidebar-refer-a-friend__link-row

Link input row

.mage-sidebar-refer-a-friend__link-input

Referral URL input (truncated, rounded-lg, bordered)

.mage-sidebar-refer-a-friend__copy-btn

Copy button

.mage-sidebar-refer-a-friend__copy-icon--copied

Copied state (green-600)

.mage-sidebar-refer-a-friend__social

Social sharing section

.mage-sidebar-refer-a-friend__divider

"OR" divider

.mage-sidebar-refer-a-friend__share-buttons

Share buttons row

.mage-sidebar-refer-a-friend__share-btn

Share button (36px, rounded-lg, white bg, bordered)

.mage-sidebar-refer-a-friend__share-btn--whatsapp

WhatsApp

.mage-sidebar-refer-a-friend__share-btn--facebook

Facebook

.mage-sidebar-refer-a-friend__share-btn--twitter

Twitter/X

.mage-sidebar-refer-a-friend__share-btn--email

Email

.mage-sidebar-refer-a-friend__share-btn--sms

SMS

.mage-sidebar-refer-a-friend__share-btn--active

Active state (primary bg, white text)

.mage-sidebar-refer-a-friend__email-panel

Email panel

.mage-sidebar-refer-a-friend__email-panel-header

Panel header

.mage-sidebar-refer-a-friend__email-panel-title

Panel title (14px, semibold)

.mage-sidebar-refer-a-friend__email-panel-close

Close button

.mage-sidebar-refer-a-friend__email-panel-error

Error banner (red-50 bg)

.mage-sidebar-refer-a-friend__email-panel-success

Success banner (green-50 bg)

.mage-sidebar-refer-a-friend__email-panel-field

Form field

.mage-sidebar-refer-a-friend__email-panel-label

Field label (12px, uppercase, tracked)

.mage-sidebar-refer-a-friend__email-panel-input

Email input

.mage-sidebar-refer-a-friend__email-panel-textarea

Message textarea

.mage-sidebar-refer-a-friend__email-panel-actions

Button row

.mage-sidebar-refer-a-friend__email-panel-send

Send button (primary bg, white text)

.mage-sidebar-refer-a-friend__email-panel-cancel

Cancel button (bordered, white bg)


Loyalty Program

Main Page

Class

Description

.mage-sidebar-loyalty-program

Page container

.mage-sidebar-loyalty-program__header

Page-specific header override target

.mage-sidebar-loyalty-program__stats

Points stats section (border-bottom)

.mage-sidebar-loyalty-program__points-label

"YOUR POINTS" label (12px, uppercase, tracked, secondary)

.mage-sidebar-loyalty-program__points-value

Points number (48px, bold, primary)

.mage-sidebar-loyalty-program__meta

Meta row — value + tier

.mage-sidebar-loyalty-program__meta-text

Dollar value text (13px, secondary)

.mage-sidebar-loyalty-program__meta-divider

Vertical divider between meta items

.mage-sidebar-loyalty-program__tier-dot

Colored tier indicator dot (7px, rounded-full)

.mage-sidebar-loyalty-program__tier-name

Tier name (13px, medium, primary)

.mage-sidebar-loyalty-program__tier-chevron

Chevron after tier name

.mage-sidebar-loyalty-program__section-header

Section header (flex, space-between)

.mage-sidebar-loyalty-program__section-title

Section name (16px, semibold)

.mage-sidebar-loyalty-program__view-btn

"View all" link (12px, medium, secondary)

.mage-sidebar-loyalty-program__rewards

Rewards section wrapper

.mage-sidebar-loyalty-program__rewards-list

Rewards list

.mage-sidebar-loyalty-program__reward-row

Reward row (flex, py-12, border-bottom)

.mage-sidebar-loyalty-program__reward-info

Reward name + desc column

.mage-sidebar-loyalty-program__reward-name

Reward name (14px, medium, primary)

.mage-sidebar-loyalty-program__reward-desc

Reward description (12px, secondary)

.mage-sidebar-loyalty-program__reward-code-group

Code pill container (flex, bordered, rounded-lg)

.mage-sidebar-loyalty-program__reward-code

Discount code (12px, mono, tracked, secondary)

.mage-sidebar-loyalty-program__reward-code--used

Used code (line-through, opacity-50)

.mage-sidebar-loyalty-program__earnings

Earnings section wrapper

.mage-sidebar-loyalty-program__earnings-list

Earnings list

.mage-sidebar-loyalty-program__earning-row

Earning row (flex, py-12, border-bottom)

.mage-sidebar-loyalty-program__earning-info

Earning name + date column

.mage-sidebar-loyalty-program__earning-name

Earning name (14px, medium, primary)

.mage-sidebar-loyalty-program__earning-date

Earning date (12px, secondary)

.mage-sidebar-loyalty-program__earning-points

Points earned (14px, semibold, primary)

.mage-sidebar-loyalty-program__actions

Quick action buttons container

.mage-sidebar-loyalty-program__action-btn

Action button (flex-col, centered, rounded-xl, bordered)

.mage-sidebar-loyalty-program__action-icon

Action icon (primary color)

.mage-sidebar-loyalty-program__action-title

Action title (13px, semibold)

.mage-sidebar-loyalty-program__action-subtitle

Action subtitle (12px, secondary)

.mage-sidebar-loyalty-program__empty

Empty state (py-24, centered)

Earning Item (Shared Component)

Used in loyalty program earnings list and Your Earnings page.

Class

Description

.mage-sidebar-earning-item

Row container (py-12, flex, border-bottom)

.mage-sidebar-earning-item__row

Name/date column

.mage-sidebar-earning-item__icon

Icon container

.mage-sidebar-earning-item__icon--positive

Positive earning icon

.mage-sidebar-earning-item__icon--negative

Negative/deduction icon

.mage-sidebar-earning-item__name

Earning name (14px, medium, primary)

.mage-sidebar-earning-item__date

Date text (12px, secondary)

.mage-sidebar-earning-item__right

Right-side container

.mage-sidebar-earning-item__points

Points amount (14px, semibold)

.mage-sidebar-earning-item__points--positive

Positive points (primary color)

.mage-sidebar-earning-item__points--negative

Negative points (secondary color)

.mage-sidebar-earning-item__status

Pending badge (amber-50 bg, amber-600 text)

Reward Item (Shared Component)

Used in the loyalty program active rewards section.

Class

Description

.mage-sidebar-reward-item

Card container (py-12, px-14, rounded-xl, card-bg, bordered)

.mage-sidebar-reward-item__row

Row layout (flex, gap-12)

.mage-sidebar-reward-item__icon

Icon box (36px, rounded-lg, white bg, bordered)

.mage-sidebar-reward-item__name

Reward name (14px, medium, primary)

.mage-sidebar-reward-item__code-row

Code + copy button row

.mage-sidebar-reward-item__code

Discount code (12px, mono, tracked, bordered pill)

.mage-sidebar-reward-item__copy-btn

Copy button

.mage-sidebar-reward-item__copy-icon--copied

Copied state (green-600)

.mage-sidebar-reward-item__copy-icon--default

Default state (secondary)

Ways to Earn

Class

Description

.mage-sidebar-ways-to-earn

Page container

.mage-sidebar-ways-to-earn__header

Page-specific header override target

.mage-sidebar-ways-to-earn__list

Earning rules list

.mage-sidebar-ways-to-earn__item

Rule row (py-14, flex, border-bottom)

.mage-sidebar-ways-to-earn__item-icon

Icon container (36px, rounded-10, card-bg fill)

.mage-sidebar-ways-to-earn__item-name

Rule name (14px, medium, primary)

.mage-sidebar-ways-to-earn__item-points

Points value (12px, secondary)

.mage-sidebar-ways-to-earn__item-multiplier

Multiplier badge (amber border, amber-50 bg, amber-600 text)

.mage-sidebar-ways-to-earn__multiplier-banner

Bonus campaign banner (rounded-lg, amber border, amber-50/60 bg)

.mage-sidebar-ways-to-earn__multiplier-text

Banner text (14px, secondary)

Ways to Redeem

Class

Description

.mage-sidebar-ways-to-redeem

Page container

.mage-sidebar-ways-to-redeem__header

Page-specific header override target

.mage-sidebar-ways-to-redeem__list

Rewards list

.mage-sidebar-ways-to-redeem__item

Reward row (py-14, flex, border-bottom, cursor-pointer)

.mage-sidebar-ways-to-redeem__item-visual

Icon/image container (36px, rounded-10, card-bg fill)

.mage-sidebar-ways-to-redeem__item-icon

Icon within visual container

.mage-sidebar-ways-to-redeem__item-name

Reward name (14px, medium, primary)

.mage-sidebar-ways-to-redeem__item-desc

Reward description (12px, secondary)

.mage-sidebar-ways-to-redeem__item-cost

Points cost (12px, secondary)

.mage-sidebar-ways-to-redeem__item-min-spend

Minimum spend note (70% opacity secondary)

View Earning Rule

Class

Description

.mage-sidebar-view-earning-rule

Page container (pb-32)

.mage-sidebar-view-earning-rule__header

Page-specific header override target

.mage-sidebar-view-earning-rule__title

Title in header (truncated)

.mage-sidebar-view-earning-rule__content

Content area (px-20, pt-8, flex-col)

.mage-sidebar-view-earning-rule__title-row

Icon + name row (flex, gap-14, mb-8)

.mage-sidebar-view-earning-rule__icon-container

Icon box (48px, rounded-14, card-bg)

.mage-sidebar-view-earning-rule__icon

Icon (24px, primary color)

.mage-sidebar-view-earning-rule__name

Rule name (22px, bold, tight tracking)

.mage-sidebar-view-earning-rule__description

Description (14px, secondary, mb-24)

.mage-sidebar-view-earning-rule__points-card

Points display card (p-20, rounded-14, card-bg, mb-20)

.mage-sidebar-view-earning-rule__points-value

Points number (36px, bold, primary, tight tracking)

.mage-sidebar-view-earning-rule__points-label

"points" label (14px, medium, secondary)

.mage-sidebar-view-earning-rule__multiplier

Multiplier text (12px, medium, amber-600)

.mage-sidebar-view-earning-rule__action

Action button container

.mage-sidebar-view-earning-rule__btn

Action button (semibold, centered)

.mage-sidebar-view-earning-rule__btn--claimed

Claimed state (flex, centered, gap)

.mage-sidebar-view-earning-rule__btn--claiming

Loading state (opacity-60, flex, centered)

.mage-sidebar-view-earning-rule__review-card

Tiered review points card (leave_review only, mb-20)

.mage-sidebar-view-earning-rule__review-divider

Row separator (1px, card-border, inset 20px)

.mage-sidebar-view-earning-rule__review-row

Flex row in the card (space-between, px-20, py-16)

.mage-sidebar-view-earning-rule__review-base

Left side of base row (flex, items-baseline, gap-8)

.mage-sidebar-view-earning-rule__review-base-value

Written review points (36px, bold, primary)

.mage-sidebar-view-earning-rule__review-base-label

"points" unit on base row (14px, secondary)

.mage-sidebar-view-earning-rule__review-type

Descriptor: "Written review", "With a photo/video"

.mage-sidebar-view-earning-rule__review-bonus

Right side of photo/video rows (flex, items-baseline)

.mage-sidebar-view-earning-rule__review-bonus-value

Photo/video points number (16px, bold, primary)

.mage-sidebar-view-earning-rule__review-bonus-label

"points" unit on photo/video rows (14px, secondary)

View Reward

Class

Description

.mage-sidebar-view-reward

Page container

.mage-sidebar-view-reward__header

Page-specific header override target

.mage-sidebar-view-reward__title

Title in header (truncated)

.mage-sidebar-view-reward__content

Content area

.mage-sidebar-view-reward__title-row

Icon + name row

.mage-sidebar-view-reward__icon-container

Icon box (48px, rounded-14, card-bg)

.mage-sidebar-view-reward__icon

Icon (24px, primary color)

.mage-sidebar-view-reward__image-container

Full-width image (rounded-14, h-176, card-bg)

.mage-sidebar-view-reward__image

Image element (object-contain)

.mage-sidebar-view-reward__name

Reward name (22px, bold, tight tracking)

.mage-sidebar-view-reward__description

Description (14px, secondary)

.mage-sidebar-view-reward__description--last

Last description paragraph

.mage-sidebar-view-reward__min-spend

Minimum spend note (12px, medium, secondary)

.mage-sidebar-view-reward__points-card

Points display card (p-20, rounded-14, card-bg)

.mage-sidebar-view-reward__points-value

Points number (36px, bold, primary)

.mage-sidebar-view-reward__points-label

"points" label (14px, medium, secondary)

.mage-sidebar-view-reward__action

Action button container

.mage-sidebar-view-reward__redeem-btn

Redeem button base

.mage-sidebar-view-reward__redeem-btn--active

Active state (primary bg, white text)

.mage-sidebar-view-reward__redeem-btn--redeemed

Redeemed state

.mage-sidebar-view-reward__redeem-btn--disabled

Disabled state (gray-200 bg, gray-400 text)

.mage-sidebar-view-reward__requirements

Requirements list

.mage-sidebar-view-reward__requirement

Requirement text (12px, secondary)

.mage-sidebar-view-reward__flexible

Flexible amount section

.mage-sidebar-view-reward__flex-info

Info row (flex, space-between, 12px, secondary)

.mage-sidebar-view-reward__flex-input-wrapper

Input wrapper

.mage-sidebar-view-reward__flex-label

Input label (12px, medium, primary)

.mage-sidebar-view-reward__flex-input

Number input (rounded-lg, card-border border)

.mage-sidebar-view-reward__flex-input--error

Error state (red-200 border)

.mage-sidebar-view-reward__flex-error

Error text (12px, red-500)

.mage-sidebar-view-reward__flex-preview

Preview text (14px, medium, centered)

.mage-sidebar-view-reward__footer-note

Footer note (12px, secondary)

.mage-sidebar-view-reward__footer-link

Footer link (12px, medium, primary, underlined)

View Tier Reward

Class

Description

.mage-sidebar-view-tier-reward

Page container

.mage-sidebar-view-tier-reward__header

Page-specific header override target

.mage-sidebar-view-tier-reward__title

Title in header (truncated)

.mage-sidebar-view-tier-reward__content

Content area

.mage-sidebar-view-tier-reward__title-row

Icon + name row

.mage-sidebar-view-tier-reward__icon-container

Icon box (48px, rounded-14, card-bg)

.mage-sidebar-view-tier-reward__icon

Icon (24px, primary color)

.mage-sidebar-view-tier-reward__tier-badge

Tier badge pill (inline-flex, rounded-full, 12px)

.mage-sidebar-view-tier-reward__tier-badge-dot

Colored dot in tier badge

.mage-sidebar-view-tier-reward__name

Reward name (22px, bold, tight tracking)

.mage-sidebar-view-tier-reward__description

Description (14px, secondary)

.mage-sidebar-view-tier-reward__points-card

Points display card (p-20, rounded-14, card-bg)

.mage-sidebar-view-tier-reward__points-value

Points number (36px, bold, primary)

.mage-sidebar-view-tier-reward__points-value--entry

Entry-level points (24px)

.mage-sidebar-view-tier-reward__points-label

"points" label (14px, medium, secondary)

.mage-sidebar-view-tier-reward__tier-warning

Warning banner (amber-50 bg, amber-600 text)

.mage-sidebar-view-tier-reward__action

Action button container

.mage-sidebar-view-tier-reward__redeem-btn

Redeem button base

.mage-sidebar-view-tier-reward__redeem-btn--active

Active state (primary bg, white text)

.mage-sidebar-view-tier-reward__redeem-btn--redeemed

Redeemed state

.mage-sidebar-view-tier-reward__redeem-btn--disabled

Disabled state (gray-200 bg, gray-400 text)

.mage-sidebar-view-tier-reward__footer-note

Footer note (12px, secondary)

.mage-sidebar-view-tier-reward__footer-link

Footer link (12px, medium, primary, underlined)

VIP Tiers

Class

Description

.mage-sidebar-vip-tiers

Page container

.mage-sidebar-vip-tiers__header

Page-specific header override target

.mage-sidebar-vip-tiers__tier-selector

Horizontal tier tab bar

.mage-sidebar-vip-tiers__tier-tab

Tier tab button (flex-col, centered, py-12)

.mage-sidebar-vip-tiers__tier-tab--active

Active tier tab (primary border-bottom)

.mage-sidebar-vip-tiers__tier-tab-current

"Current" label badge (12px, gray-100 bg)

.mage-sidebar-vip-tiers__badge

Tier icon/badge

.mage-sidebar-vip-tiers__tier-info

Tier name + status row

.mage-sidebar-vip-tiers__tier-status

Status badge (12px, semibold, gray-100 bg, rounded-full)

.mage-sidebar-vip-tiers__progress

Progress section (border-bottom)

.mage-sidebar-vip-tiers__progress-header

Progress header (flex, space-between)

.mage-sidebar-vip-tiers__progress-label

"PROGRESS" label (12px, uppercase, tracked)

.mage-sidebar-vip-tiers__progress-percentage

Percentage text (12px, secondary)

.mage-sidebar-vip-tiers__progress-value

Progress number (48px, bold, primary)

.mage-sidebar-vip-tiers__progress-unit

Unit label (14px, secondary)

.mage-sidebar-vip-tiers__progress-bar

Progress bar wrapper

.mage-sidebar-vip-tiers__progress-track

Track background (5px, rounded-full, gray-200)

.mage-sidebar-vip-tiers__progress-fill

Fill bar (primary bg, rounded-full, transition)

.mage-sidebar-vip-tiers__progress-remaining

Remaining text (12px, secondary)

.mage-sidebar-vip-tiers__progress-complete

Complete text (12px, secondary)

.mage-sidebar-vip-tiers__rewards

Benefits list section

.mage-sidebar-vip-tiers__reward-item

Reward row (py-14, flex, border-bottom)

.mage-sidebar-vip-tiers__reward-icon

Icon container (36px, rounded-10, card-bg)

.mage-sidebar-vip-tiers__reward-name

Reward name (14px, medium, truncated)

.mage-sidebar-vip-tiers__reward-cost

Cost text (12px, secondary)

.mage-sidebar-vip-tiers__empty-benefits

Empty benefits state (py-16, centered)

Your Rewards

Class

Description

.mage-sidebar-your-rewards

Page container

.mage-sidebar-your-rewards__header

Page-specific header override target

.mage-sidebar-your-rewards__summary

Summary section (border-bottom)

.mage-sidebar-your-rewards__summary-label

"ACTIVE REWARDS" label (12px, uppercase, tracked)

.mage-sidebar-your-rewards__summary-value

Count number (40px, bold, primary)

.mage-sidebar-your-rewards__list

Rewards list

.mage-sidebar-your-rewards__item

Reward row (py-16, border-bottom)

.mage-sidebar-your-rewards__item-name

Reward name (14px, medium, primary)

.mage-sidebar-your-rewards__item-desc

Description (12px, secondary)

.mage-sidebar-your-rewards__item-status--used

Used status badge (gray-100 bg, gray-500 text)

.mage-sidebar-your-rewards__item-status--expired

Expired status badge (red-50 bg, red-600 text)

.mage-sidebar-your-rewards__code-container

Code display area (flex, card-bg, rounded-lg)

.mage-sidebar-your-rewards__code

Discount code (13px, mono, tracked)

.mage-sidebar-your-rewards__code--used

Used code (secondary, line-through)

.mage-sidebar-your-rewards__copy-btn

Copy button (12px, secondary, hover:primary)

.mage-sidebar-your-rewards__meta

Meta row (flex, space-between, 12px, secondary)

.mage-sidebar-your-rewards__empty

Empty state (py-40, centered)

Your Earnings

Class

Description

.mage-sidebar-your-earnings

Page container

.mage-sidebar-your-earnings__header

Page-specific header override target

.mage-sidebar-your-earnings__summary

Summary section (border-bottom)

.mage-sidebar-your-earnings__summary-label

"LIFETIME EARNINGS" label (12px, uppercase, tracked)

.mage-sidebar-your-earnings__summary-value

Total number (40px, bold, primary)

.mage-sidebar-your-earnings__list

Earnings list

.mage-sidebar-your-earnings__empty

Empty state (py-40, centered)


Orders

Order List

Class

Description

.mage-sidebar-orders

Orders page container

.mage-sidebar-orders__title

"Orders" heading (20px, semibold)

.mage-sidebar-orders__content

Content wrapper

.mage-sidebar-orders__list

Order list

.mage-sidebar-orders__item

Order row (flex, py-16, cursor-pointer, border-bottom)

.mage-sidebar-orders__item-image

Product thumbnail (56px, rounded-10, card-bg)

.mage-sidebar-orders__item-image-placeholder

Placeholder when no image

.mage-sidebar-orders__item-body

Order details column

.mage-sidebar-orders__item-name

Order name (14px, semibold)

.mage-sidebar-orders__item-date

Order date (12px, secondary)

.mage-sidebar-orders__item-total

Order total (14px, semibold)

.mage-sidebar-orders__item-statuses

Status badges container

.mage-sidebar-orders__item-status

Status badge (12px, uppercase, tracked, gray-100 bg, rounded-full)

.mage-sidebar-orders__item-status--fulfilled

Fulfilled modifier

.mage-sidebar-orders__item-status--unfulfilled

Unfulfilled modifier

.mage-sidebar-orders__item-status--in-progress

In progress modifier

.mage-sidebar-orders__item-status--partial

Partial modifier

.mage-sidebar-orders__item-status--on-hold

On hold modifier

.mage-sidebar-orders__item-status--scheduled

Scheduled modifier

.mage-sidebar-orders__item-status--unknown

Unknown modifier

.mage-sidebar-orders__item-row

Order row inner layout

.mage-sidebar-orders__item-info

Order info area

.mage-sidebar-orders__item-meta

Order meta text

.mage-sidebar-orders__item-return-badge

Return badge (amber-50 bg, amber-600 text, rounded-full)

.mage-sidebar-orders__empty

Empty state (py-32, centered)

.mage-sidebar-orders__empty-text

Empty text (secondary)

.mage-sidebar-orders__error

Error state (py-32, red-500 text)

.mage-sidebar-orders__loading

Loading state (py-32, centered, spinner)

.mage-sidebar-orders__shop-btn

"Start shopping" button (btn-primary bg)

.mage-sidebar-orders__footer

Footer container

Order Detail

Class

Description

.mage-sidebar-order-detail

Page container

.mage-sidebar-order-detail__header

Header section

.mage-sidebar-order-detail__back

Back link (13px, secondary, hover:primary)

.mage-sidebar-order-detail__title-row

Title + badge row

.mage-sidebar-order-detail__title

Order name (22px, bold, tight tracking)

.mage-sidebar-order-detail__date

Order date (13px, secondary)

.mage-sidebar-order-detail__status-badge

Status badge (12px, uppercase, gray-100 bg, rounded-full)

.mage-sidebar-order-detail__cancelled-text

Cancelled text (12px, red-500)

.mage-sidebar-order-detail__tracking-card

Tracking info card (rounded-10, card-bg)

.mage-sidebar-order-detail__tracking-row

Tracking row (flex, space-between)

.mage-sidebar-order-detail__tracking-text

Tracking text (13px, primary)

.mage-sidebar-order-detail__tracking-link

Track link (13px, medium, primary)

.mage-sidebar-order-detail__items

Line items container

.mage-sidebar-order-detail__line-item

Line item row (flex, py-16, border-bottom)

.mage-sidebar-order-detail__line-item-image

Product image (56px, rounded-10, card-bg)

.mage-sidebar-order-detail__summary

Order summary (py-12, border-bottom)

.mage-sidebar-order-detail__summary-total

Total row (flex, space-between, pt-10, border-top)

.mage-sidebar-order-detail__summary-total-label

"Total" label (14px, semibold)

.mage-sidebar-order-detail__summary-total-value

Total value (16px, bold, primary)

.mage-sidebar-order-detail__section-title

Section label (12px, uppercase, tracked, secondary)

.mage-sidebar-order-detail__contact

Contact section (border-bottom)

.mage-sidebar-order-detail__shipping

Shipping section (border-bottom)

.mage-sidebar-order-detail__billing

Billing section (border-bottom)

.mage-sidebar-order-detail__payment

Payment section (border-bottom)

.mage-sidebar-order-detail__shipping-method

Shipping method section (border-bottom)

.mage-sidebar-order-detail__note

Order note section (border-bottom)

.mage-sidebar-order-detail__badges-row

Badges row (flex, space-between)

.mage-sidebar-order-detail__badges-inner

Badges inner container

.mage-sidebar-order-detail__view-details-link

"View in Shopify" link (13px, secondary, centered)

.mage-sidebar-order-detail__footer

Footer container

Order Detail — Returns

Class

Description

.mage-sidebar-order-detail__return

Return section (border-bottom)

.mage-sidebar-order-detail__return-header

Return header (flex, space-between)

.mage-sidebar-order-detail__return-header-left

Left side (flex, gap)

.mage-sidebar-order-detail__return-icon

Return icon (secondary color)

.mage-sidebar-order-detail__return-title

"Return" title (14px, semibold, primary)

.mage-sidebar-order-detail__return-status

Return status badge (amber-50 bg, amber-600 text)

.mage-sidebar-order-detail__return-decline

Decline notice container (card-bg, card-border border)

.mage-sidebar-order-detail__return-decline-reason

Decline reason (14px, medium, primary)

.mage-sidebar-order-detail__return-decline-note

Decline note (12px, secondary)

.mage-sidebar-order-detail__return-items

Return items list

.mage-sidebar-order-detail__return-item

Return item (flex, p-10, rounded-10, card-bg)

.mage-sidebar-order-detail__return-item-image

Item image (40px, rounded-lg)

.mage-sidebar-order-detail__return-item-info

Item info

.mage-sidebar-order-detail__return-item-title

Item name (14px, medium, truncated)

.mage-sidebar-order-detail__return-item-variant

Variant text (12px, secondary)

.mage-sidebar-order-detail__return-item-reason

Return reason (12px, secondary, italic)

.mage-sidebar-order-detail__return-tracking

Tracking info (flex, card-bg, p-10, rounded-lg)

.mage-sidebar-order-detail__return-tracking-number

Tracking number (12px, secondary)

.mage-sidebar-order-detail__return-tracking-link

Tracking link (12px, medium, primary)

.mage-sidebar-order-detail__return-link

Create return link (14px, medium, primary, centered)


Profile

Profile Navigation

Class

Description

.mage-sidebar-profile__title

Profile heading (18px, semibold)

.mage-sidebar-profile__nav-list

Navigation list

.mage-sidebar-profile__nav-item

Nav item (py-16, flex, space-between, border-bottom)

.mage-sidebar-profile__nav-label

Nav item name (15px, semibold, primary)

.mage-sidebar-profile__nav-detail

Nav item detail/subtitle (13px, secondary)

.mage-sidebar-profile__logout

Logout section

My Preferences

Class

Description

.mage-sidebar-preferences

Page container

.mage-sidebar-preferences__header

Page-specific header override target

.mage-sidebar-preferences__form

Form container

.mage-sidebar-preferences__field

Form field wrapper

.mage-sidebar-preferences__label

Field label

.mage-sidebar-preferences__input

Text input

.mage-sidebar-preferences__notifications

Notifications section

.mage-sidebar-preferences__checkbox

Checkbox input

.mage-sidebar-preferences__error

Error banner (red-50 bg, red-600 text)

.mage-sidebar-preferences__success

Success banner (green-50 bg, green-600 text)

Shipping Addresses

Class

Description

.mage-sidebar-addresses

Page container

.mage-sidebar-addresses__header

Page-specific header override target

.mage-sidebar-addresses__list

Address list

.mage-sidebar-addresses__item

Address row (py-16, border-bottom)

.mage-sidebar-addresses__item-name

Recipient name (14px, medium, primary)

.mage-sidebar-addresses__item-detail

Address text (13px, secondary)

.mage-sidebar-addresses__item-actions

Edit/delete buttons

.mage-sidebar-addresses__edit-btn

Edit button (12px, medium, hover:accent)

.mage-sidebar-addresses__delete-btn

Delete button (12px, red-500)

.mage-sidebar-addresses__delete-confirm

Confirmation container

.mage-sidebar-addresses__delete-confirm-btn

Confirm delete (12px, red-500)

.mage-sidebar-addresses__delete-cancel-btn

Cancel delete (12px, secondary)

.mage-sidebar-addresses__default-badge

Default badge (12px, uppercase, gray-100 bg)

.mage-sidebar-addresses__empty

Empty state (py-32, centered)

.mage-sidebar-addresses__error

Error banner (red-50 bg)

.mage-sidebar-addresses__add-btn-wrapper

Add button wrapper

Add / Edit Address

Class

Description

.mage-sidebar-add-address

Add address page

.mage-sidebar-add-address__header

Page-specific header override target

.mage-sidebar-add-address__title

Page title

.mage-sidebar-edit-address

Edit address page

.mage-sidebar-edit-address__header

Page-specific header override target

.mage-sidebar-edit-address__title

Page title

.mage-sidebar-edit-address__delete

Delete section

.mage-sidebar-edit-address__error

Error banner (red-50 bg, red-600 text)

Gift Reminders

Class

Description

.mage-sidebar-gift-reminders

Page container

.mage-sidebar-gift-reminders__header

Page-specific header override target

.mage-sidebar-gift-reminders__entry

Reminder entry card (rounded-xl, card-bg, card-border border)

.mage-sidebar-gift-reminders__entry-btn

Entry action button (p-6, rounded-lg, hover:card-border)


Wishlist

Wishlist Block (For You Tab)

Class

Description

.mage-sidebar-wishlist-block

Block container

.mage-sidebar-wishlist-block__header

Header (section title + view all)

.mage-sidebar-wishlist-block__view-all

"View all" link

.mage-sidebar-wishlist-block__empty

Empty state

.mage-sidebar-wishlist-block__empty-icon

Empty icon

.mage-sidebar-wishlist-block__empty-text

Empty text

.mage-sidebar-wishlist-block__product

Product card

.mage-sidebar-wishlist-block__heart

Heart/favorite button

Wishlist Page

Class

Description

.mage-sidebar-wishlist

Page container

.mage-sidebar-wishlist__header

Header

.mage-sidebar-wishlist__back-btn

Back button

.mage-sidebar-wishlist__shared-by

"Shared by" notice

.mage-sidebar-wishlist__save-all

"Save all" button

.mage-sidebar-wishlist__collections

Collections section

.mage-sidebar-wishlist__collections-grid

Collections horizontal scroll grid

.mage-sidebar-wishlist__collection-card

Collection card

.mage-sidebar-wishlist__collection-card-image

Collection thumbnail

.mage-sidebar-wishlist__collection-card-name

Collection name

.mage-sidebar-wishlist__collection-card-count

Item count

.mage-sidebar-wishlist__back-to-all

"All wishlists" back link

.mage-sidebar-wishlist__collection-edit-btn

Edit collection button

.mage-sidebar-wishlist__empty

Empty state

.mage-sidebar-wishlist__empty-icon

Empty icon

.mage-sidebar-wishlist__empty-text

Empty text

.mage-sidebar-wishlist__grid

Product grid

.mage-sidebar-wishlist__load-more

Load more container

.mage-sidebar-wishlist__load-more-btn

Load more button

.mage-sidebar-wishlist__count

Item count display

.mage-sidebar-wishlist-signin

Sign-in prompt

.mage-sidebar-wishlist-signin__title

Sign-in title

.mage-sidebar-wishlist-signin__subtitle

Sign-in subtitle

.mage-sidebar-wishlist-signin__icon

Sign-in icon

Wishlist Product Card

Class

Description

.mage-sidebar-wishlist-card

Card container

.mage-sidebar-wishlist-card--readonly

Read-only mode modifier

.mage-sidebar-wishlist-card__image-link

Image link wrapper

.mage-sidebar-wishlist-card__image

Product image

.mage-sidebar-wishlist-card__heart-btn

Heart/remove button

.mage-sidebar-wishlist-card__more-btn

More actions button (ellipsis)

.mage-sidebar-wishlist-card__info

Product info section

.mage-sidebar-wishlist-card__header

Card header

.mage-sidebar-wishlist-card__title-group

Title + price group

.mage-sidebar-wishlist-card__title

Product title

.mage-sidebar-wishlist-card__price

Price container

.mage-sidebar-wishlist-card__current-price

Current price

.mage-sidebar-wishlist-card__compare-price

Compare/sale price (line-through)

.mage-sidebar-wishlist-card__variant-select

Variant selector dropdown

.mage-sidebar-wishlist-card__add-to-cart

Add to cart button

.mage-sidebar-wishlist-card__add-to-cart--added

Added state (green bg)

.mage-sidebar-wishlist-card__actions

Card action buttons

Action Sheet

Class

Description

.mage-sidebar-action-sheet__overlay

Full-screen overlay

.mage-sidebar-action-sheet

Bottom sheet container

.mage-sidebar-action-sheet__header

Sheet header

.mage-sidebar-action-sheet__product-name

Product name in header

.mage-sidebar-action-sheet__close

Close button

.mage-sidebar-action-sheet__actions

Action list

.mage-sidebar-action-sheet__action

Individual action row

.mage-sidebar-action-sheet__action--danger

Danger action (red text)

Collection Picker

Class

Description

.mage-sidebar-collection-picker__list

Collections list

.mage-sidebar-collection-picker__item

Collection item

.mage-sidebar-collection-picker__item--active

Active/selected state

.mage-sidebar-collection-picker__item--create

Create new option

.mage-sidebar-collection-picker__item-name

Collection name

.mage-sidebar-collection-picker__item-count

Item count

.mage-sidebar-collection-picker__create-form

New collection form

.mage-sidebar-collection-picker__create-input

Name input

.mage-sidebar-collection-picker__create-submit

Submit button

.mage-sidebar-collection-picker__create-cancel

Cancel button

.mage-sidebar-collection-picker__create-actions

Form action buttons

Collection Edit Drawer

Class

Description

.mage-sidebar-collection-edit__body

Drawer body

.mage-sidebar-collection-edit__label

Field label

.mage-sidebar-collection-edit__input

Name input

.mage-sidebar-collection-edit__save

Save button

.mage-sidebar-collection-edit__share

Share button

.mage-sidebar-collection-edit__footer

Footer section

.mage-sidebar-collection-edit__delete

Delete button

Share Drawer

Class

Description

.mage-sidebar-share-drawer__body

Drawer body

.mage-sidebar-share-drawer__description

Share description

.mage-sidebar-share-drawer__link-row

Link display row

.mage-sidebar-share-drawer__link-input

Share URL input

.mage-sidebar-share-drawer__copy-btn

Copy button


Toast

Class

Description

.mage-sidebar-toast-container

Toast container (absolute, bottom-80)

.mage-sidebar-toast

Toast pill (dark bg #18181B, white text, rounded-14)

.mage-sidebar-toast--success

Success modifier (green icon)

.mage-sidebar-toast--error

Error modifier (red icon)

.mage-sidebar-toast__icon

Status icon

.mage-wishlist-toast

Wishlist-specific toast

.mage-wishlist-toast--visible

Visible state


Confirmation Modal

Class

Description

.mage-sidebar-confirmation-modal

Modal wrapper (absolute, inset-0, z-200, centered)

.mage-sidebar-confirmation-modal__backdrop

Backdrop (blur, rgba(0,0,0,0.4))

.mage-sidebar-confirmation-modal__content

Modal card (max-w-sm, rounded-2xl, white bg)

.mage-sidebar-confirmation-modal__header

Header (centered)

.mage-sidebar-confirmation-modal__breakdown

Cost breakdown section

.mage-sidebar-confirmation-modal__actions

Button area

.mage-sidebar-confirmation-modal__cancel-btn

Cancel button (bordered, rounded-xl)

.mage-sidebar-confirmation-modal__confirm-btn

Confirm button base (rounded-xl, semibold)

.mage-sidebar-confirmation-modal__confirm-btn--enabled

Enabled state (primary bg, white text)

.mage-sidebar-confirmation-modal__confirm-btn--disabled

Disabled state (gray-200 bg)

.mage-sidebar-confirmation-modal__receipt

Receipt card (rounded-xl, card-bg, card-border border)

CSS Snippets Reference

The Custom CSS editor includes built-in snippets to help you quickly customize your sidebar.

Start typing a snippet name and press Tab to insert it.

This will insert all the CSS classes with base styling per component & element to help you get started.

Theme

Snippet

Description

dark-theme

Dark theme variable overrides

theme-vars

CSS variable overrides template

full-theme

Complete theme template

Shared Components

Snippet

Description

header

Sidebar header styling

buttons

Primary & secondary button styling

tabs

Tab navigation customization

section-title

Section title styling

product-card

Product card styling (shared by carousel blocks)

Structural Elements

Snippet

Description

welcome-back

Welcome back card styling

balance-bar

Balance bar card styling

sign-in

Sign in form styling

birthday-form

Birthday form styling

Content Blocks

Snippet

Description

recently-viewed

Recently viewed block styling

popular-today

Popular today block styling

saved-cart

Saved cart block styling

product-recommendations

Product recommendations block styling

advertisement

Advertisement block styling

links

Links block styling

call-to-action-button

CTA button block styling

referral-code

Refer a friend block styling

referral-email

Referral email share panel styling

Wishlist

Snippet

Description

wishlist

Wishlist block styling

wishlist-heart

Wishlist heart color override

Loyalty Program

Snippet

Description

lp-stats

Stats cards

lp-actions

Action buttons

lp-section-header

Section header "View all" button

lp-earning-item

Earning item row

lp-reward-item

Reward item row

lp-ways-to-earn

Ways to earn list items

lp-ways-to-redeem

Ways to redeem list items

lp-view-reward

Reward detail page

lp-view-earning-rule

Earning rule detail page

lp-view-tier-reward

Tier reward detail page

lp-your-earnings

Your earnings summary card

lp-your-rewards

Your rewards card layout

lp-vip-tiers

VIP tier cards and rewards

lp-vip-progress

VIP tier progress bar

lp-multiplier

Bonus campaign multiplier banner

lp-confirmation

Reward redemption confirmation modal

Orders

Snippet

Description

order-list-item

Order list row styling

order-list-status

Order status and return badges

order-list-empty

Empty state and shop button

order-detail-header

Order detail header and status badge

order-detail-items

Line items and price summary

order-detail-tracking

Tracking card

order-detail-sections

Info cards (contact, shipping, payment)

order-detail-returns

Return section and items

Profile

Snippet

Description

profile-nav

Profile navigation list items

profile-preferences-form

Preferences form feedback states

profile-preferences-notifications

Notification checkbox styling

profile-addresses-list

Address list items and actions

form

Shared form inputs (label, input, select, checkbox)

Layout & Utility

Snippet

Description

floating

Floating sidebar customization

mobile

Mobile-specific media query

hide-section

Hide an element

toast

Toast notification styling

Did this answer your question?