.popular_categories_slider {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 12px 10px 0 10px;
    margin-bottom: 25px;
}

.popular_categories_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 22px 10px;
}

.popular_categories_header .h2_title {
    font-size: 30px;
    font-weight: 600;
    line-height: 24px;
    color: #000000;
}

@media screen and (max-width: 768px) {
    .popular_categories_header .h2_title {
        font-size: 18px;
    }
}

.popular_categories_header .swiper-navigation {
    display: flex;
    padding-right: 20px;
    padding-left: 10px;
}

.popular_categories_header .swiper-prev, .popular_categories_header .swiper-next {
    background-color: #ebebeb;
    box-shadow: none;
}

.popular_categories_header .swiper-next {
    margin-left: 10px;
}

.popular_categories_header .swiper-prev::before, .popular_categories_header .swiper-next::before {
    content: '';
    background-color: #515151;
    position: absolute;
    width: 13px;
    height: 15px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    transition: .3s;
}

.popular_categories_header .swiper-next::before {
    content: '';
    -webkit-mask: url(/local/templates/eurohall/img/svg/arrowprev.svg);
    mask: url(/local/templates/eurohall/img/svg/arrowprev.svg);
}

.popular_categories_header .swiper-next::before {
    content: '';
    -webkit-mask: url(/local/templates/eurohall/img/svg/arrownext.svg);
    mask: url(/local/templates/eurohall/img/svg/arrownext.svg);
}

.popular_categories_slider {

    overflow: hidden;
}

.popular_categories_slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.popular_categories_slider .swiper-slide {
    padding: 0;
    box-sizing: border-box;
}

.pc_category_item {
    display: flex;
    flex-direction: column;
}

.pc_img {
    max-height: 80px;
}

.pc_img a {
    display: flex;
    justify-content: center;
}

.pc_img img {
    width: fit-content;
    height: 100%;
    max-height: 60px;
    transition: transform 0.3s ease;
    padding: 10px 20px;
}

.pc_category_item:hover .pc_img img {
    transform: scale(1.05);
}

.pc_links {
    padding: 15px;
    flex-grow: 1;
}

.pc_link {
    display: block;
    font-size: 12px;
    color: #333;
    margin-bottom: 8px;
    text-decoration: none;
    transition: color 0.2s ease;
}
