.wp-block-gallery.ziptrak-gallery-slider.swiper {
  position: relative;
  overflow: hidden;
}
.wp-block-gallery.ziptrak-gallery-slider.swiper .swiper-wrapper {
  align-items: stretch;
}
.wp-block-gallery.ziptrak-gallery-slider.swiper .swiper-slide {
  display: block;
  overflow: hidden;
}
.wp-block-gallery.ziptrak-gallery-slider.swiper .swiper-slide figure {
  margin: 0;
}
.wp-block-gallery.ziptrak-gallery-slider.swiper .swiper-slide img {
  display: block;
}
.wp-block-gallery.ziptrak-gallery-slider.swiper .swiper-button-prev,
.wp-block-gallery.ziptrak-gallery-slider.swiper .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  border: 1px solid #133a73;
  background: rgba(255, 255, 255, 0.7);
  aspect-ratio: 1/1;
}
.wp-block-gallery.ziptrak-gallery-slider.swiper .swiper-button-prev::after,
.wp-block-gallery.ziptrak-gallery-slider.swiper .swiper-button-next::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_4341_13634)'%3E%3Cpath d='M3.75 12H20.25' stroke='%23133A73' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.5 5.25L20.25 12L13.5 18.75' stroke='%23133A73' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4341_13634'%3E%3Crect width='24' height='24' fill='white' transform='matrix(-1 0 0 1 24 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.wp-block-gallery.ziptrak-gallery-slider.swiper .swiper-button-prev::after {
  transform: rotate(180deg);
}
.wp-block-gallery.ziptrak-gallery-slider.swiper .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.home-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.85);
}
.home-gallery-modal.is-open {
  display: flex;
}

.home-gallery-modal-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.home-gallery-modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.home-gallery-modal-close::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 5L14.8209 14.8209' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 15L14.8209 5.17907' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.home-gallery-modal-open {
  overflow: hidden;
}

/*# sourceMappingURL=gallery-slider-frontend.css.map */
