.elementor-65872 .elementor-element.elementor-element-7f866797{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65872 .elementor-element.elementor-element-2a69f604{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65872 .elementor-element.elementor-element-72ea0194{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */.ht-type-ajax-carousel-wrap {
  position: relative;
  margin: 0 0 28px;
  background: #fff;
  border: 1px solid #edf0f3;
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
}

.ht-type-ajax-carousel {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 44px;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.ht-type-ajax-carousel::-webkit-scrollbar {
  display: none;
}

.ht-type-ajax-item {
  flex: 0 0 190px;
  min-width: 190px;
  height: 82px;
  padding: 16px 22px;
  border: 0;
  border-right: 1px solid #edf0f3;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  position: relative;
  scroll-snap-align: start;
}

.ht-type-ajax-item:hover {
  background: #f8fafc;
}

.ht-type-ajax-item.is-active {
  background: #fff7f6;
}

.ht-type-ajax-item.is-active::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 3px;
  background: #e53017;
}

.ht-type-label {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  color: #071426;
  text-align: left;
}

.ht-type-ajax-item.is-active .ht-type-label {
  color: #e53017;
}

.ht-type-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.ht-carousel-nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15,23,42,.14);
  cursor: pointer;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ht-carousel-prev {
  left: -18px;
}

.ht-carousel-next {
  right: -18px;
}

.ht-products-loading ul.products {
  opacity: .35;
  pointer-events: none;
  transition: opacity .2s ease;
}

@media(max-width:767px) {
  .ht-type-ajax-carousel {
    padding: 0;
  }

  .ht-type-ajax-item {
    flex-basis: 155px;
    min-width: 155px;
    height: 74px;
    padding: 14px 16px;
  }

  .ht-type-label {
    font-size: 12px;
  }

  .ht-type-icon img {
    width: 24px;
    height: 24px;
  }

  .ht-carousel-nav {
    display: none;
  }
}/* End custom CSS */