/* Add circle background to the button */
.splide__arrow {
    background-color: var(--global-palette2) !important;
    border-radius: 50% !important;
    width: 2.5em !important;
    height: 2.5em !important;
    overflow: hidden !important;
}
/* Add margin */
.splide__arrow--prev {margin-left: 1em !important;}
.splide__arrow--next {margin-right: 1em !important;}
/* Hide the original arrow path */
.splide__arrow svg path {display: none;}
.splide__arrow--next svg, .splide__arrow--prev svg {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23ffffff" d="M22.3,11.01c.26-.19,1.63-.9,1.68-1.06-.13-.38-.36-.89-.69-1.04-.71-.32-1.17-.17-1.82-.25-1.53-.24-3.04-.62-4.51-1.11-.66-.21-3.49-1.44-3.9-1.26-.55.25-.07.98.37,1.21.86.46,2.47.95,3.44,1.26,1.16.37,2.34.67,3.52.94-1.67,1.31-4.22,2.09-6.36,2.1-4.64.07-9.15-1.52-12.71-4.5-1.36-1.11-1.81-.53-.77.77,2.48,3.1,8.88,4.8,12.69,4.96,1.77.09,3.54-.16,5.21-.73l-5.15,4.38c-.31.4.21,1.25.8.98.57-.36,1.12-.76,1.64-1.2,2.2-1.72,4.27-3.81,6.53-5.46h0Z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.splide__arrow--next svg {transform: scale(1.6) !important;}
.kb-splide .splide__arrow--prev svg {transform: scale(-1.6, 1.6) !important;}
@media (max-width: 767.9px) {
    /* Force hide thumbnails on product images to avoid image resize on load */
    .kadence-product-gallery-thumbnails .thumb-wrapper {display: none !important}
    .splide__pagination.splide__pagination--ltr {display: flex !important}
    /* Resize arrows */
    .splide__arrow {
        width: 1.8em !important;
        height: 1.8em !important;
    }
    .splide__arrow--prev {margin-left: .2em !important;}
    .splide__arrow--next {margin-right: .2em !important;}
    .splide__arrow--next svg {transform: scale(1.2) !important;}
    .kb-splide .splide__arrow--prev svg {transform: scale(-1.2, 1.2) !important;}
}