.hhb-product-list-page {
    color: #252933;
    background: #f4f5fb;
}

.hhb-product-list-page .content {
    background: #f4f5fb;
}

.hhb-product-list-page .downloda-popup-show {
    display: none !important;
}

.hhb-product-list-page .route {
    color: #717783;
}

.hhb-product-list-page .sao_download {
    overflow: hidden;
    border-radius: 12px;
}

.hhb-list-assurances {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 14px 0;
    padding: 14px 8px;
    border: 1px solid #edf0f5;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(35, 45, 66, .04);
}

.hhb-list-assurances > div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #edf0f4;
}

.hhb-list-assurances > div:last-child {
    border-right: 0;
}

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

.hhb-list-assurances > div:nth-child(2) i {
    color: #e98a24;
    background: #fff5e9;
}

.hhb-list-assurances > div:nth-child(3) i {
    color: #1e9c73;
    background: #eaf8f3;
}

.hhb-list-assurances > div:nth-child(4) i {
    color: #8465d5;
    background: #f2effc;
}

.hhb-list-assurances span {
    display: flex;
    flex-direction: column;
}

.hhb-list-assurances strong {
    font-size: 14px;
    line-height: 20px;
}

.hhb-list-assurances small {
    color: #9399a4;
    font-size: 12px;
    line-height: 18px;
}

.hhb-filter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding: 17px 20px 15px;
    border-bottom: 1px solid #f0f1f4;
    border-radius: 12px 12px 0 0;
    background: #fff;
}

.hhb-filter-heading > div {
    display: flex;
    align-items: baseline;
}

.hhb-filter-heading strong {
    margin-right: 12px;
    font-size: 18px;
}

.hhb-filter-heading span {
    color: #9298a3;
    font-size: 12px;
}

.hhb-filter-heading button {
    padding: 5px 12px;
    border: 1px solid #ffd9b4;
    border-radius: 16px;
    color: #e76f00;
    background: #fff8f1;
    cursor: pointer;
}

.hhb-product-list-page .select_list {
    margin-top: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0 0 12px 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(35, 45, 66, .05);
}

.hhb-product-list-page .select_list_item {
    border-color: #f0f1f4;
}

.hhb-product-list-page .select_list_item_left {
    color: #555c68;
    font-weight: 500;
    border-left-color: #ff9a4d;
}

.hhb-product-list-page .hhb-filter-games {
    align-items: flex-start;
    padding: 20px 0 16px;
}

.hhb-product-list-page .hhb-filter-games > .select_list_item_left {
    margin-top: 24px;
}

.hhb-product-list-page #rmListData {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 10px 8px;
    min-width: 0;
}

.hhb-product-list-page #rmListData .right_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 8px 4px 6px;
    border: 1px solid transparent;
    border-radius: 10px;
    text-decoration: none;
}

.hhb-product-list-page #rmListData .right_item .right_img {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 9px;
    object-fit: cover;
    transform: none;
}

.hhb-product-list-page #rmListData .right_text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    margin-top: 6px;
    color: #59616c;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
}

.hhb-product-list-page #rmListData .right_item:hover,
.hhb-product-list-page #rmListData .right_item.active {
    border-color: var(--hhb-brand-line, #f0e5c5);
    background: var(--hhb-brand-soft, #fff3ca);
}

.hhb-product-list-page #rmListData .right_item.active .right_text {
    color: var(--hhb-brand-ink, #855b16);
    font-weight: 600;
}

.hhb-product-list-page #rmListData .right_item:focus-visible {
    outline: 2px solid #e6af2e;
    outline-offset: 2px;
}

@media (max-width: 1200px) {
    .hhb-product-list-page #rmListData {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

.hhb-product-list-page .right_radio,
.hhb-product-list-page .right_checkbox_list_item {
    border-radius: 6px;
    transition: color .15s ease, background-color .15s ease;
}

.hhb-product-list-page .right_radio:hover,
.hhb-product-list-page .right_checkbox_list_item:hover {
    color: #e8751a;
    background: #fff5eb;
}

.hhb-product-list-page .select_list_btn_item {
    border-radius: 6px;
}

.hhb-product-list-page .select_list_btn_item.one {
    color: #e8751a;
    border-color: #ffb77f;
}

.hhb-product-list-page .select_list_btn_item.two,
.hhb-product-list-page .right_search_btn {
    color: #fff;
    border-color: #ff8526;
    background: #ff8526;
}

.hhb-product-list-page .right_search_input {
    border-color: #ff9d55;
}

.hhb-product-list-page .game_product_info {
    display: flex;
    align-items: center;
    min-height: 66px;
    margin-top: 18px;
    padding: 0 20px;
    border: 0 !important;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 5px 18px rgba(35, 45, 66, .04);
}

.hhb-result-summary {
    display: flex;
    align-items: baseline;
    min-width: 150px;
    margin-right: 28px;
    color: #737985;
    font-size: 13px;
}

.hhb-result-summary strong {
    margin-right: 5px;
    color: #ef5b40;
    font-size: 20px;
}

.hhb-product-list-page .game_product_info h6 {
    margin-left: auto;
}

.hhb-product-list-page .game_product_info_tab.active {
    overflow: hidden;
    border-radius: 0 0 12px 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(35, 45, 66, .05);
}

.hhb-product-list-page .game_list_side > li {
    box-sizing: border-box;
    min-height: 194px;
    padding: 16px 20px;
    border-bottom-color: #edf0f4 !important;
    background: #fff;
    cursor: pointer;
    transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.hhb-product-list-page .game_list_side > li:hover {
    z-index: 3;
    background: #fffdf9;
    box-shadow: 0 10px 28px rgba(46, 55, 72, .09);
    transform: translateY(-1px);
}

.hhb-product-list-page .game_list_side .product_img {
    object-fit: cover;
    border-radius: 10px;
    background: #f3f4f6;
}

.hhb-product-list-page .game_list_side_center {
    min-width: 0;
}

.hhb-product-list-page .productTitile2 {
    color: #252933;
    font-size: 15px !important;
    line-height: 24px;
}

.hhb-product-list-page .game_list_side_center > p {
    color: #858b96;
    line-height: 24px;
}

.hhb-product-list-page .page {
    padding: 24px 0;
    background: transparent;
}

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

.hhb-product-list-page .hhb-list-price .hhb-price-symbol {
    margin-right: 1px;
    padding: 0;
    color: inherit;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
}
