

.carousel2 {
  /*padding: 24px;*/
}
.carousel2 h2 {
  margin: 0;
}
.carousel2 a {
  text-decoration: none;
  color: #fff;
}
.carousel2 img {
	max-width: initial;
  aspect-ratio: 1/1;
  width: 350px;
  height: 350px;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  margin-bottom: 16px;
 
}
.carousel2 h3 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 4px;
}
.carousel2 span {
  color: #a7a7a7;
  font-size: 14px;
}
.carousel2 .dragging a {
  pointer-events: none;
}
.carousel2 .carousel2__wrapper {
  position: relative;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1180px) {
  .carousel2 .carousel2__wrapper.has-arrows .carousel2__content {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1180px) {
  .carousel2 .carousel2__wrapper.has-arrows .carousel2__arrows {
    display: flex;
  }
}
.carousel2 .carousel2__header {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.carousel2 .carousel2__content {
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: grid;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  padding: 0;
  margin: 0;
  grid-gap: 24px;
  grid-auto-flow: column;
  list-style: none;
}
.carousel2 .carousel2__content::-webkit-scrollbar {
  display: none;
}
.carousel2 .carousel2__item .carousel2__description {
  width: 100%;
}
.carousel2 .carousel2__item a {
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
  user-select: none;
  margin: 10px 0px;
  padding: 16px;
  /*background: #181818;
  border-radius: clamp(0px, ((100vw - 4px) - 100%) * 9999, 8px);*/
  cursor: pointer;
}
.carousel2 .carousel2__controls {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 24px;
}
.carousel2 .carousel2__arrow {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
}
.carousel2 .carousel2__arrow:before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSI+Cgk8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNNy44NjcgOC41NzRsLTcuMjItNy4yMi43MDctLjcwOEw3Ljg2NyA3LjE2IDE0LjA1Ljk4bC43MDYuNzA3Ii8+Cjwvc3ZnPgo=");
  background-size: contain;
  /*filter: brightness(5);*/
  display: block;
  width: 18px;
  height: 12px;
  cursor: pointer;
}
.carousel2 .carousel2__arrow.arrow-prev:before {
  transform: rotate(90deg);
}
.carousel2 .carousel2__arrow.arrow-next:before {
  transform: rotate(-90deg);
}
.carousel2 .carousel2__arrow.disabled::before {
  filter: brightness(2);
}

