/* Latest Products Large Slider */
.latest-products-slider-section{
  position:relative;
  overflow:hidden;
}

.latest-products-slider-wrap{
  position:relative;
  margin-top:34px;
  padding:0 54px;
}

.latest-products-slider{
  overflow:hidden;
}

.latest-products-track{
  display:flex;
  gap:24px;
  transition:transform .45s ease;
  will-change:transform;
  margin-bottom: 11px;
}

.latest-product-slide{
  flex:0 0 calc((100% - 48px) / 3);
  min-width:0;
}

.latest-slider-card{
  overflow:hidden;
  padding:0;
  height:100%;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(27,44,84,.10);
  background:#fff;
  border-radius:24px;
}

.latest-slider-image-wrap{
  width:100%;
  height:450px;
  overflow:hidden;
  background:#f8f5f3;
}

.latest-slider-image-wrap img{
  width:519px;
  height:500px;
  object-position:center center;
  display:block;
}

.latest-slider-body{
  padding:22px 24px 24px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.latest-slider-category{
  color:#ef3b2d;
  font-weight:900;
  font-size:14px;
  margin-bottom:10px;
}

.latest-slider-body h3{
  margin:0 0 10px;
  color:#073d9b;
  font-size:22px;
  line-height:1.15;
}

.latest-slider-body p{
  margin:0;
  min-height:58px;
  color:#66708a;
  font-size:16px;
  line-height:1.65;
}

.latest-slider-body .btn{
  margin-top:20px;
  align-self:flex-start;
}

.latest-products-arrow{
  position:absolute;
  top:50%;
  z-index:3;
  transform:translateY(-50%);
  width:58px;
  height:58px;
  border-radius:50%;
  border:0;
  display:grid;
  place-items:center;
  cursor:pointer;
  background:#fff;
  color:#0b4fb3;
  box-shadow:0 16px 34px rgba(8,19,56,.15);
  transition:.2s ease;
}

.latest-products-arrow:hover{
  transform:translateY(-50%) scale(1.04);
  background:#fff1ea;
  color:#d96f4d;
}

.latest-products-arrow[disabled]{
  opacity:.45;
  cursor:not-allowed;
  transform:translateY(-50%);
}

.latest-products-arrow svg{
  width:28px;
  height:28px;
  fill:currentColor;
}

.latest-products-prev{
  left:0;
}

.latest-products-next{
  right:0;
}

.latest-products-dots{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  margin-top:24px;
}

.latest-products-dot{
  width:13px;
  height:13px;
  border:0;
  border-radius:50%;
  background:#d7deea;
  cursor:pointer;
  padding:0;
  transition:.2s ease;
}

.latest-products-dot.active{
  width:16px;
  height:16px;
  background:#2598ef;
}

.latest-products-features{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  border:1px solid rgba(27,44,84,.10);
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 42px rgba(8,19,56,.08);
  overflow:hidden;
}

.latest-products-feature{
  padding:24px 26px;
  display:flex;
  align-items:flex-start;
  gap:16px;
  border-right:1px solid rgba(27,44,84,.08);
}

.latest-products-feature:last-child{
  border-right:0;
}

.latest-products-feature-icon{
  flex:0 0 auto;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  color:#0b4fb3;
}

.latest-products-feature-icon svg{
  width:36px;
  height:36px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.latest-products-feature strong{
  display:block;
  color:#073d9b;
  font-size:15px;
  margin-bottom:6px;
}

.latest-products-feature p{
  margin:0;
  font-size:14px;
  line-height:1.55;
  color:#66708a;
}

@media(max-width:1199px){
  .latest-product-slide{
    flex:0 0 calc((100% - 24px) / 2);
  }
  .latest-slider-image-wrap{
    height:390px;
  }
  .latest-products-features{
    grid-template-columns:repeat(2,1fr);
  }
  .latest-products-feature:nth-child(2){
    border-right:0;
  }
  .latest-products-feature:nth-child(1),
  .latest-products-feature:nth-child(2){
    border-bottom:1px solid rgba(27,44,84,.08);
  }
}

@media(max-width:767px){
  .latest-products-slider-wrap{
    padding:0 0;
  }

  .latest-product-slide{
    flex:0 0 100%;
  }

  .latest-slider-image-wrap{
    height:500px;
  }

  .latest-slider-body h3{
    font-size:24px;
  }

  .latest-products-arrow{
    width:48px;
    height:48px;
    top:270px;
  }

  .latest-products-prev{
    left:10px;
  }

  .latest-products-next{
    right:10px;
  }

  .latest-products-arrow svg{
    width:24px;
    height:24px;
  }

  .latest-products-features{
    grid-template-columns:1fr;
  }

  .latest-products-feature{
    border-right:0;
    border-bottom:1px solid rgba(27,44,84,.08);
  }

  .latest-products-feature:last-child{
    border-bottom:0;
  }
}

.leader-slide h3
{
font-size: 20px;
line-height: 1.18;
}