body.storefront-body,
body.landing-body {
    min-width: 320px;
    min-height: 100vh;
    overflow-x: clip;
    background: var(--surface-page);
}

.storefront-body {
    color: var(--text-base);
}

.storefront-ambience,
.landing-noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--neutral-0) 42%, transparent), transparent 44%),
        radial-gradient(circle at 14% 10%, color-mix(in srgb, var(--brand-color) 16%, transparent), transparent 26%),
        radial-gradient(circle at 86% 8%, color-mix(in srgb, var(--neutral-900) 7%, transparent), transparent 18%);
    opacity: 0.94;
}

.storefront-page,
.landing-shell {
    position: relative;
    z-index: 1;
}

.button,
.button-primary,
.button-secondary,
.button-muted,
.icon-button,
.chip-button,
.language-switch__link,
.cart-button,
.mobile-cart-button,
.storefront-nav__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    min-height: 2.9rem;
    padding: 0 var(--space-4);
    border-radius: var(--radius-pill);
    border: 1px solid transparent;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition:
        transform 160ms ease,
        box-shadow 160ms ease,
        border-color 160ms ease,
        background 160ms ease,
        color 160ms ease;
}

.button:hover,
.button-primary:hover,
.button-secondary:hover,
.button-muted:hover,
.icon-button:hover,
.chip-button:hover,
.language-switch__link:hover,
.cart-button:hover,
.mobile-cart-button:hover,
.storefront-nav__link:hover {
    transform: translateY(-1px);
}

.button-primary,
.storefront-search__button,
.mobile-cart-button {
    background: linear-gradient(135deg, var(--brand-color), var(--brand-strong));
    color: var(--neutral-0);
    box-shadow: var(--shadow-brand);
}

.button-secondary,
.button-muted,
.icon-button,
.chip-button,
.storefront-nav__link,
.language-switch__link {
    background: color-mix(in srgb, var(--surface-panel-strong) 92%, transparent);
    color: var(--text-base);
    border-color: var(--line-soft);
    box-shadow: var(--shadow-sm);
}

.button-muted {
    opacity: 0.82;
}

.chip-button.is-active,
.language-switch__link.is-active,
.storefront-nav__link.is-active {
    background: color-mix(in srgb, var(--brand-color) 13%, var(--neutral-0));
    border-color: var(--line-brand);
    color: var(--brand-strong);
}

.storefront-header {
    position: sticky;
    top: 0;
    z-index: 26;
    backdrop-filter: blur(18px);
    background: color-mix(in srgb, var(--neutral-25) 84%, transparent);
    border-bottom: 1px solid var(--line-soft);
}

.storefront-header__bar,
.storefront-main,
.storefront-footer {
    width: var(--content-width);
    margin: 0 auto;
}

.storefront-header__bar {
    display: grid;
    gap: var(--space-4);
    padding: var(--space-4) 0;
}

.storefront-header__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    flex-wrap: wrap;
}

.storefront-header__cluster {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    flex-wrap: wrap;
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: var(--space-3);
    min-width: 0;
    text-decoration: none;
}

.brand-lockup__logo,
.brand-lockup__mark,
.mini-brand-mark {
    inline-size: 3.4rem;
    block-size: 3.4rem;
    border-radius: calc(var(--radius-md) + 0.1rem);
    overflow: hidden;
    background:
        linear-gradient(145deg, color-mix(in srgb, var(--brand-color) 16%, var(--neutral-0)), color-mix(in srgb, var(--brand-color) 8%, var(--neutral-0)));
    box-shadow:
        inset 0 0 0 1px color-mix(in srgb, var(--brand-color) 18%, transparent),
        0 18px 40px color-mix(in srgb, var(--brand-color) 14%, transparent);
    display: grid;
    place-items: center;
    font-family: var(--font-display);
    font-weight: 800;
    color: var(--brand-strong);
    flex: 0 0 auto;
}

.brand-lockup__logo img {
    inline-size: 100%;
    block-size: 100%;
    object-fit: cover;
}

.brand-lockup__copy {
    display: grid;
    gap: 0.15rem;
    min-width: 0;
}

.brand-lockup__copy strong,
.hero-title,
.section-title,
.product-detail__title,
.listing-title,
.empty-state h2,
.maintenance-card h1,
.cart-drawer__title,
.checkout-step__title,
.timeline-card h2 {
    margin: 0;
    font-family: var(--font-display);
    line-height: 0.96;
    letter-spacing: -0.03em;
    color: var(--text-strong);
}

.brand-lockup__copy strong {
    font-size: 1.1rem;
}

.brand-lockup__copy small,
.section-copy,
.listing-summary,
.product-copy,
.footer-card p,
.footer-meta,
.empty-state p,
.maintenance-copy,
.maintenance-note,
.cart-feedback,
.detail-note {
    color: var(--text-soft);
    line-height: var(--leading-relaxed);
}

.icon-button {
    min-width: 2.9rem;
    padding: 0;
}

.icon-button svg,
.cart-button__icon svg {
    inline-size: 1.2rem;
    block-size: 1.2rem;
}

.storefront-search {
    display: flex;
    align-items: stretch;
    gap: var(--space-2);
    min-width: 0;
}

.storefront-search__input,
.option-select,
.addon-select,
.quantity-box input,
.cart-inline-form__qty,
.checkout-field input,
.checkout-field select,
.checkout-field textarea,
.step-input {
    inline-size: 100%;
    min-width: 0;
    min-height: 3rem;
    border: 1px solid var(--line-soft);
    background: color-mix(in srgb, var(--neutral-0) 94%, var(--brand-faint));
    border-radius: calc(var(--radius-md) - 0.15rem);
    padding: 0.9rem 1rem;
    color: var(--text-strong);
    box-shadow: inset var(--shadow-xs);
}

.storefront-search__input:focus,
.option-select:focus,
.addon-select:focus,
.quantity-box input:focus,
.cart-inline-form__qty:focus,
.checkout-field input:focus,
.checkout-field select:focus,
.checkout-field textarea:focus,
.step-input:focus {
    outline: 2px solid color-mix(in srgb, var(--brand-color) 30%, transparent);
    outline-offset: 2px;
    border-color: var(--line-brand);
}

.storefront-header__actions,
.language-switch,
.storefront-nav,
.hero-actions,
.product-card__actions,
.listing-actions,
.product-actions,
.quantity-box__actions,
.maintenance-actions,
.pagination,
.cart-summary-card__actions,
.checkout-submit-row,
.cart-drawer__actions,
.trust-list,
.order-toolbar {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    flex-wrap: wrap;
}

.language-switch {
    padding: 0.35rem;
    border-radius: var(--radius-pill);
    background: color-mix(in srgb, var(--surface-panel-strong) 92%, transparent);
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow-sm);
}

.storefront-nav {
    width: 100%;
    overflow: auto hidden;
    padding-bottom: 0.1rem;
}

