.paragraph--type--product-gallery {
  display: flex;
  overflow: hidden;
}
@media (max-width: 991px) {
  .paragraph--type--product-gallery {
    flex-wrap: wrap-reverse;
  }
}
.paragraph--type--product-gallery .swiper-pagination {
  position: relative;
  width: 74px;
  margin-right: 17px;
}
.paragraph--type--product-gallery .swiper-pagination .swiper-pagination-bullet {
  width: 74px;
  height: 74px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 2px solid #dcdcdc;
  border-radius: 4px;
  cursor: pointer;
  opacity: 1;
}
.paragraph--type--product-gallery .swiper-pagination .swiper-pagination-bullet:hover, .paragraph--type--product-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #00a355;
}
html[lang=sl] .paragraph--type--product-gallery .swiper-pagination .swiper-pagination-bullet:hover, html[lang=sl] .paragraph--type--product-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #80b601;
}
@media (max-width: 991px) {
  .paragraph--type--product-gallery .swiper-pagination .swiper-pagination-bullet:hover, .paragraph--type--product-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00a355;
  }
  html[lang=sl] .paragraph--type--product-gallery .swiper-pagination .swiper-pagination-bullet:hover, html[lang=sl] .paragraph--type--product-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #80b601;
  }
}
.paragraph--type--product-gallery .swiper-pagination .swiper-pagination-bullet img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #fff;
}
@media (max-width: 991px) {
  .paragraph--type--product-gallery .swiper-pagination .swiper-pagination-bullet img {
    display: none;
  }
}
@media (max-width: 991px) {
  .paragraph--type--product-gallery .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: transparent;
    border-width: 1px;
    border-radius: 50%;
  }
}
@media (max-width: 991px) {
  .paragraph--type--product-gallery .swiper-pagination {
    width: 100%;
    margin-right: 0;
  }
}
.paragraph--type--product-gallery #product-gallery-swiper {
  width: calc(100% - 91px);
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .paragraph--type--product-gallery #product-gallery-swiper {
    width: 100%;
    border: none;
  }
}
@media (max-width: 991px) {
  .paragraph--type--product-gallery #product-gallery-swiper .swiper-container {
    width: 250px;
    height: 250px;
  }
}
.paragraph--type--product-gallery #product-gallery-swiper .swiper-container .swiper-slide .img {
  padding: 80px 100px;
  background: #fff;
}
@media (max-width: 991px) {
  .paragraph--type--product-gallery #product-gallery-swiper .swiper-container .swiper-slide .img {
    padding: 0;
  }
}
@media (min-width: 991px) {
  .paragraph--type--product-gallery #product-gallery-swiper .swiper-container .swiper-slide .img {
    height: 437px;
  }
}
.paragraph--type--product-gallery #product-gallery-swiper .swiper-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*# sourceMappingURL=product-gallery.css.map */
