.productViewImagesContainer {
  width: 86%;
  position: relative;
  aspect-ratio: var(--slider-products-aspect-ratio);
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  height: 240px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-out;
}

.figureBackground {
  top: 15px !important;
  right: 15px !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;
  height: 35px;
  width: 35px;
  position: absolute;
  background: transparent;
  z-index: 99;
  /* padding: 2px; */
}

.productViewAditionalInfo {
    width: fit-content;
    padding: 30px;
    color: #E86A33;
    text-transform: uppercase;
    font-size: 13px;
}

.infoContainerCard {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.addWishlistProduct {
  background-image: url(../../files/heart.svg);
  /* filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(307deg) brightness(103%) contrast(101%); */
  height: 35px;
  width: 35px;
  /* -webkit-filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(307deg) brightness(103%) contrast(101%); */
}


.remove-WishlistProduct {
  background-image: url(../../files/heartFilled.svg);
  /* filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(307deg) brightness(103%) contrast(101%); */
  height: 30px;
  width: 30px;
  background-size: 60%;
  /* -webkit-filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(307deg) brightness(103%) contrast(101%); */
  z-index: 1;
  position: relative;
}

.cartButtonContainer {
  top: 21px !important;
  right: 0;
  /* position: absolute; */
  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 cubic-bezier(0.39, 0.58, 0.57, 1);
  background: var(--base);
  height: 30px;
  width: 30px;
  opacity: 0;
  display: none;
}

.cartButton {
  background-image: url(../../files/cart.svg);
  height: 30px;
  width: 30px;
  display: block;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}

.secondImg {
  opacity: 0;
  position: absolute !important;
  left: 0;
  top: 0;
}

.productViewTop iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.productViewTop {
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: var(--slider-products-aspect-ratio);
  -o-object-fit: contain;
  object-fit: contain;
  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;
}

.productSlide .productViewContainer {
  width: 100%;
  height: 444px;
  display: block;
}

.productViewContainer:hover {
    background: #F5F5F5;
}

.productViewContainer {
  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;
  /* border: 1px solid #00000050; */
  z-index: 0;
  box-sizing: border-box;
  position: relative;
}

.productViewBottom {
  height: auto;
  overflow: hidden;
  width: 86%;
  text-align: left;
  display: flex;
  /* align-items: center; */
  position: relative;
  /* color: var(--h1); */
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  font-weight: 500;
  margin: 15px auto;
  justify-content: space-between;
  flex-direction: column;
}

.left {
    width: 100%;
}

.right {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.productViewImage {
  height: 100%;
  width: 100%;
}

.productViewAuthor {
  position: relative;
  /* margin-top: 5px; */
  /* margin-bottom: 3px; */
  height: auto;
  width: 50%;
  font-weight: var(--base-font-weight);
  font-size: 13px;
  color: #00000091;
  text-transform: uppercase;
  text-overflow: ellipsis;
}

.infoLeftCard {
    display: flex;
    /* flex-direction: column; */
}

.productViewName {
  position: relative;
  /* margin-top: 3px; */
  /* margin-bottom: 8px; */
  height: auto;
  width: 100%;
  font-size: 14px;
  font-weight: var(--base-font-weight);
  /* white-space: nowrap; */
  overflow: hidden;
  /* text-overflow: ellipsis; */
  /* max-width: 100px; */
  text-transform: uppercase;
}

.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;
  height: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 50%;
  overflow: hidden;
  align-items: center;
  justify-content: end;
  /* margin-right: 12px; */
  font-size: 14px;
  font-weight: var(--secondary-font-weight);
  top: 18px;
  color: #35363A;
}

.badgeFile {
  position: relative;
  width: 70px;
  float: left;
  height: auto;
}

.oldPrice {
  position: relative;
  /* color: var(--lighter-base); */
  /* margin-right: 13px; */
  /* font-weight: var(--semibold-font-weight); */
  font-size: 14px;
  /* display: none; */
}

.barraDivisora {
    margin: 0 5px;
}

.oldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 1px);
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  font-weight: initial;
}

.bankPrice {
  display: none !important;
  position: relative;
  height: auto;
  overflow: hidden;
  display: flex;
  margin-top: 1px;
  font-weight: var(--price-font-weight);
  font-size: var(--price-font-size);
}

.bankPriceRow {
  position: relative;
  height: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.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: 10px;
  left: 10px;
  display: none;
}

.priceContainer1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .productViewContainer {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    margin-bottom: 40px;
    /* margin-inline: auto; */
    border: 1px solid #00000050;
    outline: none !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
  }

  .figureBackground {
    bottom: 10px;
  }


  .figureBackground,
  .cartButtonContainer {
    opacity: 1;
    right: 11px;
  }

  .cartButtonContainer {
    margin-top: 5px;
  }

  .bankPriceImg {
    height: 15px;
  }
  
  .productViewImage {
    height: auto;
  }

  .badgeFile {
    width: 49px;
  }

  .productSlide .badgeFile {
    top: 0;
  }

  .productViewName {
    margin-left: 0;
    width: 100%;
    font-size: 13px;
  }

  .productViewAuthor {
    font-size: 13px
  }

  .slick-dotted .slick-slider {
    height: 400px;
    width: 100%;
  }

  .slider-nav {
    width: 0% !important;
  }

  .slider-for {
    margin-left: 0;
    width: 100%;
  }

  .oldPrice:before {
    border-top: 1px solid;
  }

  .productViewBottom {
    height: auto;
    min-height: 0;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  

  .transferImg {
    height: 20px;
    margin-right: 7px;
    width: auto !important;
    margin-left: 25px;
  }

  .bankPrice {
    margin-left: 0;
    width: 100%;
    flex-wrap: wrap;
  }

  .sliderGroupSliderContainer .productViewContainer .figureBackground {
    opacity: 1;
    bottom: 10px;
    right: 10px;
  }

  .quickView {
    display: none !important;
  }

  .priceContainer1 {
    align-items: center;
  }

  .productViewImagesContainer {
    margin-top: 0;
    height: 210px;
  }

  .productViewTop {
    /* height: 80%; */
  }

  .productViewContainer:hover {
    background: unset;
  }

 }

@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/heartFilled.svg);
  }

  .remove-WishlistProduct:hover {
    background-image: url(../../files/heartIcon.svg);
  }
}

@media screen and (min-width: 2560px) {
  .badgeFile {
    position: relative;
    width: 80px;
    float: left;
    height: auto;
  }
}