body.custom .btn--action {
    /* top-left | top-right | bottom-right | bottom-left */
    border-radius: var(--radius) var(--radius) 13px 0px;
}
body.custom .btn--white  {
    /* top-left | top-right | bottom-right | bottom-left */
    border-radius: var(--radius) var(--radius) 13px 0px;
}

#brxe-zvfonr:has(#brxe-twswyf.is-active) .splide__pagination .splide__pagination__page {
    background-color: #FFF; /* BRIGHT color (e.g., Gold). Change as desired. */
    opacity: 1; /* Ensure fully opaque */
    border: 1px solid #d3d3d3;
}
#brxe-zvfonr:has(#brxe-twswyf.is-active) .splide__pagination__page.is-active  {
    background-color: #a9a9a9; /* BRIGHT color (e.g., Gold). Change as desired. */
}