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

.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 {
  bottom: 10px !important;
  right: -3px;
  position: relative;
  height: 22px;
  width: 22px;
  bottom: unset !important;
  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;
}

.addWishlistProduct {
  background-image: url(../../files/heartIcon.png);
  height: 20px;
  width: 20px;
  background-size: 100%;
}

.remove-WishlistProduct {
  background-image: url(../../files/heart-filled.svg);
  height: 20px;
  width: 20px;
  background-size: 100%;
}

.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%;
  pointer-events: none;
}

.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: 90%;
  margin: auto;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  position: relative;
  margin-top: 19px;
  row-gap: 6px;
  color: var(--h1);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  flex-direction: row;
  font-weight: 500;
}

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

.productViewName {
  position: relative;
  margin-top: 5px;
  margin-bottom: 0px;
  height: auto;
  text-transform: uppercase;
  width: calc(100% - 23px);
  font-size: var(--base-font-size);
  font-weight: var(--base-font-weight);
}

.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;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  line-height: normal;
  font-size: var(--base-font-size);
  font-weight: var(--base-font-weight);
}

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

#productData .badgeFile {
  width: 55%;
}

.oldPrice {
  position: relative;
  color: #acacac;
  margin-right: 13px;
  font-weight: initial;
}

.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: 0px;
  font-weight: var(--semibold-font-weight);
  font-size: var(--price-font-size);
}

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

.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: 20px;
  left: 15px;
}

.badgesContainer img {
  height: 13px;
  width: auto;
}

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

.productViewContainer .groupContainer {
  align-items: center;
}

.productViewContainer .specGroupTitle {
  display: none;
}

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

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

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

  .figureBackground,
  .addWishlistProduct,
  .remove-WishlistProduct {
    width: 21px;
    height: 21px;
  }

  .figureBackground {
    bottom: 10px;
  }

  .bankPriceImg {
    height: 15px;
    top: -1px;
  }

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

  .productViewImage {
    height: auto;
  }

  .badgeFile {
    width: 55px;
  }

  .productSlide .badgeFile {
    top: 0;
  }

  .productViewName {
    margin-top: 9px;
    margin-left: 0;
    width: calc(100% - 28px);
    font-size: var(--base-font-size);
  }

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

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

  .productViewPrice {
    justify-content: left;
    font-size: var(--base-font-size);
    margin-right: 15px;
  }

  .productViewContainer .specGroupTitle {
    display: none;
  }

  .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;
    width: fit-content;
    flex-wrap: wrap;
    font-size: var(--base-font-size);
  }

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

  .quickView {
    display: none !important;
  }

  .priceContainer1 {
    align-items: center;
  }

  .removeWishlistProduct {
    opacity: 1;
    bottom: 0px;
    z-index: 4;
    margin-top: 7px;
  }
}

@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);
    background-size: 100%;
  }

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

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