.slide-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.category-banners-items.splide .splide__pagination {
    bottom: -3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.category-banners-items.splide .splide__pagination__page {
    background: #d8d8d8;
    border: none;
    width: 35px;
    height: 35px;
    opacity: 1;
    border-radius: 5px;
}

.category-banners-items.splide .splide__pagination__page.is-active {
    background: #cddb21;
    transform: scale(1);
}

.category-banners-items.splide .splide__arrows {
    position: absolute;
    bottom: -3.5rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

@media screen and (max-width:768px) {
    .category-banners-items.splide .splide__arrows {
        display: none;
    }
}

.category-banners-items.splide .splide__arrow {
    background: #cddb21;
    border: none;
    border-radius: 5px;
    width: auto;
    height: auto;
    opacity: 1;
    position: static;
    transform: none;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
}

.category-banners-items.splide .splide__arrow:hover {
    background: #b8c41f;
    transform: translateY(-2px);
}

.category-banners-items.splide .splide__arrow--prev {
    order: -1;
    display: block;
    background: #cddc20 !important;
    color: black !important;
    width: 200px !important;
    height: 40px !important;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0 12px;
}

.category-banners-items.splide .splide__arrow--next {
    order: 1;
    display: block;
    background: #cddc20 !important;
    color: black !important;
    width: 200px !important;
    height: 40px !important;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0 12px;
}

.category-banners-items.splide .splide__arrow svg {
    display: none;
}

.category-banners-items.splide .splide__arrow--prev::before {
    content: '‹ Halaman Sebelumnya';
    color: #333;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.category-banners-items.splide .splide__arrow--next::before {
    content: 'Halaman Selanjutnya ›';
    color: #333;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.splide__slide {
    margin-bottom: 15px !important;
}
