/*
$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
) !default;
*/
.icons-list {
  padding: 2rem 0;
}
.icons-list .splide__track {
  padding-bottom: 2rem;
}
.icons-list .splide__arrow {
  background: transparent;
  border: none;
  box-shadow: none;
  width: 36px;
  height: 36px;
  top: 40%;
  transform: translateY(-50%);
}
.icons-list .splide__arrow svg {
  display: none;
}
.icons-list .splide__arrow--prev {
  background-image: url("../../img/arrow-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: -3em;
}
.icons-list .splide__arrow--next {
  background-image: url("../../img/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: -3em;
}
.icons-list .splide__arrow:hover {
  background-color: transparent;
  opacity: 0.7;
}
.icons-list .splide__pagination .splide__pagination__page {
  border: 1px solid #000000 !important;
}
.icons-list .splide__pagination .splide__pagination__page.is-active {
  background-color: #000000 !important;
}
.icons-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #000000;
}
.icons-list__item:hover {
  text-decoration: none;
  color: #000000;
}
.icons-list__image {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.icons-list__image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.icons-list__symbol {
  margin: 0.75rem 0 0.5rem;
}
.icons-list__symbol img {
  width: 28px;
  height: auto;
}
.icons-list__title {
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0.25rem 0;
}
.icons-list__price {
  font-size: 0.78rem;
  color: #000000;
}
.icons-list__price .woocommerce-Price-amount {
  font-weight: 300;
}
