.productViewImagesContainer {
  width: 100%;
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
}

.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;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  box-sizing: border-box;
}

.figureBackground {
  top: 10px !important;
  right: 10px;
  width: 25px;
  height: 25px;
  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: var(--web-background);
}

.addWishlistProduct {
  background-image: url(../../files/heartIcon.svg);
  width: 25px;
  height: 25px;
  background-size: 17px;
}

.quickView {
  position: absolute;
  bottom: -60px;
  background: var(--base-aux);
  width: 90%;
  border-radius: 100px;
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: bottom 0.2s ease;
  padding: 9px;
  margin-left: 5%;
  box-sizing: border-box;
  display: none;
}

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

.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;
  aspect-ratio: 1;
  -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: 88%;
  margin-left: 6%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
  /* min-height: 82px; */
  margin-top: 6%;
  font-size: 14px;
  line-height: var(--base-line-height);
  margin-bottom: 6%;
}

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

.productViewName {
  position: relative;
  /* margin-top: 14px; */
  margin-bottom: 18px;
  height: auto;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: black;
  height: 30px;
  line-height: 16px;
}

.productBrand {
  text-transform: uppercase;
  color: var(--darkGrey);
  width: 100%;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 500;
  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;
  color: black;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: var(--prices-font-weight);
}

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

.oldPrice {
  position: relative;
  color: #c6c6c7;
  margin-right: 10px;
  /* opacity: 30%; */
  /* text-decoration: line-through; */
  text-decoration-color: #c6c6c7;
}

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

.bankPrice {
  position: relative;
  height: 15px;
  overflow: visible;
  color: black;
  width: 100%;
  display: flex;
  font-weight: var(--prices-font-weight);
}

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

.productSlide {
  /* border: 1px solid #E6E6E6; */
  /* border-radius: 15px; */
}

.bankPriceImg {
  /* top: 1px; */
  position: relative;
  height: 18px;
  margin-right: 8px;
  width: auto;
}

.transferImg {
  height: 20px;
}

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

.bankPriceText.club-el-pais {
  color: #184bbd;
}

.transferText {
  margin-left: 0;
}

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

.bankPriceText.bank1 {
  color: #ff5300;
}

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

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

.bankPriceText.bank12 {
  color: #000;
}

.badgesContainer {
  position: absolute;
  top: 10px;
  left: 10px;
  /* max-width: 20%; */
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media screen and (max-width: 768px) {
  .productViewContainer {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
    margin-bottom: 0px;
    border-radius: 8px;
  }
  .figureBackground,
  .addWishlistProduct,
  .remove-WishlistProduct {
    width: 27px;
    height: 27px;
    background-size: 60%;
  }

  .addWishlistProduct::after,
  .remove-WishlistProduct::after {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -20px;
    left: -20px;
    right: -10px;
  }

  .productViewContainer .bankPriceRow {
    /* font-size: 12px; */
    margin-right: 8px;
  }

  .productViewContainer .bankPriceRow:last-of-type {
    margin-right: 0px;
  }

  .bankPriceImg {
    height: 16px;
  }

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

  .productViewImage {
    height: auto;
  }

  .productSlide .badgeFile {
    top: 0;
  }

  .productViewName {
    margin-bottom: 8px;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* line-height: 17px; */
    height: 34px;
  }

  .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: 12px; */
    margin-bottom: 6px;
    /* margin-bottom: 0; */
  }

  .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: -2px;
    /* width: 100%; */
    flex-wrap: wrap;
    height: auto;
    row-gap: 4px;
  }

  .productViewImagesContainer {
    border-radius: 8px 8px 0px 0px;
    aspect-ratio: 288/320;
  }

  .productViewContainer .figureBackground {
    opacity: 1;
  }

  .quickView {
    display: none !important;
  }

  #rightProductsContent .productViewPrice,
  #rightProductsContent .bankPriceRow,
  #rightProductsContent .bankPriceText {
    font-size: 12px;
  }

  #rightProductsContent .bankPriceImg {
    height: 14px;
  }
}

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

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

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

  .productViewContainer:hover .quickView:hover {
    text-decoration: underline;
  }

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

  .remove-WishlistProduct:hover {
    background-image: url(../../files/heartIcon.svg);
  }
}
@media screen and (max-width: 1200px) {
  .productViewName {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
}