.storefront-nav__link {
    white-space: nowrap;
    min-height: 2.5rem;
}

.cart-button,
.mobile-cart-button {
    position: relative;
    background: linear-gradient(135deg, var(--surface-dark-soft), var(--surface-dark));
    color: var(--text-on-dark);
    box-shadow: var(--shadow-md);
}

.cart-button__icon,
.mobile-cart-button__icon {
    inline-size: 1.4rem;
    block-size: 1.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cart-button__badge,
.mobile-cart-button__badge {
    min-width: 1.55rem;
    min-height: 1.55rem;
    padding: 0 var(--space-2);
    border-radius: var(--radius-pill);
    background: var(--neutral-0);
    color: var(--brand-strong);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--text-xs);
    font-weight: 800;
}

.storefront-main {
    padding: var(--space-6) 0 var(--space-10);
}

.hero-panel {
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--radius-xl) + 0.2rem);
    padding: clamp(var(--space-5), 3vw, var(--space-8));
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--neutral-0) 92%, var(--brand-faint)), color-mix(in srgb, var(--neutral-0) 98%, var(--neutral-50))),
        var(--hero-glow);
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow-lg);
    display: grid;
    gap: var(--space-6);
}

.hero-panel__copy {
    display: grid;
    gap: var(--space-4);
    align-content: start;
}

.eyebrow,
.pill,
.section-kicker,
.product-card__badge,
.status-track__pill {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    width: fit-content;
    min-height: 2rem;
    padding: 0 var(--space-4);
    border-radius: var(--radius-pill);
    background: color-mix(in srgb, var(--brand-color) 12%, var(--neutral-0));
    color: var(--brand-strong);
    font-size: var(--text-xs);
    font-weight: 800;
}

.pill.is-dark {
    background: linear-gradient(135deg, var(--surface-dark-soft), var(--surface-dark));
    color: var(--text-on-dark);
}

.hero-title {
    font-size: clamp(2.6rem, 8vw, 5rem);
    max-width: 11ch;
}

.hero-copy,
.section-copy,
.listing-copy,
.product-copy {
    margin: 0;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-3);
}

.hero-stat,
.showcase-stat {
    display: grid;
    gap: var(--space-2);
    padding: var(--space-4);
    border-radius: var(--radius-lg);
    background: color-mix(in srgb, var(--surface-panel) 88%, transparent);
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow-sm);
}

.hero-stat strong,
.showcase-stat strong {
    display: block;
    font-size: 1.15rem;
    color: var(--text-strong);
}

.hero-media {
    position: relative;
    border-radius: calc(var(--radius-xl) - 0.15rem);
    overflow: hidden;
    min-height: 19rem;
    background: color-mix(in srgb, var(--brand-color) 10%, var(--neutral-100));
    box-shadow: var(--shadow-md);
}

.hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--surface-dark) 2%, transparent), color-mix(in srgb, var(--surface-dark) 36%, transparent)),
        linear-gradient(135deg, color-mix(in srgb, var(--neutral-0) 8%, transparent), transparent 40%);
}

.hero-media img {
    inline-size: 100%;
    block-size: 100%;
    object-fit: cover;
}

.content-section {
    margin-top: var(--space-6);
    display: grid;
    gap: var(--space-4);
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: var(--space-4);
    flex-wrap: wrap;
}

.section-title,
.listing-title,
.timeline-card h2 {
    font-size: clamp(1.7rem, 4vw, 2.5rem);
}

.grid-cards,
.category-grid,
.trust-list,
.checkout-step-grid {
    display: grid;
    gap: var(--space-4);
}

.grid-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.category-tile,
.product-card,
.panel,
.detail-card,
.empty-state,
.cart-item-card,
.notice-card,
.cart-drawer__card,
.timeline-card,
.checkout-step,
.trust-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
    background: var(--surface-panel-strong);
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow-md);
}

.panel,
.detail-card,
.empty-state,
.notice-card,
.cart-drawer__card,
.timeline-card,
.checkout-step,
.trust-card {
    padding: clamp(var(--space-4), 2vw, var(--space-5));
}

.category-tile::before,
.product-card::before,
.panel::before,
.detail-card::before,
.empty-state::before,
.cart-item-card::before,
.cart-drawer__card::before,
.timeline-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, color-mix(in srgb, var(--neutral-0) 42%, transparent), transparent 48%);
}

.category-tile > *,
.product-card > *,
.panel > *,
.detail-card > *,
.empty-state > *,
.cart-item-card > *,
.cart-drawer__card > *,
.timeline-card > * {
    position: relative;
    z-index: 1;
}

.category-tile {
    min-height: 12rem;
    padding: var(--space-5);
    display: grid;
    align-content: space-between;
    gap: var(--space-5);
    background:
        linear-gradient(145deg, color-mix(in srgb, var(--brand-color) 14%, var(--neutral-0)), color-mix(in srgb, var(--neutral-0) 98%, var(--neutral-50)));
}

.category-tile strong {
    display: block;
    margin-bottom: var(--space-2);
    font-family: var(--font-display);
    font-size: 1.25rem;
    line-height: 1;
    color: var(--text-strong);
}

.category-meta {
    color: var(--text-soft);
}

.product-card {
    display: grid;
    min-width: 0;
}

.product-card > a {
    display: grid;
    min-height: 100%;
    text-decoration: none;
}

.product-card__media {
    position: relative;
    aspect-ratio: 4 / 4.6;
    overflow: hidden;
    background: color-mix(in srgb, var(--brand-color) 10%, var(--neutral-100));
}

.product-card__media img {
    inline-size: 100%;
    block-size: 100%;
    object-fit: cover;
    transition: transform 240ms ease;
}

.product-card:hover .product-card__media img {
    transform: scale(1.04);
}

.product-card__badge {
    position: absolute;
    inset-inline-start: var(--space-4);
    inset-block-start: var(--space-4);
    background: linear-gradient(135deg, var(--surface-dark-soft), var(--surface-dark));
    color: var(--text-on-dark);
}

.product-card__content {
    display: grid;
    gap: var(--space-4);
    padding: var(--space-5);
}

.product-card__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.45rem;
    line-height: 0.98;
    color: var(--text-strong);
}

.product-card__excerpt {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3.2em;
    color: var(--text-soft);
    line-height: var(--leading-relaxed);
}

.price-stack {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--space-2) var(--space-3);
}

.price-stack strong,
.detail-price strong {
    font-size: clamp(1.2rem, 4vw, 1.7rem);
    color: var(--text-strong);
}

.price-stack s,
.detail-price s {
    color: var(--text-faint);
}

.product-card__actions {
    justify-content: space-between;
}

.product-card__quick {
    min-height: 2.5rem;
    padding: 0 var(--space-3);
}

.listing-shell,
.cart-layout,
.checkout-layout,
.product-layout {
    display: grid;
    gap: var(--space-4);
}

