.productViewImagesContainer {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.productViewContainer {
  position: relative;
  float: left;
  width: 100%;
  border-radius: 30px;
  height: auto;
  background: white;
  cursor: pointer;
  margin-right: 0%;
  margin-left: 0%;
  top: 0;
  transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out;
  -webkit-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
}

.figureBackground {
  top: 15px;
  left: 15px;
  width: 45px;
  display: flex;
  background: var(--base-aux);
  height: 45px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  align-items: center;
  justify-content: center;
}

.addWishlistProduct {
  background-image: url(../../files/heartIcon.svg);
  background-size: 60%;
  -webkit-filter: var(--icons-invert);
  filter: var(--icons-invert);
}

.remove-WishlistProduct {
  background-image: url(../../files/heart-filled.svg);
  background-size: 60%;
}

.productViewTop.secondImg {
  opacity: 0;
  position: absolute !important;
  left: 0;
  top: 0;
  display: none !important;
  display: block;
}

.productViewTop iframe {
  width: 100%;
  height: 100%;
}
.productViewTop {
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
  padding: 5%;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 0;
  aspect-ratio: var(--main-img-product);
  -o-object-fit: scale-down;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.productViewBottom {
  height: auto;
  overflow: hidden;
  width: calc(var(--web-container) - 30px);
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  position: relative;
  margin: 5px auto;
  margin-top: 5px;
  color: var(--base-aux);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}

.productViewImage {
  height: 100%;
  width: 100%;
}

.productViewName {
  position: relative;
  margin-top: 8px;
  margin-bottom: 10px;
  height: auto;
  width: calc(100% - 45px);
}

.productBrand {
  text-transform: uppercase;
  color: var(--darkGrey);
  width: 100%;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

.productViewPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: calc(100% - 45px);
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-bottom: 8px;
  font-weight: var(--prices-font-weight);
}

.badgeFile {
  position: relative;
  float: left;
  height: auto;
  display: block;
  max-width: 70%;
  -o-object-fit: contain;
  object-fit: contain;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.preorderBadge,
.noStockBadgeFile {
  max-height: 40px;
  width: auto;
  max-width: 100%;
}
.oldPrice {
  position: relative;
  margin-right: 10px;
  opacity: 30%;
  -webkit-text-decoration-color: var(--base);
  text-decoration-color: currentColor;
}

.oldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 1px);
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
}

.bankPrice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: var(--prices-font-weight);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
  height: auto;
  width: calc(100% - 45px);
}

.bankPriceRow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  overflow: visible;
  font-weight: var(--prices-font-weight);
}

.bankPriceImg {
  top: -1px;
  position: relative;
  height: 16.5px;
  margin-right: 5px;
  width: auto;
}

.transferImg {
  height: 20px;
}

.bankPriceText {
  position: relative;
  float: left;
}

.transferText {
  margin-left: 0;
}

.bankPriceText.bank1,
.bankPriceText.bank4,
.bankPriceText.bank5,
.bankPriceText.bank16 {
  color: currentColor;
}

.bankPriceText.bank12 {
  color: #000;
}

.badgesContainer {
  position: absolute;
  top: 15px;
  right: 15px;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-end;
}
.quickViewButton {
  background-color: var(--base-aux);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hover-fill {
  transition: opacity 0.3s;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .productViewContainer {
    overflow: hidden;
    border-radius: var(--border-radius);
  }
  img.badgeFile {
    width: 100%;
  }

  .productViewImage {
    height: auto;
  }

  .productSlide .badgeFile {
    top: 0;
  }

  .slick-dotted .slick-slider {
    height: 400px;
    width: 100%;
  }

  .slider-nav {
    width: 0% !important;
  }

  .slider-for {
    margin-left: 0;
    width: 100%;
  }

  .productViewPrice {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
  }

  .oldPrice:before {
    border-top: 1px solid;
  }

  .productViewBottom {
    height: auto;
    min-height: 0;
    margin: 0 auto 5px;
    width: calc(var(--web-container) - 10px);
  }

  .transferImg {
    height: 20px;
    margin-right: 7px;
    width: auto !important;
    margin-left: 25px;
  }

  .productViewContainer .figureBackground {
    opacity: 1;
  }
}

@media screen and (min-width: 1100px) {
  .addWishlistProduct:hover {
    background-image: url(../../files/heart-filled.svg);
    -webkit-filter: brightness(0) saturate(100%) invert(65%) sepia(2%) saturate(5534%) hue-rotate(221deg) brightness(96%) contrast(93%);
    filter: brightness(0) saturate(100%) invert(65%) sepia(2%) saturate(5534%) hue-rotate(221deg) brightness(96%) contrast(93%);
  }
  /* .productViewImagesContainer:hover .secondImg {
    opacity: 1;
  } */

  /* .productViewImagesContainer:hover .firstImg {
    opacity: 0;
  } */
  .productViewImagesContainer:hover .firstImg {
    transform: scale(1.05);
  }
  .remove-WishlistProduct:hover {
    background-image: url(../../files/heartIcon.svg);
  }
  .figureBackground {
    opacity: 0;
  }
  .productViewContainer:hover .figureBackground {
    opacity: 1;
  }
  .quickViewButton:hover img {
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .icon:hover .hover-fill {
    opacity: 1;
  }
}
