.productViewImagesContainer {
  width: 100%;
  position: relative;
  aspect-ratio: var(--slider-products-aspect-ratio);
  overflow: hidden;
}

figure.productViewImagesContainer {
  aspect-ratio: unset;
}

.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 {
  right: 15px;
  border-radius: 0px;
  -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: transparent;
  width: 40px;
  bottom: 15px !important;
  height: 40px;
  overflow: hidden;
}

.addWishlistProduct {
  background-image: url(../../files/heartIcon.svg);
  width: 40px;
  height: 40px;
  background-size: 20px;
  bottom: -5rem;
  position: absolute;
  /* transition: all 0.45s; */
  background-color: white;

}

a.productViewContainer:hover .addWishlistProduct {
  bottom: 0px;
}

.remove-WishlistProduct {
  background-image: url(../../files/heart-filled.svg);
  width: 40px;
  height: 40px;
  background-size: 20px;
  bottom: -5rem;
  position: absolute;
  /* transition: all 0.45s; */
  background-color: white;

}

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

a.productViewContainer:hover .remove-WishlistProduct {
  bottom: 0px;
}

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

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

.badgeFilesContainer {
  max-width: var(--badge-container-width);
  height: auto;
  width: auto;
}

.productViewTop iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: scale(1.2);
}

.productViewContainer .pvSpecValue {
  height: auto !important;
}

img.preorderBadge {
  /* width: auto; */
  /* height: auto; */
  /* max-height: 100%; */
  /* max-width: 100%; */
}

.badgeFilesContainer {
  position: absolute;
  top: 12px;
  display: flex;
  left: 12px;
  flex-direction: row;
  gap: 13px;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 24px);
  max-width: unset;
  overflow: hidden;
  flex-wrap: wrap;
}

.productViewTop {
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  margin-top: 0;
  aspect-ratio: var(--slider-products-aspect-ratio);
  -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-items: flex-start;
  align-content: flex-start;
  position: relative;
  margin-top: 20px;
  color: var(--h1);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  flex-direction: row;
}

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

.productViewName {
  position: relative;
  margin-top: 5px;
  margin-bottom: 4px;
  height: auto;
  width: 100%;
  font-size: 13px;
}

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

.productViewPrice {
  display: flex;
  position: relative;
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 100%;
  overflow: hidden;
  margin-top: 2px;
  align-items: center;
  justify-content: flex-start;
  margin-right: 12px;
  font-size: var(--price-font-size);
  float: left;
  font-weight: var(--semibold-font-weight);
  margin-bottom: 2px;
}

.badgeFile,
img.preorderBadge {
  position: relative;
  float: left;
  height: auto;
  width: 30% !important;
  height: auto;
}

img.badgeFile.sale-badge {}

.badgeFilesContainer img {}

#productData .badgeFile,
.badgeFile2 {
  width: auto;
  height: auto;
  max-width: 90px;
}

.oldPrice {
  position: relative;
  color: #9A9A9A;
  margin-right: 13px;
  font-weight: var(--semibold-font-weight);
}

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

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

.productViewContainer .lds-ring {
  display: none !important;
}

.bankPriceRow {
  position: relative;
  /* height: 24px; */
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.specGroupTitle {
  display: none;
}

.productViewContainer .pvSpecImage {
  border-radius: 0px;
  width: 22px !important;
  height: 22px !important;
  padding: 3px;
  box-sizing: border-box;
  border: 1px solid transparent;
}

.productGroupInfo.productInfoDescriptionText {}

.productViewContainer img.pvSpecImage {
  width: 29px !important;
  height: 29px !important;
  border-radius: 0px !important;
}


.productViewBottom .specGroupTitle {
  display: none !important;
}

.bankPriceImg {
  position: relative;
  height: 21px;
  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: 10px;
  right: 10px;
}

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

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

  .badgeFilesContainer {
    /* max-width: 60px; */
    /* gap: 5px; */
  }

  .figureBackground,
  .addWishlistProduct,
  .remove-WishlistProduct {
    width: 35px;
    height: 35px;
    bottom: unset;
  }

  .figureBackground {
    bottom: 10px !important;
    right: 10px;
  }


  .bankPriceImg {
    height: 20px;
    top: -2px;
  }

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

  .productViewImage {
    height: auto;
  }

  .badgeFile {
    /* width: 55px; */
  }

  .productSlide .badgeFile {
    top: 0;
  }

  .badgeFilesContainer img {
    /* height: 20px; */
  }

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

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

  .productViewContainer .pvSpecImage {
    width: 30px !important;
    height: 30px !important;
  }

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

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

  .productViewPrice {
    justify-content: left;
    /* font-size: var(--base-font-size); */
    /* margin-right: 0%; */
    margin-bottom: 8px;
    float: left;
  }

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

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

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

  .bankPrice {
    margin-left: 0;
    width: fit-content;
    margin-bottom: 10px;
    float: left;
    margin-top: 5px;
    overflow: visible;
    flex-wrap: wrap;
    /* font-size: var(--base-font-size); */
  }

  .bankPriceRow {
    display: flex;
    align-items: center;
    overflow: visible;
  }


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

  .quickView {
    display: none !important;
  }

  .priceContainer1 {
    align-items: center;
  }

  .removeWishlistProduct {
    opacity: 1;
    bottom: 7px;
    z-index: 1;
  }
}

@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/heart-filled.svg);
  }

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

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