/* Home page styles — moved out of the Blade @push('styles') block. */

.categories-swiper {
    height: 320px !important;
    padding-bottom: 20px;
    overflow: hidden !important;
    width: 100% !important;
}

.categories-swiper .swiper-wrapper {
    height: 320px !important;
    align-items: flex-start !important;
}

.categories-swiper .swiper-slide {
    height: 245px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
    flex-shrink: 0 !important;
}

@media (max-width: 1024px) {
    .categories-swiper {
        height: 220px !important;
    }

    .categories-swiper .swiper-wrapper {
        height: 220px !important;
    }

    .categories-swiper .swiper-slide {
        height: 180px !important;
    }
}

.categories-swiper .swiper-slide a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    height: 100% !important;
    width: 100% !important;
}

.categories-swiper .swiper-slide .relative {
    flex-shrink: 0 !important;
}

.categories-swiper .swiper-slide h3 {
    margin-top: auto !important;
    flex-shrink: 0 !important;
}

[class*="category-products-swiper-"] {
    width: 100%;
    padding-bottom: 20px;
}

[class*="category-products-swiper-"] .swiper-wrapper {
    align-items: stretch;
}

[class*="category-products-swiper-"] .swiper-slide {
    height: auto;
    display: flex;
}

[class*="category-products-swiper-"] .swiper-slide > div {
    width: 100%;
    height: 100%;
}
