.productViewImagesContainer {
  width: 100%;
  position: relative;
  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: 12px !important;
  right: 12px;
  width: 25px;
  cursor: pointer;
  display: flex;
  height: 25px;
  border-radius: var(--border-radius);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: var(--base-aux);
  align-items: center;
  justify-content: center;
}

.addWishlistProduct {
  background-image: url(../../files/favHeader.svg);
  background-size: 45%;
  height: 100%;
  width: 100%;
  -webkit-filter: var(--icons-invert);
  filter: var(--icons-invert);
}

.remove-WishlistProduct {
  background-image: url(../../files/favHeaderFilled.svg);
  background-size: 50%;
  -webkit-filter: var(--icons-invert);
  filter: var(--icons-invert);
}

.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: var(--main-img-product-ratio);
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 300ms cubic-bezier(0.31, 0.3, 0.7, 1);
}
.productViewTop.secondImg {
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 300ms cubic-bezier(0.3, 0, 0.7, 1), transform 500ms cubic-bezier(0.3, 0, 0.1, 1);
}

.productViewBottom, #recommendedProductsContainer .relatedProductViewBottom {
  height: auto;
  overflow: hidden;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  position: relative;
  margin-top: 5px;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}

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

.productViewName,  #recommendedProductsContainer .relatedProductViewName {
  position: relative;
  margin-top: 8px;
  margin-bottom: 10px;
  height: auto;
  width: 100%;
}

.clientName {
  text-transform: uppercase;
  color: var(--lighter-base);
  width: 100%;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  margin-top: 5px;
  font-weight: var(--secondary-font-weight);
  margin-bottom: 5px;
}

.productViewPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  float: left;
  height: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 8px;
  font-weight: var(--prices-font-weight);
}
.saleBadge.badgeFile{width: fit-content;max-height: 29px;}
.badgeFile,
.preorderBadge {
  position: relative;
  float: left;
  height: auto;
  display: block;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.oldPrice {
  position: relative;
  color: var(--lighter-base);
  margin-right: 10px;
  -webkit-text-decoration-color: var(--lighter-base);
  text-decoration-color: var(--lighter-base);
}

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

.bankPrice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: var(--prices-font-weight);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}

.bankPriceRow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  height: 15px;
  margin-bottom: 8px;
  overflow: visible;
  font-weight: var(--prices-font-weight);
}

.bankPriceImg {
  position: relative;
  height: 14.5px;
  margin-right: 5px;
  width: auto;
}
.bankPriceImg.bank4,  .relatedProductViewBankPriceImg.bank4{
    height: 20px;
}
.bankPriceImg.bank13, .bankPriceImg.bank14{
    height: 12px;
}
.relatedProductViewBankPriceImg.bank14, .relatedProductViewBankPriceImg.bank13 {
  max-width:unset;
  max-height:unset;
  height: 29px;
}

.transferImg {
  height: 20px;
}

.bankPriceText {
  position: relative;
  float: left;
}

.transferText {
  margin-left: 0;
}
.bankPriceImg[alt="OCA"]{
   height: 10px; 
}
.bankPriceImg[alt="OCA"] + .bankPriceText {
  color:#015ad2;
}
.bankPriceText.bank4,  .relatedProductViewBankPriceText.bank4 {
  color: var(--santander);
}

.bankPriceText.bank1, .bankPriceText.bank18,  .relatedProductViewBankPriceText.bank1,  .relatedProductViewBankPriceText.bank18 {
  color: var(--itau);
}
.bankPriceText.bank13,  .relatedProductViewBankPriceText.bank13 {
  color: var(--bbva);
}

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

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

.bankPriceText.bank12 {
  color: #000;
}

.badgesContainer {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.productViewContainer .specGroupTitle {
  display: none;
}
.productViewSalePriceBadge {
  display:none;
  align-self: flex-start;
  background: #a72121;
  color: white;
  padding: 0px 6px 0px 6px;
  font-size: 11px;
}
.productViewSalePriceBadge.shown{
  display:block;
}
.productViewContainer .pvSpecValue.pvSelectedSpec .pvSpecImage,
.productViewContainer .pvSpecValue,
.productViewContainer .pvSpecValue .pvSpecImage {
  border-radius: var(--border-radius);
}
  .tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: var(--lines-border-color);
    color: var(--base);
    height: 13px;
    text-align: center;
    padding: 6px 9px;
    position: absolute;
    z-index: 1;
    border: 1px solid var(--lines-border-color);
    top: 1px;
    right: -150%;
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
    font-size: 10px;
    pointer-events: none;
    text-transform: initial;
  }
  .tooltip .tooltiptext svg {
    position: absolute;
    bottom: calc(50% - 7px / 2);
    left: -7px;
    height: 7px;
    transform: rotate(
90deg);
    width: 9px;
    stroke: var(--lines-border-color);
    fill: var(--lines-border-color);
  }
@media screen and (max-width: 768px) {
  .badgesContainer{
      max-width: 40%;
  }
  .productViewContainer {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
    margin-bottom: 10px;
  }
  img.badgeFile {
    width: 100%;
  }
  .figureBackground,
  .addWishlistProduct,
  .remove-WishlistProduct {
    width: 30px;
    height: 30px;
  }

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

  .bankPriceImg {
    height: 16px;
  }

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

  .productViewImage {
    height: auto;
  }

  .productSlide .badgeFile {
    top: 0;
  }

  .productViewName {
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 0;
    width: 100%;
  }
.clientName{
  margin-top:10px;
}
  .slick-dotted .slick-slider {
    height: 400px;
    width: 100%;
  }

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

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

  .productViewPrice {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    font-size: 13px;
    margin-bottom: 10px;
  }

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

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

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

  .productViewContainer .figureBackground {
    opacity: 1;
  }

  .quickView {
    display: none !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  .figureBackground {
    opacity: 0;
  }
  .productViewImagesContainer:hover .figureBackground {
    opacity: 1;
  }
  .addWishlistProduct:hover {
    background-size: 52%;
    background-image: url(../../files/favHeaderFilled.svg);
  }

  .remove-WishlistProduct:hover {
    background-image: url(../../files/favHeader.svg);
    background-size: 45%;
  }

  .productViewTop.secondImg:hover {
    opacity: 1;
    transform: scale(1);
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
}
