.productViewImagesContainer {
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden
}

.productViewContainer {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-right: 0%;
  margin-left: 0%;
  top: 0;
  margin-bottom: 15px;
  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: 5px;
  margin-right: 9px;
  right: 0px;
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 50%;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}

.addWishlistProduct {
  background-image: url(../../files/heartIcon.svg);
  width: 18px;
  height: 18px;
  background-size: 18px;
}

.remove-WishlistProduct {
  background-image: url(../../files/heart-filled.svg);
  width: 18px;
  height: 18px;
  background-size: 18px;
}

.secondImg {
  opacity: 0;
  position: absolute!important;
  left: 0;
  top: 0
}

.productViewContainer:hover .secondImg {
  opacity: 1
}

.productViewContainer:hover .firstImg {
  opacity: 0
}

.productViewTop iframe {
  width: 100%;
  height: 100%
}

.productViewTop {
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  margin-top: 0;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  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
}

.productViewBottom {
  height: auto;
  overflow: hidden;
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
  margin-top: 5px;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  align-items: flex-start;
}

.containerBrandAndFavorite {
  width: 100%;
  display: flex
}

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

.productViewBrand {
  position: relative;
  margin-top: 5px;
  margin-bottom: 3px;
  height: auto;
  color: var(--third);
  text-transform: uppercase;
  width: calc(100% - 30px);
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
}

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

.productViewPrice {
  display: flex;
  position: relative;
  float: left;
  /* height: 15px; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  font-size: 13px;
  width: fit-content;
  overflow: hidden;
  margin-top: 3.5px;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  margin-bottom: 3.5px;
  }

.badgeFile {
  position: relative;
  width: 80px;
  float: left;
  height: auto
}

.productViewName {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: auto;
  color: var(--base);
  width: calc(100% - 30px);
  font-weight: 400;
  font-size: 13px;
}

.oldPrice {
  position: relative;
  color: var(--lighter-base);
  margin-right: 13px
}

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

.bankPrice {
  position: relative;
  height: auto;
  overflow: hidden;
  display: flex;
  margin-top: 2.5px;
}

.bankPriceRow {
  position: relative;
  height: 17px;
  /* margin-top: 3.5px; */
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-right: 13px;
  font-size: 13px;
}

.bankPriceImg {
  /* top: 1px; */
  position: relative;
  /* height: 14.5px; */
  margin-right: 5px;
  width: fit-content;
  position: relative;
  width: 1.4vw;
  max-width: 32px;
  margin-right: 4px;
}

.transferImg {
  height: 20px
}

.bankPriceText {
  position: relative;
  float: left;
  margin-top: 5px
}

.transferText {
  margin-left: 0
}

.bankPriceText.bank4 {
  color: var(--santander)
}

.bankPriceText.bank1 {
  color: var(--itau)
}

.bankPriceText.bank5 {
  color: var(--scotia)
}

.bankPriceText.bank16 {
  color: var(--scotiaBlack)
}

.bankPriceText.bank12 {
  color: #000
}

.badgesContainer {
  position: absolute;
  top: 15px;
  /* left: 15px; */
  /* max-width: 25%; */
}

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

  .figureBackground,.addWishlistProduct,.remove-WishlistProduct {
      width: 30px;
      height: 30px
  }

  .productViewContainer .bankPriceRow {
      font-size: 13px
  }

  .bankPriceImg {
      /* height: 16px; */
      width: 2.8vh;
  }

  .productViewTop {
      overflow: hidden
  }

  .productViewImage {
      height: auto
  }

  .productSlide .badgeFile {
      top: 0
  }

  .productViewName {
      margin-bottom: 1px;
      margin-top: 1px;
      margin-left: 0;
      width: 100%
  }

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

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

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

  .productViewPrice {
      justify-content: left;
      font-size: 13px;
      margin-bottom: 0
  }

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

  .productViewBottom {
      height: auto;
      min-height: 0
  }

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

  .bankPrice {
      margin-left: 0;
      margin-top: 2px;
      width: 100%;
      flex-wrap: wrap
  }

  .productViewContainer .figureBackground {
      opacity: 1;
      background: transparent;
      z-index: 4;
  }

  .quickView {
      display: none!important
  }
}

@media screen and (min-width: 1100px) {
  .addWishlistProduct:hover {
      background-image:url(../../files/heart-filled.svg)
  }

  .remove-WishlistProduct:hover {
      background-image: url(../../files/heartIcon.svg)
  }
}
