/*------------------------------------------
 *  Reponsive
 * -----------------------------------------*/
/*------------------------------------------
 *  BUTTON
 * -----------------------------------------*/
/*------------------------------------------
 *  Before/After
 * -----------------------------------------*/
div.swiper-fil-infos > .swiper-wrapper > .swiper-slide {
  text-align: center;
  background: var(--wp--preset--color--second);
  padding: 10px;
  color: var(--wp--preset--color--white);
  font-size: var(--psm);
}
div.swiper-fil-infos > .swiper-wrapper > .swiper-slide > a.fil-infos__item {
  color: var(--wp--preset--color--white);
  font-size: var(--psm);
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: max-content;
  margin: auto auto !important;
}
div.swiper-fil-infos > .swiper-wrapper > .swiper-slide > a.fil-infos__item .fil-infos__alert-icon {
  display: inline-block;
  height: 16px;
  width: 18px;
  margin-right: 6px;
  background: url("/wp-content/themes/ikadia-theme-child/assets/icons/warning.svg") no-repeat center center;
}
div.swiper-fil-infos > .swiper-wrapper > .swiper-slide.filalert {
  background-color: var(--wp--preset--color--fourth);
}

@media (max-width: 1224px) {
  div.swiper-fil-infos > .swiper-wrapper > .swiper-slide {
    font-size: var(--pxs);
  }
  div.swiper-fil-infos > .swiper-wrapper > .swiper-slide > a.fil-infos__item {
    font-size: var(--pxs);
  }
}
@media (max-width: 1024px) {
  div.swiper-fil-infos {
    display: none;
  }
  div.swiper-fil-infos > .swiper-wrapper > .swiper-slide > a.fil-infos__item {
    font-size: 12px;
  }
}
@media (max-width: 781px) {
  div.swiper-fil-infos > .swiper-wrapper > .swiper-slide > a.fil-infos__item {
    font-size: 8px;
  }
}/*# sourceMappingURL=block.css.map */