:root {
    --wabiz-bg: #f1f1f1;
    --wabiz-card: #ffffff;
    --wabiz-muted: #667781;
    --wabiz-accent: #00a884;
    --wabiz-border: #d9d9d9;
    --wabiz-text: #111b21;
    --wabiz-link: #0b69c7;
    --wabiz-radius: 20px;
    --wabiz-shadow: 0 8px 24px rgba(17, 27, 33, 0.06);

    /* semantic surface tokens */
    --wabiz-page-bg: var(--wabiz-bg);
    --wabiz-page-surface: #ffffff;
    --wabiz-section-divider: #ececec;
    --wabiz-surface-soft: #e9edf0;
    --wabiz-surface-muted: #ebeff2;
    --wabiz-surface-subtle: #f7f7f7;
    --wabiz-surface-panel: #ffffff;
    --wabiz-surface-panel-alt: #ffffff;
    --wabiz-surface-sticky: rgba(255, 255, 255, 0.97);
    --wabiz-surface-backdrop: rgba(17, 24, 39, 0.52);
    --wabiz-surface-hover: #f2f2f2;
    --wabiz-text-soft: #4a4f54;
    --wabiz-text-strong: #111827;
    --wabiz-text-on-accent: #ffffff;
    --wabiz-border-soft: #e5e7eb;
    --wabiz-control-border: #d3d6da;
    --wabiz-order-handle: #a7afb5;
    --wabiz-hero-overlay: linear-gradient(180deg, rgba(17, 27, 33, 0.18) 0%, rgba(17, 27, 33, 0.52) 100%);
    --wabiz-shadow-sticky: 0 -6px 24px rgba(17, 27, 33, 0.08);
    --wabiz-shadow-panel: 0 -12px 40px rgba(17, 24, 39, 0.24);
    --wabiz-shadow-accent: 0 8px 22px rgba(8, 183, 90, 0.22);
    --wabiz-accent-bg: #08b75a;
}

body.wabiz-theme-dark {
    --wabiz-page-bg:
        radial-gradient(circle at top, rgba(37, 211, 102, 0.08), transparent 34%),
        linear-gradient(180deg, #071018 0%, #08131c 100%);
    --wabiz-page-surface:
        radial-gradient(circle at top, rgba(37, 211, 102, 0.06), transparent 26%),
        linear-gradient(180deg, #071018 0%, #08131c 100%);
    --wabiz-section-divider: #0f171d;
    --wabiz-surface-soft: #12202a;
    --wabiz-surface-muted: rgba(255, 255, 255, 0.05);
    --wabiz-surface-subtle: rgba(255, 255, 255, 0.06);
    --wabiz-surface-panel:
        linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.01) 100%),
        #0f1b24;
    --wabiz-surface-panel-alt:
        linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.015) 100%),
        #0c1720;
    --wabiz-surface-sticky: linear-gradient(180deg, rgba(7, 16, 24, 0) 0%, rgba(7, 16, 24, 0.9) 22%, #071018 56%);
    --wabiz-surface-backdrop: rgba(3, 8, 13, 0.52);
    --wabiz-surface-hover: rgba(255, 255, 255, 0.10);
    --wabiz-text-soft: #c8d4dc;
    --wabiz-text-strong: var(--wabiz-text);
    --wabiz-text-on-accent: #ffffff;
    --wabiz-border-soft: rgba(125, 211, 252, 0.10);
    --wabiz-control-border: rgba(125, 211, 252, 0.12);
    --wabiz-order-handle: rgba(255, 255, 255, 0.20);
    --wabiz-hero-overlay: linear-gradient(180deg, rgba(7, 16, 24, 0.16) 0%, rgba(7, 16, 24, 0.76) 100%);
    --wabiz-shadow-sticky: 0 -24px 60px rgba(0, 0, 0, 0.38);
    --wabiz-shadow-panel: 0 -24px 60px rgba(0, 0, 0, 0.38);
    --wabiz-shadow-accent: 0 16px 34px rgba(37, 211, 102, 0.16);
    --wabiz-accent-bg: var(--wabiz-accent);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background: var(--wabiz-bg);
    color: var(--wabiz-text);
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

button,
input,
textarea,
select {
    font: inherit;
}

[hidden] {
    display: none !important;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.wabiz-page,
.wabiz-content-page {
    min-height: 100vh;
    padding: 0;
}

.wabiz-profile-shell,
.wabiz-content-wrap {
    width: min(100%, 820px);
    margin: 0 auto;
}

.wabiz-mobile-screen {
    background: var(--wabiz-bg);
    min-height: 100vh;
}

.wabiz-status-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 18px 8px;
    font-size: 15px;
    color: var(--wabiz-text);
}

.wabiz-status-icons {
    font-size: 13px;
    letter-spacing: 0.04em;
}

.wabiz-appbar {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    padding: 6px 18px 0;
}

.wabiz-appbar--light {
    background: transparent;
}

.wabiz-icon-button {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: var(--wabiz-text);
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
}

.wabiz-icon-button svg,
.wabiz-action-icon svg,
.wabiz-info-icon svg,
.wabiz-section-link svg,
.wabiz-info-chevron svg,
.wabiz-badge svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.wabiz-profile-head {
    padding: 10px 24px 20px;
    text-align: center;
}

.wabiz-avatar-wrap {
    display: flex;
    justify-content: center;
}

.wabiz-avatar-wrap--large {
    margin-bottom: 18px;
}

.wabiz-avatar {
    width: 142px;
    height: 142px;
    border-radius: 50%;
    object-fit: cover;
    background: var(--wabiz-surface-soft);
}

.wabiz-avatar-fallback,
.wabiz-avatar-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    font-weight: 700;
    color: var(--wabiz-text);
}

.wabiz-avatar-logo .custom-logo-link,
.wabiz-avatar-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.wabiz-profile-identity h1 {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: clamp(28px, 5vw, 40px);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.03em;
}

.wabiz-profile-subtitle {
    margin: 8px 0 0;
    color: var(--wabiz-muted);
    font-size: clamp(20px, 3vw, 28px);
    line-height: 1.2;
}

.wabiz-badge {
    display: inline-flex;
    width: 24px;
    height: 24px;
    color: var(--wabiz-accent);
}

.wabiz-action-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 8px 18px 18px;
}

.wabiz-action-card {
    min-height: 126px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 16px 12px;
    background: var(--wabiz-card);
    border: 1px solid var(--wabiz-border);
    border-radius: 26px;
    text-decoration: none;
    color: var(--wabiz-text);
    box-shadow: 0 1px 0 rgba(17, 27, 33, 0.02);
}

.wabiz-action-icon {
    color: var(--wabiz-accent);
    line-height: 0;
}

.wabiz-action-card span:last-child {
    font-size: 17px;
    font-weight: 500;
}

.wabiz-section {
    margin-top: 10px;
    background: var(--wabiz-card);
    border-top: 10px solid var(--wabiz-section-divider);
    border-bottom: 10px solid var(--wabiz-section-divider);
    padding: 18px;
}

.wabiz-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.wabiz-section-head h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.wabiz-section-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--wabiz-muted);
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.01em;
}

.wabiz-section-link svg {
    width: 20px;
    height: 20px;
}

.wabiz-catalog-strip {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(208px, 208px);
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
}

.wabiz-catalog-strip::-webkit-scrollbar {
    display: none;
}

.wabiz-catalog-strip-card {
    display: block;
    text-decoration: none;
    color: var(--wabiz-text);
}

.wabiz-catalog-strip-media,
.wabiz-catalog-card-thumb,
.wabiz-catalog-single-media,
.wabiz-post-thumb {
    display: block;
    overflow: hidden;
    border-radius: 16px;
    background: var(--wabiz-surface-soft);
}

.wabiz-catalog-strip-media {
    aspect-ratio: 1 / 1;
}

.wabiz-catalog-strip-media img,
.wabiz-catalog-card-thumb img,
.wabiz-catalog-single-media img,
.wabiz-post-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wabiz-catalog-strip-caption {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.35;
    color: var(--wabiz-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wabiz-catalog-strip-fallback,
.wabiz-catalog-card-fallback,
.wabiz-catalog-single-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    font-size: 44px;
    font-weight: 700;
    color: var(--wabiz-muted);
}

.wabiz-empty-inline {
    margin: 0;
    color: var(--wabiz-muted);
    line-height: 1.6;
}

.wabiz-info-section {
    display: grid;
    gap: 6px;
}

.wabiz-info-row {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 14px;
    padding: 12px 0;
}

.wabiz-info-row + .wabiz-info-row {
    border-top: 1px solid rgba(17, 27, 33, 0.06);
}

.wabiz-info-row--split {
    grid-template-columns: 34px minmax(80px, 1fr) minmax(120px, 1.4fr);
    align-items: center;
}

.wabiz-info-icon {
    color: var(--wabiz-muted);
    line-height: 0;
    margin-top: 2px;
}

.wabiz-info-content {
    min-width: 0;
}

.wabiz-info-content--full p,
.wabiz-info-content--right,
.wabiz-info-content--status {
    margin: 0;
    font-size: 17px;
    line-height: 1.45;
}

.wabiz-business-description {
    display: block;
    white-space: pre-line;
}

.wabiz-status-open {
    color: var(--wabiz-accent);
    font-weight: 500;
}

.wabiz-status-closed {
    color: #d64545;
    font-weight: 500;
}

.wabiz-info-content--right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    text-align: right;
}

.wabiz-info-chevron {
    color: var(--wabiz-text);
    line-height: 0;
    flex-shrink: 0;
}

.wabiz-link {
    color: var(--wabiz-link);
    text-decoration: none;
}

.wabiz-link--primary {
    font-weight: 500;
}

.wabiz-content-wrap {
    padding: 28px 18px 40px;
}

.wabiz-standard-header {
    margin-bottom: 22px;
}

