.product-buttons {
    padding-top: 50px;
    position: relative;
    z-index: 3;
}

.product-buttons_top-content {
    margin: 0 0 30px;
}

.product-buttons_top-content__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
}

.product-buttons_top-content__btn .btn {
    margin: 0;
}

.product-button-slider {
    margin: 0 22px;
    padding: 50px 0 0;
}

.product-button-slide__item__image {
    aspect-ratio: 2 / 1.402;
}

.product-button-slide__item {
    border-radius: 35px !important;
    display: block;
    overflow: hidden;
    background: none;
    border: none;
    position: relative;
}

.product-button-slide__item__overlay {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    z-index: 1;
    text-align: center;
    background: rgb(0, 52, 123);
    background: linear-gradient(0deg, rgba(0, 52, 123, 1) 0%, rgba(0, 52, 123, 0.9) 22%, rgba(247, 252, 255, 0) 100%);
}

.product-button-slide__item__overlay h3 {
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 22px
}

.product-button-slider .slick-arrow {
    top: 0;
    bottom: unset;
    border-radius: 50px 50px 0 0;
    opacity: 1;
}

.product-button-slider .slick-prev {
    margin-left: -30px;
}

.product-button-slider .slick-next {
    margin-left: 30px;
}

.product-button-slider .slick-arrow:hover,
.product-button-slider .slick-arrow:focus {
    background-color: #006FAC;
}

.product-button-slider .slick-arrow:hover:before,
.product-button-slider .slick-arrow:focus:before {
    color: #fff;
}

@media(min-width: 768px) {

    .product-buttons {
        padding-top: 70px;
    }

    .product-buttons_top-content__btn {
        gap: 0 35px;
    }

    .product-button-slider .slick-slide {
        margin: 0 16px;
        width: 432px;
    }

    .product-button-slider {
        margin: 0;
    }

    .product-buttons_top-content {
        margin: 0 0 50px;
    }

    .product-button-slide__item__overlay h3 {
        margin: 0 0 30px;
    }

    .product-button-slide__item__image {
        aspect-ratio: 2 / 1.413;
    }
}


@media(min-width: 1200px) {
    .product-buttons {
        padding-top: 100px;
    }

    .product-button-btn {
        margin: 0 0 -23px;
        color: #fff !important;
    }

    .product-button-btn:before {
        color: #fff !important;
    }

    .product-button-slide__item__overlay h3 {
        font-size: 22px;
    }

    .product-button-slider .slick-slide {
        width: 400px;
    }

    .product-button-slide__item__image {
        aspect-ratio: 2 / 1.525;
    }

    .product-button-slide__item:hover .product-button-btn {
        margin: 0;
    }

    .product-button-slide__item:hover .product-button-slide__item__overlay {
        justify-content: center;
        background: rgb(252, 221, 49);
        background: linear-gradient(141deg, rgba(252, 221, 49, 0.896796218487395) 0%, rgba(205, 39, 138, 1) 100%);
    }

    .product-button-slide__item:hover .product-button-slide__item__overlay h3 {
        margin: 0 0 24px;
    }

    .product-buttons_top-content {
        margin: 0 0 74px;
    }
}

.image-cta {
    position: relative;
}

.image-cta__bg {
    position: absolute;
    left: 0;
    top: 0;
}

.image-cta__overlay {
    position: relative;
    z-index: 1;
    background: rgb(252, 221, 49);
    background: linear-gradient(141deg, rgba(252, 221, 49, 0.85) 0%, rgba(252, 221, 49, 0.85) 5%, rgba(205, 39, 138, 0.85) 23%, rgba(137, 18, 89, 0.85) 36%, rgba(137, 18, 89, 0.85) 63%, rgba(252, 221, 49, 0.85) 90%, rgba(252, 221, 49, 0.85) 100%);
    color: #fff;
}

.image-cta-top-curve {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 2;
    width: 100%;
}

.image-cta--with-curve .image-cta__overlay {
    padding: 104px 0 50px;
}

.image-cta__overlay .sub-heading,
.image-cta__overlay h2 {
    color: #fff;
}

.image-cta__overlay_content__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px 20px;
}

.image-cta__overlay_content__btn .btn {
    margin: 0;
}

.image-cta__overlay_content__btn .btn-primary {
    background: #fff;
    color: #006FAC;
}

.image-cta__overlay_content__btn .btn-primary:before {
    background: url(/wp-content/themes/jbsindustries/assets/img/btn-arrow-for-white.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #006FAC;
}

.image-cta__overlay_content__btn .btn-tertiary {
    color: #fff;

    & svg.bubble-wrapper {
        fill: #fff;
        width: 32px;
        height: 32px;
        right: -3px;

        & path {
            fill: #fff;
        }
    }
}

.image-cta__overlay_content__btn .btn-tertiary:before {
    color: #fff;
}

.product-buttons+.image-cta--with-curve {
    margin: -38px 0 0;
}

@media(min-width: 768px) {
    .image-cta--with-curve .image-cta__overlay {
        padding: 180px 0 70px;
    }

    .product-buttons+.image-cta--with-curve {
        margin: -64px 0 0;
    }

    .image-cta__overlay_content__btn {
        flex-direction: row;
        gap: 0 35px;
    }
}

@media(min-width: 1200px) {
    .image-cta--with-curve .image-cta__overlay {
        padding: 354px 0 175px;
        background: linear-gradient(141deg, rgba(252, 221, 49, 0.85) 0%, rgba(252, 221, 49, 0.85) 5%, rgba(205, 39, 138, 0.85) 28%, rgba(137, 18, 89, 0.85) 36%, rgba(137, 18, 89, 0.85) 63%, rgba(252, 221, 49, 0.85) 90%, rgba(252, 221, 49, 0.85) 100%);
    }

    .product-buttons+.image-cta--with-curve {
        margin: -179px 0 0;
    }

    .image-cta__overlay_content__btn .btn-primary:hover {
        color: #fff;
        background: linear-gradient(45deg, #CD278A 0%, #FCDD31 100%);
    }

    .image-cta__overlay_content__btn .btn-tertiary:hover {
        color: #e2b238;
    }

    .image-cta__overlay_content__btn .btn-primary:hover:before {
        color: #ffffff;
    }
}


.image-cta--with-curve--inner .image-cta__overlay {
    padding: 0;
    background: none;
    position: relative;
}

.image-cta--with-curve--inner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(141deg, rgba(252, 221, 49, 0.85) 0%, rgba(252, 221, 49, 0.85) 5%, rgba(205, 39, 138, 0.85) 23%, rgba(137, 18, 89, 0.85) 36%, rgba(137, 18, 89, 0.85) 63%, rgba(252, 221, 49, 0.85) 90%, rgba(252, 221, 49, 0.85) 100%)
}

.image-cta--with-curve--inner.svg-edge-section .svg-edge--top {
    margin-bottom: 33px;
}

@media (min-width: 768px) {
    .image-cta--with-curve--inner.svg-edge-section .svg-edge--top {
        margin-bottom: 36px;
    }
}


@media (min-width: 1200px) {
    .image-cta--with-curve--inner::after {
        background: linear-gradient(141deg, rgba(252, 221, 49, 0.85) 0%, rgba(252, 221, 49, 0.85) 5%, rgba(205, 39, 138, 0.85) 28%, rgba(137, 18, 89, 0.85) 36%, rgba(137, 18, 89, 0.85) 63%, rgba(252, 221, 49, 0.85) 90%, rgba(252, 221, 49, 0.85) 100%)
    }

    .image-cta--with-curve--inner.svg-edge-section .svg-edge--top {
        margin-bottom: 75px;
    }
}