
.productViewImagesContainer {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #DBDBDB;
  width: 100%;
  aspect-ratio: var(--main-img-product);
}

.productViewContainer {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-right: 0%;
  margin-left: 0%;
  top: 0;
  margin-bottom: 15px;
  background: #fff;
  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 {
  bottom: unset!important;
  top: 18px;
  right: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: var(--base-aux);
}

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

.remove-WishlistProduct {
  background-image: url(../../files/heart-filled.svg);
  background-size: 60%;
  -webkit-filter: var(--icons-invert);
  filter: var(--icons-invert);
  height: 25px;
  width: 25px;
}

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

.productViewTop iframe {
  width: 100%;
  height: 100%;
}
.productViewTop {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 0;
  aspect-ratio: var(--main-img-product);
  -o-object-fit: contain;
  object-fit: contain;
  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;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.productViewBottom {
  height: auto;
  overflow: hidden;
  width: 100%;
  padding: 12px 12px;
  box-sizing: border-box;
  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;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  background: var(--base-aux);
  font-weight: 500;
}

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

.productViewName {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  height: auto;
  width: 90%;
  
   /* Number of lines to display before clamping */
  min-height: 40px;
}

.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;
  float: left;
  height: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 100%;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: start;
  margin-right: 10px;
  margin-bottom: 8px;
  font-weight: var(--prices-font-weight);
}

.badgeFile,
.preorderBadge {
  position: relative;
  float: left;
  height: auto;
  display: block;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  height: 28px;
  width: fit-content;
}

.oldPrice {
  position: relative;
  color: var(--base);
  margin-right: 10px;
  opacity: 30%;
  -webkit-text-decoration-color: var(--base);
          text-decoration-color: var(--base);
}

.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;
  height: auto;
}

.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;
  height: 18px;
  margin-bottom: 6px;
  overflow: visible;
  font-weight: var(--prices-font-weight);
}

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

.transferImg {
  height: 20px;
}

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

.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: 12px;
  left: 12px;
  max-width: 49%;
  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;
}

@media screen and (max-width: 768px) {
  .productViewContainer {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
    margin-bottom: 16px;
  }
  img.badgeFile {
    width: 100%;
  }
  .figureBackground,
  .addWishlistProduct,
  .remove-WishlistProduct {
    width: 32px;
    height: 32px;
    top: 16px;
  }

  .productViewContainer .bankPriceRow {
    font-size: 14px;
  }

  .bankPriceImg {
    height: 16px;
  }

  .productViewTop {
    overflow: hidden;
    height: 100%;
  }

  .productViewImage {
    height: auto;
  }

  .productSlide .badgeFile {
    top: 0;
  }

  .productViewName {
    margin-bottom: 8px;
    margin-top: 9px;
    margin-left: 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;
    justify-content: left;
    font-size: 14px;
    margin-bottom: 8px;
  }

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

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

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


  .productViewContainer .figureBackground {
    opacity: 1;
  }

  .quickView {
    display: none !important;
  }
}

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

  .productViewImagesContainer:hover .firstImg {
    opacity: 0;
  }
  .remove-WishlistProduct:hover {
    background-image: url(../../files/heartIcon.svg);
  }
}