.listing-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-4);
    flex-wrap: wrap;
}

.pagination a,
.pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.8rem;
    min-height: 2.8rem;
    padding: 0 var(--space-3);
    border-radius: var(--radius-pill);
    background: color-mix(in srgb, var(--surface-panel) 92%, transparent);
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow-sm);
}

.pagination .is-current {
    background: linear-gradient(135deg, var(--brand-color), var(--brand-strong));
    color: var(--neutral-0);
    box-shadow: var(--shadow-brand);
}

.product-gallery,
.product-sidebar {
    display: grid;
    gap: var(--space-4);
}

.gallery-stage {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: calc(var(--radius-xl) - 0.15rem);
    background: color-mix(in srgb, var(--brand-color) 10%, var(--neutral-100));
}

.gallery-stage img {
    inline-size: 100%;
    block-size: 100%;
    object-fit: cover;
}

.gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--space-3);
}

.gallery-thumb {
    padding: 0;
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--line-soft);
    background: var(--surface-panel);
    box-shadow: var(--shadow-sm);
}

.gallery-thumb.is-active {
    border-color: var(--line-brand);
    box-shadow:
        inset 0 0 0 1px color-mix(in srgb, var(--brand-color) 16%, transparent),
        var(--shadow-brand);
}

.gallery-thumb img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    inline-size: 100%;
}

.crumbs {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
    color: var(--text-soft);
    font-size: var(--text-sm);
}

.crumbs a {
    color: inherit;
}

.detail-meta,
.detail-highlights,
.trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-3);
}

.pill {
    background: color-mix(in srgb, var(--brand-color) 10%, var(--neutral-0));
}

.product-detail__title {
    font-size: clamp(2.4rem, 8vw, 4.2rem);
}

.detail-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: var(--space-2) var(--space-4);
    margin-top: var(--space-4);
}

.detail-section {
    display: grid;
    gap: var(--space-3);
}

.detail-section h2,
.detail-section h3 {
    margin: 0;
    font-size: 1.05rem;
    color: var(--text-strong);
}

.option-list,
.addon-list,
.checkout-radio-group,
.checkout-summary-list,
.cart-items {
    display: grid;
    gap: var(--space-3);
}

.option-group {
    display: grid;
    gap: var(--space-3);
}

.option-grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
}

.option-pill {
    position: relative;
}

.option-pill input,
.addon-pill input,
.qty-pill input {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.option-pill label,
.addon-pill label,
.qty-pill label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0 var(--space-4);
    border-radius: var(--radius-pill);
    border: 1px solid var(--line-soft);
    background: color-mix(in srgb, var(--surface-panel) 92%, transparent);
    color: var(--text-base);
    font-weight: 800;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
}

.option-pill input:checked + label,
.addon-pill input:checked + label,
.qty-pill input:checked + label {
    background: linear-gradient(135deg, var(--brand-color), var(--brand-strong));
    color: var(--neutral-0);
    border-color: transparent;
    box-shadow: var(--shadow-brand);
}

.addon-item {
    display: grid;
    gap: var(--space-3);
    padding: var(--space-4);
    border-radius: var(--radius-lg);
    background: color-mix(in srgb, var(--surface-panel) 92%, transparent);
    border: 1px solid var(--line-soft);
}

.addon-item__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--space-3);
    flex-wrap: wrap;
}

.addon-item__label {
    display: grid;
    gap: var(--space-1);
}

.addon-item__label strong {
    color: var(--text-strong);
}

.addon-item__label span:last-child {
    color: var(--text-soft);
    font-size: var(--text-sm);
}

.quantity-box {
    display: grid;
    gap: var(--space-3);
}

.quantity-box__actions {
    align-items: stretch;
}

.quantity-box__actions button,
.quantity-box__actions input {
    min-height: 3rem;
}

.quantity-box__actions button {
    min-width: 3rem;
    padding: 0;
    border-radius: calc(var(--radius-md) - 0.15rem);
    background: color-mix(in srgb, var(--brand-color) 12%, var(--neutral-0));
    color: var(--brand-strong);
    box-shadow: var(--shadow-sm);
}

.quantity-box__actions input {
    flex: 1 1 auto;
    text-align: center;
}

.detail-status {
    display: grid;
    gap: var(--space-3);
}

.detail-status__signal {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    width: fit-content;
    min-height: 2.25rem;
    padding: 0 var(--space-4);
    border-radius: var(--radius-pill);
    font-weight: 800;
}

.detail-status__signal.is-live {
    background: var(--success-surface);
    color: var(--success);
}

.detail-status__signal.is-off {
    background: var(--danger-surface);
    color: var(--danger);
}

.trust-card {
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

.trust-card strong {
    display: block;
    color: var(--text-strong);
}

.trust-card span {
    color: var(--text-soft);
    font-size: var(--text-sm);
}

.mobile-action-bar {
    position: sticky;
    bottom: var(--space-3);
    z-index: 22;
    display: none;
    padding-top: var(--space-3);
}

.mobile-action-bar__inner {
    display: flex;
    gap: var(--space-3);
    padding: var(--space-3);
    border-radius: var(--radius-xl);
    background: color-mix(in srgb, var(--surface-panel-strong) 92%, transparent);
    border: 1px solid var(--line-soft);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow-lg);
}

.mobile-action-bar__price {
    display: grid;
    gap: 0.15rem;
    min-width: 0;
}

.mobile-action-bar__price strong {
    color: var(--text-strong);
}

.notice-card--success {
    background: var(--success-surface);
    border-color: color-mix(in srgb, var(--success) 24%, transparent);
    color: var(--success);
}

.notice-card--error {
    background: var(--danger-surface);
    border-color: color-mix(in srgb, var(--danger) 24%, transparent);
    color: var(--danger);
}

.notice-card.is-inline {
    box-shadow: none;
}

.notice-card p,
.notice-list {
    margin: 0;
}

.notice-list {
    padding-inline-start: var(--space-5);
}

.cart-item-card {
    display: grid;
    gap: var(--space-4);
    padding: var(--space-5);
}

.cart-item-card.is-unavailable {
    border-color: color-mix(in srgb, var(--danger) 20%, transparent);
}

.cart-item-card__media {
    border-radius: var(--radius-lg);
    overflow: hidden;
    min-height: 11.5rem;
    background: color-mix(in srgb, var(--brand-color) 10%, var(--neutral-100));
}

.cart-item-card__media img {
    inline-size: 100%;
    block-size: 100%;
    object-fit: cover;
}

.cart-item-card__placeholder {
    min-height: 11.5rem;
    display: grid;
    place-items: center;
    font-family: var(--font-display);
    font-size: 2rem;
    color: var(--text-strong);
}

.cart-item-card__content,
.checkout-form {
    display: grid;
    gap: var(--space-4);
}

.cart-item-card__head,
.summary-row,
.summary-line {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--space-3);
}

