.productViewContainer {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
  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;
  z-index: 0;
}
.productSlide .figureBackground {
  color: red;
}
.productViewImagesContainer {
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #f6f6f6;
}

.lastAddedContainer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 0;
  width: calc(90% - 40px);
  margin: 50px auto;
}

.productViewImagesContainer .figureBackground {
  right: 10px;
  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.8);
  height: 30px;
  width: 30px;
  bottom: 12px !important;
}

.addWishlistProduct {
  background-image: url(../../files/heart2.svg);
  height: 32px;
  width: 30px;
  background-size: 15px;
  background-position: center;
}

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

.figureBackground .remove-WishlistProduct {
  background-image: url(../../files/heartFilled2.svg);
  /* filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(307deg) brightness(103%) contrast(101%); */
  height: 30px;
  width: 30px;
  background-size: 15px;
  /* -webkit-filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(307deg) brightness(103%) contrast(101%); */
}

.cartButtonContainer {
  right: 10px;
  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 cubic-bezier(0.39, 0.58, 0.57, 1);
  background: rgba(255, 255, 255, 0.8);
  height: 30px;
  width: 30px;
  bottom: 50px;
}

.cartButton {
  background-image: url(../../files/bag.svg);
  height: 30px;
  width: 30px;
  display: block;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.remove {
  background-image: url(../../files/heartFilled2.svg);
  height: 32px;
  width: 30px;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.remove:hover {
  background-image: url(../../files/heart2.svg);
}
.productViewContainer:hover .figureBackground,
.productViewContainer:hover .cartButtonContainer {
  /* opacity: 1; */
}

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

.productViewContainer:hover .secondImg {
  opacity: 1;
}

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

.productViewTop iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.productViewTop {
  overflow: hidden;
  -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;
  position: relative;
  margin: auto;
  width: 75%;
  height: 100%;
  aspect-ratio: 1/1;
  /* padding: 30px; */
  box-sizing: border-box;
  object-position: center;
  margin: auto;
  display: block;
}

.productViewBottom {
  height: auto;
  overflow: hidden;
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  margin: 15px 0px 0;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  flex-direction: row;
  font-weight: 500;
  letter-spacing: 1px;
  justify-content: space-between;
}
.nameandPrice {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}
.productViewImage {
  height: 100%;
  width: 100%;
}

.productViewAuthor {
  position: relative;
  /* margin: 0; */
  margin-top: 5px;
  margin-bottom: 3px;
  height: auto;
  line-height: 20px;
  text-align: left;
  font-size: 16px;
  width: 100%;
  font-style: normal;
  font-weight: var(--base-font-weight);
  color: #bdbdbd;
}

.productViewName {
  position: relative;
  float: left;
  flex-direction: column;
  width: 100%;
  overflow: auto;
  height: auto;
  line-height: 23px;
  font-size: 18px;
  margin-top: 5px;
  margin: 7px 0px;
  font-weight: 100;
  /* text-transform: lowercase; */
  text-align: left;
  color: #000;
}

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

.productViewPrice {
  display: flex;
  position: relative;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  margin-top: 5px;
  align-items: start;
  justify-content: center;
  gap: 8px;
  height: auto;
  line-height: 23px;
  /* margin-right: 12px; */
  margin: 7px auto;
  margin-right: 0;
  color: #000;
  font-size: var(--price-font-size);
  font-weight: var(--price-font-weight);
}

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

.oldPrice {
  position: relative;
  color: var(--lighter-base);
  /* margin-right: 13px; */
  font-weight: 400;
  font-size: var(--oldPrice-font-size);
}

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

.bankPrice {
  position: relative;
  height: auto;
  overflow: hidden;
  display: flex;
  margin-top: 1px;
  font-weight: var(--price-font-weight);
  font-size: var(--price-font-size);
}

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

.bankPriceRow .bankPriceImg {
  top: 0px;
  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: 10px;
  left: 10px;
  display: none;
}

.priceContainer1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .productViewContainer {
    width: 90%;
    height: auto;
    overflow: hidden;
    display: block;
    /* margin-bottom: 15px; */
    text-align: center;
    /* margin-bottom: 40px; */
    margin-top: 0;
    margin-inline: auto;
  }
  .lastAddedContainer {
    width: 90%;
    grid-template-columns: repeat(1, 1fr);
  }
  .figureBackground {
    bottom: 10px;
  }

  .figureBackground,
  .cartButtonContainer {
    opacity: 1;
    right: 11px;
  }

  .cartButtonContainer {
    margin-top: 5px;
  }

  .bankPriceImg {
    height: 15px;
  }

  .productViewImage {
    height: auto;
  }

  .badgeFile {
    width: 49px;
  }

  .productSlide .badgeFile {
    top: 0;
  }

  .productViewName {
    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;
    /* width: 100%; */
    /* margin-right: 0%; */
  }

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

  .productViewBottom {
    height: auto;
    min-height: 0;
    width: 100%;
    /* margin: 0 auto; */
  }

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

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

  .sliderGroupSliderContainer .productViewContainer .figureBackground {
    opacity: 1;
    bottom: 10px;
    right: 10px;
  }

  .quickView {
    display: none !important;
  }

  .priceContainer1 {
    align-items: center;
  }
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
  .badgeFile {
    width: 70px;
  }
}

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

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

@media screen and (min-width: 2560px) {
  .badgeFile {
    position: relative;
    width: 80px;
    float: left;
    height: auto;
  }
}
