	 .um-btn-primary {
      background-color: #627784 !important;
      color: #ffffff;
      margin-right: 0.5rem;
		transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
    }

    .um-btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
		color:#ffffff !important;
		
    }

    .um-btn-secondary {
      background-color: #DFDA27 !important;
      color: #000000 !important;
      border-color: #e0a800;
		border-width:0px;
		transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
    }

    .um-btn-secondary:hover {
		transform: translateY(-2px);
       box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
		
    }

ul.breadcrumb {
  padding: 0px;
  list-style: none;
justify-content:left;
}
ul.breadcrumb li {
  display: inline;
	
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #dfda27;
  content: "|\00a0";
}
ul.breadcrumb li a {
  color: #666666;
  text-decoration: none;
	font-weight:normal !important;
}
ul.breadcrumb li a:hover {
  color: #000000;
  text-decoration: underline;
}
				.builder-editor-warning {
					display:none;
				}			

/* ROOT SECTION ------------------------------------------------------ */
    .um-used-machines {
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      padding: 2rem 1rem;
    }

    .um-container {
      max-width: 1200px;
      margin: 0 auto;
    }

    .um-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 1.5rem;
    }

    .um-title {
      margin: 0;
      font-size: 1.4rem;
      font-weight: 600;
    }

    .um-toggle-btn {
      border: 1px solid #ccc;
      background: #fff;
      border-radius: 0.25rem;
      padding: 0.35rem 0.6rem;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .um-toggle-btn:hover {
      background-color: #f7f7f7;
    }

    .um-toggle-btn-icon {
      font-size: 1.25rem;
      line-height: 1;
    }

    /* WRAPPER & ITEMS ---------------------------------------------------- */
  /* Make the Algolia hits list act as our flex wrapper */
.ais-Hits-list.um-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: -0.75rem;
  list-style: none;   /* Algolia uses <ol>/<ul> */
  padding: 0;
}

/* Use Algolia's hit item as our flex item */
.ais-Hits-item.um-item {
  box-sizing: border-box;
  padding: 0.75rem;
}
	  
	  /* LIST VIEW: full-width, with a visible gap */
.um-wrapper.um-list-view .ais-Hits-item.um-item {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin-bottom: 1rem;      /* gap between list items */
}