.cart-item-card__head h2,
.summary-line strong {
    margin: 0;
}

.cart-item-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2) var(--space-4);
    color: var(--text-soft);
    font-size: var(--text-sm);
}

.cart-inline-form {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-3);
    align-items: center;
}

.cart-inline-form__qty {
    width: 6rem;
}

.checkout-field-grid {
    display: grid;
    gap: var(--space-4);
}

.checkout-field {
    display: grid;
    gap: var(--space-2);
}

.checkout-field textarea {
    min-height: 7.5rem;
    resize: vertical;
}

.checkout-field--full {
    grid-column: 1 / -1;
}

.checkout-step {
    display: grid;
    gap: var(--space-4);
}

.checkout-step__head {
    display: flex;
    align-items: flex-start;
    gap: var(--space-3);
}

.checkout-step__index {
    inline-size: 2.5rem;
    block-size: 2.5rem;
    border-radius: var(--radius-pill);
    background: linear-gradient(135deg, var(--brand-color), var(--brand-strong));
    color: var(--neutral-0);
    display: grid;
    place-items: center;
    font-weight: 800;
    box-shadow: var(--shadow-brand);
}

.checkout-step__title {
    font-size: 1.45rem;
}

.checkout-radio {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    padding: var(--space-4);
    border-radius: var(--radius-lg);
    background: color-mix(in srgb, var(--surface-panel) 92%, transparent);
    border: 1px solid var(--line-soft);
}

.checkout-radio input {
    accent-color: var(--brand-color);
}

.summary-row {
    padding: var(--space-4) 0;
    border-bottom: 1px solid var(--line-soft);
}

.summary-row--grand {
    font-size: 1.08rem;
}

.summary-row:last-of-type,
.summary-line:last-child {
    border-bottom: 0;
}

.summary-line {
    padding: var(--space-3) 0;
    border-bottom: 1px solid var(--line-soft);
}

.checkout-progress {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    flex-wrap: wrap;
}

.checkout-progress__item {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    min-height: 2.25rem;
    padding: 0 var(--space-3);
    border-radius: var(--radius-pill);
    background: color-mix(in srgb, var(--surface-panel) 92%, transparent);
    border: 1px solid var(--line-soft);
    font-size: var(--text-xs);
    font-weight: 800;
}

.checkout-progress__item.is-active {
    background: color-mix(in srgb, var(--brand-color) 12%, var(--neutral-0));
    border-color: var(--line-brand);
    color: var(--brand-strong);
}

.storefront-footer {
    padding-bottom: var(--space-8);
}

.footer-grid {
    display: grid;
    gap: var(--space-4);
}

.footer-card {
    padding: var(--space-5);
    border-radius: var(--radius-xl);
    background: color-mix(in srgb, var(--surface-panel-strong) 88%, transparent);
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow-md);
}

.footer-card__label {
    display: block;
    margin-bottom: var(--space-3);
    color: var(--text-soft);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.74rem;
    font-weight: 800;
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-3);
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    min-height: 2.5rem;
    padding: 0 var(--space-4);
    border-radius: var(--radius-pill);
    background: color-mix(in srgb, var(--brand-color) 10%, var(--neutral-0));
    border: 1px solid var(--line-brand);
}

.footer-bottom {
    margin-top: var(--space-4);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
}

.footer-meta {
    margin: 0;
    font-size: var(--text-sm);
}

.footer-muted {
    color: var(--text-soft);
}

.empty-state {
    display: grid;
    gap: var(--space-3);
}

.empty-state h2 {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
}

.maintenance-shell {
    min-height: 100vh;
    width: var(--content-width);
    margin: 0 auto;
    display: grid;
    place-items: center;
    padding: var(--space-6) 0;
}

.maintenance-card {
    width: min(46rem, 100%);
    padding: clamp(var(--space-6), 4vw, var(--space-8));
    border-radius: calc(var(--radius-xl) + 0.15rem);
    background: var(--surface-panel-strong);
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow-lg);
    display: grid;
    gap: var(--space-4);
}

.maintenance-card h1 {
    font-size: clamp(2.4rem, 7vw, 4rem);
}

.cart-drawer {
    position: fixed;
    inset: 0;
    z-index: 34;
    pointer-events: none;
}

.cart-drawer__scrim {
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, var(--neutral-900) 28%, transparent);
    opacity: 0;
    transition: opacity 180ms ease;
}

.cart-drawer__panel {
    position: absolute;
    inset-block: 0;
    inset-inline-end: 0;
    width: min(27rem, 100vw);
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: var(--space-4);
    padding: var(--space-4);
    background: color-mix(in srgb, var(--surface-panel-strong) 96%, transparent);
    backdrop-filter: blur(18px);
    border-inline-start: 1px solid var(--line-soft);
    transform: translateX(100%);
    transition: transform 180ms ease;
    box-shadow: var(--shadow-lg);
}

[dir="rtl"] .cart-drawer__panel {
    inset-inline-start: 0;
    inset-inline-end: auto;
    transform: translateX(-100%);
    border-inline-start: 0;
    border-inline-end: 1px solid var(--line-soft);
}

body[data-cart-open="true"] .cart-drawer {
    pointer-events: auto;
}

body[data-cart-open="true"] .cart-drawer__scrim {
    opacity: 1;
}

body[data-cart-open="true"] .cart-drawer__panel,
[dir="rtl"] body[data-cart-open="true"] .cart-drawer__panel {
    transform: translateX(0);
}

.cart-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-3);
}

.cart-drawer__title {
    font-size: 1.6rem;
}

.cart-drawer__items {
    overflow: auto;
    display: grid;
    gap: var(--space-3);
    padding-inline-end: var(--space-1);
}

.cart-drawer__item {
    display: grid;
    grid-template-columns: 4.8rem minmax(0, 1fr);
    gap: var(--space-3);
    padding: var(--space-3);
    border-radius: var(--radius-lg);
    background: color-mix(in srgb, var(--surface-panel) 92%, transparent);
    border: 1px solid var(--line-soft);
}

.cart-drawer__item-media {
    border-radius: var(--radius-md);
    overflow: hidden;
    background: color-mix(in srgb, var(--brand-color) 10%, var(--neutral-100));
}

.cart-drawer__item-media img {
    inline-size: 100%;
    block-size: 100%;
    object-fit: cover;
}

.cart-drawer__item-copy {
    display: grid;
    gap: var(--space-1);
}

.cart-drawer__item-copy strong {
    color: var(--text-strong);
}

.cart-drawer__item-copy span {
    color: var(--text-soft);
    font-size: var(--text-sm);
}

.cart-drawer__empty {
    padding: var(--space-5);
    border-radius: var(--radius-lg);
    background: color-mix(in srgb, var(--surface-panel) 92%, transparent);
    border: 1px dashed var(--line-soft);
    text-align: center;
    color: var(--text-soft);
}

