.productViewContainer {
  position: relative;
  float: left;
  min-width: unset;
  height: auto;
  cursor: pointer;
  top: 0;
  margin-bottom: 20px;
  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;
}
.BankPriceContainer {
  position: relative;
  width: 100%;
  display: flex;
  gap: 14px;
  margin-top: 11px;
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.discountContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: fit-content;
}

.imgBank {
  background-size: contain;
  height: 100%;
  width: 25px;
  background-position: center;
  background-repeat: no-repeat;
}

.discountPrice {
  color: #000;
  margin-left: 5px;
  font-size: 14px;
}

.productSlide .productViewContainer iframe {
  margin: 0;
  width: 100%;
}

.productViewTop {
  overflow: hidden;
  position: relative;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: var(--slider-for-aspect-ratio);
  object-fit: cover;
  height: 100%;
  display: block;
}

.imageProduct {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.productViewRow {
  display: flex;
  position: relative;
  float: left;
  height: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 8px;
  font-size: 14px;
}

.bankPrice {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  overflow: visible;
}

.bankPriceRow {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 10px;
  height: 15px;
  margin-bottom: 8px;
  overflow: visible;
}

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

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


.figureBackground {
  top: 0;
  right: -5px;
  height: 25px;
  width: 25px;
}

.remove-WishlistProduct {
  background-image: url(../../files/heartFilled.svg?v=2);
  background-size: 100%;
  height: 20px;
  width: 20px;
}

.addWishlistProduct {
  background-size: 100%;
  height: 20px;
  width: 20px;
}

.content {
  float: left;
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.productViewBottom {
    height: auto;
    overflow: hidden;
    width: 95%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    position: relative;
    margin: 5px auto;
    color: #000;
}

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

.productViewName {
  overflow: hidden;
  color: #231f20;
  width: calc(100% - 20px);
  font-size: 14px;
  float: left;
  text-align: left;
  height: 20px;
  display: flex;
  gap: 5px;
  align-items: flex-end;
  text-transform: lowercase;
  margin-bottom: 10px;
}

.productViewPrice {
  overflow: hidden;
  color: #231f20;
  font-size: 12px;
  margin-left: 20px;
  height: 18px;
}

.badgeContainer {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  max-width: 20%;
  width: 100%;
  gap: 5px;
}

.badgeFile {
  position: relative;
  width: auto;
  height: auto;
}

.badgeFileItau {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 50px;
  height: auto;
  display: none !important;
}

.oldPrice {
  color: #9a9a9a;
    position: relative;
    margin-right: 10px;

}

.oldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(0deg);
  color: #9a9a9a;
}

.productViewTop .preorderBadge {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
}

.productViewTopImg {
  overflow: hidden;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition-property: opacity;
  transition-duration: 0.3s;
  aspect-ratio: var(--slider-for-aspect-ratio);
}

.productViewTop.secondImg {
  opacity: 0;
}
.productViewContainer
iframe {
  width: 100%;
  aspect-ratio: var(--slider-for-aspect-ratio);
  height: 100%;
}
.productViewContainer:hover .productViewTop.secondImg {
  opacity: 1;
}
.secondImg{
    opacity: 0;
    position: absolute !important;
    left: 0;
    top: 0;
}

.productViewContainer:hover .productViewTop.firstImg {
  opacity: 0;
}

.removeWishlistProduct {
  background-color: #80808040;
  border-radius: 5px;
  height: 30px;
  width: 30px;
  background-size: 50%;
  bottom: 37px;
  z-index: 5;
  top: 0;
}
.productViewImagesContainer{height: auto;width: 100%;position: relative;}

@media (max-width: 1024px) {
  .content {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .productViewContainer {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    padding-top: 20px;
    text-align: center;
    margin: unset;
  }

  .productViewName{
    flex-wrap:wrap;
    height:auto;
    width: calc(100% - 24px);
    margin-top: 4px;
  }

  .productViewTop {
    overflow: hidden;
  }
  .productViewImage {
    height: auto;
  }

  .productViewPrice {
    font-size: 14px;
    margin-left: 0;
    margin-top: 4px;
  }

  .figureBackground {
    height: 20px;
    width: 20px;
    right: 0px;
  }

  .addWishlistProduct {
    background-size: 100%;
    height: 20px;
    width: 20px;
  }

  .remove-WishlistProduct {
    background-size: 100%;
    height: 20px;
    width: 20px;
  }

  .productViewTopImg {
    background-size: cover;
  }

  .productViewContainer .badgeFile {
    right: 0;
    max-width: 93px;
  }
  .bankPriceImg{
    top: -1px;
  }
}
