.custom-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0; top: 0;
  width: 100%; 
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}
.custom-modal-content {
  position: relative;
  max-width: 600px;
  width: 90vw;
  max-height: 90vh;
  margin: 5% auto;
}
.custom-modal img {
  max-width: 100%;
}
.custom-modal-close {
  position: absolute;
  top: 10px; right: 20px;
  font-size: 60px;
  font-weight: 200;
  color: #C1002D;
  cursor: pointer;
}
.custom-modal-close:hover {
	color: white;
}
.swiper-button-next, .swiper-button-prev {
	color: #C1002D;
}
.swiper-button-next {
 	right: 10%;
}
.swiper-button-prev {
 	left: 10%;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	color: white;
}
/* Swiper pagination en-dehors */
.swiper-pagination {
  position: relative;
  margin-top: 20px;
  text-align: center;
}

/* Style des bullets */
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #C1002D;
  opacity: 0.5;
  margin: 0 6px;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}

/* Visionneuse photo page produit */
ul.product-images.js-qv-product-images {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.js-qv-mask.mask {
	width: 18%;
	height: 510px;
    overflow-y: auto;
    overflow-x: hidden;
}

.images-container .product-images > li.thumb-container > .thumb {
	width: 100%;
}

.images-container.js-images-container {
	display: flex;
    flex-direction: row-reverse;
	justify-content: space-between;
	gap: 10px;
	.product-cover {
		width: 80%;
	}
}

.images-container .product-images > li.thumb-container > .thumb, #product-modal .modal-content .modal-body .product-images img {
	border-style: solid;
	border-color: #CBCBCB;
    border-width: 2px;
    border-radius: 8px;
}
.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
	border-color: #C1002D;
}
.nxtal-thumbnail img {
	aspect-ratio: 1 / 1;
    object-fit: cover;
}
.images-container .product-images > li.thumb-container span{
	top: 47%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.images-container .video-player {
	width: 80%;
}

.images-container .product-images > li.thumb-container span i {
    color: #C1002D;
    background: white;
    border-radius: 30%;
}