.wabiz-kicker,
.widget-title {
    margin: 0 0 10px;
    color: var(--wabiz-muted);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wabiz-standard-header h1,
.entry-title,
.wabiz-empty-state h1,
.wabiz-empty-state h2,
.wabiz-post-title {
    margin: 0;
    line-height: 1.2;
}

.wabiz-standard-header h1 {
    font-size: clamp(32px, 5vw, 48px);
}

.wabiz-standard-header p,
.archive-description,
.wabiz-post-excerpt,
.entry-content,
.widget,
.wabiz-side-card,
.wabiz-empty-state p {
    line-height: 1.7;
}

.wabiz-post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}

.wabiz-post-card,
.wabiz-article,
.wabiz-empty-state,
.widget {
    background: var(--wabiz-card);
    border: 1px solid var(--wabiz-border);
    border-radius: 24px;
    padding: 16px;
    box-shadow: var(--wabiz-shadow);
}

.wabiz-post-card-link {
    display: block;
    text-decoration: none;
}

.wabiz-post-body {
    padding-top: 14px;
}

.wabiz-post-title {
    font-size: 24px;
    margin-bottom: 8px;
}

.wabiz-catalog-tag {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(0, 168, 132, 0.12);
    color: var(--wabiz-accent);
    font-size: 12px;
    font-weight: 700;
}

.wabiz-catalog-card .wabiz-post-body,
.wabiz-catalog-single-body {
    display: grid;
    gap: 12px;
}

.wabiz-catalog-price {
    font-weight: 700;
}

.wabiz-catalog-price--large {
    font-size: 24px;
}

.wabiz-catalog-grid .wabiz-post-card {
    padding: 14px;
}

.wabiz-catalog-card-thumb {
    aspect-ratio: 1 / 1;
}

.wabiz-catalog-single {
    display: grid;
    grid-template-columns: minmax(280px, 360px) 1fr;
    gap: 24px;
}

.wabiz-catalog-single-media {
    min-height: 320px;
}

.wabiz-catalog-meta-row,
.wabiz-catalog-actions,
.wabiz-catalog-taxonomy,
.wabiz-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.wabiz-primary-link,
.wabiz-secondary-link,
.wabiz-pagination a,
.wabiz-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 14px;
    text-decoration: none;
    border: 1px solid var(--wabiz-border);
    background: var(--wabiz-card);
    color: var(--wabiz-text);
}

.wabiz-primary-link {
    background: var(--wabiz-accent);
    color: var(--wabiz-text-on-accent);
    border-color: var(--wabiz-accent);
}

.wabiz-search-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.wabiz-search-input,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"] {
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid var(--wabiz-border);
    border-radius: 14px;
    background: var(--wabiz-card);
    color: var(--wabiz-text);
}

.wabiz-search-submit {
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid var(--wabiz-accent);
    border-radius: 14px;
    background: var(--wabiz-accent);
    color: var(--wabiz-text-on-accent);
    cursor: pointer;
}

.entry-content > * + * {
    margin-top: 1.1em;
}

.widget ul {
    margin: 0;
    padding-left: 18px;
}

@media (max-width: 720px) {
    .wabiz-status-bar {
        padding: 14px 14px 6px;
    }

    .wabiz-appbar {
        padding: 2px 14px 0;
    }

    .wabiz-profile-head {
        padding: 8px 16px 18px;
    }

    .wabiz-avatar {
        width: 126px;
        height: 126px;
    }

    .wabiz-action-grid {
        padding: 8px 14px 14px;
    }

    .wabiz-action-card {
        min-height: 108px;
        border-radius: 24px;
    }

    .wabiz-action-card span:last-child {
        font-size: 15px;
    }

    .wabiz-section {
        padding: 16px 14px;
    }

    .wabiz-catalog-strip {
        grid-auto-columns: minmax(182px, 182px);
    }

    .wabiz-info-row--split {
        grid-template-columns: 34px minmax(72px, 1fr) minmax(100px, 1.25fr);
    }

    .wabiz-content-wrap {
        padding: 22px 14px 34px;
    }

    .wabiz-catalog-single {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .wabiz-profile-identity h1 {
        font-size: 28px;
    }

    .wabiz-profile-subtitle {
        font-size: 16px;
    }

    .wabiz-action-grid {
        gap: 10px;
    }

    .wabiz-action-card {
        min-height: 96px;
        padding: 14px 8px;
    }

    .wabiz-section-head h2 {
        font-size: 18px;
    }

    .wabiz-section-link {
        font-size: 14px;
    }

    .wabiz-catalog-strip {
        grid-auto-columns: minmax(156px, 156px);
    }

    .wabiz-info-row,
    .wabiz-info-row--split {
        grid-template-columns: 28px 1fr;
        gap: 12px;
    }

    .wabiz-info-content--status {
        margin-top: -4px;
    }

    .wabiz-info-content--right {
        justify-content: flex-start;
        text-align: left;
        color: var(--wabiz-text);
    }
}

.wabiz-mobile-screen--catalog {
    background: var(--wabiz-page-surface);
}

.wabiz-profile-shell--catalog-archive,
.wabiz-catalog-archive-page {
    background: var(--wabiz-page-surface);
}

.wabiz-appbar--catalog {
    grid-template-columns: 44px 1fr auto;
    gap: 8px;
    padding: 2px 14px 12px;
    background: var(--wabiz-page-surface);
}

.wabiz-appbar-title {
    margin: 0;
    font-size: clamp(28px, 5vw, 34px);
    font-weight: 400;
    line-height: 1.15;
}

.wabiz-appbar-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.wabiz-icon-button--compact {
    width: 40px;
    height: 40px;
}

.wabiz-catalog-hero {
    position: relative;
    min-height: 378px;
    display: flex;
    align-items: flex-end;
    padding: 24px 22px 26px;
    background-color: var(--wabiz-surface-soft);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.wabiz-catalog-hero-overlay {
    position: absolute;
    inset: 0;
    background: var(--wabiz-hero-overlay);
}

.wabiz-catalog-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
}

.wabiz-catalog-hero-copy {
    max-width: 520px;
    color: var(--wabiz-text-on-accent);
}

.wabiz-catalog-hero-copy h2 {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: clamp(30px, 6vw, 42px);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.wabiz-catalog-hero-copy p {
    margin: 10px 0 0;
    font-size: clamp(18px, 3.2vw, 24px);
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.94);
}

.wabiz-catalog-hero-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--wabiz-text-on-accent);
}

.wabiz-catalog-list-section {
    padding: 0 0 20px;
}

.wabiz-catalog-list {
    display: grid;
    gap: 2px;
    background: var(--wabiz-page-surface);
}

.wabiz-catalog-list-item {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr) 52px;
    gap: 14px;
    align-items: center;
    padding: 18px 18px 18px 16px;
    background: var(--wabiz-page-surface);
}

.wabiz-catalog-list-thumb {
    display: block;
    width: 112px;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    background: #ebeff2;
    text-decoration: none;
}

.wabiz-catalog-list-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wabiz-catalog-list-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 36px;
    font-weight: 700;
    color: var(--wabiz-muted);
}

.wabiz-catalog-list-content {
    min-width: 0;
    display: grid;
    gap: 4px;
    align-content: center;
}

.wabiz-catalog-list-title {
    margin: 0;
    font-size: clamp(22px, 4vw, 28px);
    line-height: 1.2;
    font-weight: 400;
}