.cart-drawer__footer {
    display: grid;
    gap: var(--space-3);
}

.cart-drawer__totals {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-3);
    padding: var(--space-4);
    border-radius: var(--radius-lg);
    background: color-mix(in srgb, var(--surface-panel) 92%, transparent);
    border: 1px solid var(--line-soft);
}

.cart-drawer__totals strong {
    color: var(--text-strong);
    font-size: 1.2rem;
}

.cart-drawer__actions > * {
    flex: 1 1 10rem;
}

.status-track {
    display: grid;
    gap: var(--space-4);
}

.status-track__pill {
    background: color-mix(in srgb, var(--brand-color) 12%, var(--neutral-0));
}

.status-track__timeline {
    position: relative;
    display: grid;
    gap: var(--space-4);
    padding-inline-start: var(--space-6);
}

.status-track__timeline::before {
    content: "";
    position: absolute;
    inset-block: var(--space-2);
    inset-inline-start: 0.6rem;
    inline-size: 1px;
    background: var(--line-soft);
}

.status-track__step {
    position: relative;
    padding: var(--space-4);
    border-radius: var(--radius-lg);
    background: color-mix(in srgb, var(--surface-panel) 92%, transparent);
    border: 1px solid var(--line-soft);
}

.status-track__step::before {
    content: "";
    position: absolute;
    inset-inline-start: calc(var(--space-6) * -1);
    inset-block-start: 1.4rem;
    inline-size: 1rem;
    block-size: 1rem;
    border-radius: var(--radius-pill);
    background: color-mix(in srgb, var(--neutral-200) 90%, var(--neutral-0));
    box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--neutral-200) 40%, transparent);
}

.status-track__step.is-active::before {
    background: linear-gradient(135deg, var(--brand-color), var(--brand-strong));
    box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--brand-color) 12%, transparent);
}

.status-track__step strong,
.timeline-card strong {
    display: block;
    margin-bottom: var(--space-1);
    color: var(--text-strong);
}

.timeline-card {
    display: grid;
    gap: var(--space-4);
}

.timeline-card__grid {
    display: grid;
    gap: var(--space-4);
}

.template-restaurant-classic {
    --brand-faint: color-mix(in srgb, var(--brand-color) 12%, var(--neutral-0));
}

.template-grocery-market {
    --surface-page: linear-gradient(180deg, var(--neutral-25) 0%, color-mix(in srgb, var(--brand-color) 4%, var(--neutral-50)) 42%, color-mix(in srgb, var(--brand-color) 8%, var(--neutral-100)) 100%);
}

.template-fashion-lookbook .hero-title,
.template-fashion-lookbook .product-detail__title,
.template-fashion-lookbook .product-card__title {
    letter-spacing: -0.05em;
}

.template-retail-catalog .hero-panel {
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--neutral-0) 92%, var(--brand-faint)), color-mix(in srgb, var(--neutral-0) 98%, var(--neutral-50)));
}

