.module-product-slider .headline {
}

.module-product-slider .headline-image img {
  max-height: 60px;
}

.module-product-slider .card-title {
  color: #1E2127;
  font-family: "Selawik Bold", sans-serif;
  font-size: clamp(18px, 4vw, 22px);
  line-height: clamp(24px, 4vw, 30px);
  font-weight: 700;
  white-space: nowrap;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.module-product-slider .description {
  font-size: 1.75rem; /* Fixed typo: was 0.1.75rem */
  color: #333;
}

.module-product-slider .card {
  /* border: 1px solid #ddd; */
  transition: transform 0.2s ease;
}

.module-product-slider .card:hover {
  transform: translateY(-3px);
}

.module-product-slider {
  position: relative;
}

.module-product-slider .swiper {
  overflow: hidden;
  position: relative;
}

.gfc.module-product-slider .unpos-mobile {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  column-gap: 3rem;
  padding-block: 3rem;
}

@media (min-width: 992px) {
  .gfc.module-product-slider .unpos-mobile {
    display: block;
    padding-block: unset;
  }
}

.gfc.module-product-slider .swiper-button-next,
.gfc.module-product-slider .swiper-button-prev {
  position: unset;
  margin-top: unset;
}
.gfc.module-product-slider .swiper-button-next::after,
.gfc.module-product-slider .swiper-button-prev::after {
	font-size: 18px !important;
}
@media (min-width: 992px) {
  .gfc.module-product-slider .swiper-button-next,
  .gfc.module-product-slider .swiper-button-prev {
    position: absolute;
  }
}
.gfc.module-product-slider.text-dark {
  color: #222;
}

.gfc.module-product-slider.text-dark h1,
.gfc.module-product-slider.text-dark h2,
.gfc.module-product-slider.text-dark h3,
.gfc.module-product-slider.text-dark p,
.gfc.module-product-slider.text-dark a {
  color: #222 !important;
}

.gfc.module-product-slider.text-light {
  color: #fff;
}

.gfc.module-product-slider.text-light h1,
.gfc.module-product-slider.text-light h2,
.gfc.module-product-slider.text-light h3,
.gfc.module-product-slider.text-light p,
.gfc.module-product-slider.text-light a {
  color: #fff !important;
}

.gfc.module-product-slider .container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.gfc.module-product-slider .swiper-button-next {
  --swiper-navigation-top-offset: 55%;
  --swiper-navigation-sides-offset: -10px;
  --swiper-navigation-color: #fff;
  background-color: #BA093D;
  padding: 2rem;
  border-radius: 5px;
  font-weight: 700;
}

.gfc.module-product-slider .swiper-button-next.swiper-button-disabled {
  --swiper-navigation-color: #1E2127;
  background-color: transparent;
}

.gfc.module-product-slider .swiper-button-prev {
  --swiper-navigation-top-offset: 55%;
  --swiper-navigation-sides-offset: -20px;
  --swiper-navigation-color: #fff;
  background-color: #BA093D;
  padding: 2rem;
  border-radius: 5px;
  font-weight: 700;
}

.gfc.module-product-slider .swiper-button-prev.swiper-button-disabled {
  --swiper-navigation-color: #1E2127;
  background-color: transparent;
}
