.fixed-price-market-body,
.premium-market-body {
    --consumer-ink: var(--site-ink, #202522);
    --consumer-soft: var(--site-ink-soft, #58645e);
    --consumer-paper: var(--site-paper, #fffdf8);
    --consumer-cream: var(--site-cream, #f5f0e7);
    --consumer-line: color-mix(in srgb, var(--consumer-ink) 14%, transparent);
    --consumer-coral: #f36f58;
    --consumer-blue: #3e68ff;
    --consumer-yellow: #f4d75d;
    --consumer-mint: #bfe8cb;
}

.consumer-shop-hero,
.consumer-creator-hero,
.consumer-collected-hero {
    padding: 76px 0;
    color: var(--consumer-ink);
    background:
        radial-gradient(circle at 80% 20%, color-mix(in srgb, #d9cbff 55%, transparent), transparent 26%),
        var(--consumer-paper) !important;
}

.consumer-shop-hero-inner,
.consumer-creator-hero-grid {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    max-width: 1380px;
}

.consumer-shop-hero span,
.consumer-creator-hero span,
.consumer-collected-hero span {
    display: block;
    margin-bottom: 14px;
    color: var(--consumer-soft);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.consumer-shop-hero h1,
.consumer-creator-hero h1,
.consumer-collected-hero h1 {
    margin: 0;
    color: var(--consumer-ink);
    font-family: "Arial Black", "Helvetica Neue", sans-serif;
    font-size: clamp(48px, 6vw, 82px);
    font-weight: 900;
    letter-spacing: -.07em;
    line-height: .95;
}

.consumer-shop-hero p,
.consumer-creator-hero p,
.consumer-collected-hero p {
    max-width: 720px;
    margin: 22px 0 0;
    color: var(--consumer-soft);
    font-size: 17px;
    line-height: 1.7;
}

.consumer-shop-hero aside,
.consumer-creator-hero aside {
    flex: 0 0 230px;
    border-left: 1px solid var(--consumer-line);
    padding: 18px 0 18px 36px;
    color: var(--consumer-ink);
    background: transparent;
    text-align: left;
}

.consumer-shop-hero aside strong,
.consumer-creator-hero aside strong {
    display: block;
    font-size: 48px;
    letter-spacing: -.06em;
}

.consumer-shop-hero aside span,
.consumer-creator-hero aside span {
    margin: 5px auto 0;
    color: var(--consumer-soft);
    font-size: 10px;
    letter-spacing: .04em;
}

.fixed-price-market-body .fixed-market-workspace {
    max-width: 1460px;
    gap: 22px;
    padding-top: 42px;
}

.fixed-price-market-body .fixed-market-sidebar,
.premium-market-body .traded-filter-panel {
    border-color: var(--consumer-line);
    border-radius: 22px;
    background: var(--consumer-cream);
    box-shadow: none;
}

.fixed-price-market-body .fixed-market-sidebar header,
.premium-market-body .traded-filter-panel header {
    background: transparent;
}

.fixed-price-market-body .fixed-market-sidebar header span,
.premium-market-body .traded-filter-panel header span {
    color: var(--consumer-coral);
}

.fixed-price-market-body .fixed-market-sidebar header h2,
.premium-market-body .traded-filter-panel header h2 {
    color: var(--consumer-ink);
    font-family: "Arial Black", "Helvetica Neue", sans-serif;
    letter-spacing: -.03em;
}

.fixed-price-market-body .fixed-market-sidebar header p,
.premium-market-body .traded-filter-panel header p {
    color: var(--consumer-soft);
}

.fixed-price-market-body .fixed-market-workspace .market-container,
.premium-market-body .traded-results-panel {
    border: 0;
    background: var(--consumer-paper);
    box-shadow: none;
}

.fixed-price-market-body .fixed-market-list-head h2,
.premium-market-body .premium-section-head h2 {
    color: var(--consumer-ink);
    font-family: "Arial Black", "Helvetica Neue", sans-serif;
    letter-spacing: -.04em;
}

.fixed-price-market-body .product-card {
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    background: var(--consumer-paper);
    box-shadow: none;
}

.fixed-price-market-body .product-cover {
    border-radius: 18px;
}

.fixed-price-market-body .product-content {
    padding: 14px 2px 8px;
}

.fixed-price-market-body .buy-btn {
    border-radius: 999px;
    color: #fff !important;
    background: var(--consumer-ink) !important;
}

.fixed-price-market-body .cart-btn {
    border-radius: 50%;
}

.consumer-creator-hero {
    background:
        radial-gradient(circle at 85% 25%, color-mix(in srgb, var(--consumer-mint) 72%, transparent), transparent 25%),
        var(--consumer-paper) !important;
}

.premium-market-body .merchant-market-shell {
    background: var(--consumer-paper);
}

.premium-market-body .merchant-search-section {
    border-color: var(--consumer-line);
    border-radius: 20px;
    background: var(--consumer-cream);
    box-shadow: none;
}

.premium-market-body .merchant-market-container {
    background: var(--consumer-paper);
}

.premium-market-body .merchant-rank-heading h2 {
    color: var(--consumer-ink);
    font-family: "Arial Black", "Helvetica Neue", sans-serif;
    letter-spacing: -.04em;
}

.premium-market-body .merchant-card-page {
    overflow: hidden;
    border-color: var(--consumer-line);
    border-radius: 22px;
    background: var(--consumer-paper);
    box-shadow: none;
}

.premium-market-body .merchant-card-page:hover {
    border-color: var(--consumer-coral);
    transform: translateY(-4px);
}

.premium-market-body .merchant-avatar-page {
    border-radius: 16px;
}

.premium-market-body .merchant-stats-page span {
    border-radius: 999px;
    color: var(--consumer-soft);
    background: var(--consumer-cream);
}

.consumer-collected-hero {
    background:
        radial-gradient(circle at 82% 15%, color-mix(in srgb, var(--consumer-coral) 24%, transparent), transparent 24%),
        var(--consumer-paper) !important;
}

.consumer-collected-hero .container {
    max-width: 1380px;
}

.premium-market-body .traded-market-workspace {
    max-width: 1460px;
    gap: 22px;
    padding-top: 42px;
    background: var(--consumer-paper);
}

.premium-market-body .traded-card-page,
.premium-market-body .traded-cover {
    border-radius: 20px;
}

.premium-market-body .traded-mark {
    border-radius: 999px;
    color: #222;
    background: var(--consumer-mint);
}

@media (max-width: 760px) {
    .consumer-shop-hero,
    .consumer-creator-hero,
    .consumer-collected-hero {
        padding: 52px 0;
    }

    .consumer-shop-hero-inner,
    .consumer-creator-hero-grid {
        align-items: flex-start;
        flex-direction: column;
    }

    .consumer-shop-hero h1,
    .consumer-creator-hero h1,
    .consumer-collected-hero h1 {
        font-size: 52px;
    }

    .consumer-shop-hero aside,
    .consumer-creator-hero aside {
        flex-basis: auto;
        width: 190px;
    }
}
