.productViewImagesContainer {
  position: relative;
  width: 100%;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
 .productSlide .productViewContainer {
    width: 100%;
} 
.productViewContainer {
  position: relative;
  background: var(--secondary);
  float: left;
  cursor: pointer;
  overflow: hidden;
  margin-right: 0%;
  margin-left: 0%;
  top: 0;
  margin-bottom: 15px;
  background-color: white;
  border: 1px solid var(--lighter-base);
  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;
  right: 9px;
  width: 35px;
  height: 35px;
  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;
  background: rgba(255, 255, 255, 0.6);
}

.addWishlistProduct {
  background-image: url(../../files/starIcon.svg);
}

.remove-WishlistProduct {
  background-image: url(../../files/starFilled.svg);
}

.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;
  Aspect-ratio: 1/1;
  height: 85%;
  width: 90%;
  margin-top: 0;
  -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;
  transition-property: opacity;
  transition-duration: 0.3s;
}

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

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

.productViewName {
  position: relative;
  margin-top: 5px;
  margin-bottom: 6px;
  height: 40px;
  width: 85%;
  color: #6D6A6A;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.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: flex;
  flex-direction: row-reverse;
  position: relative;
  float: left;
  text-align: left;
  height: 30px;
  width: -webkit-fit-content;
  min-width: 64px;
  width: -moz-fit-content;
  color: var(--price-product);
  width: fit-content;
  overflow: hidden;
  margin-top: 6.5px;
  align-items: center;
  font-size: var(--menu-line-height);
  font-weight: 600;
  justify-content: start;
  margin-bottom: 8px;
}

.badgeFile {
  position: relative;
  width: 70px;
  float: left;
  height: auto;
  margin-bottom: 10px;
}

.oldPrice {
  position: relative;
  color: var(--lighter-base);
  margin-left: 10px;
  font-weight: 400;
}

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

.bankPrice {
  position: relative;
  height: auto;
  overflow: hidden;
  display: flex;
}

.bankPriceRow {
  position: relative;
  height: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-right: 13px;
}

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

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

.productViewTop {
}

.buyContainer {
  display: flex;
  width: 100%;
  height: 30px;
  line-height: 30px;
  bottom: -40px;
  left: 0%;
  float: left;
  position: absolute;
  justify-content: center;
}

.productViewContainer:hover .buyContainer {
  bottom: 20px;
  height: 46px;
  background-color: var(--btn-hover);
}

@media screen and (max-width: 768px) {
  .productViewContainer {
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
    margin-bottom: 10px;
  }
  .figureBackground,
  .addWishlistProduct,
  .remove-WishlistProduct {
    width: 46px;
    height: 46px;
  }
  .productViewImagesContainer {
    display: flex;
    align-items: center;
}
  .productViewContainer .bankPriceRow {
    font-size: 13px;
  }

  .bankPriceImg {
    height: 16px;
  }

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

  .productViewImage {
    height: auto;
  }

  .productSlide .badgeFile {
    top: 0;
  }

  .productViewName {
    margin-bottom: 4px;
    margin-top: 9px;
    margin-left: 0;
    width: 100%;
    font-size: var(--product-name);
  }

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

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

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

  .productViewPrice {
    color: var(--price-product);
    justify-content: left;
    font-size: 24px;
    font-weight: 600;
    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: 5px;
    width: 100%;
    flex-wrap: wrap;
  }

  .productViewContainer .figureBackground {
    opacity: 1;
  }

  .quickView {
    display: none !important;
  }
}

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

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