@media (max-width: 767px) {
    .section-categories .category-item {
        z-index: 5 !important;
    }

    .section-categories .categories-center {
        z-index: 2 !important;
        pointer-events: none !important;
    }

    .section-categories .catgeory-img-2,
    .section-categories .catgeory-img-3 {
        /* display: none !important; */
    }

    .section-categories .category-frame {
        position: relative !important;
        overflow: hidden !important;
        border-radius: 50% !important;
        background-size: contain !important;
    }

    .section-categories .category-frame img {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        width: 72% !important;
        height: 72% !important;
        max-width: 72% !important;
        max-height: 72% !important;
        transform: translate(-50%, -50%) !important;
        object-fit: contain !important;
        object-position: center !important;
        border-radius: 50% !important;
    }
}

.section-baskets .baskets-carousel .slick-track {
    display: flex !important;
    align-items: stretch !important;
}

.section-baskets .baskets-carousel .slick-slide {
    display: flex !important;
    height: auto !important;
}

.section-baskets .baskets-carousel .slick-slide > div,
.section-baskets .baskets-carousel .carousel-box {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
}

.section-baskets .basket-card {
    width: 100% !important;
    min-height: 690px;
    height: auto !important;
    max-height: none !important;
    display: flex !important;
    flex-direction: column !important;
}

.section-baskets .basket-image {
    width:400px;
    height: 288px !important;
    min-height: 288px !important;
    max-height: 288px !important;
    aspect-ratio: auto !important;
}

.section-baskets .basket-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.section-baskets .basket-content {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: visible !important;
}

.section-baskets .basket-title {
    min-height: 52px !important;
}

.section-baskets .basket-desc {
    min-height: 46px !important;
}

.section-baskets .basket-list {
    min-height: 148px !important;
    max-height: 148px !important;
    overflow-y: auto !important;
}

.section-baskets .price-row-top,
.section-baskets .price-row-bottom,
.section-baskets .btn-basket {
    flex-shrink: 0;
}

.section-baskets .btn-basket {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 10 !important;
    margin-top: auto !important;
}

@media (max-width: 1200px) {
    .section-baskets .basket-card {
        min-height: 650px;
        height: auto !important;
        max-height: none !important;
    }

    .section-baskets .basket-image {
        height: 230px !important;
        min-height: 230px !important;
        max-height: 230px !important;
    }
}

@media (max-width: 768px) {
    .section-baskets .basket-card {
        max-width: 480px !important;
        min-height: 610px;
        height: auto !important;
        max-height: none !important;
        margin: 0 auto !important;
    }

    .section-baskets .basket-image {
        height: 220px !important;
        min-height: 220px !important;
        max-height: 220px !important;
    }

    .section-baskets .basket-title {
        min-height: 46px !important;
    }

    .section-baskets .basket-desc {
        min-height: 40px !important;
    }

    .section-baskets .basket-list {
        min-height: 132px !important;
        max-height: 132px !important;
        overflow-y: auto !important;
    }
}

@media (max-width: 576px) {
    .section-baskets .baskets-carousel {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .section-baskets .basket-card {
        max-width: 340px !important;
        min-height: 560px;
        height: auto !important;
        max-height: none !important;
    }

    .section-baskets .basket-image {
        height: 190px !important;
        min-height: 190px !important;
        max-height: 190px !important;
    }

    .section-baskets .basket-title {
        min-height: 40px !important;
    }

    .section-baskets .basket-desc {
        min-height: 36px !important;
    }

    .section-baskets .basket-list {
        min-height: 118px !important;
        max-height: 118px !important;
        overflow-y: auto !important;
    }
}

@media (max-width: 375px) {
    .section-baskets .basket-card {
        max-width: 300px !important;
        min-height: 535px;
        height: auto !important;
        max-height: none !important;
    }

    .section-baskets .basket-image {
        height: 170px !important;
        min-height: 170px !important;
        max-height: 170px !important;
    }
}