/* GRID VIEW: 1 per row on mobile (optional) */
.um-wrapper.um-grid-view .ais-Hits-item.um-item {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

/* GRID VIEW: 2 columns from 576px */
@media (min-width: 576px) {
  .um-wrapper.um-grid-view .ais-Hits-item.um-item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

/* GRID VIEW: 3 columns from 992px */
@media (min-width: 992px) {
  .um-wrapper.um-grid-view .ais-Hits-item.um-item {
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important;
  }
}

    /* GRID VIEW: columns */
    @media (min-width: 576px) {
      .um-wrapper.um-grid-view .um-item {
        flex: 0 0 50%;
        max-width: 50%;
      }
    }

    @media (min-width: 992px) {
      .um-wrapper.um-grid-view .um-item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
      }
    }

    /* LIST VIEW: full width */
    .um-wrapper.um-list-view .um-item {
      flex: 0 0 100%;
      max-width: 100%;
    }

    /* CARD --------------------------------------------------------------- */
    .um-card {
      display: flex;
      flex-direction: column;
      height: 100%;
      position: relative;
      border: 1px solid #dfda27;
      background-color: #fff;
      border-radius: 0.25rem;
      overflow: hidden;
      transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
    }
				 .um-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: #dfda27;
  border-bottom-left-radius: 100%;
}

    .um-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
      border-color: #dfda27;
    }
				   .um-card-zero {
      display: flex;
      flex-direction: column;
      height: 100%;
      position: relative;
      border: 1px solid #dfda27;
      background-color: #fff;
      border-radius: 0.25rem;
      overflow: hidden;
      transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
    }
				 .um-card-zero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;

}

    .um-card-zero:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
      border-color: #dfda27;
    }


    .um-image {
      position: relative;
      overflow: hidden;
    }

    .um-badge-featured {
      position: absolute;
      top: 0.5rem;
      left: 0.5rem;
      background: #ffd800;
      color: #000;
      padding: 0.25rem 0.5rem;
      border-radius: 0.25rem;
      font-weight: 600;
      font-size: 0.8rem;
      z-index: 1;
    }
	  
	   .um-badge-featuredaj {
      position: absolute;
      top: 0.5rem;
      right: 0.5rem;
      background: #DFDA27;
      color: #000;
      padding: 0.25rem 0.5rem;
      border-radius: 0.25rem;
      font-weight: 600;
      font-size: 0.8rem;
      z-index: 1;
    }
	   .um-badge-exdemo {
      position: absolute;
      top: 0.5rem;
      right: 0.5rem;
      background: #336699;
      color: #fff;
      padding: 0.25rem 0.5rem;
      border-radius: 0.25rem;
      font-weight: 600;
      font-size: 0.8rem;
      z-index: 1;
    }


    .um-body {
      padding: 1rem;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .um-title-machine {
      margin: 0 0 0.2rem;
      font-size: 1.1rem;
      font-weight: 600;
		text-align:center;
    }

    .um-subtitle {
      margin: 0 0 0.5rem;
      font-size: 0.9rem;
      color: #666;
    }

    .um-specs {
      font-size: 0.85rem;
      margin-bottom: 0.5rem;
		text-align:center;
    }

    .um-spec-item {
      /* layout changes via view-specific rules */
    }

    .um-footer-row {
      margin-top: 0.75rem;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 0.5rem;
    }

    .um-price {
      font-size: 0.8rem !important;
      font-weight: 700 !important;
      color: #ffffff !important;
		text-align:center !important;
		margin:auto !important;
		z-index:1 !important;
		position:absolute !important;
		right:0 !important;
		width:90px !important;
		line-height:22px !important;
    }

    .um-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
		width: 100%
    }

    .um-btn {
      border-radius: 0.25rem;
      border: 0px;
      font-size: 0.9rem;
      padding: 0.45rem 0.4rem;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
      line-height: 1.2;
      white-space: nowrap;
    }

    .um-btn-secondary {
      background-color: #627784 !important;
      color: #ffffff !important;
     
		transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
    }

    .um-btn-secondary:hover {
      transform: translateY(-2px);
      box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
		color:#000000 !important;
		
    }

    .um-btn-primary {
      background-color: #DFDA27 !important;
      color: #ffffff !important;
      border-color: #e0a800 !important;
		position:absolute !important;
left: 20px !important;
		border-width:0px !important;
		transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
    }

    .um-btn-primary:hover {
		transform: translateY(-2px);
       box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
		color:#ffffff !important;
    }

    /* GRID VIEW – image & specs ---------------------------------------- */
    .um-wrapper.um-grid-view .um-card {
      flex-direction: column;
    }

    .um-wrapper.um-grid-view .um-image {
      width: 100%;
      padding-top: 75%;      /* 600 / 800 = 0.75 → 4:3 aspect */
    }

    .um-wrapper.um-grid-view .um-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;     /* crop, no squash */
      display: block;
    }

    .um-wrapper.um-grid-view .um-spec-item {
      display: block;        /* Year, Power, Height on separate rows */
    }

    /* LIST VIEW – image & specs ---------------------------------------- */
    .um-wrapper.um-list-view .um-card {
      flex-direction: row;
      align-items: stretch;
    }

    .um-wrapper.um-list-view .um-image {
      flex: 0 0 260px;
      max-width: 260px;
      padding-top: 0;        /* no aspect trick in list view */
    }

    .um-wrapper.um-list-view .um-image img {
      position: static;      /* back to normal document flow */
      width: 100%;
      height: auto;          /* keep 800x600 aspect */
      object-fit: cover;
      display: block;
    }

    .um-wrapper.um-list-view .um-body {
      flex: 1 1 auto;
    }

    .um-wrapper.um-list-view .um-spec-item {
      display: inline-block;
      margin-right: 1rem;    /* inline in list view */
    }

    /* Mobile behaviour for list view ----------------------------------- */
    @media (max-width: 576px) {
      .um-wrapper.um-list-view .um-card {
        flex-direction: column;
      }

      .um-wrapper.um-list-view .um-image {
        flex: 0 0 auto;
        max-width: 100%;
      }
    }
	  
	  /* Algolia hits list behaves as our flex wrapper */
.ais-Hits-list.um-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: -0.75rem;
  padding: 0;
  list-style: none;
}

/* Algolia hit item behaves as our flex item */
.ais-Hits-item.um-item {
  box-sizing: border-box;
  padding: 0.75rem;
}

/* LIST VIEW: full width + vertical gap */
.um-wrapper.um-list-view .ais-Hits-item.um-item {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin-bottom: 1rem;
}

