.loading-indicator {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 450px;
}

.loading-indicator__image-container {
    position: relative;
    margin: 0 auto;
    max-width: 50px;
}

.loading-indicator__image-container:before {
    display: block;
    padding: 100%;
}

.ratio-item {
    position: asbolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loading-indicator__text {
    display: block;
    text-align: center;
}

/* .swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.swiper-slide:hover .swiper-overlay {
    opacity: 0.5;
}

.swiper-slide:hover .swiper-whatsapp {
    opacity: 1;
}

.swiper-overlay {
    background-color: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 3;
    opacity: 0;
    transition-duration: 0.5s;
}

.swiper-whatsapp {
    width: 115px;
    opacity: 0;
    position: absolute;
    z-index: 3;
    transition-duration: 0.5s;
}




.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide__img {
    aspect-ratio: 3/4;
}

.swiper-button-next {
    color: #0DBB10;
    border: 3px solid rgba(165, 165, 165, 0.37);
    padding: 35px;
    border-radius: 50%;
    background-color: #ffff;
}

.swiper-button-prev {
    color: #0DBB10;
    border: 3px solid rgba(165, 165, 165, 0.37);
    padding: 35px;
    border-radius: 50%;
    background-color: #ffff;
}

.swiper-pagination {
    bottom: -33px !important;
}

.swiper-pagination-bullet {
    background: #0DBB10;
    width: 17px;
    height: 17px;
    z-index: -1;
} */


* {
    box-sizing: border-box;
}

.carousel {
    margin-top: 45px;
}

.carousel__img {
    aspect-ratio: 3/4;
    object-fit: cover;
}

.carousel-cell:hover .swiper-overlay {
    opacity: 0.5;
}

.carousel-cell:hover .swiper-whatsapp {
    opacity: 1;
}

.carousel-cell {
    position: relative;
    width: 45%;
    margin: 0 -50px;
    opacity: 0.6;
    /* counter-increment: carousel-cell; */
}

.carousel-cell__inner {
    display: block;
    transform: scale(0.75);
    transition: all .3s ease;
}

.carousel-cell.is-selected {
    z-index: 10;
    opacity: 1;
}

.carousel-cell.is-selected .carousel-cell__inner {
    transform: scale(1);
}

.carousel-cell.is-selected:hover .carousel__overlay {
    opacity: 0.5;
}

.carousel-cell.is-selected:hover .carousel__whatsapp {
    opacity: 1;
}

.carousel__overlay {
    background-color: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 3;
    opacity: 0;
    transition: all .3s ease;
}

.carousel__whatsapp {
    position: absolute;
    max-width: 115px;
    z-index: 4;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition-duration: 0.5s;

}

.flickity-button {
    width: 75px !important;
    height: 75px !important;
    color: #0DBB10 !important;
    border: 3px solid rgba(165, 165, 165, 0.37) !important;
    background-color: #ffff !important;
}

.previous {
    left: -200px !important;
}

.next {
    right: -200px !important;
}

.flickity-page-dots .dot {
    background-color: #0DBB10 !important;
}

.flickity-page-dots {
    bottom: -45px !important;
}

@media screen and (max-width: 1199px) {

    .carousel {
        margin-top: 20px;
    }

    .previous {
        left: -100px !important;
    }

    .next {
        right: -100px !important;
    }

    .flickity-button {
        width: 55px !important;
        height: 55px !important;
    }

    /* .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .swiper-button-prev {
        scale: 0.7;
    }

    .swiper-button-next {
        scale: 0.7;
    }

    .swiper-whatsapp {
        width: 80px;
    } */
}

@media screen and (max-width: 991px) {
    /* .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .swiper-button-prev {
        scale: 0.7;
    }

    .swiper-button-next {
        scale: 0.7;
    }

    .swiper-whatsapp {
        width: 80px;
    } */

    .carousel-cell {
        width: 80%;
    }
}


@media screen and (max-width: 767px) {

    .previous {
        left: -7% !important;
    }

    .next {
        right: -7% !important;
    }

    .flickity-button {
        width: 55px !important;
        height: 55px !important;
    }

    /* .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .swiper-button-prev {
        scale: 0.8;
    }

    .swiper-button-next {
        scale: 0.8;
    } */
}

@media screen and (max-width: 425px) {

    .carousel {
        margin-top: 15px;
    }


    .flickity-button {
        width: 20px !important;
    }

    .previous {
        left: -17px !important;
    }

    .next {
        right: -17px !important;
    }

    .flickity-button {
        width: 35px !important;
        height: 35px !important;
    }

    .flickity-page-dots {
        bottom: -25px !important;
    }

    .dot {
        width: 8px !important;
        height: 8px !important;
    }



    /* .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .swiper-button-prev {
        scale: 0.6;
    }

    .swiper-button-next {
        scale: 0.6;
    }

    .swiper-whatsapp {
        width: 80px;
    }

    .swiper-button-next {
        right: 0px;
    }

    .swiper-button-prev {
        left: 0px;
    } */
}