/* Grid Layout */
.ls-1564ea2b-grid {
    display: grid;
    align-items: center;
    justify-items: center;
}

/* Justified Layout */
.ls-1564ea2b-justified {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

/* Base Item Styles */
.ls-1564ea2b-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ls-1564ea2b-item img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Carousel Additions */
.ls-1564ea2b-carousel-container {
    width: 100%;
    overflow: hidden;
}

/* Smooth Linear Scroll - hide swiper transition easing when smooth */
.ls-1564ea2b-smooth-carousel .swiper-wrapper {
    transition-timing-function: linear !important;
}
