.productViewImagesContainer {
  width: 100%;
  position: relative;
  aspect-ratio: 1/1.4;
  overflow: hidden
}

.productViewContainer {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-right: 0%;
  margin-left: 0%;
  top: 0;
  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
}

.productViewImagesContainer .figureBackground {
  bottom: 15px;
  right: 13px;
  width: 39px;
  height: 37px;
  background: var(--white);
  border-radius: unset;
  display: none;
  justify-content: center;
  align-items: center
}

.productViewContainer:hover .figureBackground {
  display: flex
}

.addWishlistProduct {
  background-image: url(../../files/heartIconView.png);
  background-position: center;
  height: 32px;
  width: 32px;
}

.remove-WishlistProduct {
  background-image: url(../../files/heartFill.svg);
  height: 30px;
  width: 30px;
}

.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;
  height: 100%!important;
  width: 100%;
  margin-top: 0;
  aspect-ratio: 1/1.4;
  -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;
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  margin-top: 15px;
  font-family: var(--font1);
  font-size: 13px;
  gap: 3px;
  line-height: var(--base-line-height);
  color: var(--black);
}

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

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

.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;
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  overflow: hidden;
  margin-top: 6.5px;
  align-items: center;
  margin-right: 6px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  font-family: var(--font1)
}

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

.oldPrice {
  position: relative;
  color: var(--footerColumn-titleColor);
  margin-right: 6px
}

.oldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 40%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit
}

.bankPrice {
  font-family: var(--font1);
  position: relative;
  height: auto;
  overflow: hidden;
  display: flex;
  font-size: 13px;
  font-weight: 600;
}

.specGroupTitle {
  display: none
}
.productViewContainer .pvSpecValue {
    height: 25px;
}
.productViewContainer .pvSpecImage {
  width: 16px;
  height: 16px;
  border-radius: 0;
  padding: 3px 0px;
  border-bottom: 1px solid transparent;
}
.productViewContainer .pvSpecValue.pvSelectedSpec .pvSpecImage {
    border:none;
}
.productViewContainer .pvSpecValue.pvSelectedSpec .pvSpecImage {
  width: 16px;
  height: 16px;
  border-bottom: 1px solid var(--base);
}

.productViewContainer .pvSpecValue.noImageSpec.pvSelectedSpec {
  font-weight: 600
}

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

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

.transferImg {
  height: 20px
}

.bankPriceText {
  position: relative;
  float: left;
  margin-left: 3px;
  margin-top: 5px
}

.groupContainer .specGroupTitle {
  display: none
}

.transferText {
  margin-left: 0
}

.bankPriceText.bank4 {
  color: var(--santander)
}

.bankPriceText.bank5 {
  color: var(--scotia)
}

.bankPriceText.bank16 {
  color: var(--scotiaBlack)
}

.bankPriceText.bank12 {
  color: #000
}

.badgesContainer {
  position: absolute;
  top: 15px;
  left: 15px
}

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

  .badgeFile {
  height: 3rem;
  }

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

  .figureBackground {
      top: 3px;
      right: 0
  }

  .productViewContainer .bankPriceRow {
      font-size: 13px
  }

  .bankPriceImg {
      height: 17px;
      margin-top: 0
  }

  .productViewTop {
      overflow: hidden
  }

  .productViewImage {
      height: auto
  }

  .productSlide .badgeFile {
      top: 0
  }

  .productViewName {
      margin-bottom: 4px;
      margin-top: 18px;
      width: 100%;
      padding-left: 0;
      font-weight: 400;
      font-size: 13px
  }

  .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: 13px;
      margin: 0;
      margin-top: 7px;
      margin-right: 15px;
      gap: 10px;
  }

  .oldPrice:before {
      top: calc(50% - 1px);
      border-top: 1px solid
  }

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

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

  .bankPrice {
      width: auto;
      flex-wrap: wrap;
      gap: 10px;
  }

  .productViewContainer .figureBackground {
      width: 37px;
      height: 37px;
      opacity: 1;
      top: unset;
      bottom: 12px;
      right: 10px;
      display: flex
  }
}

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

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