.productViewImagesContainer {
  width: 100%;
  position: relative;
  aspect-ratio: 227/236;
  /* aspect-ratio: var(--main-img-product); */
  overflow: hidden;
  /* border-radius: 8px; */
}

.productViewContainer {
  position: relative;
  float: left;
  width: 99%;
  height: auto;
  cursor: pointer;
  margin-right: 0%;
  margin-left: 0%;
  top: 0;
  margin-bottom: 15px;
  transition: top 0.3s ease-out;
  -moz-transition: top 0.2s ease-out;
  -webkit-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #2121214D;
}

.productViewPrice,
.bankPrice {
  transition: opacity 0.5s ease;
}

.figureBackground {
  top: 18px !important;
  right: 20px;
  width: 28px;
  height: 28px;
  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: #f8f8f8;
}

.hover-button {
  position: absolute;
  /* bottom: 12px; */
  left: 16px;
  right: 16px;
  background: #E40E00;
  color: white;
  text-align: center;
  padding: 10px 12px;
  border-radius: 8px;
  /* opacity: 0; */
  /* visibility: hidden; */
  /* transition: opacity 0.3s ease, visibility 0.3s ease; */
  border: 1px solid #E40E00;
  transition: 0.8s all ease;
  bottom: -70px;
}

.addWishlistProduct {
  background-image: url(../../files/heartIcon.svg);
  height: 28px;
  width: 28px;
  background-size: 60%;
}

.remove-WishlistProduct {
  background-image: url(../../files/heart-filled.svg);
  height: 28px;
  width: 28px;
  /* background-position: 48% 42%; */
  background-size: 60%;
}

.secondImg {
  opacity: 0;
  position: absolute !important;
  left: 0;
  top: 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.4;
  aspect-ratio: var(--main-img-product);
  -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;
  /* padding: 20px 20px 8px; */
  box-sizing: border-box;
  border-radius: 8px 8px 0px 0px;
  /* margin: 0% 0% 2.5%; */
}

.productViewBottom {
  height: auto;
  overflow: hidden;
  width: 90%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  margin: 13px auto 13px;
  font-family: var(--Syne);
}

.productViewImage {
  height: 100%;
  width: 100%;
}

.productViewName {
  position: relative;
  margin-top: 0px;
  margin-bottom: 5px;
  height: auto;
  width: 100%;
  min-height: 40px;
  transition: opacity 0.5s ease;
}

.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;
  position: relative;
  float: left;
  font-weight: var(--prices-font-weight);
  font-size: 17px;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #E40E00;
}

.mainPrices {
    display: flex;
    gap: 10px;
    align-items: baseline;
    margin-bottom: 2px;
}

.bankPrices {
    display: flex;
}

.productViewPrice > div {
  margin-right: 10px;
}
.priceContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1px;
  width: 100%;
  justify-content: center;
}

.badgeFile {
  position: relative;
  width: 75px;
  float: left;
  height: auto;
}

.noStockBadgeFile {
    width: 100px;
}

.oldPrice {
  position: relative;
  color: var(--secondary);
  opacity: 30%;
  text-decoration: line-through;
  text-decoration-color: var(--secondary);
  font-size: 16px;
  bottom: 1px;
}

.oldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 1px);
  right: 0;
  border-top: 0px solid;
  border-color: inherit;
}

.bankPrice {
  position: relative;
  overflow: visible;
  display: flex;
  font-weight: var(--prices-font-weight);
  /* margin-top: 10px; */
  font-size: 15px;
  align-items: center;
}

.bankPriceRow {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  margin-right: 13px;
}

.bankPrices .bankPriceRow:nth-of-type(2) .bankPriceImg {
  height: 20px;
}

.bankPriceImg {
  /* top: 1px; */
  position: relative;
  height: 14.5px;
  margin-right: 5px;
  width: auto;
}

.transferImg {
  height: 20px;
}

.bankPriceText {
  position: relative;
  float: left;
}

.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: 16px;
  left: 16px;
  max-width: 25%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media screen and (max-width: 768px) {
  .productViewContainer {
    width: 99%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
    margin-bottom: 10px;
  }

  .figureBackground,
  .addWishlistProduct,
  .remove-WishlistProduct {
    width: 30px;
    height: 30px;
  }

  .addWishlistProduct, .remove-WishlistProduct {
    position: relative;
    /* top: 1px; */
  }

  .remove-WishlistProduct {
  background-image: url(../../files/heart-filled.svg);
}

  .newPriceContainer {
    gap: 10px;
  }

  .productViewContainer .bankPriceRow {
    font-size: 16px;
    /* margin-right: 5px; */
  }

  .bankPriceImg {
    height: 15px;
    /* margin-right: 3px; */
  }

  .productViewTop {
    overflow: hidden;
    height: 100%;
  }

  .productViewImage {
    height: auto;
  }

  .productSlide .badgeFile {
    top: 0;
  }

  .productViewName {
    margin-bottom: 4px;
    /* margin-top: 9px; */
    margin-left: 0;
    width: 100%;
    height: auto;
  }

  .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: 16px;
    margin-bottom: 0;
  }

  .oldPrice {
    font-size: 16px;
  }

  .oldPrice:before {
    border-top: 1px solid;
  }

  .productViewBottom {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .transferImg {
    height: 20px;
    margin-right: 7px;
    width: auto !important;
    margin-left: 25px;
  }

  .bankPrice {
    margin-left: 0;
    margin-top: 0px;
    flex-wrap: wrap;
    height: auto;
  }

  .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);
    background-size: 60%;
    /* background-position: 48% 53%; */
  }

  .productViewContainer:hover .productViewPrice,
  .productViewContainer:hover .bankPrice {
    opacity: 0;
  }

  .productViewContainer:hover .hover-button {
    bottom: 3.5%;
  }

  .hover-button:hover {
    background: white;
    color: #E40E00;
  }
}