.wabiz-catalog-list-title a {
    text-decoration: none;
    color: inherit;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wabiz-catalog-list-excerpt,
.wabiz-catalog-list-price {
    margin: 0;
}

.wabiz-catalog-list-excerpt {
    color: #667781;
    font-size: clamp(16px, 3vw, 20px);
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wabiz-catalog-list-price {
    color: var(--wabiz-text-soft);
    font-size: clamp(16px, 3vw, 20px);
    line-height: 1.25;
}

.wabiz-catalog-list-action {
    display: flex;
    justify-content: center;
}

.wabiz-catalog-plus {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--wabiz-surface-subtle);
    color: var(--wabiz-text);
    text-decoration: none;
}

.wabiz-catalog-plus svg {
    width: 26px;
    height: 26px;
    fill: currentColor;
}

.wabiz-pagination--catalog-list {
    padding: 0 18px 12px;
}

.wabiz-empty-state--catalog-list {
    margin: 16px;
    box-shadow: none;
}

.wabiz-catalog-cta {
    padding: 44px 24px 60px;
    text-align: center;
    color: var(--wabiz-muted);
}

.wabiz-catalog-cta p {
    margin: 0 auto;
    max-width: 520px;
    font-size: clamp(17px, 3vw, 22px);
    line-height: 1.5;
}

.wabiz-catalog-cta-button {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    min-height: 58px;
    padding: 14px 28px;
    border-radius: 999px;
    background: var(--wabiz-accent-bg);
    color: var(--wabiz-text-on-accent);
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(8, 183, 90, 0.2);
}

@media (max-width: 720px) {
    .wabiz-appbar--catalog {
        padding: 2px 12px 10px;
    }

    .wabiz-catalog-hero {
        min-height: 320px;
        padding: 20px 18px 22px;
    }

    .wabiz-catalog-list-item {
        grid-template-columns: 96px minmax(0, 1fr) 48px;
        gap: 12px;
        padding: 14px 14px 14px 14px;
    }

    .wabiz-catalog-list-thumb {
        width: 96px;
    }

    .wabiz-catalog-plus {
        width: 44px;
        height: 44px;
    }

    .wabiz-catalog-cta {
        padding: 40px 20px 52px;
    }
}

@media (max-width: 480px) {
    .wabiz-appbar-title {
        font-size: 25px;
    }

    .wabiz-appbar-actions {
        gap: 4px;
    }

    .wabiz-icon-button--compact {
        width: 36px;
        height: 36px;
    }

    .wabiz-catalog-hero {
        min-height: 220px;
        padding: 18px 16px 18px;
    }

    .wabiz-catalog-hero-copy h2 {
        font-size: 28px;
    }

    .wabiz-catalog-hero-copy p {
        font-size: 15px;
        line-height: 1.32;
    }

    .wabiz-catalog-list-item {
        grid-template-columns: 84px minmax(0, 1fr) 44px;
        gap: 10px;
        padding: 12px 12px 12px 12px;
    }

    .wabiz-catalog-list-thumb {
        width: 84px;
        border-radius: 10px;
    }

    .wabiz-catalog-list-title {
        font-size: 18px;
    }

    .wabiz-catalog-list-excerpt,
    .wabiz-catalog-list-price {
        font-size: 14px;
    }

    .wabiz-catalog-plus {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .wabiz-catalog-cta p {
        font-size: 15px;
    }

    .wabiz-catalog-cta-button {
        min-width: 188px;
        min-height: 52px;
        font-size: 16px;
    }
}


.wabiz-order-toplink {
    position: relative;
    gap: 4px;
    width: auto;
    min-width: 40px;
    padding: 0 2px;
}

.wabiz-order-toplink-count {
    min-width: 12px;
    font-size: 16px;
    line-height: 1;
    color: var(--wabiz-text);
}

.wabiz-catalog-plus {
    border: 0;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.wabiz-catalog-plus:hover {
    transform: translateY(-1px);
}

.wabiz-catalog-plus-count {
    display: none;
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
}

.wabiz-catalog-plus.is-selected {
    background: var(--wabiz-accent-bg);
    color: var(--wabiz-text-on-accent);
}

.wabiz-catalog-plus.is-selected .wabiz-catalog-plus-icon {
    display: none;
}

.wabiz-catalog-plus.is-selected .wabiz-catalog-plus-count {
    display: inline-block;
}

.wabiz-catalog-cta.has-order .wabiz-catalog-cta-button {
    display: none;
}

.wabiz-catalog-orderbar {
    position: sticky;
    bottom: 0;
    z-index: 20;
    padding: 12px 16px 18px;
    background: var(--wabiz-surface-sticky);
    border-top: 1px solid var(--wabiz-border-soft);
    box-shadow: 0 -6px 24px rgba(17, 27, 33, 0.08);
    backdrop-filter: blur(8px);
}

.wabiz-catalog-orderbar-button {
    width: 100%;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 999px;
    background: var(--wabiz-accent-bg);
    color: var(--wabiz-text-on-accent);
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(8, 183, 90, 0.2);
}

@media (max-width: 720px) {
    .wabiz-order-toplink-count {
        font-size: 14px;
    }

    .wabiz-catalog-plus-count {
        font-size: 20px;
    }

    .wabiz-catalog-orderbar {
        padding: 10px 14px 16px;
    }
}

@media (max-width: 480px) {
    .wabiz-catalog-orderbar-button {
        min-height: 54px;
        font-size: 17px;
    }
}


html.wabiz-order-modal-open,
body.wabiz-order-modal-open {
    overflow: hidden;
}

.wabiz-order-modal {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.wabiz-order-modal-backdrop {
    position: absolute;
    inset: 0;
    background: var(--wabiz-surface-backdrop);
}

.wabiz-order-sheet {
    position: relative;
    width: min(100%, 760px);
    max-height: calc(100vh - 24px);
    display: flex;
    flex-direction: column;
    background: var(--wabiz-page-surface);
    border-radius: 34px 34px 0 0;
    overflow: hidden;
    box-shadow: var(--wabiz-shadow-panel);
}

.wabiz-order-sheet-handle {
    width: 68px;
    height: 7px;
    border-radius: 999px;
    background: var(--wabiz-order-handle);
    margin: 14px auto 6px;
}

.wabiz-order-sheet-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 14px 28px 18px;
}

.wabiz-order-sheet-close {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--wabiz-text-strong);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.wabiz-order-sheet-close svg,
.wabiz-order-stepper-button svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.wabiz-order-sheet-title {
    margin: 0;
    font-size: clamp(28px, 4vw, 36px);
    line-height: 1.15;
    font-weight: 500;
    color: var(--wabiz-text-strong);
}

.wabiz-order-sheet-body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 26px 28px 24px;
}

.wabiz-order-sheet-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
}

.wabiz-order-sheet-count {
    font-size: 18px;
    line-height: 1.3;
    color: var(--wabiz-text-strong);
}

.wabiz-order-sheet-add {
    min-height: 62px;
    padding: 14px 28px;
    border-radius: 999px;
    border: 2px solid var(--wabiz-control-border);
    background: var(--wabiz-page-surface);
    color: var(--wabiz-accent);
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.wabiz-order-sheet-items {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.wabiz-order-item {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.wabiz-order-item-media {
    width: 128px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 20px;
    background: var(--wabiz-surface-muted);
}

.wabiz-order-item-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.wabiz-order-item-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    color: var(--wabiz-muted);
}

.wabiz-order-item-body {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}

.wabiz-order-item-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.wabiz-order-item-title {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 400;
    color: var(--wabiz-text-strong);
}

.wabiz-order-item-price {
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 1.3;
    color: var(--wabiz-text-strong);
    white-space: nowrap;
}

.wabiz-order-item-controls {
    display: inline-flex;
    align-items: center;
    gap: 18px;
}

.wabiz-order-stepper-button {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    background: var(--wabiz-surface-hover);
    color: var(--wabiz-text-strong);
    cursor: pointer;
}

.wabiz-order-stepper-count {
    min-width: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    color: var(--wabiz-text-strong);
}

.wabiz-order-empty {
    padding: 24px;
    border-radius: 20px;
    background: var(--wabiz-surface-subtle);
    text-align: center;
    color: var(--wabiz-muted);
    font-size: 16px;
}

.wabiz-order-sheet-footer {
    border-top: 1px solid var(--wabiz-border-soft);
    padding: 22px 28px 28px;
    background: var(--wabiz-page-surface);
}

.wabiz-order-sheet-total {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 1.4;
    color: var(--wabiz-text-strong);
}

.wabiz-order-sheet-total strong:last-child {
    font-size: 19px;
    white-space: nowrap;
}

.wabiz-order-sheet-note {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.55;
    color: var(--wabiz-muted);
}

.wabiz-order-sheet-submit {
    width: 100%;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--wabiz-accent-bg);
    color: var(--wabiz-text-on-accent);
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    box-shadow: var(--wabiz-shadow-accent);
}

.wabiz-order-sheet-submit.is-disabled {
    pointer-events: none;
    opacity: 0.45;
}

@media (max-width: 720px) {
    .wabiz-order-sheet {
        width: 100%;
        max-height: calc(100vh - 12px);
        border-radius: 28px 28px 0 0;
    }

    .wabiz-order-sheet-header {
        gap: 14px;
        padding: 10px 20px 14px;
    }

    .wabiz-order-sheet-title {
        font-size: 22px;
    }

    .wabiz-order-sheet-body {
        padding: 20px 20px 22px;
    }

    .wabiz-order-sheet-toolbar {
        margin-bottom: 22px;
    }

    .wabiz-order-sheet-add {
        min-height: 52px;
        padding: 12px 22px;
        font-size: 16px;
    }

    .wabiz-order-item {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 16px;
    }

    .wabiz-order-item-media {
        width: 96px;
        border-radius: 16px;
    }

    .wabiz-order-item-title {
        font-size: 18px;
    }

    .wabiz-order-item-price {
        font-size: 17px;
    }

    .wabiz-order-stepper-button {
        width: 40px;
        height: 40px;
    }

    .wabiz-order-stepper-count {
        font-size: 18px;
    }

    .wabiz-order-sheet-footer {
        padding: 18px 20px 22px;
    }

    .wabiz-order-sheet-total {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .wabiz-order-sheet-note {
        margin-bottom: 18px;
        font-size: 14px;
    }
}


.wabiz-status-bar--dark {
    color: var(--wabiz-text-on-accent);
    background: #0a151b;
}

.wabiz-mobile-screen--catalog-single {
    background: #031117;
    color: var(--wabiz-text-on-accent);
    min-height: 100vh;
}

.wabiz-appbar--single-dark {
    grid-template-columns: 44px 1fr auto;
    padding: 8px 18px 12px;
    background: #0a151b;
}

.wabiz-appbar-actions--single {
    gap: 10px;
}

.wabiz-icon-button--single {
    color: var(--wabiz-text-on-accent);
}

.wabiz-order-toplink-count--single {
    color: var(--wabiz-text-on-accent);
}

.wabiz-single-catalog {
    position: relative;
    min-height: calc(100vh - 70px);
    padding-bottom: 116px;
}

.wabiz-single-hero-wrap {
    background: #5d0a03;
}

.wabiz-single-hero-band {
    height: 138px;
    background: #6f0904;
}

.wabiz-single-hero-band--bottom {
    height: 84px;
}

.wabiz-single-hero-media {
    margin-top: -70px;
    position: relative;
    z-index: 1;
}

.wabiz-single-hero-media,
.wabiz-single-hero-media img {
    display: block;
    width: 100%;
}

.wabiz-single-hero-media img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.wabiz-single-hero-fallback {
    aspect-ratio: 1 / 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.82);
    background: linear-gradient(135deg, #14313a, #08161b);
}

.wabiz-single-content {
    padding: 0 30px 30px;
}

.wabiz-single-product-panel,
.wabiz-single-business-panel {
    background: #031117;
}

.wabiz-single-product-title {
    margin: 0;
    color: var(--wabiz-text-on-accent);
    font-size: clamp(34px, 4.8vw, 54px);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.wabiz-single-product-price {
    margin: 18px 0 0;
    color: var(--wabiz-text-on-accent);
    font-size: clamp(24px, 3.8vw, 34px);
    font-weight: 500;
    line-height: 1.2;
}

.wabiz-single-product-description {
    margin-top: 34px;
    max-width: 720px;
}

.wabiz-single-product-description p,
.wabiz-single-product-description-full {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(19px, 3.2vw, 28px);
    line-height: 1.55;
}

.wabiz-single-product-description-full p + p {
    margin-top: 1em;
}

.wabiz-single-product-readmore {
    margin-top: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #00d65c;
    font-size: clamp(18px, 3vw, 28px);
    font-weight: 700;
    cursor: pointer;
}

.wabiz-single-product-actions {
    margin-top: 34px;
}

.wabiz-single-message-button {
    min-height: 76px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.18);
    color: #00d65c;
    text-decoration: none;
    font-size: clamp(21px, 3vw, 28px);
    font-weight: 700;
    background: transparent;
}

.wabiz-single-business-panel {
    margin-top: 52px;
}

.wabiz-single-business-title {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(18px, 2.6vw, 24px);
    font-weight: 500;
}

.wabiz-single-business-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.wabiz-single-business-avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    background: #e7e7e7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wabiz-single-business-avatar img,
.wabiz-single-business-avatar .custom-logo-link,
.wabiz-single-business-avatar .custom-logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.wabiz-single-business-avatar-fallback {
    color: var(--wabiz-text);
    font-size: 32px;
    font-weight: 700;
}

.wabiz-single-business-copy {
    min-width: 0;
    display: grid;
    gap: 8px;
}

.wabiz-single-business-copy strong {
    color: var(--wabiz-text-on-accent);
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 500;
    line-height: 1.2;
}

.wabiz-single-business-copy span {
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(18px, 2.8vw, 26px);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wabiz-single-business-description {
    margin-top: 18px;
}

.wabiz-single-business-description p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(17px, 2.5vw, 23px);
    line-height: 1.6;
    white-space: pre-line;
}

.wabiz-single-orderdock {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 25;
    width: min(100%, 820px);
    transform: translateX(-50%);
    padding: 18px 26px calc(18px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, rgba(3, 17, 23, 0) 0%, rgba(3, 17, 23, 0.84) 18%, #031117 48%);
}

.wabiz-single-orderdock-button {
    width: 100%;
    min-height: 78px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 26px;
    border: 0;
    border-radius: 999px;
    background: #08d45a;
    color: #06220d;
    font-size: clamp(22px, 3.2vw, 30px);
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(8, 212, 90, 0.24);
}

.wabiz-single-orderdock-button.is-selected {
    background: #08d45a;
    color: #06220d;
}

.wabiz-single-orderdock-count {
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(6, 34, 13, 0.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

@media (max-width: 720px) {
    .wabiz-single-hero-band {
        height: 72px;
    }

    .wabiz-single-hero-band--bottom {
        height: 58px;
    }

    .wabiz-single-hero-media {
        margin-top: -26px;
    }

    .wabiz-single-content {
        padding: 0 16px 24px;
    }

    .wabiz-single-product-title {
        font-size: 28px;
    }

    .wabiz-single-product-price {
        margin-top: 12px;
        font-size: 22px;
    }

    .wabiz-single-product-description {
        margin-top: 28px;
    }

    .wabiz-single-product-description p,
    .wabiz-single-product-description-full {
        font-size: 18px;
    }

    .wabiz-single-product-readmore {
        font-size: 16px;
    }

    .wabiz-single-message-button {
        min-height: 58px;
        font-size: 16px;
        border-width: 1px;
    }

    .wabiz-single-business-panel {
        margin-top: 42px;
    }

    .wabiz-single-business-title {
        margin-bottom: 16px;
        font-size: 15px;
    }

    .wabiz-single-business-card {
        grid-template-columns: 74px minmax(0, 1fr);
        gap: 14px;
    }

    .wabiz-single-business-avatar {
        width: 74px;
        height: 74px;
    }

    .wabiz-single-business-copy strong {
        font-size: 17px;
    }

    .wabiz-single-business-copy span {
        font-size: 14px;
    }

    .wabiz-single-orderdock {
        padding: 14px 16px calc(14px + env(safe-area-inset-bottom, 0px));
    }

    .wabiz-single-orderdock-button {
        min-height: 54px;
        font-size: 16px;
    }

    .wabiz-single-orderdock-count {
        min-width: 28px;
        height: 28px;
        font-size: 14px;
    }
}

/* single catalog light theme override */
.wabiz-mobile-screen--catalog-single {
    background: var(--wabiz-bg);
    color: var(--wabiz-text);
}

.wabiz-status-bar--dark,
.wabiz-appbar--single-dark {
    background: var(--wabiz-card);
    color: var(--wabiz-text);
}

.wabiz-appbar--single-dark {
    border-bottom: 1px solid var(--wabiz-border);
}

.wabiz-icon-button--single,
.wabiz-order-toplink-count--single {
    color: var(--wabiz-text);
}

.wabiz-single-catalog {
    min-height: calc(100vh - 70px);
    padding-bottom: 108px;
}

.wabiz-single-hero-wrap {
    background: var(--wabiz-card);
    padding: 0 0 10px;
}

.wabiz-single-hero-band {
    display: none;
}

.wabiz-single-hero-media {
    margin-top: 0;
    position: relative;
    z-index: 1;
    background: var(--wabiz-card);
}

.wabiz-single-hero-media img,
.wabiz-single-hero-fallback {
    aspect-ratio: 1 / 1;
    background: #f4f4f4;
}

.wabiz-single-content {
    padding: 12px 18px 28px;
    background: var(--wabiz-bg);
}

.wabiz-single-product-panel,
.wabiz-single-business-panel {
    background: var(--wabiz-card);
    border-radius: 0;
}

.wabiz-single-product-title {
    color: var(--wabiz-text);
    font-size: clamp(28px, 4.2vw, 42px);
    font-weight: 500;
    letter-spacing: -0.02em;
}

.wabiz-single-product-price {
    color: var(--wabiz-text);
    font-size: clamp(22px, 3.4vw, 30px);
}

.wabiz-single-product-description p,
.wabiz-single-product-description-full {
    color: rgba(17, 27, 33, 0.78);
    font-size: clamp(18px, 2.9vw, 24px);
}

.wabiz-single-product-readmore {
    color: #00a884;
}

.wabiz-single-message-button {
    border: 1px solid var(--wabiz-border);
    color: #00a884;
    background: var(--wabiz-card);
    min-height: 62px;
    box-shadow: none;
}

.wabiz-single-business-panel {
    margin-top: 34px;
    padding-bottom: 8px;
}

.wabiz-single-business-title {
    color: rgba(17, 27, 33, 0.82);
    font-size: clamp(17px, 2.5vw, 22px);
}

.wabiz-single-business-copy strong {
    color: var(--wabiz-text);
    font-size: clamp(19px, 2.8vw, 26px);
}

.wabiz-single-business-copy span {
    color: rgba(17, 27, 33, 0.72);
    font-size: clamp(16px, 2.5vw, 22px);
}

.wabiz-single-business-description p {
    color: rgba(17, 27, 33, 0.82);
    font-size: clamp(16px, 2.3vw, 21px);
}

.wabiz-single-orderdock {
    background: linear-gradient(180deg, rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, 0.92) 24%, #f1f1f1 56%);
    padding: 14px 18px calc(14px + env(safe-area-inset-bottom, 0px));
}

.wabiz-single-orderdock-button {
    min-height: 58px;
    font-size: clamp(18px, 2.7vw, 22px);
    box-shadow: 0 10px 24px rgba(8, 212, 90, 0.18);
}

@media (max-width: 720px) {
    .wabiz-status-bar--dark,
    .wabiz-appbar--single-dark {
        background: var(--wabiz-card);
    }

    .wabiz-single-hero-media {
        margin-top: 0;
    }

    .wabiz-single-content {
        padding: 10px 16px 24px;
    }

    .wabiz-single-product-title {
        font-size: 24px;
    }

    .wabiz-single-product-price {
        margin-top: 10px;
        font-size: 18px;
    }

    .wabiz-single-product-description {
        margin-top: 20px;
    }

    .wabiz-single-product-description p,
    .wabiz-single-product-description-full {
        font-size: 16px;
    }

    .wabiz-single-product-readmore {
        font-size: 15px;
    }

    .wabiz-single-message-button {
        min-height: 54px;
        font-size: 16px;
    }

    .wabiz-single-business-panel {
        margin-top: 26px;
    }

    .wabiz-single-business-title {
        margin-bottom: 14px;
        font-size: 15px;
    }

    .wabiz-single-business-copy strong {
        font-size: 18px;
    }

    .wabiz-single-business-copy span,
    .wabiz-single-business-description p {
        font-size: 14px;
    }

    .wabiz-single-orderdock {
        padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    }

    .wabiz-single-orderdock-button {
        min-height: 54px;
        font-size: 16px;
    }
}


/* premium single + consistent header override */
.wabiz-status-bar,
.wabiz-status-bar--dark {
    display: none !important;
}

.wabiz-appbar,
.wabiz-appbar--light,
.wabiz-appbar--catalog,
.wabiz-appbar--single-dark {
    position: sticky;
    top: 0;
    z-index: 40;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(17, 27, 33, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 8px 24px rgba(17, 27, 33, 0.05);
}

.wabiz-appbar {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 12px;
}

.wabiz-appbar-title {
    margin: 0;
    color: var(--wabiz-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wabiz-appbar-title--compact {
    font-size: 15px;
    letter-spacing: -0.01em;
}

.wabiz-icon-button,
.wabiz-icon-button--single,
.wabiz-icon-button--compact {
    background: var(--wabiz-page-surface);
    border: 1px solid rgba(17, 27, 33, 0.08);
    box-shadow: 0 6px 16px rgba(17, 27, 33, 0.05);
}

.wabiz-appbar-actions {
    justify-self: end;
}

.wabiz-mobile-screen,
.wabiz-mobile-screen--catalog,
.wabiz-mobile-screen--catalog-single {
    background: var(--wabiz-bg);
}

.wabiz-profile-head {
    padding-top: 20px;
}

.wabiz-single-catalog {
    padding-bottom: 112px;
}

.wabiz-single-hero-wrap {
    padding: 18px 18px 0;
    background: linear-gradient(180deg, #f7f7f7 0%, #f1f1f1 100%);
}

.wabiz-single-hero-media {
    margin-top: 0;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(17, 27, 33, 0.06);
    background: var(--wabiz-page-surface);
    box-shadow: 0 22px 46px rgba(17, 27, 33, 0.10);
}

.wabiz-single-hero-media img,
.wabiz-single-hero-fallback {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.wabiz-single-hero-fallback {
    background: linear-gradient(135deg, #fafafa, #ececec);
    color: rgba(17, 27, 33, 0.5);
    font-size: 64px;
}

.wabiz-single-content {
    padding: 20px 18px 28px;
    background: var(--wabiz-bg);
}

.wabiz-single-product-panel,
.wabiz-single-business-panel {
    padding: 24px;
    background: var(--wabiz-page-surface);
    border: 1px solid rgba(17, 27, 33, 0.06);
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(17, 27, 33, 0.07);
}

.wabiz-single-product-title {
    color: var(--wabiz-text);
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.wabiz-single-product-price {
    display: inline-flex;
    align-items: center;
    margin-top: 14px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(0, 168, 132, 0.10);
    color: #067a61;
    font-size: clamp(18px, 2.8vw, 24px);
    font-weight: 700;
}

.wabiz-single-product-description {
    margin-top: 24px;
    max-width: none;
}

.wabiz-single-product-description p,
.wabiz-single-product-description-full {
    color: rgba(17, 27, 33, 0.78);
    font-size: clamp(17px, 2.4vw, 20px);
    line-height: 1.7;
}

.wabiz-single-product-readmore {
    margin-top: 14px;
    color: #00a884;
    font-size: 15px;
    font-weight: 700;
}

.wabiz-single-product-actions {
    margin-top: 24px;
}

.wabiz-single-message-button {
    min-height: 58px;
    border: 1px solid rgba(0, 168, 132, 0.18);
    background: #f8fffc;
    color: #00a884;
    font-size: 16px;
    font-weight: 700;
    box-shadow: none;
}

.wabiz-single-business-panel {
    margin-top: 18px;
}

.wabiz-single-business-title {
    margin-bottom: 16px;
    color: rgba(17, 27, 33, 0.82);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.wabiz-single-business-card {
    padding: 0;
    border-radius: 0;
}

.wabiz-single-business-avatar {
    width: 76px;
    height: 76px;
    background: #f1f1f1;
    box-shadow: inset 0 0 0 1px rgba(17, 27, 33, 0.06);
}

.wabiz-single-business-copy {
    gap: 6px;
}

.wabiz-single-business-copy strong {
    color: var(--wabiz-text);
    font-size: 18px;
    font-weight: 700;
}

.wabiz-single-business-copy span {
    color: rgba(17, 27, 33, 0.70);
    font-size: 14px;
    -webkit-line-clamp: 3;
}

.wabiz-single-orderdock {
    background: linear-gradient(180deg, rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, 0.95) 24%, #f1f1f1 56%);
    padding: 14px 18px calc(14px + env(safe-area-inset-bottom, 0px));
}

.wabiz-single-orderdock-button {
    min-height: 58px;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(8, 212, 90, 0.22);
}

.wabiz-order-toplink-count,
.wabiz-order-toplink-count--single {
    box-shadow: 0 6px 16px rgba(8, 212, 90, 0.18);
}

@media (max-width: 720px) {
    .wabiz-appbar,
    .wabiz-appbar--light,
    .wabiz-appbar--catalog,
    .wabiz-appbar--single-dark {
        padding: 10px 12px;
    }

    .wabiz-appbar-title {
        font-size: 15px;
    }

    .wabiz-single-hero-wrap {
        padding: 12px 12px 0;
    }

    .wabiz-single-hero-media {
        border-radius: 24px;
    }

    .wabiz-single-content {
        padding: 16px 12px 24px;
    }

    .wabiz-single-product-panel,
    .wabiz-single-business-panel {
        padding: 18px;
        border-radius: 22px;
    }

    .wabiz-single-product-title {
        font-size: 24px;
    }

    .wabiz-single-product-price {
        font-size: 16px;
    }

    .wabiz-single-product-description p,
    .wabiz-single-product-description-full {
        font-size: 15px;
    }

    .wabiz-single-message-button,
    .wabiz-single-orderdock-button {
        min-height: 54px;
        font-size: 15px;
    }
}


/* single catalog checklist list styling */
.wabiz-single-product-description-full ul,
.wabiz-single-product-description-full ol {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.wabiz-single-product-description-full li {
    position: relative;
    margin: 0;
    padding: 0 0 0 34px;
    color: rgba(17, 27, 33, 0.82);
}

.wabiz-single-product-description-full li + li {
    margin-top: 12px;
}

.wabiz-single-product-description-full li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.08em;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(0, 168, 132, 0.14);
    color: #00a884;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.wabiz-single-product-description-full p + ul,
.wabiz-single-product-description-full p + ol,
.wabiz-single-product-description-full ul + p,
.wabiz-single-product-description-full ol + p {
    margin-top: 14px;
}

@media (max-width: 720px) {
    .wabiz-single-product-description-full li {
        padding-left: 30px;
    }

    .wabiz-single-product-description-full li::before {
        width: 20px;
        height: 20px;
        font-size: 13px;
    }
}


/* consistent global header and overflow menu */
.wabiz-status-bar,
.wabiz-status-bar--dark {
    display: none !important;
}

.wabiz-appbar,
.wabiz-default-header .wabiz-appbar {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(17, 27, 33, 0.08);
    backdrop-filter: saturate(160%) blur(18px);
    -webkit-backdrop-filter: saturate(160%) blur(18px);
}

.wabiz-appbar--surface,
.wabiz-appbar--light,
.wabiz-appbar--catalog,
.wabiz-appbar--single-dark {
    background: rgba(255, 255, 255, 0.94);
}

.wabiz-appbar-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.wabiz-appbar-title,
.wabiz-appbar-title--compact {
    margin: 0;
    min-width: 0;
    color: var(--wabiz-text);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wabiz-content-wrap--header {
    width: min(100%, 820px);
}

.wabiz-default-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: transparent;
}

.wabiz-overflow-menu {
    position: fixed;
    inset: 0;
    z-index: 120;
}

.wabiz-overflow-menu-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(17, 27, 33, 0.24);
}

.wabiz-overflow-menu-panel {
    position: absolute;
    top: 14px;
    right: max(14px, env(safe-area-inset-right, 0px));
    width: min(320px, calc(100vw - 28px));
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(17, 27, 33, 0.08);
    border-radius: 22px;
    box-shadow: 0 20px 48px rgba(17, 27, 33, 0.18);
    overflow: hidden;
}

.wabiz-overflow-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(17, 27, 33, 0.08);
}

.wabiz-overflow-menu-head strong {
    font-size: 16px;
    font-weight: 700;
}

.wabiz-overflow-menu-close {
    flex: 0 0 auto;
}

.wabiz-overflow-menu-body {
    padding: 8px;
}

.wabiz-overflow-nav-list,
.wabiz-overflow-nav-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wabiz-overflow-nav-list > li + li {
    margin-top: 4px;
}

.wabiz-overflow-nav-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    color: var(--wabiz-text);
    text-decoration: none;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 500;
}

.wabiz-overflow-nav-list a:hover,
.wabiz-overflow-nav-list a:focus-visible {
    background: #f3f5f6;
    outline: none;
}

.wabiz-overflow-nav-list .sub-menu {
    padding: 4px 0 8px 12px;
}

.wabiz-overflow-menu-help {
    margin: 8px 8px 4px;
    padding: 12px 14px;
    border-radius: 16px;
    background: #f6f7f8;
    color: var(--wabiz-muted);
    font-size: 13px;
    line-height: 1.5;
}

/* premium single catalog surface */
.wabiz-mobile-screen--catalog-single {
    background: linear-gradient(180deg, #f5f5f5 0%, #efefef 100%);
    color: var(--wabiz-text);
}

.wabiz-single-catalog {
    padding-bottom: 112px;
}

.wabiz-single-hero-wrap {
    background: transparent;
    padding: 18px 16px 0;
}

.wabiz-single-hero-band,
.wabiz-single-hero-band--bottom {
    display: none;
}

.wabiz-single-hero-media {
    margin-top: 0;
    overflow: hidden;
    border-radius: 32px;
    background: var(--wabiz-page-surface);
    box-shadow: 0 16px 36px rgba(17, 27, 33, 0.08);
}

.wabiz-single-hero-media img,
.wabiz-single-hero-fallback {
    aspect-ratio: 1 / 1;
    display: block;
    width: 100%;
}

.wabiz-single-hero-fallback {
    background: linear-gradient(135deg, #e9eef0, #dfe7ea);
    color: var(--wabiz-text);
}

.wabiz-single-content {
    padding: 18px 16px 28px;
}

.wabiz-single-product-panel,
.wabiz-single-business-panel {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(17, 27, 33, 0.06);
    border-radius: 28px;
    box-shadow: 0 14px 34px rgba(17, 27, 33, 0.06);
    padding: 22px 20px;
}

.wabiz-single-product-title {
    color: var(--wabiz-text);
    font-size: clamp(28px, 5vw, 38px);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.wabiz-single-product-price {
    margin-top: 10px;
    color: var(--wabiz-text);
    font-size: clamp(20px, 3.4vw, 28px);
    font-weight: 600;
}

.wabiz-single-product-description {
    margin-top: 18px;
    max-width: none;
}

.wabiz-single-product-description p,
.wabiz-single-product-description-full,
.wabiz-single-product-description-full p {
    color: rgba(17, 27, 33, 0.78);
    font-size: clamp(16px, 2.6vw, 19px);
    line-height: 1.7;
}

.wabiz-single-product-description ul,
.wabiz-single-product-description-full ul {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.wabiz-single-product-description li,
.wabiz-single-product-description-full li {
    position: relative;
    padding-left: 32px;
}

.wabiz-single-product-description li::before,
.wabiz-single-product-description-full li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.32em;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(180deg, #18c57a 0%, #08a85a 100%);
    box-shadow: 0 6px 12px rgba(8, 168, 90, 0.24);
}

.wabiz-single-product-description li::after,
.wabiz-single-product-description-full li::after {
    content: "";
    position: absolute;
    left: 6px;
    top: calc(0.32em + 4px);
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.wabiz-single-product-readmore {
    color: var(--wabiz-accent);
    font-size: 15px;
}

.wabiz-single-message-button {
    min-height: 56px;
    border: 1px solid rgba(17, 27, 33, 0.08);
    background: #fff;
    color: var(--wabiz-accent);
    font-size: 16px;
    font-weight: 700;
}

.wabiz-single-business-panel {
    margin-top: 20px;
}

.wabiz-single-business-title {
    margin-bottom: 14px;
    color: var(--wabiz-muted);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.wabiz-single-business-card {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 14px;
}

.wabiz-single-business-avatar {
    width: 68px;
    height: 68px;
    background: #eef2f4;
}

.wabiz-single-business-copy strong {
    color: var(--wabiz-text);
    font-size: 18px;
    font-weight: 700;
}

.wabiz-single-business-copy span,
.wabiz-single-business-description p {
    color: rgba(17, 27, 33, 0.72);
    font-size: 14px;
    line-height: 1.7;
}

.wabiz-single-orderdock {
    background: linear-gradient(180deg, rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, 0.92) 24%, #f1f1f1 58%);
    padding: 14px 16px calc(14px + env(safe-area-inset-bottom, 0px));
}

.wabiz-single-orderdock-button {
    min-height: 56px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(8, 168, 90, 0.18);
}

@media (max-width: 720px) {
    .wabiz-appbar,
    .wabiz-default-header .wabiz-appbar {
        padding: 8px 12px;
    }

    .wabiz-appbar-title,
    .wabiz-appbar-title--compact {
        font-size: 16px;
    }

    .wabiz-overflow-menu-panel {
        top: 10px;
        right: 10px;
        width: min(300px, calc(100vw - 20px));
    }

    .wabiz-single-hero-wrap {
        padding: 12px 12px 0;
    }

    .wabiz-single-content {
        padding: 14px 12px 24px;
    }

    .wabiz-single-product-panel,
    .wabiz-single-business-panel {
        border-radius: 24px;
        padding: 18px 16px;
    }
}



.wabiz-info-row--interactive {
    cursor: pointer;
    list-style: none;
}

.wabiz-info-row--interactive::-webkit-details-marker,
.wabiz-hours-dropdown summary::-webkit-details-marker {
    display: none;
}

.wabiz-hours-dropdown {
    display: block;
}

.wabiz-hours-dropdown[open] {
    padding-bottom: 2px;
}

.wabiz-hours-dropdown[open] .wabiz-info-chevron {
    transform: rotate(180deg);
}

.wabiz-info-chevron {
    transition: transform 0.2s ease;
}

.wabiz-hours-dropdown-panel {
    padding: 4px 0 2px 48px;
}

.wabiz-hours-list {
    margin: 0;
    padding: 12px 14px;
    list-style: none;
    border: 1px solid rgba(17, 27, 33, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
}

.wabiz-hours-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 0;
}

.wabiz-hours-item + .wabiz-hours-item {
    border-top: 1px solid rgba(17, 27, 33, 0.06);
}

.wabiz-hours-item.is-today .wabiz-hours-day {
    font-weight: 600;
}

.wabiz-hours-day {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--wabiz-text);
    font-size: 15px;
}

.wabiz-hours-today {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(0, 168, 132, 0.12);
    color: var(--wabiz-accent);
    font-size: 12px;
    font-weight: 600;
}

.wabiz-hours-meta {
    text-align: right;
    font-size: 15px;
    line-height: 1.35;
}

@media (max-width: 720px) {
    .wabiz-hours-dropdown-panel {
        padding-left: 0;
    }

    .wabiz-hours-list {
        margin-left: 48px;
        padding: 10px 12px;
    }

    .wabiz-hours-item {
        align-items: flex-start;
        padding: 9px 0;
    }

    .wabiz-hours-day,
    .wabiz-hours-meta {
        font-size: 14px;
    }
}


.wabiz-social-section {
    margin-bottom: 28px;
}

.wabiz-social-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.wabiz-social-card {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 14px 16px;
    border: 1px solid var(--wabiz-border);
    border-radius: 18px;
    background: var(--wabiz-card);
    color: var(--wabiz-text);
    text-decoration: none;
    box-shadow: var(--wabiz-shadow);
}

.wabiz-social-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 168, 132, 0.1);
    color: var(--wabiz-accent);
    flex: 0 0 auto;
}

.wabiz-social-icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.wabiz-social-label {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

body.wabiz-theme-dark {
    background: var(--wabiz-bg);
    color: var(--wabiz-text);
}

body.wabiz-theme-dark .wabiz-section,
body.wabiz-theme-dark .wabiz-action-card,
body.wabiz-theme-dark .wabiz-catalog-strip-card,
body.wabiz-theme-dark .wabiz-default-header,
body.wabiz-theme-dark .wabiz-overflow-menu-panel,
body.wabiz-theme-dark .wabiz-single-product-panel,
body.wabiz-theme-dark .wabiz-single-business-panel,
body.wabiz-theme-dark .wabiz-catalog-list-item,
body.wabiz-theme-dark .wabiz-catalog-cta,
body.wabiz-theme-dark .wabiz-social-card {
    background: var(--wabiz-card);
    color: var(--wabiz-text);
    border-color: var(--wabiz-border);
}

body.wabiz-theme-dark .wabiz-section {
    border-top-color: #0f171d;
    border-bottom-color: #0f171d;
}

body.wabiz-theme-dark .wabiz-appbar--surface,
body.wabiz-theme-dark .wabiz-mobile-screen,
body.wabiz-theme-dark .wabiz-mobile-screen--catalog,
body.wabiz-theme-dark .wabiz-mobile-screen--catalog-single,
body.wabiz-theme-dark .wabiz-content-wrap,
body.wabiz-theme-dark .wabiz-content-page,
body.wabiz-theme-dark .wabiz-page {
    background: var(--wabiz-bg);
    color: var(--wabiz-text);
}

body.wabiz-theme-dark .wabiz-link,
body.wabiz-theme-dark .wabiz-link--primary,
body.wabiz-theme-dark .wabiz-section-link,
body.wabiz-theme-dark .wabiz-profile-subtitle,
body.wabiz-theme-dark .wabiz-business-description,
body.wabiz-theme-dark .wabiz-info-content p,
body.wabiz-theme-dark .wabiz-hours-meta,
body.wabiz-theme-dark .wabiz-empty-inline,
body.wabiz-theme-dark .wabiz-single-business-copy span,
body.wabiz-theme-dark .wabiz-single-business-description p,
body.wabiz-theme-dark .wabiz-single-product-description p,
body.wabiz-theme-dark .wabiz-single-product-description-full {
    color: var(--wabiz-muted);
}

body.wabiz-theme-dark .wabiz-appbar-title,
body.wabiz-theme-dark .wabiz-section-head h2,
body.wabiz-theme-dark .wabiz-profile-identity h1,
body.wabiz-theme-dark .wabiz-single-product-title,
body.wabiz-theme-dark .wabiz-single-product-price,
body.wabiz-theme-dark .wabiz-single-business-copy strong,
body.wabiz-theme-dark .wabiz-single-business-title {
    color: var(--wabiz-text);
}

body.wabiz-theme-dark .wabiz-single-message-button {
    background: transparent;
    border-color: var(--wabiz-border);
    color: var(--wabiz-accent);
}

body.wabiz-theme-dark .wabiz-single-orderdock {
    background: linear-gradient(180deg, rgba(11, 20, 26, 0) 0%, rgba(11, 20, 26, 0.92) 24%, var(--wabiz-bg) 56%);
}

body.wabiz-theme-dark .wabiz-social-icon {
    background: rgba(37, 211, 102, 0.12);
}


/* semantic catalog and order surfaces */
.wabiz-mobile-screen--catalog,
.wabiz-profile-shell--catalog-archive,
.wabiz-catalog-archive-page,
.wabiz-appbar--catalog {
    background: var(--wabiz-page-surface);
}

.wabiz-catalog-list,
.wabiz-catalog-list-item,
.wabiz-catalog-cta,
.wabiz-order-sheet,
.wabiz-order-sheet-footer {
    background: var(--wabiz-surface-panel);
}

.wabiz-catalog-list-thumb,
.wabiz-order-item-media {
    background: var(--wabiz-surface-muted);
}

.wabiz-catalog-plus,
.wabiz-order-stepper-button,
.wabiz-order-empty {
    background: var(--wabiz-surface-subtle);
}

.wabiz-order-sheet-add {
    background: var(--wabiz-surface-panel-alt);
}

.wabiz-catalog-orderbar {
    box-shadow: var(--wabiz-shadow-sticky);
}

.wabiz-catalog-cta-button,
.wabiz-catalog-orderbar-button,
.wabiz-order-sheet-submit,
.wabiz-catalog-plus.is-selected {
    background: var(--wabiz-accent-bg);
    color: var(--wabiz-text-on-accent);
}

@media (max-width: 720px) {
    .wabiz-social-grid {
        grid-template-columns: 1fr 1fr;
    }

    .wabiz-social-card {
        min-height: 54px;
        padding: 12px 14px;
        border-radius: 16px;
    }

    .wabiz-social-label {
        font-size: 14px;
    }
}

/* mobile hours dropdown alignment fix */
.wabiz-hours-dropdown > .wabiz-info-row--interactive {
    cursor: pointer;
}

@media (max-width: 480px) {
    .wabiz-hours-dropdown > .wabiz-info-row--interactive {
        grid-template-columns: 28px minmax(72px, auto) minmax(0, 1fr);
        align-items: center;
    }

    .wabiz-hours-dropdown > .wabiz-info-row--interactive .wabiz-info-content--status {
        margin-top: 0;
    }

    .wabiz-hours-dropdown > .wabiz-info-row--interactive .wabiz-info-content--right {
        justify-content: flex-end;
        text-align: right;
        min-width: 0;
        gap: 6px;
    }

    .wabiz-hours-dropdown > .wabiz-info-row--interactive .wabiz-info-content--right span:first-child {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .wabiz-hours-list {
        margin-left: 40px;
    }
}

/* social platform icons */
.wabiz-social-card--instagram .wabiz-social-icon {
    background: rgba(228, 64, 95, 0.12);
    color: #e4405f;
}

.wabiz-social-card--facebook .wabiz-social-icon {
    background: rgba(24, 119, 242, 0.12);
    color: #1877f2;
}

.wabiz-social-card--youtube .wabiz-social-icon {
    background: rgba(255, 0, 0, 0.12);
    color: #ff0000;
}

.wabiz-social-card--linkedin .wabiz-social-icon {
    background: rgba(10, 102, 194, 0.12);
    color: #0a66c2;
}

.wabiz-social-card--tiktok .wabiz-social-icon {
    background: rgba(17, 17, 17, 0.08);
    color: #111111;
}

.wabiz-social-card--x .wabiz-social-icon {
    background: rgba(17, 17, 17, 0.08);
    color: #111111;
}

.wabiz-social-card--telegram .wabiz-social-icon {
    background: rgba(36, 162, 223, 0.12);
    color: #24a1de;
}

.wabiz-social-card--threads .wabiz-social-icon {
    background: rgba(17, 17, 17, 0.08);
    color: #111111;
}

body.wabiz-theme-dark .wabiz-social-card--instagram .wabiz-social-icon {
    background: rgba(228, 64, 95, 0.18);
}

body.wabiz-theme-dark .wabiz-social-card--facebook .wabiz-social-icon {
    background: rgba(24, 119, 242, 0.18);
}

body.wabiz-theme-dark .wabiz-social-card--youtube .wabiz-social-icon {
    background: rgba(255, 0, 0, 0.18);
}

body.wabiz-theme-dark .wabiz-social-card--linkedin .wabiz-social-icon {
    background: rgba(10, 102, 194, 0.18);
}

body.wabiz-theme-dark .wabiz-social-card--tiktok .wabiz-social-icon,
body.wabiz-theme-dark .wabiz-social-card--x .wabiz-social-icon,
body.wabiz-theme-dark .wabiz-social-card--threads .wabiz-social-icon {
    background: rgba(255, 255, 255, 0.12);
    color: var(--wabiz-text-on-accent);
}

body.wabiz-theme-dark .wabiz-social-card--telegram .wabiz-social-icon {
    background: rgba(36, 162, 223, 0.18);
}


/* premium dark theme upgrade */
body.wabiz-theme-dark {
    background: var(--wabiz-page-bg);
}

body.wabiz-theme-dark .wabiz-mobile-screen,
body.wabiz-theme-dark .wabiz-mobile-screen--catalog,
body.wabiz-theme-dark .wabiz-mobile-screen--catalog-single,
body.wabiz-theme-dark .wabiz-content-wrap,
body.wabiz-theme-dark .wabiz-page,
body.wabiz-theme-dark .wabiz-content-page {
    background: var(--wabiz-page-surface);
}

body.wabiz-theme-dark .wabiz-appbar,
body.wabiz-theme-dark .wabiz-default-header .wabiz-appbar,
body.wabiz-theme-dark .wabiz-appbar--surface,
body.wabiz-theme-dark .wabiz-appbar--light,
body.wabiz-theme-dark .wabiz-appbar--catalog,
body.wabiz-theme-dark .wabiz-appbar--single-dark {
    background: rgba(9, 18, 26, 0.82);
    border-bottom: 1px solid rgba(125, 211, 252, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
}

body.wabiz-theme-dark .wabiz-section,
body.wabiz-theme-dark .wabiz-action-card,
body.wabiz-theme-dark .wabiz-catalog-strip-card,
body.wabiz-theme-dark .wabiz-default-header,
body.wabiz-theme-dark .wabiz-overflow-menu-panel,
body.wabiz-theme-dark .wabiz-single-product-panel,
body.wabiz-theme-dark .wabiz-single-business-panel,
body.wabiz-theme-dark .wabiz-catalog-list-item,
body.wabiz-theme-dark .wabiz-catalog-cta,
body.wabiz-theme-dark .wabiz-social-card,
body.wabiz-theme-dark .wabiz-hours-list {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.01) 100%),
        #0f1b24;
    border-color: rgba(125, 211, 252, 0.08);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

body.wabiz-theme-dark .wabiz-profile-head {
    padding-top: 18px;
    padding-bottom: 26px;
}

body.wabiz-theme-dark .wabiz-avatar {
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

body.wabiz-theme-dark .wabiz-action-card:hover,
body.wabiz-theme-dark .wabiz-catalog-strip-card:hover,
body.wabiz-theme-dark .wabiz-social-card:hover {
    transform: translateY(-1px);
    box-shadow:
        0 22px 44px rgba(0, 0, 0, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.wabiz-theme-dark .wabiz-info-row + .wabiz-info-row,
body.wabiz-theme-dark .wabiz-hours-item + .wabiz-hours-item {
    border-top-color: rgba(125, 211, 252, 0.06);
}

body.wabiz-theme-dark .wabiz-hours-dropdown-panel {
    padding-top: 8px;
}

body.wabiz-theme-dark .wabiz-hours-list {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.015) 0%, rgba(255,255,255,0.01) 100%),
        #0d1820;
}

body.wabiz-theme-dark .wabiz-hours-today {
    background: rgba(37, 211, 102, 0.16);
    color: #8cf0b2;
}

body.wabiz-theme-dark .wabiz-overflow-menu-backdrop {
    background: rgba(3, 8, 13, 0.52);
}

body.wabiz-theme-dark .wabiz-overflow-menu-panel {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.015) 100%),
        #0c1720;
    border: 1px solid rgba(125, 211, 252, 0.08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

body.wabiz-theme-dark .wabiz-overflow-menu-link {
    border-bottom-color: rgba(125, 211, 252, 0.06);
}

body.wabiz-theme-dark .wabiz-catalog-hero-overlay {
    background: var(--wabiz-hero-overlay);
}

body.wabiz-theme-dark .wabiz-catalog-list-thumb,
body.wabiz-theme-dark .wabiz-catalog-strip-thumb,
body.wabiz-theme-dark .wabiz-single-hero-media img {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

body.wabiz-theme-dark .wabiz-catalog-plus,
body.wabiz-theme-dark .wabiz-single-orderdock-button,
body.wabiz-theme-dark .wabiz-catalog-cta-button,
body.wabiz-theme-dark .wabiz-order-sheet-submit {
    box-shadow: 0 16px 34px rgba(37, 211, 102, 0.16);
}

body.wabiz-theme-dark .wabiz-order-sheet {
    background: var(--wabiz-surface-panel-alt);
    border: 1px solid rgba(125, 211, 252, 0.08);
    box-shadow: var(--wabiz-shadow-panel);
}

body.wabiz-theme-dark .wabiz-social-icon {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

body.wabiz-theme-dark .wabiz-single-orderdock {
    background: var(--wabiz-surface-sticky);
}

body.wabiz-theme-dark .wabiz-catalog-orderbar {
    background: var(--wabiz-surface-sticky);
}

/* dark header button visibility fix */
body.wabiz-theme-dark .wabiz-icon-button,
body.wabiz-theme-dark .wabiz-icon-button--single,
body.wabiz-theme-dark .wabiz-icon-button--compact {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.015) 100%),
        rgba(12, 23, 32, 0.88);
    border: 1px solid rgba(125, 211, 252, 0.10);
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
    color: var(--wabiz-text);
}

body.wabiz-theme-dark .wabiz-icon-button svg,
body.wabiz-theme-dark .wabiz-icon-button--single svg,
body.wabiz-theme-dark .wabiz-icon-button--compact svg {
    fill: currentColor;
    opacity: 1;
}

body.wabiz-theme-dark .wabiz-icon-button:hover,
body.wabiz-theme-dark .wabiz-icon-button--single:hover,
body.wabiz-theme-dark .wabiz-icon-button--compact:hover,
body.wabiz-theme-dark .wabiz-icon-button:focus-visible,
body.wabiz-theme-dark .wabiz-icon-button--single:focus-visible,
body.wabiz-theme-dark .wabiz-icon-button--compact:focus-visible {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.02) 100%),
        rgba(15, 27, 36, 0.96);
    border-color: rgba(37, 211, 102, 0.16);
    outline: none;
}

body.wabiz-theme-dark .wabiz-appbar,
body.wabiz-theme-dark .wabiz-appbar--surface,
body.wabiz-theme-dark .wabiz-appbar--catalog,
body.wabiz-theme-dark .wabiz-appbar--single-dark {
    align-items: center;
}

@media (max-width: 720px) {
    body.wabiz-theme-dark .wabiz-icon-button,
    body.wabiz-theme-dark .wabiz-icon-button--single,
    body.wabiz-theme-dark .wabiz-icon-button--compact {
        width: 42px;
        height: 42px;
    }
}


/* theme toggle header controls */
.wabiz-appbar,
.wabiz-default-header .wabiz-appbar {
    grid-template-columns: auto minmax(0, 1fr) auto;
}

.wabiz-appbar-leading,
.wabiz-appbar-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.wabiz-appbar-leading {
    min-width: 44px;
}

.wabiz-theme-toggle {
    position: relative;
    overflow: hidden;
}

.wabiz-theme-toggle__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.wabiz-theme-toggle__icon--sun {
    display: none;
}

body.wabiz-theme-dark .wabiz-theme-toggle__icon--sun {
    display: inline-flex;
}

body.wabiz-theme-dark .wabiz-theme-toggle__icon--moon {
    display: none;
}

body.wabiz-theme-light .wabiz-theme-toggle__icon--moon,
body:not(.wabiz-theme-dark) .wabiz-theme-toggle__icon--moon {
    display: inline-flex;
}

body.wabiz-theme-light .wabiz-theme-toggle__icon--sun,
body:not(.wabiz-theme-dark) .wabiz-theme-toggle__icon--sun {
    display: none;
}

body.wabiz-theme-light .wabiz-theme-toggle,
body:not(.wabiz-theme-dark) .wabiz-theme-toggle {
    background: rgba(17, 27, 33, 0.04);
    border: 1px solid rgba(17, 27, 33, 0.08);
    color: var(--wabiz-text);
    box-shadow: 0 8px 18px rgba(17, 27, 33, 0.06);
}

body.wabiz-theme-dark .wabiz-theme-toggle {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffd76a;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

@media (max-width: 720px) {
    .wabiz-appbar-leading,
    .wabiz-appbar-actions {
        gap: 6px;
    }
}


/* dark mode cart badge readability fix */
body.wabiz-theme-dark .wabiz-order-toplink-count,
body.wabiz-theme-dark .wabiz-order-toplink-count--single,
body.wabiz-theme-dark .js-wabiz-order-count {
    color: #ffffff !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

body.wabiz-theme-dark .wabiz-order-toplink,
body.wabiz-theme-dark .wabiz-order-toplink.wabiz-icon-button,
body.wabiz-theme-dark .wabiz-order-toplink.wabiz-icon-button--single {
    color: var(--wabiz-text);
}

/* dark mode list item text consistency fix */
body.wabiz-theme-dark .wabiz-single-product-description li,
body.wabiz-theme-dark .wabiz-single-product-description-full li,
body.wabiz-theme-dark .wabiz-single-product-description ul li,
body.wabiz-theme-dark .wabiz-single-product-description-full ul li,
body.wabiz-theme-dark .wabiz-single-product-description ol li,
body.wabiz-theme-dark .wabiz-single-product-description-full ol li {
    color: var(--wabiz-muted);
}


/* dark mode readability hardening */
body.wabiz-theme-dark {
    color-scheme: dark;
}

body.wabiz-theme-dark .wabiz-catalog-archive-page,
body.wabiz-theme-dark .wabiz-profile-shell--catalog-archive,
body.wabiz-theme-dark .wabiz-mobile-screen--catalog,
body.wabiz-theme-dark .wabiz-appbar--catalog,
body.wabiz-theme-dark .wabiz-catalog-list,
body.wabiz-theme-dark .wabiz-catalog-orderbar,
body.wabiz-theme-dark .wabiz-order-sheet,
body.wabiz-theme-dark .wabiz-order-sheet-footer {
    color: var(--wabiz-text);
}

body.wabiz-theme-dark .wabiz-catalog-list {
    background: rgba(125, 211, 252, 0.06);
}

body.wabiz-theme-dark .wabiz-catalog-list-item,
body.wabiz-theme-dark .wabiz-catalog-list-title,
body.wabiz-theme-dark .wabiz-catalog-list-title a {
    color: var(--wabiz-text);
}

body.wabiz-theme-dark .wabiz-catalog-list-thumb,
body.wabiz-theme-dark .wabiz-order-item-media,
body.wabiz-theme-dark .wabiz-order-empty,
body.wabiz-theme-dark .wabiz-order-stepper-button,
body.wabiz-theme-dark .wabiz-catalog-plus,
body.wabiz-theme-dark .wabiz-order-sheet-add {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(125, 211, 252, 0.12);
}

body.wabiz-theme-dark .wabiz-catalog-list-excerpt,
body.wabiz-theme-dark .wabiz-catalog-cta,
body.wabiz-theme-dark .wabiz-catalog-cta p,
body.wabiz-theme-dark .wabiz-order-item-fallback,
body.wabiz-theme-dark .wabiz-order-sheet-note,
body.wabiz-theme-dark .wabiz-order-empty,
body.wabiz-theme-dark .wabiz-overflow-menu-help,
body.wabiz-theme-dark .wabiz-overflow-menu-head strong + span {
    color: var(--wabiz-muted);
}

body.wabiz-theme-dark .wabiz-catalog-list-price,
body.wabiz-theme-dark .wabiz-order-toplink-count,
body.wabiz-theme-dark .wabiz-order-sheet-title,
body.wabiz-theme-dark .wabiz-order-sheet-count,
body.wabiz-theme-dark .wabiz-order-item-title,
body.wabiz-theme-dark .wabiz-order-item-price,
body.wabiz-theme-dark .wabiz-order-stepper-count,
body.wabiz-theme-dark .wabiz-order-sheet-total,
body.wabiz-theme-dark .wabiz-order-sheet-close,
body.wabiz-theme-dark .wabiz-catalog-plus,
body.wabiz-theme-dark .wabiz-overflow-menu-head strong,
body.wabiz-theme-dark .wabiz-overflow-nav-list a,
body.wabiz-theme-dark .wabiz-hours-day {
    color: var(--wabiz-text);
}

body.wabiz-theme-dark .wabiz-catalog-plus,
body.wabiz-theme-dark .wabiz-order-stepper-button,
body.wabiz-theme-dark .wabiz-order-sheet-add,
body.wabiz-theme-dark .wabiz-overflow-nav-list a:hover,
body.wabiz-theme-dark .wabiz-overflow-nav-list a:focus-visible {
    background: rgba(255, 255, 255, 0.06);
}

body.wabiz-theme-dark .wabiz-catalog-plus.is-selected,
body.wabiz-theme-dark .wabiz-order-sheet-submit,
body.wabiz-theme-dark .wabiz-catalog-cta-button,
body.wabiz-theme-dark .wabiz-catalog-orderbar-button,
body.wabiz-theme-dark .wabiz-single-orderdock-button {
    color: var(--wabiz-text-on-accent);
}

body.wabiz-theme-dark .wabiz-order-sheet-add {
    color: var(--wabiz-accent);
}

body.wabiz-theme-dark .wabiz-order-sheet-footer,
body.wabiz-theme-dark .wabiz-catalog-orderbar {
    border-top-color: rgba(125, 211, 252, 0.10);
}

body.wabiz-theme-dark .wabiz-order-sheet-close:hover,
body.wabiz-theme-dark .wabiz-order-sheet-close:focus-visible,
body.wabiz-theme-dark .wabiz-order-stepper-button:hover,
body.wabiz-theme-dark .wabiz-order-stepper-button:focus-visible,
body.wabiz-theme-dark .wabiz-catalog-plus:hover,
body.wabiz-theme-dark .wabiz-catalog-plus:focus-visible,
body.wabiz-theme-dark .wabiz-order-sheet-add:hover,
body.wabiz-theme-dark .wabiz-order-sheet-add:focus-visible {
    background: rgba(255, 255, 255, 0.10);
    outline: none;
}

body.wabiz-theme-dark .entry-content,
body.wabiz-theme-dark .entry-content p,
body.wabiz-theme-dark .entry-content li,
body.wabiz-theme-dark .entry-content blockquote,
body.wabiz-theme-dark .archive-description,
body.wabiz-theme-dark .wabiz-standard-header p,
body.wabiz-theme-dark .wabiz-post-excerpt,
body.wabiz-theme-dark .widget,
body.wabiz-theme-dark .widget li,
body.wabiz-theme-dark .widget a,
body.wabiz-theme-dark .wabiz-empty-state p,
body.wabiz-theme-dark .wabiz-empty-state h1,
body.wabiz-theme-dark .wabiz-empty-state h2,
body.wabiz-theme-dark .entry-title,
body.wabiz-theme-dark .wabiz-standard-header h1,
body.wabiz-theme-dark .wabiz-post-title {
    color: var(--wabiz-text);
}

body.wabiz-theme-dark .entry-content strong,
body.wabiz-theme-dark .entry-content b,
body.wabiz-theme-dark .entry-content h1,
body.wabiz-theme-dark .entry-content h2,
body.wabiz-theme-dark .entry-content h3,
body.wabiz-theme-dark .entry-content h4,
body.wabiz-theme-dark .entry-content h5,
body.wabiz-theme-dark .entry-content h6,
body.wabiz-theme-dark .widget-title,
body.wabiz-theme-dark .wabiz-kicker {
    color: var(--wabiz-text);
}

body.wabiz-theme-dark .entry-content a,
body.wabiz-theme-dark .widget a:hover,
body.wabiz-theme-dark .widget a:focus-visible,
body.wabiz-theme-dark .wabiz-link,
body.wabiz-theme-dark .wabiz-link--primary {
    color: var(--wabiz-link);
}

body.wabiz-theme-dark input[type="text"],
body.wabiz-theme-dark input[type="email"],
body.wabiz-theme-dark input[type="url"],
body.wabiz-theme-dark input[type="search"],
body.wabiz-theme-dark textarea,
body.wabiz-theme-dark select {
    color: var(--wabiz-text);
    background: rgba(255, 255, 255, 0.05);
}

body.wabiz-theme-dark input::placeholder,
body.wabiz-theme-dark textarea::placeholder {
    color: var(--wabiz-muted);
    opacity: 1;
}


/* semantic theme tokens keep dark mode maintainable */
body.wabiz-theme-dark .wabiz-catalog-list-price,
body.wabiz-theme-dark .wabiz-order-item-price,
body.wabiz-theme-dark .wabiz-order-sheet-total,
body.wabiz-theme-dark .wabiz-order-stepper-count,
body.wabiz-theme-dark .wabiz-order-sheet-count,
body.wabiz-theme-dark .wabiz-order-sheet-title,
body.wabiz-theme-dark .wabiz-order-item-title,
body.wabiz-theme-dark .wabiz-order-sheet-close,
body.wabiz-theme-dark .wabiz-catalog-list-title,
body.wabiz-theme-dark .wabiz-catalog-list-title a {
    color: var(--wabiz-text-strong);
}

body.wabiz-theme-dark .wabiz-catalog-list-excerpt,
body.wabiz-theme-dark .wabiz-catalog-cta,
body.wabiz-theme-dark .wabiz-catalog-cta p,
body.wabiz-theme-dark .wabiz-order-sheet-note,
body.wabiz-theme-dark .wabiz-order-item-fallback,
body.wabiz-theme-dark .wabiz-order-empty {
    color: var(--wabiz-muted);
}
