.hhb-home-modern {
    --hhb-accent: var(--hhb-brand-accent);
    --hhb-text: #202939;
    --hhb-muted: #8b93a1;
    --hhb-line: var(--hhb-brand-line);
    background: var(--hhb-page-bg);
    color: var(--hhb-text);
}

.hhb-home-modern .header_top {
    background: var(--hhb-page-bg);
}

.hhb-home-modern .downloda-popup-show {
    display: none !important;
}

.hhb-home-modern .search_top {
    overflow: hidden;
    border-color: var(--hhb-accent);
    border-radius: 11px;
    background: #fff;
}

.hhb-home-modern .search_top #top_div {
    border-right-color: #edf0f4 !important;
}

.hhb-home-modern .search_top button {
    background: var(--hhb-accent);
}

.hhb-home-modern .index_banner {
    gap: 14px;
    align-items: stretch;
}

.hhb-home-modern .index_banner::before,
.hhb-home-modern .index_banner::after {
    display: none;
    content: none;
}

.hhb-home-modern .hhb-hero-actions {
    box-sizing: border-box;
    flex: 0 0 248px;
    width: 248px;
    min-width: 230px;
    height: 366px;
    margin: 8px 0 0;
    padding: 10px 18px;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 14px;
    color: var(--hhb-text);
    background: var(--hhb-brand-gradient);
    box-shadow: none;
}

.hhb-hero-actions__buttons {
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    height: 100%;
}

.hhb-action-button {
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    padding: 10px 0;
    border-radius: 8px;
    color: #202939;
    background: transparent;
    text-decoration: none;
}

.hhb-action-button:hover {
    color: #202939;
    background: rgba(255, 255, 255, .4);
}

.hhb-action-button:focus-visible {
    outline: 2px solid #ff8526;
    outline-offset: 3px;
}