/* GRID VIEW: 1 per row on very small screens (optional) */
.um-wrapper.um-grid-view .ais-Hits-item.um-item {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

/* GRID VIEW: 2 columns from 576px */
@media (min-width: 576px) {
  .um-wrapper.um-grid-view .ais-Hits-item.um-item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

/* GRID VIEW: 3 columns from 992px */
@media (min-width: 992px) {
  .um-wrapper.um-grid-view .ais-Hits-item.um-item {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}

  @media (min-width: 900px) {
		    .toggle-filters {
				display: none;
				}}
		   @media (max-width: 900px) {
		    .toggle-filters {
    margin: 0 10px 0 0 !important;
    padding: 7px 12px !important;
    line-height: 1 !important;
    box-sizing: border-box;
    position: relative;
   display: block;
    align-items: center;
    justify-content: space-between;border-radius:5px !important;
}
	    
		   
		   .btn.violet {
		       background-color: #2C363D !important;width:6.25rem !important;line-height:25px !important;
		   }
		    .btn.violet:hover {
		       background-color: #888888 !important;
				color:#ffffff !important;
		   }
		   .btn, .btn-ghost {
		       padding: 10px 30px;
    border-radius: 2px;
    font-size: 0.8rem;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    border: none;
    margin: 10px 5px;
    line-height: 1.56;
    cursor: pointer;
    transition: all .35s ease-in-out;
		   }
		   }


/* Layout */
			.ais-ToggleRefinement {
				text-align:left;
			}
#supplier .ais-ToggleRefinement-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  user-select: none;
  position: relative;
}

/* Hide native checkbox (fully) */
#supplier .ais-ToggleRefinement-checkbox {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Text left, leave space right for the box */
#supplier .ais-ToggleRefinement-labelText {
  flex: 1;
  position: relative;
  padding-right: 44px;
  overflow: visible;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}

/* The light grey square box (always visible) */
#supplier .ais-ToggleRefinement-labelText::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: #e5e7eb;
  border: 1px solid #cbd5e1;  /* default border */
  border-radius: 2px;
  box-sizing: border-box;
}

/* The tick (pure CSS), hidden by default */
#supplier .ais-ToggleRefinement-labelText::before {
  content: "";
  position: absolute;
  right: 5px;                /* <-- overhang outside the box */
  top: 50%;
  width: 12px;                /* slightly larger */
  height: 22px;               /* slightly larger */
  transform: translateY(-62%) rotate(45deg);
  border-right: 5px solid #16a34a; /* thicker tick */
  border-bottom: 5px solid #16a34a;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}


#supplier .ais-ToggleRefinement-checkbox:checked + .ais-ToggleRefinement-labelText::before,
#supplier .ais-ToggleRefinement-checkbox:checked ~ .ais-ToggleRefinement-labelText::before {
  opacity: 1;
}

#supplier .ais-ToggleRefinement-checkbox:checked + .ais-ToggleRefinement-labelText::after,
#supplier .ais-ToggleRefinement-checkbox:checked ~ .ais-ToggleRefinement-labelText::after {
  border-color: #DFDA27;
	background-color:#cccccc;
}

/* Focus ring */
#supplier .ais-ToggleRefinement-checkbox:focus + .ais-ToggleRefinement-labelText::after,
#supplier .ais-ToggleRefinement-checkbox:focus ~ .ais-ToggleRefinement-labelText::after {
  outline: 0px solid #000000;
  outline-offset: 2px;
}

/* Layout */
			.ais-ToggleRefinement {
				text-align:left;
			}
#offer .ais-ToggleRefinement-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  user-select: none;
  position: relative;
}

/* Hide native checkbox (fully) */
#offer .ais-ToggleRefinement-checkbox {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Text left, leave space right for the box */
#offer .ais-ToggleRefinement-labelText {
  flex: 1;
  position: relative;
  padding-right: 44px;
  overflow: visible;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}

/* The light grey square box (always visible) */
#offer .ais-ToggleRefinement-labelText::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: #e5e7eb;
  border: 1px solid #cbd5e1;  /* default border */
  border-radius: 2px;
  box-sizing: border-box;
}

/* The tick (pure CSS), hidden by default */
#offer .ais-ToggleRefinement-labelText::before {
  content: "";
  position: absolute;
  right: 5px;                /* <-- overhang outside the box */
  top: 50%;
  width: 12px;                /* slightly larger */
  height: 22px;               /* slightly larger */
  transform: translateY(-62%) rotate(45deg);
  border-right: 5px solid #16a34a; /* thicker tick */
  border-bottom: 5px solid #16a34a;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}


#offer .ais-ToggleRefinement-checkbox:checked + .ais-ToggleRefinement-labelText::before,
#offer .ais-ToggleRefinement-checkbox:checked ~ .ais-ToggleRefinement-labelText::before {
  opacity: 1;
}

#offer .ais-ToggleRefinement-checkbox:checked + .ais-ToggleRefinement-labelText::after,
#offer .ais-ToggleRefinement-checkbox:checked ~ .ais-ToggleRefinement-labelText::after {
  border-color: #DFDA27;
	background-color:#cccccc;
}

