.elementor-141 .elementor-element.elementor-element-ae89400{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0b4ba4a *//* SLIDER */

.emdr-preview-slider{
  width:100%;
  overflow:hidden;
  position:relative;
  margin-top:40px;
}

.emdr-preview-track{
  display:flex;
  transition:transform .6s ease;
}

.emdr-preview-slide{
  min-width:100%;
  padding:0 8px;
  box-sizing:border-box;
}

.emdr-preview-slide img{
  width:100%;
  display:block;
  border-radius:24px;
  box-shadow:0 20px 50px rgba(0,0,0,.18);
}

/* DOTS */

.emdr-preview-dots{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:18px;
}

.emdr-preview-dot{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#d0d0d0;
  transition:.3s;
}

.emdr-preview-dot.active{
  background:#1d1d1d;
  transform:scale(1.2);
}

/* MOBILE */

@media(max-width:768px){

  .emdr-preview-slide{
    padding:0 2px;
  }

  .emdr-preview-slide img{
    border-radius:18px;
  }

}
@media(max-width:768px){

  .offer-price-box{
    width:100% !important;
    max-width:360px !important;
    margin:0 auto !important;
    padding:32px 22px !important;
    text-align:center !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    box-sizing:border-box !important;
  }

  .offer-label,
  .old-price-box,
  .installment-price,
  .cash-price,
  .offer-btn,
  .offer-security{
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
    justify-content:center !important;
  }

  .old-price-box{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
  }

  .old-price-box del{
    font-size:30px !important;
  }

  .old-price-box span{
    font-size:26px !important;
  }

  .installment-price{
    display:flex !important;
    align-items:flex-end !important;
    justify-content:center !important;
    gap:8px !important;
    white-space:nowrap !important;
  }

  .installment-price span{
    font-size:38px !important;
    line-height:1 !important;
  }

  .installment-price strong{
    font-size:64px !important;
    line-height:.9 !important;
    letter-spacing:-2px !important;
  }

  .cash-price{
    font-size:26px !important;
    line-height:1.3 !important;
    margin-top:12px !important;
    margin-bottom:28px !important;
  }

  .offer-btn{
    width:100% !important;
    max-width:310px !important;
    min-height:76px !important;
    padding:20px 18px !important;
    font-size:19px !important;
    line-height:1.25 !important;
    border-radius:999px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .offer-security{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:12px !important;
    max-width:310px !important;
    margin-top:22px !important;
  }

  .offer-security p{
    text-align:left !important;
    font-size:14px !important;
    line-height:1.4 !important;
  }

}/* End custom CSS */