/* CHILLER_CAROUSEL_FORCE_FIX_20260616 */
.chiller-carousel{
  position:relative !important;
  width:100% !important;
  overflow:hidden !important;
  background:#061d38 !important;
  margin:0 !important;
  padding:0 !important;
}

.chiller-carousel-track{
  position:relative !important;
  width:100% !important;
  aspect-ratio:1920 / 650 !important;
  min-height:260px !important;
  max-height:650px !important;
  overflow:hidden !important;
  background:#061d38 !important;
}

.chiller-carousel-slide{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transition:opacity .7s ease !important;
  z-index:1 !important;
}

.chiller-carousel-slide.is-active,
.chiller-carousel-slide.active{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  z-index:2 !important;
}

.chiller-carousel-slide img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
}

.chiller-carousel-empty{
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  color:#fff;
  background:linear-gradient(135deg,#061d38,#075fbd);
}

.chiller-carousel-arrow{
  position:absolute !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  z-index:30 !important;
  width:52px !important;
  height:52px !important;
  border-radius:50% !important;
  border:1px solid rgba(255,255,255,.62) !important;
  background:rgba(0,28,58,.45) !important;
  color:#fff !important;
  font-size:42px !important;
  line-height:42px !important;
  cursor:pointer !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  box-shadow:0 12px 28px rgba(0,0,0,.25) !important;
}

.chiller-carousel-arrow:hover{
  background:rgba(7,95,189,.78) !important;
}

.chiller-carousel-prev{
  left:26px !important;
}

.chiller-carousel-next{
  right:26px !important;
}

.chiller-carousel-dots{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:22px !important;
  z-index:31 !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:10px !important;
}

.chiller-carousel-dots button{
  display:block !important;
  width:12px !important;
  height:12px !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.65) !important;
  cursor:pointer !important;
  appearance:none !important;
  -webkit-appearance:none !important;
}

.chiller-carousel-dots button.is-active,
.chiller-carousel-dots button.active{
  width:34px !important;
  background:#fff !important;
}

@media(max-width:900px){
  .chiller-carousel-track{
    min-height:180px !important;
  }

  .chiller-carousel-arrow{
    display:none !important;
  }

  .chiller-carousel-dots{
    bottom:10px !important;
  }
}

/* FIX_CAROUSEL_DOTS_POSITION_FINAL */
.chiller-carousel{
  position:relative !important;
  z-index:10 !important;
  overflow:hidden !important;
}

.chiller-carousel-track{
  position:relative !important;
  z-index:1 !important;
}

.chiller-carousel-dots{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:28px !important;
  z-index:80 !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:10px !important;
  pointer-events:auto !important;
}

.chiller-carousel-dots button{
  width:12px !important;
  height:12px !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.62) !important;
  box-shadow:0 2px 8px rgba(0,0,0,.18) !important;
}

.chiller-carousel-dots button.is-active,
.chiller-carousel-dots button.active{
  width:34px !important;
  background:#fff !important;
}

@media(max-width:900px){
  .chiller-carousel-dots{
    bottom:14px !important;
  }
}
