.saelga-slider-woo-category-link
{
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    aspect-ratio: 274 / 213;
}

.saelga-slider-woo-category-title a
{
    font-family: "Klavika Bold", sans-serif;
    font-size: 24px;
    display: block;
    margin-top: 10px;
}

.saelga-slider-woo-category-title
{
    text-align: center;
}

.saelga-slider-woo-category-item
{
    padding: 10px; /* Space between slides */
}

.saelga-slider-woo-categories
{
    margin: 0 2rem;
}


.saelga-slider-woo-categories .splide__arrow--next
{
    right: -2rem;
}

.saelga-slider-woo-categories .splide__arrow--prev
{
    left: -2rem;
}






.slider-woo-cat-class-arrow {
  -ms-flex-align:center;
  align-items:center;
  border:0;
  border-radius:0;
  background-color: transparent;
  cursor:pointer;
  display:-ms-flexbox;
  display:flex;
  height:2em;
  -ms-flex-pack:center;
  justify-content:center;
  padding:0;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:2em;
  z-index:1
}
.slider-woo-cat-class-arrow svg {
    width: 40px;
    height: 40px;

}

.saelga-slider-woo-category.inactive .saelga-slider-woo-category-link
{
    filter: brightness(0.3);
    transition: filter 0.3s ease-in-out;
}

.saelga-slider-woo-category.inactive .saelga-slider-woo-category-link:hover
{
    filter: brightness(1);
}