.gallery-carousel {
  margin-top: var(--wp--preset--spacing--60);
}

.swiper .swiper-slide {
  width: auto;
}

.swiper .swiper-slide .carousel-image {
  display: block;
  width: 100%;
  height: var(--carousel-image-height);
}

.swiper .swiper-slide .carousel-image img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.swiper .swiper-nav {
  margin-top: 0.625rem;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swiper .swiper-nav-label {
  font-weight: 600;
  text-transform: uppercase;
}

.swiper .swiper-nav .swiper-nav-prev,
.swiper .swiper-nav .swiper-nav-next {
  margin: 0.5rem;
}

.swiper .swiper-nav .swiper-nav-prev::after,
.swiper .swiper-nav .swiper-nav-next::after {
  content: '';
  display: block;

  width: calc(2.26rem * var(--carousel-arrow-scale, 1));
  height: calc(1.08rem * var(--carousel-arrow-scale, 1));

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper .swiper-nav .swiper-nav-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg width='104' height='50' viewBox='0 0 104 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.31659 22.9676L26.5741 47.225L24.2576 49.5415L0.000103191 25.284L2.31659 22.9676Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.574 2.64349L2.31649 26.901L0 24.5845L24.2575 0.327007L26.574 2.64349Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.89019 23.5419L103.198 23.5419L103.198 26.8179L2.89019 26.8179L2.89019 23.5419Z' fill='white'/%3E%3C/svg%3E%0A");
}

.swiper .swiper-nav .swiper-nav-next::after {
  background-image: url("data:image/svg+xml,%3Csvg width='104' height='50' viewBox='0 0 104 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M101.08 26.9011L76.8222 2.64364L79.1387 0.327148L103.396 24.5846L101.08 26.9011Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.8225 47.2252L101.08 22.9677L103.396 25.2842L79.139 49.5416L76.8225 47.2252Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M100.506 26.3268L0.198242 26.3268L0.198242 23.0508L100.506 23.0508L100.506 26.3268Z' fill='white'/%3E%3C/svg%3E%0A");
}
