.slider.ws-home-slider-wrap {
    margin-top: 0 !important;
}

.ws-home-slider-app {
    --ws-home-hero-promo-offset: var(--ffh-promo-height, 40px);
}

.ws-home-slider-app.is-loading {
    min-height: calc(100vh - var(--ws-home-hero-promo-offset));
    min-height: calc(100svh - var(--ws-home-hero-promo-offset));
    min-height: calc(100dvh - var(--ws-home-hero-promo-offset));
    background: #aac2aa;
    margin-top: var(--ws-home-hero-promo-offset) !important;
}

.ws-home-slider-app {
    position: relative;
    width: 100%;
    height: calc(100vh - var(--ws-home-hero-promo-offset));
    height: calc(100svh - var(--ws-home-hero-promo-offset));
    height: calc(100dvh - var(--ws-home-hero-promo-offset));
    overflow: hidden;
    margin-top: var(--ws-home-hero-promo-offset) !important;
}

.ws-home-slider-app .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: 0;
    cursor: pointer;
    z-index: 9;
    padding: 10px;
    width: 30px;
}

.ws-home-slider-app .slider-arrow.prev {
    left: 20px;
}

.ws-home-slider-app .slider-arrow.next {
    right: 20px;
}

.ws-home-slider-app .slider-arrow img {
    width: 30px;
    height: 30px;
    display: block;
}

.ws-home-slider-app .slider-pagination {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    gap: 0;
    z-index: 9;
}

.ws-home-slider-app .pagination-dot {
    width: 80px;
    height: 1px;
    border: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.ws-home-slider-app .pagination-dot.active {
    background: #fff;
}

.ws-home-collage-app.is-loading {
    min-height: 48vh;
    background: #f8f8f8;
}

.ws-home-collage-app .collage {
    padding-left: var(--ff-layout-gutter, 20px) !important;
    padding-right: var(--ff-layout-gutter, 20px) !important;
    box-sizing: border-box;
}

.ws-home-collage-app .collage-icon svg {
    display: block;
}

@media (max-width: 768px) {
    .ws-home-slider-app {
        --ws-home-hero-promo-offset: var(--ffh-promo-height, 25px);
        height: 93vh;
    }

    .ws-home-slider-app.is-loading {
        min-height: 93vh;
    }

    .ws-home-collage-app .mobile-collage {
        padding-left: var(--ff-layout-gutter, 10px) !important;
        padding-right: var(--ff-layout-gutter, 10px) !important;
    }

    .ws-home-slider-app .slider-arrow img {
        width: 20px;
        height: 20px;
    }

    .ws-home-slider-app .slider-arrow.prev {
        left: 0;
    }

    .ws-home-slider-app .slider-arrow.next {
        right: 0;
    }
}
