/* Styl dla całej karuzeli */
.offer-splide *::-webkit-scrollbar {
  display: none;
  overflow: scroll;
}
.offer-splide svg {
  stroke: #fff7f5;
}
.offer-splide p {
  text-align: center;
  color: var(--secondary-color);
}
.wrapper-offer-splide h2 {
  margin-bottom: 30px;
  position: relative;
}
.wrapper-offer-splide h2::after {
  display: block;
  position: absolute;
  content: "";
  height: 1px;
  background-color: #28282856;
  width: 90%;
  left: 120px;
  transform: translateY(-20px);
}
.wrapper-offer-splide {
  position: relative;
  width: 70%;
  margin: 0 auto;
  min-height: 500px;
}
.offer-splide .carousel-item {
  margin-left: auto;
  margin-right: auto;
  height: 400px;
  max-width: 300px;
}
.offer-splide .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 10px;
}
.offer-splide .upper {
  height: 45%;
  border-radius: 6px 6px 0 0;
  border: solid 2px rgb(255, 255, 255);
  padding-top: 10px;
}
.offer-splide .lower {
  min-height: 55%;
  background-color: var(--primary-color);
  border-radius: 0 0 6px 6px;
  padding-bottom: 25px;
}
.splide {
  cursor: grab;
}

.splide__arrow {
  width: 3.5em !important;
  height: 3.5em !important;
  background-color: var(--accent-color) !important;
}

.splide__arrow--prev {
  left: clamp(-20px, -10%, -60px) !important;
}

.splide__arrow--next {
  right: clamp(-20px, -10%, -60px) !important;
}
.splide__pagination {
  transform: translateY(30px);
}
