.collection-with-heading {
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom);
}

.collection-with-heading .section_header p {
    font-size: var(--font);
    color: var(--color);
    margin: 0;
    line-height: 1;
    margin-bottom: 15px;
}

.collection-with-heading .section_header h2 {
    font-size: var(--font);
    color: var(--color);
    margin: 0;
    line-height: 1;
    margin-bottom: 18px;
}

.collection-with-heading .collection-block-content img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: auto;
    aspect-ratio: 2 / 2.35;
}

.collection-with-heading .collection-block-content {
    max-width: 420px;
}

.collection-block-content p {
    font-size: 22px;
    color: #030303;
    line-height: 1.2;
    margin: 0;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.collection-with-heading .swiper-button-next:after,
.collection-with-heading .swiper-button-prev:after {
    content: unset;
}

.collection-with-heading .swiper-button-next,
.collection-with-heading .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 100%;
    padding: 8px;
}

.collection-with-heading .section_content_slider {
    padding: 0 20px;
}

.collection-with-heading .swiper-pagination,
.collection-with-heading .swiper-button-disabled {
    display: none;
}

@media (min-width:1720px) {
    .collection-with-heading .section_content_slider {
        padding-left: 7rem;
    }

    .collection-with-heading .swiper-button-next {
        right: 11vw;
    }

    .collection-with-heading .swiper-button-prev {
        left: 11vw;
    }
}

@media (max-width:749px) {
    .collection-with-heading .section_header p {
        font-size: var(--font-mobile);
    }

    .collection-with-heading .section_header h2 {
        font-size: var(--font-mobile);
    }

    .collection-with-heading {
        padding-top: var(--padding-top-mobile);
        padding-bottom: var(--padding-bottom-mobile);
        border-bottom: 1px solid #E1E1E1;
    }

    .collection-block-content p {
        font-size: 14px;
    }

    .collection-with-heading .swiper-button-next,
    .collection-with-heading .swiper-button-prev {
        width: 36px;
        height: 36px;
        position: unset;
        margin: 0;
        background: #00000010;
        box-shadow: unset;
    }

    .collection-with-heading .swiper-pagination {
        position: unset;
        --swiper-theme-color: #000;
        --swiper-pagination-progressbar-size: 2px;
        display: block;
    }

    .collection-swiper-arrow {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-direction: row-reverse;
    }

    .collection-swiper-navigation {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-top: 20px;
    }

    .collection-with-heading .swiper-button-disabled {
        display: flex;
    }
}