.swiper {
    margin-bottom: 89px;
}

.swiper-pagination-bullet-active {
  background: #111111 !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #111111 !important;
  fill: #111111 !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35 !important;
}

.collections {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 78px;
  gap: 20px;
}

.collections p {
  text-align: center;
}

.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 20px;
    background-color: #111111;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

.cookie-banner button {
    background: #ffffff;
    color: #111111;
    border: none;
    padding: 6px 16px;
    cursor: pointer;
    border-radius: 3px;
}
