.header_tab_list_item {
  cursor: pointer;
  box-sizing: border-box;
  width: var(--tab-width);
}
.category_swiper_multilevel_header_tab_list
  .splide__slide.active
  .header_tab_box {
  display: block;
  border-top-color: rgb(var(--color-theme-background));
}
.category_swiper_multilevel_header_tab_list .header_tab_box {
  display: none;
  border-top: calc(var(--tab-width) / 5);
  border-left: calc(var(--tab-width) / 2);
  border-right: calc(var(--tab-width) / 2);
  border-bottom: 0px;
  border-style: solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.header_tab_list_item_content {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: var(--tab-width);
  text-align: center;
}
.category_swiper_multilevel .slideshow__slider_item .splide__arrows {
  width: 100%;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
}
.category_swiper_multilevel_card_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.header_tab_list_item.active {
  color: #fff;
}
.header_tab_list_item.active .header_tab_list_item_content {
  background-color: rgb(var(--color-theme-background));
}