body.storefront-body.store-type-fashion.template-fashion-lookbook {
    --fashion-ink: #111111 !important;
    --fashion-muted: #5f646b !important;
    --fashion-faint: #a9adb4 !important;
    --fashion-paper: #ffffff !important;
    --fashion-smoke: #f2f3f5 !important;
    --fashion-line: rgba(17, 17, 17, 0.14) !important;
    --fashion-accent: #064cff !important;
    --brand-color: var(--fashion-accent) !important;
    --brand-strong: #0033c7 !important;
    --surface-page: #ffffff !important;
    --surface-panel: #ffffff !important;
    --surface-panel-strong: #ffffff !important;
    --text-strong: var(--fashion-ink) !important;
    --text-base: #24272b !important;
    --text-soft: var(--fashion-muted) !important;
    --line-soft: var(--fashion-line) !important;
    background: var(--fashion-paper) !important;
    color: var(--fashion-ink) !important;
    font-family: "Manrope", "IBM Plex Sans Arabic", sans-serif !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-ambience {
    display: none !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-header {
    position: sticky !important;
    top: 0 !important;
    background: rgba(255, 255, 255, 0.94) !important;
    border-bottom: 1px solid var(--fashion-line) !important;
    backdrop-filter: blur(20px) !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-header__bar,
body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-main,
body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-footer {
    width: min(1480px, calc(100vw - 32px)) !important;
    max-width: none !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-header__bar {
    padding: 16px 0 0 !important;
    gap: 0 !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-header__row {
    min-height: 62px !important;
    display: grid !important;
    grid-template-columns: minmax(180px, 0.8fr) minmax(240px, 1.1fr) auto !important;
    gap: clamp(16px, 2.2vw, 34px) !important;
    align-items: center !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .brand-lockup__mark,
body.storefront-body.store-type-fashion.template-fashion-lookbook .brand-lockup__logo {
    display: grid !important;
    inline-size: 44px !important;
    block-size: 44px !important;
    border-radius: 0 !important;
    background: var(--fashion-ink) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .brand-lockup__copy strong {
    font-family: "Manrope", "IBM Plex Sans Arabic", sans-serif !important;
    font-size: clamp(0.88rem, 1.4vw, 1.05rem) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .brand-lockup__copy strong::after {
    content: none !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .brand-lockup__copy small {
    display: block !important;
    color: var(--fashion-muted) !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-search {
    display: flex !important;
    min-width: 0 !important;
    border: 1px solid var(--fashion-line) !important;
    border-radius: 0 !important;
    background: #ffffff !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-search__input {
    min-height: 44px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 0.86rem !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-search__button {
    min-height: 44px !important;
    border: 0 !important;
    border-inline-start: 1px solid var(--fashion-line) !important;
    border-radius: 0 !important;
    background: var(--fashion-ink) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .language-switch,
body.storefront-body.store-type-fashion.template-fashion-lookbook .cart-button,
body.storefront-body.store-type-fashion.template-fashion-lookbook .button,
body.storefront-body.store-type-fashion.template-fashion-lookbook .button-primary,
body.storefront-body.store-type-fashion.template-fashion-lookbook .button-secondary,
body.storefront-body.store-type-fashion.template-fashion-lookbook .icon-button,
body.storefront-body.store-type-fashion.template-fashion-lookbook .mobile-cart-button {
    border-radius: 0 !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .language-switch {
    background: transparent !important;
    border: 1px solid var(--fashion-line) !important;
    box-shadow: none !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .language-switch__link {
    min-height: 36px !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: var(--fashion-muted) !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .language-switch__link.is-active {
    background: var(--fashion-ink) !important;
    color: #ffffff !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .cart-button {
    min-height: 44px !important;
    background: var(--fashion-ink) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .cart-button__badge,
body.storefront-body.store-type-fashion.template-fashion-lookbook .mobile-cart-button__badge {
    background: var(--fashion-accent) !important;
    color: #ffffff !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-nav {
    position: static !important;
    transform: none !important;
    justify-content: flex-start !important;
    height: auto !important;
    margin-top: 12px !important;
    padding: 0 !important;
    border-top: 1px solid var(--fashion-line) !important;
    overflow: auto hidden !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-nav__link {
    min-height: 46px !important;
    padding: 0 18px !important;
    border-radius: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--fashion-muted) !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-nav__link.is-active,
body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-nav__link:hover {
    color: var(--fashion-ink) !important;
    box-shadow: inset 0 -2px var(--fashion-accent) !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-main {
    padding: clamp(16px, 2vw, 26px) 0 88px !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero {
    min-height: min(820px, calc(100dvh - 96px)) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr) !important;
    grid-template-rows: minmax(0, 1fr) auto !important;
    gap: 1px !important;
    background: var(--fashion-line) !important;
    border: 1px solid var(--fashion-line) !important;
    overflow: hidden !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero__copy {
    display: grid !important;
    align-content: center !important;
    gap: clamp(18px, 2vw, 26px) !important;
    min-width: 0 !important;
    padding: clamp(28px, 6vw, 86px) !important;
    background: #ffffff !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-kicker {
    color: var(--fashion-accent) !important;
    font-size: 0.74rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.18em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero h1 {
    max-width: 10ch !important;
    margin: 0 !important;
    color: var(--fashion-ink) !important;
    font-family: "Cormorant Garamond", "IBM Plex Sans Arabic", serif !important;
    font-size: clamp(4rem, 8.4vw, 8.8rem) !important;
    font-weight: 600 !important;
    line-height: 0.86 !important;
    letter-spacing: -0.035em !important;
    overflow-wrap: anywhere !important;
}

html[dir="rtl"] body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero h1 {
    font-family: "IBM Plex Sans Arabic", sans-serif !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero p {
    max-width: 36ch !important;
    margin: 0 !important;
    color: var(--fashion-muted) !important;
    font-size: clamp(1rem, 1.2vw, 1.08rem) !important;
    line-height: 1.7 !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-actions .button,
body.storefront-body.store-type-fashion.template-fashion-lookbook .product-actions .button,
body.storefront-body.store-type-fashion.template-fashion-lookbook .cart-drawer__actions .button,
body.storefront-body.store-type-fashion.template-fashion-lookbook .footer-bottom .button {
    min-height: 52px !important;
    padding-inline: 24px !important;
    box-shadow: none !important;
    font-size: 0.78rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.09em !important;
    text-transform: uppercase !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .button-primary,
body.storefront-body.store-type-fashion.template-fashion-lookbook .mobile-cart-button {
    background: var(--fashion-accent) !important;
    border-color: var(--fashion-accent) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .button-secondary {
    background: transparent !important;
    border-color: var(--fashion-ink) !important;
    color: var(--fashion-ink) !important;
    box-shadow: none !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero__metrics {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px 18px !important;
    color: var(--fashion-muted) !important;
    font-size: 0.74rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero__visual {
    position: relative !important;
    min-height: 540px !important;
    background: var(--fashion-smoke) !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero__image {
    width: 100% !important;
    height: 100% !important;
    min-height: 540px !important;
    object-fit: cover !important;
    object-position: center !important;
    filter: saturate(0.92) contrast(1.05) !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero-product {
    position: absolute !important;
    inset-inline-start: clamp(18px, 3vw, 42px) !important;
    inset-block-end: clamp(18px, 3vw, 42px) !important;
    width: min(310px, calc(100% - 36px)) !important;
    display: grid !important;
    grid-template-columns: 108px minmax(0, 1fr) !important;
    background: rgba(255, 255, 255, 0.94) !important;
    border: 1px solid rgba(17, 17, 17, 0.16) !important;
    color: var(--fashion-ink) !important;
    text-decoration: none !important;
    backdrop-filter: blur(12px) !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero-product img {
    width: 108px !important;
    height: 132px !important;
    object-fit: cover !important;
    background: var(--fashion-smoke) !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero-product__copy {
    min-width: 0 !important;
    display: grid !important;
    align-content: center !important;
    gap: 6px !important;
    padding: 16px !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero-product__copy small,
body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero-product__copy b {
    color: var(--fashion-muted) !important;
    font-size: 0.72rem !important;
    font-style: normal !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero-product__copy strong {
    color: var(--fashion-ink) !important;
    font-size: 0.96rem !important;
    line-height: 1.25 !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-service-strip {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1px !important;
    background: var(--fashion-line) !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-service-strip > div {
    display: grid !important;
    gap: 6px !important;
    padding: 22px clamp(20px, 3vw, 42px) !important;
    background: #ffffff !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-service-strip strong {
    color: var(--fashion-ink) !important;
    font-size: 0.78rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-service-strip span {
    color: var(--fashion-muted) !important;
    font-size: 0.92rem !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-collection-feature {
    display: grid !important;
    grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1fr) !important;
    gap: clamp(28px, 6vw, 92px) !important;
    align-items: end !important;
    padding: clamp(56px, 9vw, 128px) 0 0 !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-collection-feature__media {
    border: 1px solid var(--fashion-line) !important;
    background: var(--fashion-smoke) !important;
    overflow: hidden !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-collection-feature__media img {
    width: 100% !important;
    aspect-ratio: 3 / 4.2 !important;
    object-fit: cover !important;
    filter: saturate(0.9) contrast(1.04) !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-collection-feature__copy {
    display: grid !important;
    gap: 20px !important;
    max-width: 760px !important;
    padding-bottom: clamp(6px, 3vw, 42px) !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-collection-feature h2,
body.storefront-body.store-type-fashion.template-fashion-lookbook .section-title,
body.storefront-body.store-type-fashion.template-fashion-lookbook .listing-title,
body.storefront-body.store-type-fashion.template-fashion-lookbook .product-detail__title {
    font-family: "Cormorant Garamond", "IBM Plex Sans Arabic", serif !important;
    color: var(--fashion-ink) !important;
    font-weight: 600 !important;
    letter-spacing: -0.025em !important;
}

html[dir="rtl"] body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-collection-feature h2,
html[dir="rtl"] body.storefront-body.store-type-fashion.template-fashion-lookbook .section-title,
html[dir="rtl"] body.storefront-body.store-type-fashion.template-fashion-lookbook .listing-title,
html[dir="rtl"] body.storefront-body.store-type-fashion.template-fashion-lookbook .product-detail__title {
    font-family: "IBM Plex Sans Arabic", sans-serif !important;
    letter-spacing: 0 !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-collection-feature h2 {
    margin: 0 !important;
    font-size: clamp(3.2rem, 7vw, 7.2rem) !important;
    line-height: 0.9 !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-collection-feature p,
body.storefront-body.store-type-fashion.template-fashion-lookbook .section-copy,
body.storefront-body.store-type-fashion.template-fashion-lookbook .listing-copy,
body.storefront-body.store-type-fashion.template-fashion-lookbook .product-copy,
body.storefront-body.store-type-fashion.template-fashion-lookbook .detail-note {
    color: var(--fashion-muted) !important;
    line-height: 1.75 !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-text-link {
    width: fit-content !important;
    color: var(--fashion-ink) !important;
    border-bottom: 2px solid var(--fashion-accent) !important;
    padding-bottom: 6px !important;
    font-size: 0.78rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.12em !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .content-section {
    margin-top: clamp(58px, 8vw, 118px) !important;
    padding-top: 0 !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .section-head {
    display: block !important;
    max-width: 780px !important;
    margin-bottom: clamp(24px, 4vw, 48px) !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .section-title {
    font-size: clamp(2.7rem, 5.5vw, 5.8rem) !important;
    line-height: 0.92 !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .grid-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(18px, 2vw, 28px) clamp(12px, 1.4vw, 20px) !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-product-edit .product-card:first-child {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .product-card {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .product-card::before {
    content: none !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .product-card__media {
    aspect-ratio: 3 / 4 !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    background: var(--fashion-smoke) !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-product-edit .product-card:first-child .product-card__media {
    aspect-ratio: 4 / 5.2 !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .product-card__media img {
    filter: saturate(0.9) contrast(1.04) !important;
    transition: transform 520ms ease, filter 260ms ease !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .product-card:hover .product-card__media img {
    transform: scale(1.035) !important;
    filter: saturate(1.02) contrast(1.06) !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .product-card__badge,
body.storefront-body.store-type-fashion.template-fashion-lookbook .eyebrow,
body.storefront-body.store-type-fashion.template-fashion-lookbook .pill {
    border-radius: 0 !important;
    background: var(--fashion-ink) !important;
    color: #ffffff !important;
    font-size: 0.68rem !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .product-card__content {
    padding: 16px 0 0 !important;
    gap: 12px !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .product-card__content .eyebrow {
    background: transparent !important;
    color: var(--fashion-muted) !important;
    min-height: auto !important;
    padding: 0 !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .product-card__title {
    font-family: "Manrope", "IBM Plex Sans Arabic", sans-serif !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.25 !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .product-card__excerpt {
    min-height: 0 !important;
    -webkit-line-clamp: 2 !important;
    color: var(--fashion-muted) !important;
    font-size: 0.9rem !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .product-card__actions {
    border-top: 1px solid var(--fashion-line) !important;
    padding-top: 12px !important;
    align-items: center !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .product-card__actions .button {
    min-height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--fashion-accent) !important;
    box-shadow: none !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.1em !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .price-stack strong,
body.storefront-body.store-type-fashion.template-fashion-lookbook .detail-price strong {
    color: var(--fashion-ink) !important;
    font-size: 1rem !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .category-grid {
    grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr)) !important;
    gap: 1px !important;
    background: var(--fashion-line) !important;
    border: 1px solid var(--fashion-line) !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .category-tile {
    min-height: 236px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    padding: clamp(22px, 3vw, 38px) !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .category-tile::before {
    content: none !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .category-tile:first-child {
    background: var(--fashion-ink) !important;
    color: #ffffff !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .category-tile:first-child strong,
body.storefront-body.store-type-fashion.template-fashion-lookbook .category-tile:first-child .section-copy,
body.storefront-body.store-type-fashion.template-fashion-lookbook .category-tile:first-child .category-meta {
    color: #ffffff !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .category-tile strong {
    font-family: "Cormorant Garamond", "IBM Plex Sans Arabic", serif !important;
    font-size: clamp(1.8rem, 3vw, 3.1rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.02em !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .product-layout {
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr) !important;
    gap: clamp(24px, 4vw, 54px) !important;
    align-items: start !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .product-gallery {
    grid-template-columns: 92px minmax(0, 1fr) !important;
    gap: 20px !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .gallery-stage {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    aspect-ratio: 4 / 5 !important;
    border: 1px solid var(--fashion-line) !important;
    border-radius: 0 !important;
    background: var(--fashion-smoke) !important;
    box-shadow: none !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .gallery-thumbs {
    grid-column: 1 !important;
    grid-row: 1 !important;
    grid-template-columns: 1fr !important;
    align-content: start !important;
    gap: 12px !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .gallery-thumb {
    border-radius: 0 !important;
    border: 1px solid var(--fashion-line) !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .gallery-thumb.is-active {
    border-color: var(--fashion-accent) !important;
    box-shadow: inset 0 0 0 2px var(--fashion-accent) !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .detail-card,
body.storefront-body.store-type-fashion.template-fashion-lookbook .panel,
body.storefront-body.store-type-fashion.template-fashion-lookbook .empty-state,
body.storefront-body.store-type-fashion.template-fashion-lookbook .trust-card {
    border-radius: 0 !important;
    border: 1px solid var(--fashion-line) !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .detail-card::before,
body.storefront-body.store-type-fashion.template-fashion-lookbook .panel::before,
body.storefront-body.store-type-fashion.template-fashion-lookbook .empty-state::before,
body.storefront-body.store-type-fashion.template-fashion-lookbook .trust-card::before {
    content: none !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .product-sidebar {
    gap: 18px !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .product-detail__title {
    font-size: clamp(3rem, 5vw, 5.5rem) !important;
    line-height: 0.9 !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .detail-meta,
body.storefront-body.store-type-fashion.template-fashion-lookbook .trust-list {
    gap: 8px !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .detail-status__signal {
    border-radius: 0 !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .option-pill label,
body.storefront-body.store-type-fashion.template-fashion-lookbook .addon-pill label,
body.storefront-body.store-type-fashion.template-fashion-lookbook .qty-pill label,
body.storefront-body.store-type-fashion.template-fashion-lookbook .quantity-box__actions button,
body.storefront-body.store-type-fashion.template-fashion-lookbook .quantity-box input,
body.storefront-body.store-type-fashion.template-fashion-lookbook .addon-select {
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .option-pill label,
body.storefront-body.store-type-fashion.template-fashion-lookbook .addon-pill label {
    background: #ffffff !important;
    border-color: var(--fashion-line) !important;
    color: var(--fashion-ink) !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .option-pill input:checked + label,
body.storefront-body.store-type-fashion.template-fashion-lookbook .addon-pill input:checked + label,
body.storefront-body.store-type-fashion.template-fashion-lookbook .qty-pill input:checked + label {
    background: var(--fashion-ink) !important;
    border-color: var(--fashion-ink) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-option-swatch {
    inline-size: 18px !important;
    block-size: 18px !important;
    display: inline-block !important;
    border: 1px solid rgba(17, 17, 17, 0.22) !important;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.52) !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-pdp-fit {
    grid-column: 2 !important;
    display: grid !important;
    grid-template-columns: 126px minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: center !important;
    padding: 18px !important;
    border: 1px solid var(--fashion-line) !important;
    background: #ffffff !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-pdp-fit img {
    width: 126px !important;
    aspect-ratio: 1 / 1.2 !important;
    object-fit: cover !important;
    background: var(--fashion-smoke) !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-pdp-fit h2 {
    margin: 0 0 6px !important;
    color: var(--fashion-ink) !important;
    font-size: 1rem !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-pdp-fit p {
    margin: 0 !important;
    color: var(--fashion-muted) !important;
    line-height: 1.65 !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .listing-shell {
    gap: 26px !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .listing-toolbar {
    padding-block: 14px !important;
    border-block: 1px solid var(--fashion-line) !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .footer-card {
    border-radius: 0 !important;
    border: 1px solid var(--fashion-line) !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

body.storefront-body.store-type-fashion.template-fashion-lookbook .footer-socials a {
    border-radius: 0 !important;
    background: transparent !important;
    border-color: var(--fashion-line) !important;
}

@media (prefers-color-scheme: dark) {
    body.storefront-body.store-type-fashion.template-fashion-lookbook {
        --fashion-ink: #f5f7fb !important;
        --fashion-muted: #b9c0ca !important;
        --fashion-faint: #7b8491 !important;
        --fashion-paper: #08090b !important;
        --fashion-smoke: #15181d !important;
        --fashion-line: rgba(245, 247, 251, 0.16) !important;
        --surface-page: #08090b !important;
        --surface-panel: #0f1115 !important;
        --surface-panel-strong: #0f1115 !important;
        background: var(--fashion-paper) !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-header,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero__copy,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-service-strip > div,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .product-card,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .detail-card,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .panel,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .empty-state,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .trust-card,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .footer-card,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-pdp-fit,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .category-tile,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-search {
        background: #0f1115 !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-search__button,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .cart-button,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .category-tile:first-child,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .option-pill input:checked + label {
        background: var(--fashion-accent) !important;
        color: #ffffff !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .category-tile:first-child strong,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .category-tile:first-child .section-copy,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .category-tile:first-child .category-meta {
        color: #ffffff !important;
    }
}

@media (min-width: 1180px) {
    body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-product-edit .product-card:nth-child(6n + 4) {
        margin-top: 64px !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-product-edit .product-card:nth-child(6n + 5) {
        margin-top: 28px !important;
    }
}

@media (max-width: 980px) {
    body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-header__row {
        grid-template-columns: 1fr auto !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-search {
        grid-column: 1 / -1 !important;
        order: 3 !important;
        width: 100% !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-collection-feature,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .product-layout {
        grid-template-columns: 1fr !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero {
        min-height: 0 !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero__visual {
        min-height: 62dvh !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero__image {
        min-height: 62dvh !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-service-strip {
        grid-template-columns: 1fr !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .grid-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-product-edit .product-card:first-child {
        grid-column: span 2 !important;
        grid-row: auto !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .product-gallery {
        grid-template-columns: 1fr !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .gallery-stage,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .gallery-thumbs,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-pdp-fit {
        grid-column: auto !important;
        grid-row: auto !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .gallery-thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-header__bar,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-main,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-footer {
        width: min(1480px, calc(100% - 24px)) !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-header__row {
        grid-template-columns: 1fr !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .storefront-header__actions {
        width: 100% !important;
        justify-content: space-between !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .language-switch,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .cart-button {
        flex: 1 1 auto !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero__copy {
        padding: 26px 20px !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero h1 {
        max-width: 8.8ch !important;
        font-size: clamp(3.2rem, 17vw, 5rem) !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-actions .button {
        width: 100% !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero-product {
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        grid-template-columns: 96px minmax(0, 1fr) !important;
        border-inline: 0 !important;
        border-bottom: 0 !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-hero-product img {
        width: 96px !important;
        height: 118px !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .grid-cards,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .category-grid,
    body.storefront-body.store-type-fashion.template-fashion-lookbook .gallery-thumbs {
        grid-template-columns: 1fr !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-product-edit .product-card:first-child {
        grid-column: auto !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .category-tile {
        min-height: 172px !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-pdp-fit {
        grid-template-columns: 94px minmax(0, 1fr) !important;
        padding: 14px !important;
    }

    body.storefront-body.store-type-fashion.template-fashion-lookbook .fashion-pdp-fit img {
        width: 94px !important;
    }
}

html[dir="rtl"] .storefront-search__input,
html[dir="rtl"] .option-select,
html[dir="rtl"] .addon-select,
html[dir="rtl"] .quantity-box input,
html[dir="rtl"] .cart-inline-form__qty,
html[dir="rtl"] .checkout-field input,
html[dir="rtl"] .checkout-field select,
html[dir="rtl"] .checkout-field textarea,
html[dir="rtl"] .step-input {
    text-align: right;
}

@media (min-width: 760px) {
    .storefront-header__bar {
        grid-template-columns: minmax(0, 1fr);
    }

    .hero-panel {
        grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
        align-items: stretch;
    }

    .grid-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-grid,
    .timeline-card__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product-layout,
    .cart-layout,
    .checkout-layout {
        grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
        align-items: start;
    }

    .product-sidebar,
    .cart-summary-card {
        position: sticky;
        top: var(--header-offset);
    }

    .cart-item-card {
        grid-template-columns: 180px minmax(0, 1fr);
        align-items: start;
    }

    .checkout-field-grid,
    .checkout-step-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .storefront-header__bar {
        padding: var(--space-5) 0;
    }

    .grid-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 859px) {
    .storefront-header__bar {
        gap: var(--space-3);
    }

    .storefront-header__row {
        align-items: stretch;
    }

    .storefront-search {
        width: 100%;
    }

    .storefront-header__actions {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 699px) {
    .storefront-main {
        padding-top: var(--space-5);
    }

    .hero-panel {
        padding: var(--space-5);
    }

    .hero-title {
        max-width: none;
    }

    .category-grid,
    .gallery-thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .storefront-header__cluster,
    .storefront-header__actions,
    .hero-actions,
    .cart-summary-card__actions,
    .checkout-submit-row,
    .cart-drawer__actions {
        width: 100%;
    }

    .button,
    .button-primary,
    .button-secondary,
    .button-muted,
    .cart-button,
    .mobile-cart-button {
        width: 100%;
    }

    .mobile-action-bar {
        display: block;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 1ms !important;
        scroll-behavior: auto !important;
    }
}


/* Generated demo identity marks */
.ma-logo,
.rt-logo,
.by-logo,
.sw-logo {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    width: auto !important;
}

.commerce-brand-symbol {
    width: 46px;
    height: 46px;
    object-fit: contain;
    flex: 0 0 auto;
}

.commerce-brand-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.brand-lockup__logo--generated img {
    object-fit: contain;
    padding: 0.2rem;
}

@media (max-width: 720px) {
    .commerce-brand-symbol {
        width: 38px;
        height: 38px;
    }
}
