.card_list .slideshow__slider {
}
.slideshow__card_list {
  position: relative;
}
.card_list {
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .card_list_grid_cols {
    display: grid;
    grid-template-columns: repeat(var(--mobile-grid-cols), 1fr);
    gap: 10px;
  }
}
.card_list_main_title {
  text-align: center;
  font-weight: 600;
}
.card_list {
  position: relative;
  background-color: var(--bg-color);
}
.slideshow__card_list .splide__arrows {
  width: 103%;
  left: 50%;
  top: 50%;
  justify-content: space-between;
  transform: translate(-50%, -50%);
}
.slideshow__card_list .splide__arrows button {
  background-color: #fff;
}
.text_card_show {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.card_list_pagination_default .splide__pagination {
  position: absolute;
  bottom: -10px;
  width: 100%;
  display: flex;
  height: 3px;
}
.card_list_pagination_default .splide__pagination > li {
  flex: 1;
  height: 100%;
}
.card_list_pagination_default .splide__pagination > li button {
  background-color: rgb(179, 179, 179);
  border: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.card_list_pagination_default .splide__pagination .is-active {
  background-color: rgb(44, 44, 44);
}
.card-list-header_color_coloured {
  display: flex;
  height: 10px;
  margin: auto;
  width: 40%;
}
.card-list-header_color_coloured > div {
  height: 100%;
  flex: 1;
}
.card-list-header_color_coloured > div:nth-child(1) {
  background-color: #6a2d91;
}
.card-list-header_color_coloured > div:nth-child(2) {
  background: #6a2d91;
}
.card-list-header_color_coloured > div:nth-child(3) {
  background: #6a2d91;
}
.hover-card-bg-color:hover {
  --subTitle-color: var(--card-text-color-hover);
  background-color: var(--hover-bg-color);
  border-color: var(--card-border-color-hover);
  --color-text: var(--card-text-color-hover);
  color: rgb(var(--card-text-color-hover));
}
.hover-card-bg-color:hover .www-button-hover {
  --color-text: var(--color-button-text-hover);
  background-color: var(--color-button-background-hover);
  border-color: var(--color-button-border-hover); /* background-color: ; */
}
