@import url("../components/arm-search-more-button.css?t=1722327331");

@import url("../components/arm-navigation-component.css?t=20241204123103");

.content.ranking-page,
.ranking .nav-content {
    margin-top: 30px;
    margin-left: 20px;
}

.ranking .nav-content {
    margin-top: 10px;
}

.ranking-page .nav-content .nav-list li a {
    width: auto;
}

.ranking .ranking-product .ul .swiper-wrapper {
    white-space: normal;
    display: block;
    width: 100% !important;
    height: auto;
}

.ranking .ranking-product .ul .swiper-slide {
    width: calc((100% - 10px) / 2) !important;
    margin-right: 10px !important;
    margin-bottom: 20px !important;
    display: inline-block;
    height: auto !important;
    margin-top: 0 !important;
    min-height: calc(((100vw - 40px - 10px) / 2) + 27px + 22.5px);
}

.search-more-button-container {
    display: none;
}

.active.item-loaded .ranking-item:nth-of-type(n+11) {
    display: none;
}

.__related_category {
    display: none;
}

.ranking .scrollbar-container {
    display: none;
}

.ranking-page ul:after {
    content: none;
}

.ranking .ranking-product .ul .swiper-slide:nth-child(even) {
    margin-right: 0 !important;
    margin-top: 0 !important;
}

.ranking-page .nav-content.nav-content-tab .nav-list li a {
    padding: 4px 8px;
    border-radius: 4px;
    min-height: 29px;
    font-weight: var(--font-weight-normal);
}

.ranking-page .nav-content.nav-content-tab .nav-list li:last-child a {
    border-right: 1px solid var(--color__gray-AAA);
}

.ranking.ranking-page {
    min-height: 835px;
}

.ranking.ranking-page .ranking-category-list.nav-list {
    gap: 10px;
}

.ranking.ranking-page .ranking-category-list.nav-list li:not(.active) a {
    color: var(--color__gray-555);
    border: 1px solid var(--color__gray-555);
}

.ranking.ranking-page .ranking-category-list.nav-list li:last-of-type {
    padding-right: 20px;
}

.content.ranking-page .content-title {
    font-size: var(--font-size__large);
}

@media only screen and (min-width: 768px) {
    .ranking .ranking-product .ul .swiper-custom-button-next,
    .ranking .ranking-product .ul .swiper-custom-button-prev,
    .ranking .ranking-product .ul .swiper-scrollbar {
        display: none;
    }

    .active.item-loaded .ranking-item:nth-of-type(n+11) {
        display: inline-block;
    }

    .active.item-loaded .ranking-item:nth-of-type(n+21) {
        display: none;
    }

    .ranking .ranking-product .ul.active:hover .swiper-custom-button-next,
    .ranking .ranking-product .ul.active:hover .swiper-custom-button-prev {
        display: none !important;
    }

    .ranking-page .nav-content .nav-list li a {
        width: auto;
        min-height: 32.4px;
    }
}

@media only screen and (min-width: 1280px) {
    .content.ranking-page {
        margin-left: auto;
        margin-right: auto;
        max-width: var(--pc-content-width);
    }

    .content.ranking-page .content-title {
        font-size: 24px;
        line-height: normal;
    }

    .ranking .nav-content {
        margin-top: 20px;
    }

    .ranking .nav-content {
        margin-left: 0;
    }

    .ranking .ranking-product {
        margin: 40px 0;
        margin-top: 20px;
    }

    .ranking .ranking-product .ul .swiper-slide {
        width: calc((var(--pc-content-width) - 60px) / 4) !important;
        margin-right: 20px !important;
        display: inline-block;
        margin-bottom: 20px;
        min-height: unset;
    }

    .ranking .ranking-product .ul .swiper-slide:nth-child(even) {
        margin-right: 20px !important;
    }

    .ranking .ranking-product .ul .swiper-slide:nth-of-type(4n) {
        margin-right: 0 !important;
    }

    .ranking-page .nav-content.nav-content-tab .nav-list li a {
        padding: 8px 16px;
        border-radius: 5px;
        line-height: normal;
    }

    .ranking-page .nav-content.nav-content-tab .nav-list li {
        border-bottom: none;
        margin-bottom: 0;
    }
}
