.popup-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.popup-cards__slider {
    position: relative;
}

.popup-cards .bloom-box-popup__category-title {
    margin: 0 0 24px;
    width: 100%;
    padding-right: 64px;
    font-family: 'Nunito Sans', NunitoSans, serif;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    color: #130F0F;
}

.popup-cards .bloom-box-popup__category-slider {
    position: relative;
}

.popup-cards .bloom-box-popup__category-swiper {
    overflow: hidden;
}

.popup-cards .swiper-blog-products {
    position: relative;
}

.popup-cards .swiper-blog-products-nav {
    position: static;
}

.popup-cards .swiper-blog-products-nav .swiper__btn-prev-wrapper,
.popup-cards .swiper-blog-products-nav .swiper__btn-next-wrapper {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-cards .swiper-blog-products-nav .swiper__btn-prev-wrapper {
    left: 16px;
    right: auto;
}

.popup-cards .swiper-blog-products-nav .swiper__btn-next-wrapper {
    right: 16px;
    left: auto;
}

.popup-cards .swiper-blog-products-nav .swiper__btn-prev-wrapper.swiper-button-disabled,
.popup-cards .swiper-blog-products-nav .swiper__btn-next-wrapper.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.popup-cards .swiper-blog-products__scrollbar {
    display: none !important;
}

.popup-cards .product-card__content {
    padding-bottom: 0;
}

.popup-cards--look {
    /* модификатор для total-look попапа: место под точечные подстройки */
}

@media (max-width: 767px) {
    .popup-cards .bloom-box-popup__category-title {
        font-size: 16px;
    }
    .popup-cards .swiper-blog-products-nav {
        display: none;
    }
}
