/* Recoommedned Section */
.acf-carousel-container {
    /* width: 100%; */
    overflow: hidden;
    padding: 12px;
}

.acf-card {
    border-radius: 10px;
    overflow: hidden;
    transition: 0.2s ease-out;
    color: #575141;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0px 2px 5px 2px #00000014;
    transition: 0.2s ease-in-out;
}

.acf-card:hover {
    box-shadow: 0px 2px 5px 3px #00000039;
    cursor: pointer;
}

.acf-card-image {
    height: 220px !important;
}

.acf-card-image img {
    height: 100% !important ;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 5px !important;
}

.acf-card-content {
    text-align: left;
    background-color: transparent;
    padding: 15px 0;
}

.acf-card-content h3 {
    margin: 10px 0 5px;
    font-size: 20px !important;
    color: #575141;
    font-family: 'Avenir-Medium' !important;
}

.acf-card-content p {
    margin: 5px 0;
    color: #555;
    font-family: 'Avenir-Book' !important;
}

.price {
    font-weight: bold;
    color: #000;
}

.swiper-nav-wrap {
    position: absolute;
    right: -28px;
    transform: translate(-27px, 30px);
    display: flex;
    gap: 10px;
}

.swiper-nav-wrap-2 {
    position: absolute;
    right: 0px;
    transform: translate(-148px, 20px);
    display: flex;
    gap: 10px;
}

.custom-swiper-prev,
.custom-swiper-next {
    width: auto;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #575141;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    padding: 6px;
    transition: 0.3s ease-out;
}

.custom-swiper-next img {
    transform: translateX(2px);
}

.custom-swiper-prev img {
    transform: translateX(5px);
}

.custom-swiper-prev:hover {
    background-color: #3c3626;
}

.custom-swiper-next:hover {
    background-color: #3c3626;
}

.swiper-button-disabled {
    background-color: #dedede !important;
    pointer-events: none;
}

/* MOBILE */
@media only screen and (max-width: 768px) {

    /* Recoommedned Section */
    .acf-carousel-container {
        /* width: 100%; */
        overflow: hidden;
    }

    .acf-card {
        border-radius: 10px;
        overflow: hidden;
        transition: 0.2s ease-out;
        color: #575141;
        background-color: #ffffff;
        padding: 20px;
        box-shadow: 0px 2px 5px 2px #00000014;
    }

    .acf-card img {
        width: 100%;
        height: 210px;
        display: block;
        border-radius: 10px;
    }

    .acf-card-content {
        text-align: left;
        background-color: transparent;
        padding: 10px 0;
    }

    .acf-card-content h3 {
        margin: 10px 0 5px;
        font-size: 20px !important;
        color: #575141;
        font-family: 'Avenir-Medium' !important;
    }

    .acf-card-content p {
        margin: 5px 0;
        color: #555;
        font-family: 'Avenir-Book' !important;
    }

    .price {
        font-weight: bold;
        color: #000;
    }

    .swiper-slide img {
        /* height: 250px !important; */
    }

    .swiper-nav-wrap {
        position: absolute;
        right: -28px;
        transform: translate(-27px, 17px);
        display: flex;
        gap: 10px;
    }

    .swiper-nav-wrap-2 {
        position: absolute;
        right: 0px;
        transform: translate(-27px, 27px);
        display: flex;
        gap: 10px;
    }

    .custom-swiper-prev,
    .custom-swiper-next {
        width: auto;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: #575141;
        display: flex;
        justify-content: center;
        border-radius: 50%;
        padding: 6px;
        transition: 0.3s ease-out;
    }

    .custom-swiper-next img {
        transform: translateX(2px);
    }

    .custom-swiper-prev img {
        transform: translateX(5px);
    }

    .custom-swiper-prev:hover {
        background-color: #3c3626;
    }

    .custom-swiper-next:hover {
        background-color: #3c3626;
    }
}

/* MAC */
@media (min-width: 1280px) and (max-width: 1440px) {

    /* Recoommedned Section */
    .acf-carousel-container {
        /* width: 100%; */
        overflow: hidden;
    }

    .acf-card-content p {
        margin: 5px 0;
        color: #555;
        font-family: 'Avenir-Book' !important;
    }

    .price {
        font-weight: bold;
        color: #000;
    }

    .acf-carousel-container .swiper-slide {
        padding: 12px !important;
    }

    .swiper-slide img {
        /* height: 100% !important; */
    }

    .swiper-nav-wrap {
        position: absolute;
        right: -28px;
        transform: translate(-27px, 24px);
        display: flex;
        gap: 10px;
    }

    .swiper-nav-wrap-2 {
        position: absolute;
        right: 0px;
        display: flex;
        gap: 10px;
    }

    .custom-swiper-prev,
    .custom-swiper-next {
        width: auto;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: #575141;
        display: flex;
        justify-content: center;
        border-radius: 50%;
        padding: 6px;
        transition: 0.3s ease-out;
    }

    .custom-swiper-next img {
        transform: translateX(2px);
    }

    .custom-swiper-prev img {
        transform: translateX(5px);
    }

    .custom-swiper-prev:hover {
        background-color: #3c3626;
    }

    .custom-swiper-next:hover {
        background-color: #3c3626;
    }
}