.pdp-gallery {
  width: 100%;
}
.pdp-gallery-modal {
  width: auto;
  height: 100%;
}

/* slider */
.slider {
  margin-bottom: 5px;
}
.slider img {
  width: 100%;
  height: auto;
}
.slider .swiper-button {
  color: #fff;
}



/* carousel */
.carousel {
  position: relative;
}
.carousel img {
  width: 100%;
  height: auto;
}
.carousel .toggle {
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 19%;
  margin: 0;
  color: #fff;
  height: 100%;
  display: flex;
  font-size: 25px;
  position: absolute;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgb(0,0,0,0.7);
}


/* modal */
.modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  background-color: rgba(0,0,0,0.7);
}
.modal.visible {
  display: block;
}
.modal .swiper-button-full {
  right: 10px;
  bottom: 10px;
  z-index: 1;
  width: 40px;
  height: 40px;
  position: absolute;
}
.modal .full-expand {
  display: block;
}
.modal.full .full-expand {
  display: none;
}
.modal .full-collapse {
  display: none;
}
.modal.full .full-collapse {
  display: block;
}

.modal .modal-close {
  top: 20px;
  right: 20px;
  z-index: 10;
  color: #fff;
  line-height: 1;
  display: block;
  font-size: 50px;
  cursor: pointer;
  border-radius: 5px;
  position: fixed;
}
.modal .modal-content {
  z-index: 1;
  width: 50%;
  padding: 20px;
  margin: 5% auto;
  min-width: 300px;
  background-color: #000;
}
.modal.full .modal-content {
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.modal.full .pdp-gallery-modal {
  height: calc(100vh - 15%)
}
.modal.full .slider,
.modal.full .swiper {
  height: 100%;
}
.modal.full .slider img {
  height: 100%;
  width: auto;
}
.modal .swiper-slide {
  text-align: center;
}
.modal.full .carousel {
  left: 0;
  bottom: 0;
  width: 100%;
  position: fixed;
}