.custom-swiper .swiper-slide {
  transition: transform 0.3s ease, filter 0.3s ease !important;
  transform: scale(0.8) !important;
}

.custom-swiper .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.8) !important;
  z-index: 10;
  filter: grayscale(0) brightness(100%) !important;
  height: auto;
}

.custom-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
  z-index: 10;
  filter: grayscale(0) brightness(100%) !important;
  height: auto;
}

.swiper-pagination-bullet-active {
  --swiper-pagination-color:  #0056a9 !important;
}

.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  color: #0056a9;
  font-size: 150%;
  font-weight: bold;
}

@media (max-width: 639px) {
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    display: none;
  }
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.space-y-4 > :last-child {
  margin-block-end: calc(
    calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse))
  );
}

.custom-swiper {
  transition: opacity 1s ease-in-out;
}

/* For IE, Edge and Firefox */
.scrollbar-hide {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
[type="search"]::-webkit-search-decoration,
[type="search"]::-webkit-search-cancel-button {
  appearance: none;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #0056a9 !important;
    box-shadow: none;
    border-radius: 3px;
}
