.fixed-price-market-body {
    --market-ink: #18231d;
    --market-muted: #6c746e;
    --market-green: #254b3c;
    --market-dark: #101d18;
    --market-gold: #c99b43;
    --market-gold-light: #efd69b;
    --market-paper: #fffdfa;
    --market-soft: #f4efe3;
    --market-line: #e4dac3;
    background: #f5f1e7;
}

.fixed-price-market-body .header {
    border-bottom: 1px solid rgba(225, 190, 111, .28);
    background:
        radial-gradient(circle at 18% -80%, rgba(207, 166, 76, .18), transparent 35%),
        rgba(13, 23, 19, .97);
    box-shadow: 0 10px 34px rgba(7, 15, 12, .24);
}

.fixed-price-market-body .logo img {
    filter: brightness(0) saturate(100%) invert(82%) sepia(35%) saturate(702%) hue-rotate(359deg) brightness(94%) contrast(88%);
}

.fixed-price-market-body .nav-item {
    color: #d6d1c5;
}

.fixed-price-market-body .nav-item:hover,
.fixed-price-market-body .nav-item.active {
    color: #efd492;
}

.fixed-price-market-body .nav-item.active::after {
    background: linear-gradient(90deg, #a77c2c, #efd492);
    box-shadow: 0 0 14px rgba(226, 188, 103, .36);
}

.fixed-price-market-body .dropdown-menu,
.fixed-price-market-body .user-dropdown {
    border-color: #4b4636;
    background: #14241d;
    box-shadow: 0 18px 42px rgba(4, 10, 8, .34);
}

.fixed-price-market-body .dropdown-menu a,
.fixed-price-market-body .user-dropdown a,
.fixed-price-market-body .user-dropdown button {
    color: #d8d2c5;
}

.fixed-price-market-body .dropdown-menu a:hover,
.fixed-price-market-body .user-dropdown a:hover,
.fixed-price-market-body .user-dropdown button:hover {
    color: #f0d89d;
    background: #20362c;
}

.fixed-price-market-body .btn-login,
.fixed-price-market-body .message-notice,
.fixed-price-market-body .user-chip {
    border-color: rgba(229, 198, 127, .45);
    color: #efd492;
    background: rgba(255, 255, 255, .035);
}

.fixed-price-market-body .btn-login:hover,
.fixed-price-market-body .message-notice:hover,
.fixed-price-market-body .user-chip:hover {
    border-color: #dfbd70;
    color: #fff0c8;
    background: rgba(218, 179, 91, .12);
}

.fixed-price-market-body .btn-register {
    border-color: #e1bf73;
    color: #17231d;
    background: linear-gradient(135deg, #f0daa3, #c99b43);
    box-shadow: 0 8px 22px rgba(5, 13, 10, .22);
}

.fixed-price-market-body .btn-register:hover {
    color: #101b16;
    background: linear-gradient(135deg, #f6e6bd, #d9ae59);
}

.fixed-price-market-body .user-chip b {
    color: #bfa76d;
}

.fixed-price-market-body .market-heading {
    position: relative;
    overflow: hidden;
    padding: 44px 0 46px;
    color: #fff;
    background:
        radial-gradient(circle at 78% 18%, rgba(214, 172, 80, .17), transparent 24%),
        radial-gradient(circle at 16% 110%, rgba(69, 112, 91, .28), transparent 34%),
        linear-gradient(135deg, #0d1914 0, #17352a 58%, #10241c 100%);
    text-align: left;
}

.fixed-price-market-body .market-heading::before,
.fixed-price-market-body .market-heading::after {
    position: absolute;
    border: 1px solid rgba(230, 197, 122, .15);
    border-radius: 50%;
    content: '';
}

.fixed-price-market-body .market-heading::before {
    top: -180px;
    right: 8%;
    width: 420px;
    height: 420px;
}

.fixed-price-market-body .market-heading::after {
    top: -120px;
    right: calc(8% + 60px);
    width: 300px;
    height: 300px;
}

.fixed-price-market-body .fixed-market-hero {
    position: relative;
    z-index: 1;
    max-width: 1400px;
}

.fixed-market-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #d7b867;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
}

.fixed-market-kicker::before {
    width: 42px;
    height: 2px;
    background: linear-gradient(90deg, #c99b43, #efd69b);
    content: '';
}

.fixed-price-market-body .market-heading h1 {
    margin: 14px 0 9px;
    color: #fff8e7;
    font-family: Georgia, "Songti SC", "STSong", "Microsoft YaHei", serif;
    font-size: clamp(36px, 3.5vw, 50px);
    font-weight: 700;
    letter-spacing: .08em;
}

.fixed-price-market-body .market-heading p {
    color: #c9d2cc;
    font-size: 17px;
    letter-spacing: .04em;
}

.fixed-market-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 26px;
    margin-top: 18px;
}

.fixed-market-trust span {
    position: relative;
    padding-left: 15px;
    color: #dfd4b8;
    font-size: 13px;
}

.fixed-market-trust span::before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #dab45e;
    border-radius: 50%;
    content: '';
}

.fixed-price-market-body .market-search-section {
    position: relative;
    z-index: 5;
    width: min(1080px, calc(100% - 40px));
    margin: -28px auto 24px;
}

.fixed-price-market-body .market-search-box {
    height: 60px;
    border: 1px solid #d7c69f;
    border-radius: 6px;
    background: var(--market-paper);
    box-shadow: 0 18px 42px rgba(31, 43, 36, .15);
}

.fixed-price-market-body .market-search-box input {
    padding: 0 22px;
    color: var(--market-ink);
    background: transparent;
    font-size: 16px;
}

.fixed-price-market-body .market-search-box input::placeholder {
    color: #9b9588;
}

.fixed-price-market-body .market-search-box button {
    width: 126px;
    color: #f6e5ba;
    background: var(--market-green);
    font-weight: 800;
    letter-spacing: .08em;
}

.fixed-price-market-body .market-search-box button:hover {
    background: #183a2d;
}

.fixed-price-market-body .category-filter {
    width: min(1400px, calc(100% - 40px));
    margin-bottom: 28px;
    border: 1px solid var(--market-line);
    border-radius: 8px;
    background: var(--market-paper);
    box-shadow: 0 14px 36px rgba(58, 49, 31, .07);
}

.fixed-price-market-body .filter-container {
    padding: 22px 24px;
}

.fixed-price-market-body .filter-options,
.fixed-price-market-body .sort-options {
    gap: 9px;
}

.fixed-price-market-body .filter-option,
.fixed-price-market-body .sort-option {
    min-height: 37px;
    border: 1px solid #e6ddca;
    border-radius: 4px;
    padding: 0 15px;
    color: #5c645f;
    background: #f8f5ed;
}

.fixed-price-market-body .filter-option.active,
.fixed-price-market-body .sort-option.active,
.fixed-price-market-body .filter-option:hover,
.fixed-price-market-body .sort-option:hover {
    border-color: #b79247;
    color: #f3ddb0;
    background: var(--market-green);
}

.fixed-price-market-body .filter-divider {
    margin: 18px 0;
    background: #e9e0cf;
}

.fixed-price-market-body .price-filter-form {
    color: var(--market-muted);
}

.fixed-price-market-body .price-filter-form input {
    border-color: #ddd2bb;
    border-radius: 4px;
    color: var(--market-ink);
    background: #fff;
}

.fixed-price-market-body .price-filter-form input:focus {
    border-color: #b99349;
    outline: 2px solid rgba(201, 155, 67, .12);
}

.fixed-price-market-body .price-filter-form button {
    border-radius: 4px;
    color: #f4dfb2;
    background: var(--market-green);
    font-weight: 800;
}

.fixed-price-market-body .price-filter-clear {
    border-radius: 4px;
    color: #7a6b4d;
    background: #f3ecdc;
}

.fixed-price-market-body .market-container {
    width: min(1400px, calc(100% - 40px));
    margin-bottom: 64px;
    border-radius: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.fixed-market-list-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcd0b8;
    padding: 0 2px 17px;
}

.fixed-market-list-head span {
    color: #a47c30;
    font-family: Georgia, serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
}

.fixed-market-list-head h2 {
    margin: 5px 0 0;
    color: var(--market-green);
    font-family: Georgia, "Songti SC", "STSong", "Microsoft YaHei", serif;
    font-size: 27px;
    letter-spacing: .04em;
}

.fixed-market-list-head p {
    margin: 0;
    color: #7f796c;
    font-size: 13px;
}

.fixed-market-list-head p strong {
    color: #8c6720;
    font-family: Georgia, serif;
    font-size: 18px;
}

.fixed-price-market-body .market-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.fixed-price-market-body .product-card {
    overflow: hidden;
    border: 1px solid var(--market-line);
    border-radius: 7px;
    background: var(--market-paper);
    box-shadow: 0 12px 32px rgba(54, 47, 33, .08);
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.fixed-price-market-body .product-card:hover {
    border-color: #c7a65c;
    box-shadow: 0 20px 44px rgba(48, 42, 29, .14);
    transform: translateY(-4px);
}

.fixed-price-market-body .product-cover {
    aspect-ratio: 16 / 10;
    background: #14211b;
}

.fixed-price-market-body .fixed-price-list-grid .product-cover img {
    object-fit: contain;
    background: #14211b;
}

.fixed-price-market-body .fixed-price-list-grid .product-card:hover .product-cover img {
    transform: none;
}

.fixed-price-market-body .product-cover::after {
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(245, 219, 158, .2);
    border-radius: 3px;
    content: '';
    pointer-events: none;
}

.fixed-price-market-body .product-cover span {
    z-index: 2;
    top: 18px;
    left: 18px;
    height: 28px;
    border: 1px solid rgba(239, 210, 143, .5);
    border-radius: 3px;
    color: #f5dfad;
    background: rgba(17, 40, 31, .9);
    font-size: 12px;
    font-weight: 800;
}

.fixed-price-market-body .product-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 19px 20px 20px;
}

.product-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.product-card-meta span,
.product-card-meta em {
    color: #9a742d;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .08em;
}

.product-card-meta em {
    color: #8e948f;
}

.fixed-price-market-body .content-header {
    min-height: 50px;
}

.fixed-price-market-body .product-title {
    min-height: 48px;
    margin-bottom: 9px;
    color: #203229;
    font-family: Georgia, "Songti SC", "STSong", "Microsoft YaHei", serif;
    font-size: 18px;
    line-height: 1.45;
}

.fixed-price-market-body .product-desc {
    min-height: 44px;
    color: #727a74;
    font-size: 13px;
    line-height: 1.7;
}

.fixed-price-market-body .product-price {
    margin-top: 18px;
    border-top: 1px solid #e8dfcd;
    padding-top: 16px;
    color: #777166;
    font-size: 12px;
}

.fixed-price-market-body .price-value {
    color: #8a631c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 800;
}

.fixed-price-market-body .fixed-card-actions {
    display: grid;
    grid-template-columns: 7fr 3fr;
    align-items: stretch;
    gap: 10px;
    margin-top: 15px;
}

.fixed-price-market-body .buy-btn,
.fixed-price-market-body .cart-btn {
    box-sizing: border-box;
    height: 44px;
    margin: 0;
    border: 1px solid #dec57f;
    border-radius: 4px;
}

.fixed-price-market-body .buy-btn {
    color: #18241e;
    background: linear-gradient(135deg, #efd99f, #cfa34e);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .08em;
}

.fixed-price-market-body .cart-btn {
    display: grid;
    place-items: center;
    color: #8a631c;
    background: #fffaf0;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.fixed-price-market-body .cart-btn svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.fixed-price-market-body .cart-btn:hover,
.fixed-price-market-body .cart-btn.is-added {
    color: #18241e;
    background: #efd99f;
}

.fixed-price-market-body .cart-btn.is-added {
    position: relative;
    color: #fff;
    border-color: #2f8060;
    background: linear-gradient(135deg, #3f9b76, #236b50);
    box-shadow: 0 7px 16px rgba(35, 107, 80, .24);
}

.fixed-price-market-body .cart-btn.is-added::after {
    content: "已加入";
    position: absolute;
    right: -6px;
    top: -8px;
    padding: 2px 5px;
    border: 2px solid #fff;
    border-radius: 8px;
    color: #fff;
    background: #236b50;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.fixed-price-market-body .cart-btn:disabled {
    cursor: wait;
    opacity: .7;
}

.fixed-price-market-body .cart-btn.is-added:disabled {
    cursor: default;
    opacity: 1;
}

.fixed-price-market-body .fixed-card-actions form,
.fixed-price-market-body .fixed-card-actions form .cart-btn {
    width: 100%;
    height: 44px;
    margin: 0;
}

.fixed-price-market-body .fixed-card-actions form {
    display: block;
    line-height: 0;
}

.cart-selection-bar { position: sticky; top: 84px; z-index: 12; display: flex; align-items: center; gap: 16px; margin-bottom: 22px; padding: 15px 18px; border: 1px solid #ddc58d; border-radius: 10px; background: rgba(255,255,255,.96); box-shadow: 0 10px 28px rgba(22,48,37,.1); }
.treasury-shopping-note { margin-bottom: 22px; border: 1px solid #e3d2a9; border-radius: 10px; padding: 14px 18px; color: #66583d; background: #fff9e9; font-size: 13px; line-height: 1.7; }
.cart-selection-bar label { display: flex; flex: 0 0 auto; align-items: center; gap: 7px; font-weight: 800; white-space: nowrap; }
.cart-selection-bar > span { flex: 0 0 auto; white-space: nowrap; }
.cart-selection-bar input, .cart-select-control input { width: 18px; height: 18px; accent-color: #287055; }
.cart-selection-bar [data-selected-total] { color: #a16e20; font-size: 20px; }
.cart-selection-bar .buy-btn { width: auto; min-width: 88px; flex: 0 0 auto; margin-left: auto; padding-right: 18px; padding-left: 18px; border: 0; white-space: nowrap; cursor: pointer; }
.cart-selection-bar .buy-btn:disabled { cursor: not-allowed; filter: grayscale(1); opacity: .55; }
.cart-select-card { position: relative; }
.cart-select-card.is-selected { outline: 3px solid #3e8a69; box-shadow: 0 14px 32px rgba(40,112,85,.2); }
.cart-select-control { position: absolute; z-index: 3; left: 10px; top: 10px; display: flex; align-items: center; gap: 5px; padding: 6px 8px; border-radius: 7px; color: #173529; background: rgba(255,255,255,.94); font-size: 12px; font-weight: 800; box-shadow: 0 3px 12px rgba(0,0,0,.12); }
.cart-select-card.is-unavailable { opacity: .65; }
.order-batch-list { display: grid; gap: 12px; margin: 22px 0; }
.order-batch-list .order-work { margin: 0; }
@media (max-width: 768px) { .cart-selection-bar { top: 68px; flex-wrap: wrap; gap: 10px 16px; } .cart-selection-bar .buy-btn { width: 100%; } }

.fixed-price-market-body .buy-btn:hover {
    color: #111d17;
    filter: brightness(1.04);
}

.fixed-price-market-body .pagination {
    margin-top: 36px;
    border-top-color: #dcd0b8;
    padding-top: 24px;
}

.fixed-price-market-body .pagination-info {
    color: #777166;
}

.fixed-price-market-body .page-btn,
.fixed-price-market-body .page-number {
    border: 1px solid #e2d8c4;
    border-radius: 4px;
    color: #5e665f;
    background: #fbf8f1;
}

.fixed-price-market-body .page-number.active,
.fixed-price-market-body .page-btn:hover,
.fixed-price-market-body .page-number:hover {
    border-color: #b38c43;
    color: #f0d89d;
    background: var(--market-green);
}

.fixed-price-market-body .page-btn.disabled {
    border-color: #e6dfd1;
    color: #aaa496;
    background: #f0ece3;
}

.fixed-price-market-body .empty-state {
    border-color: #cbbd9d;
    color: #7a7467;
    background: var(--market-paper);
}

.fixed-price-market-body .footer {
    margin-top: 0;
    border-top: 1px solid rgba(225, 190, 111, .3);
    background:
        radial-gradient(circle at 12% 0, rgba(205, 160, 67, .13), transparent 30%),
        linear-gradient(180deg, #12231c 0, #0b1511 100%);
}

.fixed-price-market-body .footer .column-title {
    color: #efd492;
    letter-spacing: .08em;
}

.fixed-price-market-body .footer .link-item,
.fixed-price-market-body .footer .footer-erweima,
.fixed-price-market-body .footer .icp-link,
.fixed-price-market-body .footer .beian-link {
    color: rgba(222, 215, 198, .7);
}

.fixed-price-market-body .footer .link-item:hover,
.fixed-price-market-body .footer .icp-link:hover,
.fixed-price-market-body .footer .beian-link:hover {
    color: #f0d89d;
}

.fixed-price-market-body .footer .footer-erweima img {
    border: 1px solid rgba(226, 192, 114, .5);
    border-radius: 4px;
    padding: 5px;
    background: #f7f0de;
    box-shadow: 0 12px 30px rgba(2, 8, 5, .28);
}

.fixed-price-market-body .footer .footer-bottom {
    border-top-color: rgba(226, 192, 114, .22);
    color: rgba(205, 198, 181, .62);
}

.fixed-market-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 56px;
    align-items: center;
}

.fixed-market-overview {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(232, 202, 133, .3);
    border-radius: 7px;
    background: rgba(255, 250, 235, .055);
    box-shadow: 0 20px 50px rgba(3, 11, 8, .18);
    backdrop-filter: blur(10px);
}

.fixed-market-overview > span {
    grid-column: 1 / -1;
    border-bottom: 1px solid rgba(232, 202, 133, .2);
    padding: 12px 16px;
    color: #dfc47f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
}

.fixed-market-overview > div {
    display: grid;
    gap: 6px;
    padding: 18px 14px;
}

.fixed-market-overview > div + div {
    border-left: 1px solid rgba(232, 202, 133, .17);
}

.fixed-market-overview strong,
.fixed-market-overview em {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fixed-market-overview strong {
    color: #f2d998;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
}

.fixed-market-overview em {
    color: #bfc9c2;
    font-size: 11px;
    font-style: normal;
}

.fixed-market-workspace {
    display: grid;
    width: min(1400px, calc(100% - 40px));
    grid-template-columns: 290px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    margin: 34px auto 68px;
}

.fixed-market-sidebar {
    position: sticky;
    top: 122px;
    overflow: hidden;
    border: 1px solid var(--market-line);
    border-radius: 8px;
    background: var(--market-paper);
    box-shadow: 0 14px 36px rgba(58, 49, 31, .08);
}

.fixed-market-sidebar > header {
    padding: 23px 22px 19px;
    color: #d7c596;
    background:
        radial-gradient(circle at 100% 0, rgba(210, 167, 71, .15), transparent 45%),
        var(--market-green);
}

.fixed-market-sidebar > header span {
    color: #d5b663;
    font-family: Georgia, serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .18em;
}

.fixed-market-sidebar > header h2 {
    margin: 7px 0 6px;
    color: #fff4d8;
    font-family: Georgia, "Songti SC", "STSong", "Microsoft YaHei", serif;
    font-size: 24px;
}

.fixed-market-sidebar > header p {
    margin: 0;
    color: #becbc4;
    font-size: 12px;
    line-height: 1.7;
}

.fixed-market-sidebar .market-search-section {
    width: auto;
    margin: 0;
    padding: 18px 18px 0;
}

.fixed-market-sidebar .market-search-box {
    height: 46px;
    border-color: #ded3bc;
    box-shadow: none;
}

.fixed-market-sidebar .market-search-box input {
    padding: 0 12px;
    font-size: 13px;
}

.fixed-market-sidebar .market-search-box button {
    width: 66px;
    font-size: 13px;
}

.fixed-market-sidebar .category-filter {
    width: auto;
    margin: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.fixed-market-sidebar .filter-container {
    padding: 19px 18px 20px;
}

.filter-group-title {
    margin: 0 0 10px;
    color: #81765f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
}

.fixed-market-sidebar .filter-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}

.fixed-market-sidebar .sort-options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
}

.fixed-market-sidebar .filter-option,
.fixed-market-sidebar .sort-option {
    min-height: 34px;
    padding: 0 8px;
    font-size: 12px;
}

.fixed-market-sidebar .price-filter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 7px;
}

.fixed-market-sidebar .price-filter-form label {
    display: block;
}

.fixed-market-sidebar .price-filter-form label span {
    display: none;
}

.fixed-market-sidebar .price-filter-form input {
    width: 100%;
}

.fixed-market-sidebar .price-filter-form button,
.fixed-market-sidebar .price-filter-clear {
    grid-column: 1 / -1;
}

.fixed-market-workspace .market-container {
    width: auto;
    margin: 0;
    border: 1px solid var(--market-line);
    border-radius: 14px;
    padding: 26px;
    background: var(--market-paper);
    box-shadow: 0 16px 42px rgba(48, 42, 29, .08);
}

@media (max-width: 1100px) {
    .fixed-price-market-body .market-heading {
        padding: 40px 0;
    }

    .fixed-market-hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .fixed-market-overview {
        max-width: 620px;
    }

    .fixed-market-workspace {
        grid-template-columns: 1fr;
    }

    .fixed-market-sidebar {
        position: static;
    }

    .fixed-market-sidebar .filter-options {
        display: flex;
    }

    .fixed-market-sidebar .sort-options {
        display: flex;
    }

    .fixed-market-sidebar .price-filter-form {
        display: flex;
    }

    .fixed-market-sidebar .price-filter-form input {
        width: 108px;
    }

    .fixed-market-sidebar .price-filter-form button,
    .fixed-market-sidebar .price-filter-clear {
        grid-column: auto;
    }

    .fixed-price-market-body .market-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .fixed-price-market-body .market-heading {
        padding: 30px 0 34px;
    }

    .fixed-price-market-body .market-heading h1 {
        margin-top: 12px;
        font-size: 36px;
    }

    .fixed-price-market-body .market-heading p {
        font-size: 14px;
        line-height: 1.7;
    }

    .fixed-market-kicker {
        font-size: 9px;
    }

    .fixed-market-trust {
        gap: 9px 16px;
        margin-top: 14px;
    }

    .fixed-market-workspace {
        width: calc(100% - 24px);
        margin-top: 20px;
        margin-bottom: 48px;
    }

    .fixed-market-workspace .market-container {
        border-radius: 10px;
        padding: 18px 14px;
    }

    .fixed-price-market-body .fixed-market-hero {
        padding-right: 20px;
        padding-left: 20px;
    }

    .fixed-market-overview {
        grid-template-columns: 1fr;
    }

    .fixed-market-overview > div {
        grid-template-columns: 1fr auto;
        align-items: center;
        padding: 12px 14px;
    }

    .fixed-market-overview > div + div {
        border-top: 1px solid rgba(232, 202, 133, .17);
        border-left: 0;
    }

    .fixed-market-sidebar .market-search-box {
        height: 54px;
    }

    .fixed-market-sidebar .market-search-box button {
        width: 86px;
    }

    .fixed-price-market-body .filter-container {
        padding: 16px;
    }

    .fixed-price-market-body .filter-option,
    .fixed-price-market-body .sort-option {
        min-height: 34px;
        padding: 0 11px;
        font-size: 12px;
    }

    .fixed-market-sidebar .price-filter-form {
        display: grid;
    }

    .fixed-market-sidebar .price-filter-form label {
        flex: 1;
    }

    .fixed-market-sidebar .price-filter-form input {
        width: 100%;
    }

    .fixed-market-list-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .fixed-price-market-body .market-product-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .fixed-price-market-body .pagination {
        align-items: flex-start;
        flex-direction: column;
    }

    .fixed-price-market-body .pagination-container {
        width: 100%;
        justify-content: space-between;
    }
}
