#swiper-categories{
    padding: 0px 20px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;

    color: #5E5E5E;
}

.swiper-container-horizontal>.swiper-scrollbar{
    width: 418px;
    height: 2px;

    background: #E5E5E5;
    border-radius: 1px;
}

.swiper-pagination-bullet-active{
    width: 22px;
    height: 6px;

    border-radius: 3px;
}

/*.popular-section,
.latest-section {
    padding: 17px 25px;
}*/

.popular-section .swiper-slide {
    width: 245px;
    padding: 0;
}

.popular-card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    cursor: pointer;
}

.popular-card img {
    width: 287px;
    height: 138px;
    border-radius: 15px;
    object-fit: cover;
}

.popular-card .popular-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}

.popular-card .popular-detail .popular-text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    letter-spacing: -0.015em;
    color: #C7C7C7;
}

.popular-card .popular-title {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    color: #363636;
}

.latest-section {
    margin-top: -20px;
}

.latest-card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
}

.latest-card img {
    width: 90px;
    height: 94px;
    border-radius: 15px;
    object-fit: cover;
}

.latest-card .latest-wrapper {
    margin-left: 15px;
}

.latest-card .latest-title {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    color: #363636;
}

.latest-card .latest-detail {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    letter-spacing: -0.015em;
    color: #C7C7C7;
    margin-top: 15px;
}