.productViewImagesContainer {
  width: 100%;
  position: relative;
  aspect-ratio: 1/1.4;
  aspect-ratio: 374/493;
  overflow: hidden;
  transition: border-radius 0.5s ease-in-out
}

.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: 0;
  top: 2px;
  width: 30px;
  height: 30px;
  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: transparent;
  margin-top: 4px;
}

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

.remove-WishlistProduct {
  background-image: url(../../files/heart-filled.svg);
  filter: brightness(0) saturate(100%) invert(17%) sepia(0%) saturate(1702%) hue-rotate(322deg) brightness(98%) contrast(97%);
}


.addWishlistProduct,
.remove-WishlistProduct {
  filter: brightness(0) saturate(100%) invert(17%) sepia(0%) saturate(1702%) hue-rotate(322deg) brightness(98%) contrast(97%);
  height: 30px;
  width: 30px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(0%) saturate(1702%) hue-rotate(322deg) brightness(98%) contrast(97%);
}

.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;
}

.productViewBottom {
  height: auto;
  overflow: hidden;
  width: auto;
  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);
  justify-content: flex-start;
  margin: 10px 12px 0 16px;
}

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

.productViewName {
  position: relative;
  margin-top: 14px;
  margin-bottom: 8px;
  height: auto;
  width: 100%;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  margin-right: 30px;
}

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

.productViewPrice {
  display: flex;
  position: relative;
  float: left;
  height: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  margin-bottom: 8px;
  font-weight: var(--prices-font-weight);
}

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

.oldPrice {
  position: relative;
  color: var(--base);
  margin-right: 13px;
  opacity: 30%;
  text-decoration: line-through;
  text-decoration-color: var(--base);
  font-weight: 400;
}

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

.bankPrice {
  position: relative;
  height: 15px;
  overflow: hidden;
  display: flex;
  font-weight: var(--prices-font-weight);
}

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

.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: 12px;
  left: 12px;
  max-width: 20%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.productViewContainer:hover .quickView {
  bottom: 10px;
}

.quickViewButton {
  line-height: 35px;
  width: fit-content;
  text-align: center;
  display: block;
  position: absolute;
  box-sizing: border-box;
  font-size: 14px;
  z-index: 4;
  width: 100%;
  height: 42px;
  font-weight: 500;
  background-color: transparent;
}

.quickView {
  width: calc(100% - 22px);
  height: 35px;
  position: absolute;
  border-radius: 26px;
  left: 11px;
  transition: all 0.2s;
  background: #ffffffe6;
  bottom: -40px;
}

.quickView:hover {
  background: var(--add-to-cart-btn-hover);
  border-radius: 26px;
  color: var(--add-to-cart-btn-font-hover);
}

.specGroupsContainer .specGroupTitle {
  display: none
}

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


.productViewContainer .pvSpecValue.pvSelectedSpec p {
  border-bottom: 1px solid var(--base);
  border-radius: 0;
}

.specImage[title="Blanco"],
.specImage[title="BLANCO"],
.pvSpecImage.whiteBorder,
.specImage[title="Blanca"] {
  border: 1px solid var(--lighter-base);
  width: 13px;
  height: 13px;
}

 .productViewContainer .pvSpecImage.whiteBorder{
     border: 1px solid var(--lighter-base);
  width: 13px;
  height: 13px;

 }


.productViewContainer .pvSpecValue.pvSelectedSpec .pvSpecImage.whiteBorder {
  width: 13px;
  height: 13px;
  border: 1px solid var(--base);
}


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

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



  .bankPriceImg {
    height: 16px;
    bottom: 1px;
  }

  .productViewImagesContainer {
    aspect-ratio: 358/471;
    min-height: 470px;
  }


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

  .productViewImage {
    height: auto;
  }

  .productSlide .badgeFile {
    top: 0;
    width: 66px;
  }

  .productViewName {
    margin-bottom: 4px;
    margin-top: 9px;
    margin-left: 0;
    width: 100%;
    line-height: 16px;
    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: 14px;
    margin-bottom: 0;
    top: 2px;
  }

  .specGroupsContainer {
    margin-top: 10px;
  }

  .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;
    margin-top: 0px;
    /* width: 100%; */
    flex-wrap: wrap;
    height: auto;
  }

  .productViewContainer .figureBackground {
    opacity: 1;
    margin-top: 0;
  }

  .quickView {
    display: none !important;
  }
}

@media screen and (min-width: 1100px) {
  .addWishlistProduct:hover {
    background-image: url(../../files/heart-filled.svg);
    filter: brightness(0) saturate(100%) invert(17%) sepia(0%) saturate(1702%) hue-rotate(322deg) brightness(98%) contrast(97%);
  }

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

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

  .remove-WishlistProduct:hover {
    background-image: url(../../files/heartIcon.svg);
    filter: brightness(0) saturate(100%) invert(17%) sepia(0%) saturate(1702%) hue-rotate(322deg) brightness(98%) contrast(97%);
  }
}