/* CSS Document */
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;
				}	

  @media (max-width: 991px) {
  .mbrev {

	  flex-direction: column-reverse;
  }

		 }

   @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;
		   }
		   }
		  


 /* 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 #ddd;
      background-color: #fff;
      border-radius: 0.25rem;
      overflow: hidden;
      transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
    }

    .um-card: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;
    }

    .um-subtitle {
      margin: 0 0 0.5rem;
      font-size: 0.9rem;
      color: #666;
    }

    .um-specs {
      font-size: 0.85rem;
      margin-bottom: 0.5rem;
    }

    .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: 1.3rem;
      font-weight: 700;
      color: #e39b00;
    }

    .um-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }

    .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;
      color: #ffffff;
      margin-right: 0.5rem;
		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:#ffffff !important;
		
    }

    .um-btn-primary {
      background-color: #DFDA27;
      color: #000000;
      border-color: #e0a800;
		border-width:0px;
		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:#000000 !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 33.3333% !important;
    max-width: 33.3333% !important;
  }
}


 /* 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;
      font-weight: 700;
      color: #ffffff;
		text-align:center;
		margin:auto;
		z-index:1;
		position:absolute;
		right:0;
		width:90px;
		line-height:22px;
    }

    .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;
      color: #ffffff;
     
		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;
      color: #ffffff;
      border-color: #e0a800;
		position:absolute;
left: 20px;
		border-width:0px;
		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 33% !important;
    max-width: 33% !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;
		   }
		   }
		  

