select {
    appearance: none;
}
body {
    font-family: 'Poppins', sans-serif;
}

.splide__arrow {
    > svg {
        transform: none !important
    }
    height: 2rem !important;
    width: 2rem !important;
    background-color: var(--theme_color) !important;
    padding: 0.5rem !important;
    opacity: 1 !important;
}

@media (min-width: 640px) {
    .splide__arrow {
        height: 3rem !important;
        width: 3rem !important;
        padding: 0px !important;
    }
}