/* Focus ring */
#offer .ais-ToggleRefinement-checkbox:focus + .ais-ToggleRefinement-labelText::after,
#offer .ais-ToggleRefinement-checkbox:focus ~ .ais-ToggleRefinement-labelText::after {
  outline: 0px solid #000000;
  outline-offset: 2px;
}
@font-face {
    font-family: Nikon;
    src: url('/fonts/TitilliumWeb-Bold.ttf') format('truetype');
}

@font-face {
    font-family: Tillium;
    src: url('/fonts/TitilliumWeb-Light.ttf') format('truetype');
}
					
					
					

/* MAIN CONTAINER */
.hdbanner {
    position: relative;
    width: 100%;
    max-width: 1979px;
    margin: auto;
}

/* IMAGE */
.hdbanner img {
    width: 100%;
    height: auto;
    display: block;
}

/* SHARED TEXT SETTINGS */
.hdtext {
    position: absolute;
    z-index: 1;
    color: #E5E5E5;
    text-align: center;
    transform: translateX(-50%);
}
					
@media  (max-width: 770px) {
	.hdtitle {
    left: 47.222%;
    top: 6.5%;

    
}
	.hdtitleh1 {
						
					font-family: Nikon;
    font-size: clamp(2.1rem, 3.3vw, 2.3rem);
    letter-spacing: clamp(0.05rem, 0.3vw, 0.3rem);	
						line-height:normal;
						color:#e5e5e5 !important;
					}
	/* SUB TITLE */
.hdsubtitle {
    left: 46%;
    top: 44%;
	text-align:center;
    
}
					.hdsubtitleh2 {
						font-family: Tillium;
    font-size: clamp(0.6rem, 3.3vw, 1.3rem);
    letter-spacing: clamp(0.03rem, 0.2vw, 0.3rem);
	color:#e5e5e5 !important;
						line-height:1.2rem !important;
						text-align:center;
						font-weight:bold;
					}

					}
					
	@media  (min-width: 771px) and (max-width: 990px) {
	.hdtitle {
    left: 57.222%;
    top: 6.5%;
	width:300px;
    
}
	.hdtitleh1 {
						
					font-family: Nikon;
    font-size: clamp(1.8rem, 3.3vw, 2.3rem);
    letter-spacing: clamp(0.05rem, 0.3vw, 0.3rem);	
						line-height:normal;
						color:#e5e5e5 !important;
					}
	/* SUB TITLE */
.hdsubtitle {
    left: 57%;
    top: 44%;
	text-align:center;
    
}
					.hdsubtitleh2 {
						font-family: Tillium;
    font-size: clamp(0.6rem, 3.3vw, 1.1rem);
    letter-spacing: clamp(0.03rem, 0.2vw, 0.3rem);
	color:#e5e5e5 !important;
						line-height:1.2rem !important;
						text-align:center;
						font-weight:bold;
					}

					}				
					
					
					
@media (min-width: 991px) {
/* TITLE */
.hdtitle {
    left: 60.666%;
    top: 12.5%;

    
}
	.hdtitleh1 {
						
					font-family: Nikon;
    font-size: clamp(1rem, 2.8vw, 2.5rem);
    letter-spacing: clamp(0.05rem, 0.3vw, 0.1rem);	
						line-height:normal;
						color:#e5e5e5 !important;
					}
	/* SUB TITLE */
.hdsubtitle {
    left: 57.666%;
    top: 33%;

    
}
					.hdsubtitleh2 {
						font-family: Tillium;
    font-size: clamp(0.6rem, 1.3vw, 1.3rem);
    letter-spacing: clamp(0.03rem, 0.2vw, 0.3rem);
	color:#e5e5e5 !important;
						line-height:1.7rem !important;
						text-align:left;
					}

					}
					

/* KG */
.hdweight {
    left: calc(53.666% + 5px);
    top: 71%;

    font-family: Tillium;
    font-size: clamp(0.35rem, 0.7vw, 0.7rem);
    letter-spacing: clamp(0.02rem, 0.15vw, 0.3rem);
	color:#e5e5e5 !important;
}
					.hdpower {
    left: calc(61.666% + 10px);
    top: 70%;

    font-family: Tillium;
    font-size: clamp(0.35rem, 0.7vw, 0.7rem);
    letter-spacing: clamp(0.02rem, 0.15vw, 0.3rem);
						color:#e5e5e5 !important;
}
@media (max-width: 770px) {

    .hdbanner {
        height: 200px;
        overflow: hidden;
    }

    .hdbanner img {
        width: 100%;
        height: 100%;
        object-fit: cover;

        /* adjust this to choose visible area */
        object-position: 65% center;
    }

}
					@media (max-width: 991px) {

    .hdbanner {
        height: 200px;
        overflow: hidden;
    }

    .hdbanner img {
        width: 100%;
        height: 100%;
        object-fit: cover;

        /* adjust this to choose visible area */
        object-position: 65% center;
    }

}

