/* Local site overrides.
   This file exists to prevent 404s and keep small layout fixes isolated. */

.home-news-more-wrap {
    position: relative;
    z-index: 2;
}

.home-news-more-btn {
    position: relative;
    z-index: 3;
}

@media (max-width: 767px) {
    .sl-lprod .sl-produl {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -6px 12px;
    }

    .sl-lprod .sl-prodli {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 12px;
    }

    .sl-lprod .sl-prodbox.home-product-card {
        height: auto;
        min-height: 100%;
    }

    .sl-lprod .sl-prodbox.home-product-card .sl-prifs {
        gap: 6px;
    }

    .sl-lprod .sl-prifbot ul {
        margin-bottom: 0;
    }

    .sl-search .sl-sebox {
        padding: 10px 12px 8px;
    }

    .home-news-head-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-bottom: 12px;
    }

    .home-news-heading {
        width: 100%;
        text-align: center;
    }

    .home-news-more-wrap {
        width: 100%;
        justify-content: center;
        margin: 0;
    }

    .home-news-more-btn {
        min-width: 124px;
        height: 40px;
        padding: 0 16px;
    }
}