.hhb-action-button__icon {
    display: inline-flex;
    flex: 0 0 25px;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin: 1px 9px 0 0;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(145deg, #ff8086, #ff3547);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4);
}

.hhb-action-button__icon svg {
    width: 21px;
    height: 21px;
}

.hhb-action-button--guarantee .hhb-action-button__icon,
.hhb-action-button--help .hhb-action-button__icon {
    background: linear-gradient(145deg, #5dcbff, #0085ed);
}

.hhb-action-button--recycle .hhb-action-button__icon,
.hhb-action-button--sell .hhb-action-button__icon {
    background: linear-gradient(145deg, #ffd67e, #ff9900);
}

.hhb-action-button > span:nth-child(2) {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
}

.hhb-action-button strong {
    color: #273142;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

.hhb-action-button small {
    overflow: hidden;
    margin-top: 5px;
    color: #9298a1;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hhb-action-button > i {
    margin-left: 5px;
    color: #34383d;
    font-size: 22px;
    line-height: 26px;
    font-style: normal;
}

.hhb-home-modern .picbanner {
    box-sizing: border-box;
    flex: 1 1 668px;
    min-width: 0;
    border: 1px solid var(--hhb-line);
    border-radius: 14px;
    background: #fff;
}

.hhb-home-modern .picbanner img {
    width: 100% !important;
    height: 366px !important;
    object-fit: cover;
}

.hhb-hero-side {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 248px;
    min-width: 235px;
    height: 366px;
    margin-top: 8px;
    flex-direction: column;
    gap: 12px;
}

.hhb-account-card,
.hhb-trade-card {
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 14px;
    background: var(--hhb-brand-gradient);
    box-shadow: none;
}

.hhb-account-card {
    flex: 0 0 180px;
    padding: 16px;
}

.hhb-account-card__head {
    display: flex;
    align-items: center;
    min-width: 0;
}

.hhb-account-avatar {
    display: inline-flex;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border-radius: 50%;
    background: #fffaf8;
    box-shadow: 0 0 0 1px rgba(115, 93, 99, .15);
}

.hhb-account-avatar img {
    width: 27px;
    height: 27px;
    object-fit: contain;
}

.hhb-account-card__head > div {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
}

.hhb-account-card__head p,
.hhb-account-name {
    color: #252e3d;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.hhb-account-card__head p a {
    color: #252e3d;
}

.hhb-account-card__head em {
    margin: 0 3px;
    font-style: normal;
}

.hhb-account-card__head small {
    overflow: hidden;
    color: #969da8;
    font-size: 11px;
    line-height: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hhb-account-more {
    color: #a6acb5;
    font-size: 23px;
}

.hhb-account-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 8px;
    margin-top: 17px;
}

.hhb-account-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 40px;
    border-radius: 8px;
    color: #30343b;
    font-size: 12px;
    font-weight: 600;
    background: var(--hhb-surface-soft);
}

.hhb-account-links a:hover {
    color: #e8751a;
    background: var(--hhb-brand-soft);
}

.hhb-account-links svg {
    flex: 0 0 19px;
    width: 19px;
    height: 19px;
    margin-right: 5px;
    fill: none;
    stroke: #34383d;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hhb-account-links .hhb-icon-accent {
    stroke: #ff5963;
}

.hhb-trade-card {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 88px 34px;
    gap: 12px 8px;
    padding: 20px 16px 16px;
    background: linear-gradient(155deg, #fff0be, #fffefa 85%);
}

.hhb-trade-card > a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    padding: 34px 0 8px;
    box-sizing: border-box;
    border-radius: 12px;
    text-decoration: none;
    transition: transform .18s ease;
}

.hhb-trade-card > a:hover {
    transform: translateY(-2px);
}

.hhb-trade-card__buy {
    background: linear-gradient(145deg, #fff9e5, #ffe6a0);
}

.hhb-trade-card__sell {
    background: linear-gradient(145deg, #fff9e7, #ffeabe);
}

.hhb-trade-card .hhb-trade-illustration {
    position: absolute;
    top: -12px;
    left: 50%;
    width: 48px;
    height: 44px;
    transform: translateX(-50%);
}

.hhb-trade-card > a strong {
    color: #36383b;
    font-size: 16px;
    line-height: 22px;
}

.hhb-trade-card > a small {
    margin-top: 6px;
    padding: 0 7px;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(90deg, #ff8750, #ff4f49);
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
}

.hhb-trade-card > .hhb-trade-card__sell small {
    background: linear-gradient(90deg, #ffac31, #ff8500);
}

.hhb-trade-card > div {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 8px;
    background: var(--hhb-surface-soft);
}

.hhb-trade-card > div a {
    color: #69717d;
    font-size: 12px;
}

.hhb-hero-side a:focus-visible {
    outline: 2px solid #ff8526;
    outline-offset: 2px;
}

.hhb-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 14px 0 16px;
    padding: 15px 10px;
    border: 1px solid var(--hhb-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(35, 46, 66, .035);
}

.hhb-trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    color: #283244;
    border-right: 1px solid #eef0f4;
}

.hhb-trust-item:last-child {
    border-right: 0;
}

.hhb-trust-item:hover {
    color: #283244;
}

.hhb-trust-item i {
    display: inline-flex;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 11px;
    border-radius: 11px;
    color: #4285e8;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    background: #edf5ff;
}

.hhb-trust-item:nth-child(2) i {
    color: #e98a24;
    background: #fff5e9;
}

.hhb-trust-item:nth-child(3) i {
    color: #1e9c73;
    background: #eaf8f3;
}

.hhb-trust-item:nth-child(4) i {
    color: #8465d5;
    background: #f2effc;
}

.hhb-home-modern .hhb-trust-item i {
    color: var(--hhb-brand-ink);
    background: var(--hhb-brand-soft);
}

.hhb-trust-item span {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.hhb-trust-item strong {
    font-size: 14px;
    line-height: 21px;
}

.hhb-trust-item small {
    color: #9299a5;
    font-size: 12px;
    line-height: 18px;
}

.hhb-home-modern .v2_main {
    gap: 14px;
    align-items: stretch;
}

.hhb-home-modern .v2_left {
    display: flex;
    flex: 1;
    width: auto;
    min-width: 0;
    flex-direction: column;
}

.hhb-home-modern .v2_right {
    flex: 0 0 300px;
    width: 300px;
    overflow: hidden;
    align-self: stretch;
    border: 1px solid var(--hhb-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(35, 46, 66, .035);
}

.hhb-home-modern .new,
.hhb-home-modern .v2_hot_game,
.hhb-home-modern .v2_query,
.hhb-home-modern .v2_gonggao,
.hhb-home-modern .Boutique {
    overflow: hidden;
    border: 1px solid var(--hhb-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(35, 46, 66, .035);
}

.hhb-home-modern .new {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 0 16px;
}

.hhb-home-modern .hhb-latest-title {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    margin-right: 24px;
    color: #202939;
    font-size: 15px;
    font-weight: 500;
    line-height: 46px;
}

.hhb-home-modern .hhb-latest-title > span {
    color: #202939;
}

.hhb-home-modern .hhb-latest-title > i {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 7px;
    background: #fff1e6;
}

.hhb-home-modern .hhb-latest-title > i::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 5px;
    width: 6px;
    height: 8px;
    border-radius: 2px 0 0 2px;
    background: var(--hhb-accent);
}

.hhb-home-modern .hhb-latest-title > i::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 10px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 0;
    border-left: 7px solid var(--hhb-accent);
}

.hhb-home-modern .hhb-latest-title > i span {
    position: absolute;
    top: 6px;
    right: 3px;
    width: 4px;
    height: 8px;
    border-right: 1.5px solid var(--hhb-accent);
    border-radius: 50%;
}

.hhb-home-modern .new #gundong {
    min-width: 0;
    border-left: 1px solid #edf0f4;
    padding-left: 22px;
}

.hhb-home-modern .bottom_bg::after {
    display: none;
}

.hhb-home-modern .v2_hot_game {
    box-sizing: border-box;
    flex: 1;
    height: auto;
    min-height: 456px;
    padding: 22px 24px 24px;
}

.hhb-home-modern .v2_hot_game_top {
    align-items: center;
    min-height: 38px;
    margin-bottom: 20px;
}

.hhb-home-modern .v2_hot_game_top_left {
    gap: 6px;
}

.hhb-home-modern .v2_hot_game_top_left .v2_hot_game_text,
.hhb-home-modern .v2_hot_game_top_left .v2_hot_game_hot {
    box-sizing: border-box;
    margin: 0;
    padding: 7px 12px;
    border-radius: 8px;
    color: #6f7887;
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.hhb-home-modern .v2_hot_game_top_left .v2_hot_game_hot {
    color: #e8751a;
    background: var(--hhb-brand-soft);
    font-weight: 500;
}

.hhb-home-modern .v2_hot_game_top_left .v2_hot_game_hot img {
    width: 17px !important;
    height: 17px !important;
    margin-right: 4px;
    vertical-align: -3px;
}

.hhb-home-modern .v2_hot_game_hot {
    color: #202939;
    font-size: 20px;
    font-weight: 500;
}

.hhb-home-modern .v2_hot_game_top_right a,
.hhb-home-modern .v2_gonggao_group a {
    color: #9aa1ac;
}

.hhb-home-modern .v2_hot_game ul.game_division_con_list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px 16px;
    margin-top: 0;
}

.hhb-home-modern .v2_hot_game ul.game_division_con_list::before,
.hhb-home-modern .v2_hot_game ul.game_division_con_list::after {
    display: none;
    content: none;
}

.hhb-home-modern .game_division_con_list li {
    box-sizing: border-box;
    display: flex;
    float: none;
    width: auto;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    padding: 8px 4px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.hhb-home-modern .game_division_con_list li:hover {
    border-color: #f2ded0;
    background: var(--hhb-surface-soft);
    transform: translateY(-2px);
}

.hhb-home-modern .game_division_con_list_img {
    overflow: hidden;
    width: 88px;
    height: 88px;
    border-radius: 10px;
}

.hhb-home-modern .game_division_con_list_img img {
    width: 88px !important;
    height: 88px !important;
    border-radius: 10px;
    object-fit: cover;
}

.hhb-home-modern .game_division_con_list_txt {
    overflow: hidden;
    max-width: 100%;
    color: #333c4d;
    font-size: 14px;
    margin-top: 12px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hhb-home-modern .v2_query_top {
    gap: 8px;
    padding: 10px;
    border-bottom: 1px solid #f0f2f5;
}

.hhb-home-modern .v2_right .v2_query,
.hhb-home-modern .v2_right .v2_gonggao {
    overflow: visible;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.hhb-home-modern .v2_right .v2_query {
    border-bottom: 1px solid #edf0f4;
}

.hhb-home-modern .v2_query_option {
    flex: 1;
    padding: 9px 12px;
    border-radius: 8px;
    color: #596273;
    text-align: center;
}

.hhb-home-modern .v2_query_option.active {
    color: #e8751a;
    background: #fff3e9;
}

.hhb-home-modern .Transaction_center_con {
    overflow: hidden;
    border: 1px solid #edf0f4;
    border-radius: 8px;
    background: var(--hhb-surface-soft);
}

.hhb-home-modern .Transaction_center_con input {
    background: transparent;
}

.hhb-home-modern .Transaction_center_con button,
.hhb-home-modern .Transaction_blacklist button {
    background: var(--hhb-accent);
}

.hhb-home-modern .v2_right .v2_gonggao {
    margin-top: 0;
    padding: 14px 16px;
    border-bottom: 1px solid #edf0f4;
}

.hhb-home-modern .v2_right .v2_gonggao:last-child {
    border-bottom: 0;
}

.hhb-home-modern .v2_gonggao_group h3 {
    color: #202939;
    font-size: 16px;
    font-weight: 500;
}

.hhb-home-modern .v2_gonggao_group {
    align-items: center;
    min-height: 26px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f2f5;
}

.hhb-home-modern .v2_gonggao ul {
    margin-top: 8px;
}

.hhb-home-modern .v2_gonggao li {
    margin-left: 13px;
    line-height: 25px;
}

.hhb-home-modern .v2_gonggao li a {
    width: 100%;
    color: #4b5565;
    font-size: 13px;
}

.hhb-home-modern .v2_gonggao li::before {
    background: #f7b875;
}

.hhb-home-modern .Boutique {
    margin-top: 28px;
    padding: 24px;
    box-sizing: border-box;
    background: var(--hhb-surface-soft);
    box-shadow: none;
}

.hhb-home-modern .hhb-products-heading {
    margin-bottom: 20px;
}

.hhb-home-modern .hhb-products-more {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.hhb-home-modern .hhb-products-more-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 260px;
    max-width: 100%;
    height: 46px;
    border-radius: 24px;
    background: #fff;
    color: #ff8526;
    font-size: 16px;
    text-decoration: none;
    transition: background-color .2s;
}

.hhb-home-modern .hhb-products-more-link:hover {
    background: var(--hhb-brand-soft);
}

.hhb-home-modern .hhb-products-more-link:focus-visible {
    outline: 2px solid #ff8526;
    outline-offset: 3px;
}

.hhb-home-modern .hhb-game-filter {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.hhb-home-modern .hhb-game-filter .v2_hot_game_top_right {
    flex: 0 0 auto;
    white-space: nowrap;
}

.hhb-home-modern .hhb-game-tabs {
    display: flex;
    flex: 1;
    min-width: 0;
    gap: 8px;
    padding: 3px 2px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.hhb-home-modern .hhb-game-tabs::-webkit-scrollbar {
    display: none;
}

.hhb-home-modern .hhb-game-tab {
    display: inline-flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 42px;
    padding: 0 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: #fff;
    color: #4c5565;
    font-size: 13px;
    line-height: 22px;
    cursor: pointer;
}

.hhb-home-modern .hhb-game-tab:hover,
.hhb-home-modern .hhb-game-tab[aria-selected="true"] {
    border-color: #ffbd8a;
    background: var(--hhb-brand-soft);
    color: #ee7a20;
}

.hhb-home-modern .hhb-game-tab:focus-visible {
    outline: 2px solid #ff8526;
    outline-offset: 1px;
}

.hhb-game-tab-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 50%;
    background: var(--hhb-brand-soft);
    color: #dd7d31;
    font-size: 12px;
}

.hhb-game-tab-icon img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hhb-home-modern .hhb-game-status {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}

.hhb-home-modern .hhb-game-filter[hidden],
.hhb-home-modern .Boutique_con_list_info li[hidden] {
    display: none;
}

.hhb-home-modern .hhb-game-status.is-empty,
.hhb-home-modern .hhb-game-status.is-loading,
.hhb-home-modern .hhb-game-status.is-error {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    padding: 72px 0;
    color: #8b93a1;
    text-align: center;
    clip-path: none;
    white-space: normal;
}

.hhb-game-retry {
    margin-left: 12px;
    padding: 6px 14px;
    border: 1px solid #ffbd8a;
    border-radius: 6px;
    color: #e8751a;
    background: var(--hhb-brand-soft);
    cursor: pointer;
}

.hhb-home-modern .hhb-products-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--hhb-text);
    font-size: 20px;
    line-height: 32px;
}

.hhb-home-modern .hhb-products-title img {
    width: 21px;
    height: 21px;
}

.hhb-home-modern .Boutique_con,
.hhb-home-modern .Boutique_con_list {
    margin: 0;
    padding: 0;
}

.hhb-home-modern .Boutique_con_list_info {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 20px;
    overflow: visible;
}

.hhb-home-modern .Boutique_con_list_info li {
    display: flex;
    flex-direction: column;
    width: auto;
    min-width: 0;
    height: auto;
    margin: 0;
    padding: 10px 10px 12px;
    overflow: hidden;
    border: 0;
    border-radius: 14px;
    background: #fff;
    transition: box-shadow .18s ease, transform .18s ease;
}

.hhb-home-modern .Boutique_con_list_info li > img {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
    background: #f4f5f8;
}

.hhb-home-modern .Boutique_con_list_info li > h4 {
    order: 1;
    height: 44px;
    margin: 6px 0;
    padding: 0;
    color: #252e3d;
    font-size: 15px;
    line-height: 22px;
    -webkit-line-clamp: 2;
    overflow-wrap: anywhere;
}

.hhb-home-modern .hhb-product-assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0 0;
}

.hhb-home-modern .hhb-product-assurances > span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 6px;
    border-radius: 4px;
    color: #a66b3f;
    background: #fff4e7;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    white-space: nowrap;
}

.hhb-home-modern .hhb-product-assurances svg {
    flex: 0 0 14px;
    width: 14px;
    height: 16px;
    color: #bb854e;
}

.hhb-home-modern .Boutique_con_list_info li > h5 {
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0;
    padding: 0;
    color: #7f8794;
    font-size: 13px;
    line-height: 20px;
}

.hhb-home-modern .Boutique_con_list_info li > h5 img {
    display: none;
}

.hhb-home-modern .Boutique_con_list_info li > h5 span {
    float: none;
    overflow: hidden;
    color: #969eaa;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hhb-home-modern .hhb-product-meta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
}

.hhb-home-modern .hhb-product-meta small {
    flex: 0 0 auto;
    color: #969eaa;
    font-size: 12px;
    font-weight: 400;
}

.hhb-home-modern .Boutique_con_list_info li:hover {
    box-shadow: 0 6px 18px rgba(35, 46, 66, .06);
    transform: translateY(-2px);
}

.hhb-home-modern .Boutique_con_list_info li > h3 {
    order: 3;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0 0;
    padding: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: #f03028;
}

.hhb-home-modern .hhb-product-price {
    color: #f01424;
    font-family: var(--hhb-price-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

.hhb-home-modern .hhb-product-price small {
    margin-right: 1px;
    font-size: 14px;
    font-weight: 700;
}

.hhb-home-modern .Boutique_con_list_info li > h3 span {
    margin-left: 0;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #e8751a;
    background: var(--hhb-brand-soft);
}

/* Leave room for the fixed service toolbar at desktop widths. */
.hhb-home-modern.hhb-site-shell .v2_nav_content_group.inner,
.hhb-home-modern.hhb-site-shell .content > .inner,
.hhb-home-modern.hhb-site-shell #vue.inner {
    width: min(1440px, calc(100% - 208px));
    min-width: 0;
}


@media (max-width: 1400px) {
    .hhb-home-modern .v2_hot_game ul.game_division_con_list {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .hhb-home-modern .v2_hot_game {
        padding: 20px 16px;
    }

    .hhb-home-modern .game_division_con_list_img,
    .hhb-home-modern .game_division_con_list_img img {
        width: 72px !important;
        height: 72px !important;
    }
}

@media (max-width: 1280px) {
    .hhb-home-modern .Boutique_con_list_info {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 1200px) {
    .hhb-home-modern .hhb-hero-actions {
        flex: 1 1 auto;
        width: auto;
    }

    .hhb-home-modern .hhb-hero-side {
        display: none;
    }
}
