.north-bricks-product-gallery {
  gap: 1rem;
  display: flex;
}

.north-bricks-product-gallery.slider-above,
.north-bricks-product-gallery.slider-below {
  flex-direction: column;
}

.north-bricks-product-gallery.slider-left {
  flex-direction: row-reverse;
}

.north-bricks-product-gallery.slider-above {
  flex-direction: column-reverse;
}

.north-bricks-product-gallery .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.north-bricks-product-gallery .main-carousel {
  margin: 0 auto;
}
