{"id":7936,"date":"2026-02-27T10:53:47","date_gmt":"2026-02-27T09:53:47","guid":{"rendered":"https:\/\/oemmespa.com\/?page_id=7936"},"modified":"2026-07-31T11:32:41","modified_gmt":"2026-07-31T09:32:41","slug":"logistics-equipment","status":"publish","type":"page","link":"https:\/\/oemmespa.com\/en\/logistics-equipment\/","title":{"rendered":"Logistics Equipment"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7936\" class=\"elementor elementor-7936\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fee5093 e-con-full e-flex e-con e-parent\" data-id=\"fee5093\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a040071 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"a040071\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!--\n  ============================================================================\n  OEMME . Attrezzature logistiche (Logistics Equipment)\n  Versione linguistica: inglese (attributo lang=\"en\" sul wrapper .log-page)\n  ============================================================================\n  STRUTTURA\n    .log-badge     occhiello di categoria\n    .log-title     titolo, la parola tra span va in verde\n    .log-grid      griglia card: 1 colonna mobile, 2 da 768px, 3 da 1024px\n    .log-card      card prodotto, e un link: tutta la card e cliccabile\n    .log-contact   riquadro contatti in fondo\n\n  CARD PRESENTI\n    WB 703     banco di assemblaggio\n    WB 704     banco di lavoro\n    TROLLEY    gamma carrelli (nome prodotto, non tradotto)\n    HE 605 T   carrello portabarre. VERIFICARE URL: ipotizzato \/he-605-t\/\n\n  ANIMAZIONI\n    .log-animate parte da opacity 0. Le classi .log-d1 .. .log-d6 scaglionano\n    l ingresso. Aggiungendo una card, assegnare la delay successiva e spostare\n    il riquadro contatti su quella dopo, altrimenti entrano insieme.\n\n  IMMAGINI\n    .log-card-img ha altezza fissa 260px con object-fit contain: la macchina\n    si vede intera. Per riempire il riquadro ritagliando, passare a cover.\n  ============================================================================\n-->\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap\">\n\n<style>\n.log-page, .log-page * { font-family: 'Montserrat', sans-serif !important; box-sizing: border-box; margin: 0; padding: 0; }\n.log-page { background: #121212; color: #f5f5f5; }\n.log-page a, .log-page a:hover, .log-page a:visited, .log-page a:active { text-decoration: none !important; color: inherit !important; border: none !important; box-shadow: none !important; }\n.log-page a:focus-visible { outline: 2px solid #39915A !important; outline-offset: 3px; }\n\n.log-container { max-width: 1200px; margin: 0 auto; padding: 6rem 24px 60px; }\n\n.log-badge { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; }\n.log-badge-icon { width: 40px; height: 40px; border-radius: 8px; background: rgba(57,145,90,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n.log-badge-icon svg { width: 20px; height: 20px; color: #39915A; }\n.log-badge-text { color: #39915A; font-weight: 500; letter-spacing: 0.15em; font-size: 0.75rem; text-transform: uppercase; }\n\n.log-title { font-size: 2.5rem; font-weight: 700; color: #f5f5f5; line-height: 1.2; margin-bottom: 16px; }\n@media (min-width: 768px) { .log-title { font-size: 3rem; } }\n.log-title span { color: #39915A; }\n.log-subtitle { color: #999; font-size: 1.1rem; max-width: 640px; line-height: 1.7; margin-bottom: 48px; }\n\n.log-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }\n@media (min-width: 768px) { .log-grid { grid-template-columns: 1fr 1fr; } }\n@media (min-width: 1024px) { .log-grid { grid-template-columns: 1fr 1fr 1fr; } }\n\n.log-card { display: flex; flex-direction: column; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08); overflow: hidden; transition: border-color 0.5s ease, background-color 0.5s ease; position: relative; }\n.log-card:hover { border-color: rgba(57,145,90,0.5); background: rgba(255,255,255,0.04); }\n.log-card-accent { position: absolute; top: 0; left: 0; width: 0; height: 3px; background: #39915A; transition: width 0.5s ease; z-index: 2; }\n.log-card:hover .log-card-accent { width: 100%; }\n\n.log-card-img { position: relative; height: 260px; overflow: hidden; background: #1a1a1a; }\n.log-card-img img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.7s ease; padding: 16px; display: block; }\n.log-card:hover .log-card-img img { transform: scale(1.05); }\n.log-card-img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(57,145,90,0.1), transparent, transparent); opacity: 0; transition: opacity 0.5s; pointer-events: none; }\n.log-card:hover .log-card-img-overlay { opacity: 1; }\n\n.log-card-body { padding: 20px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; flex-direction: column; flex: 1; }\n.log-card-cat { font-size: 0.7rem; color: #39915A; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 8px; }\n.log-card-name { font-size: 1.1rem; font-weight: 700; color: #f5f5f5; margin-bottom: 8px; transition: color 0.3s; }\n.log-card:hover .log-card-name { color: #39915A; }\n.log-card-desc { color: #999; font-size: 0.85rem; line-height: 1.6; margin-bottom: 16px; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }\n\n.log-card-link { display: inline-flex; align-items: center; gap: 8px; color: #39915A !important; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-top: auto; }\n.log-card-link svg { width: 16px; height: 16px; flex-shrink: 0; transition: transform 0.3s; }\n.log-card:hover .log-card-link svg { transform: translateX(8px); }\n\n.log-contact { margin-top: 80px; text-align: center; padding: 48px 32px; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08); }\n.log-contact-title { font-size: 1.5rem; font-weight: 700; color: #f5f5f5; margin-bottom: 12px; }\n.log-contact-text { color: #999; font-size: 0.95rem; line-height: 1.7; max-width: 520px; margin: 0 auto 24px; }\n.log-page .log-btn-contact { display: inline-flex; align-items: center; gap: 10px; padding: 16px 36px; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; background: #39915A; color: #fff !important; cursor: pointer; transition: background-color 0.3s; }\n.log-page .log-btn-contact:hover { background: #2d7a48; }\n.log-btn-contact svg { width: 18px; height: 18px; flex-shrink: 0; }\n\n@keyframes log-fadeUp { 0% { opacity: 0; transform: translateY(48px); } 100% { opacity: 1; transform: translateY(0); } }\n.log-animate { opacity: 0; animation: log-fadeUp 0.8s ease forwards; }\n.log-d1 { animation-delay: 0s; }\n.log-d2 { animation-delay: 0.1s; }\n.log-d3 { animation-delay: 0.2s; }\n.log-d4 { animation-delay: 0.3s; }\n.log-d5 { animation-delay: 0.4s; }\n.log-d6 { animation-delay: 0.5s; }\n\n@media (prefers-reduced-motion: reduce) {\n  .log-animate { opacity: 1; animation: none; }\n  .log-page * { transition: none !important; }\n  .log-card:hover .log-card-img img { transform: none; }\n  .log-card:hover .log-card-link svg { transform: none; }\n}\n<\/style>\n\n<div class=\"log-page\" lang=\"en\">\n  <div class=\"log-container\">\n\n    <div class=\"log-badge log-animate log-d1\">\n      <div class=\"log-badge-icon\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"3\"\/><path d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1-2.83 2.83l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 2.83-2.83l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1z\"\/><\/svg>\n      <\/div>\n      <span class=\"log-badge-text\">Light-Alloy Systems<\/span>\n    <\/div>\n\n    <h2 class=\"log-title log-animate log-d1\">Logistics<br><span>Equipment<\/span><\/h2>\n    <p class=\"log-subtitle log-animate log-d1\">Material handling and storage systems for efficient workflow management in production lines.<\/p>\n\n    <div class=\"log-grid\">\n\n      <!-- WB 703 -->\n      <a href=\"https:\/\/oemmespa.com\/wb-703\/\" class=\"log-card log-animate log-d2\">\n        <span class=\"log-card-accent\"><\/span>\n        <div class=\"log-card-img\">\n          <img src=\"https:\/\/oemmespa.com\/wp-content\/uploads\/2026\/02\/WB-703.jpg\" alt=\"WB 703 sash assembly bench with tilting working table\" loading=\"lazy\" decoding=\"async\">\n          <span class=\"log-card-img-overlay\"><\/span>\n        <\/div>\n        <div class=\"log-card-body\">\n          <div class=\"log-card-cat\">Assembly Bench<\/div>\n          <div class=\"log-card-name\">WB 703<\/div>\n          <p class=\"log-card-desc\">Sash assembly bench equipped with tilting working table from 0\u00b0 till 85\u00b0 with incorporated rotating lifting device and folding roller conveyor.<\/p>\n          <span class=\"log-card-link\">View Details <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M5 12h14\"\/><path d=\"m12 5 7 7-7 7\"\/><\/svg><\/span>\n        <\/div>\n      <\/a>\n\n      <!-- WB 704 -->\n      <a href=\"https:\/\/oemmespa.com\/wb-704\/\" class=\"log-card log-animate log-d3\">\n        <span class=\"log-card-accent\"><\/span>\n        <div class=\"log-card-img\">\n          <img src=\"https:\/\/oemmespa.com\/wp-content\/uploads\/2026\/02\/WB-704.jpg\" alt=\"WB 704 extending work bench for aluminium profile assembly\" loading=\"lazy\" decoding=\"async\">\n          <span class=\"log-card-img-overlay\"><\/span>\n        <\/div>\n        <div class=\"log-card-body\">\n          <div class=\"log-card-cat\">Work Bench<\/div>\n          <div class=\"log-card-name\">WB 704<\/div>\n          <p class=\"log-card-desc\">Extending work bench on 2 sides. Versatile workstation designed for assembly and handling operations in aluminum profile production environments.<\/p>\n          <span class=\"log-card-link\">View Details <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M5 12h14\"\/><path d=\"m12 5 7 7-7 7\"\/><\/svg><\/span>\n        <\/div>\n      <\/a>\n\n      <!-- TROLLEY -->\n      <a href=\"https:\/\/oemmespa.com\/trolleys\" class=\"log-card log-animate log-d4\">\n        <span class=\"log-card-accent\"><\/span>\n        <div class=\"log-card-img\">\n          <img src=\"https:\/\/oemmespa.com\/wp-content\/uploads\/2026\/02\/TROLLEY.png\" alt=\"OEMME range of holder trolleys\" loading=\"lazy\" decoding=\"async\">\n          <span class=\"log-card-img-overlay\"><\/span>\n        <\/div>\n        <div class=\"log-card-body\">\n          <div class=\"log-card-cat\">Material Handling<\/div>\n          <div class=\"log-card-name\">TROLLEY<\/div>\n          <p class=\"log-card-desc\">Complete range of holder trolleys: Fittings holder, Profiles holder, Frames holder, Gaskets holder, Bars holder, Glass holder.<\/p>\n          <span class=\"log-card-link\">View Details <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M5 12h14\"\/><path d=\"m12 5 7 7-7 7\"\/><\/svg><\/span>\n        <\/div>\n      <\/a>\n\n      <!-- HE 605 T : URL DA CONFERMARE -->\n      <a href=\"https:\/\/oemmespa.com\/en\/he-605-t\/\" class=\"log-card log-animate log-d5\">\n        <span class=\"log-card-accent\"><\/span>\n        <div class=\"log-card-img\">\n          <img src=\"https:\/\/oemmespa.com\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-27-alle-23.44.29.png\" alt=\"HE 605 T bar holder trolley with four braked directional wheels\" loading=\"lazy\" decoding=\"async\">\n          <span class=\"log-card-img-overlay\"><\/span>\n        <\/div>\n        <div class=\"log-card-body\">\n          <div class=\"log-card-cat\">Bar Trolley<\/div>\n          <div class=\"log-card-name\">HE 605 T<\/div>\n          <p class=\"log-card-desc\">Bar holder trolley with anti-scratch rubber contact surfaces and 4 directional wheels equipped with brakes. Max. load 300 kg, weight 58 kg.<\/p>\n          <span class=\"log-card-link\">View Details <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M5 12h14\"\/><path d=\"m12 5 7 7-7 7\"\/><\/svg><\/span>\n        <\/div>\n      <\/a>\n\n    <\/div>\n\n    <div class=\"log-contact log-animate log-d6\">\n      <div class=\"log-contact-title\">Need Technical Assistance?<\/div>\n      <p class=\"log-contact-text\">Our engineers can help you optimize your production workflow with the right logistics equipment.<\/p>\n      <a href=\"https:\/\/oemmespa.com\/contact-2026\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"log-btn-contact\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"\/><\/svg>Contact Us<\/a>\n    <\/div>\n\n  <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Light-Alloy Systems LogisticsEquipment Material handling and storage systems for efficient workflow management in production lines. Assembly Bench WB 703 Sash assembly bench equipped with tilting working table from 0\u00b0 till 85\u00b0 with incorporated rotating lifting device and folding roller conveyor. View Details Work Bench WB 704 Extending work bench on 2 sides. Versatile workstation designed [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-7936","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Logistics Equipment - OEMME SPA<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/oemmespa.com\/en\/logistics-equipment\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Logistics Equipment - OEMME SPA\" \/>\n<meta property=\"og:description\" content=\"Light-Alloy Systems LogisticsEquipment Material handling and storage systems for efficient workflow management in production lines. Assembly Bench WB 703 Sash assembly bench equipped with tilting working table from 0\u00b0 till 85\u00b0 with incorporated rotating lifting device and folding roller conveyor. View Details Work Bench WB 704 Extending work bench on 2 sides. Versatile workstation designed [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/oemmespa.com\/en\/logistics-equipment\/\" \/>\n<meta property=\"og:site_name\" content=\"OEMME SPA\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-31T09:32:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/oemmespa.com\/wp-content\/uploads\/2026\/02\/WB-703.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/oemmespa.com\/en\/logistics-equipment\/\",\"url\":\"https:\/\/oemmespa.com\/en\/logistics-equipment\/\",\"name\":\"Logistics Equipment - OEMME SPA\",\"isPartOf\":{\"@id\":\"https:\/\/oemmespa.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/oemmespa.com\/en\/logistics-equipment\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/oemmespa.com\/en\/logistics-equipment\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/oemmespa.com\/wp-content\/uploads\/2026\/02\/WB-703.jpg\",\"datePublished\":\"2026-02-27T09:53:47+00:00\",\"dateModified\":\"2026-07-31T09:32:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/oemmespa.com\/en\/logistics-equipment\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/oemmespa.com\/en\/logistics-equipment\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/oemmespa.com\/en\/logistics-equipment\/#primaryimage\",\"url\":\"https:\/\/oemmespa.com\/wp-content\/uploads\/2026\/02\/WB-703.jpg\",\"contentUrl\":\"https:\/\/oemmespa.com\/wp-content\/uploads\/2026\/02\/WB-703.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/oemmespa.com\/en\/logistics-equipment\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/oemmespa.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Logistics Equipment\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/oemmespa.com\/en\/#website\",\"url\":\"https:\/\/oemmespa.com\/en\/\",\"name\":\"OEMME SPA\",\"description\":\"MACCHINE PER LAVORAZIONE DI SISTEMI IN LEGA LEGGERA\",\"publisher\":{\"@id\":\"https:\/\/oemmespa.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/oemmespa.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/oemmespa.com\/en\/#organization\",\"name\":\"OEMME SPA\",\"url\":\"https:\/\/oemmespa.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/oemmespa.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/oemmespa.com\/wp-content\/uploads\/2026\/03\/Logo-Oemme-Completo.png\",\"contentUrl\":\"https:\/\/oemmespa.com\/wp-content\/uploads\/2026\/03\/Logo-Oemme-Completo.png\",\"width\":2160,\"height\":361,\"caption\":\"OEMME SPA\"},\"image\":{\"@id\":\"https:\/\/oemmespa.com\/en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Logistics Equipment - OEMME SPA","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/oemmespa.com\/en\/logistics-equipment\/","og_locale":"en_US","og_type":"article","og_title":"Logistics Equipment - OEMME SPA","og_description":"Light-Alloy Systems LogisticsEquipment Material handling and storage systems for efficient workflow management in production lines. Assembly Bench WB 703 Sash assembly bench equipped with tilting working table from 0\u00b0 till 85\u00b0 with incorporated rotating lifting device and folding roller conveyor. View Details Work Bench WB 704 Extending work bench on 2 sides. Versatile workstation designed [&hellip;]","og_url":"https:\/\/oemmespa.com\/en\/logistics-equipment\/","og_site_name":"OEMME SPA","article_modified_time":"2026-07-31T09:32:41+00:00","og_image":[{"url":"https:\/\/oemmespa.com\/wp-content\/uploads\/2026\/02\/WB-703.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/oemmespa.com\/en\/logistics-equipment\/","url":"https:\/\/oemmespa.com\/en\/logistics-equipment\/","name":"Logistics Equipment - OEMME SPA","isPartOf":{"@id":"https:\/\/oemmespa.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/oemmespa.com\/en\/logistics-equipment\/#primaryimage"},"image":{"@id":"https:\/\/oemmespa.com\/en\/logistics-equipment\/#primaryimage"},"thumbnailUrl":"https:\/\/oemmespa.com\/wp-content\/uploads\/2026\/02\/WB-703.jpg","datePublished":"2026-02-27T09:53:47+00:00","dateModified":"2026-07-31T09:32:41+00:00","breadcrumb":{"@id":"https:\/\/oemmespa.com\/en\/logistics-equipment\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/oemmespa.com\/en\/logistics-equipment\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/oemmespa.com\/en\/logistics-equipment\/#primaryimage","url":"https:\/\/oemmespa.com\/wp-content\/uploads\/2026\/02\/WB-703.jpg","contentUrl":"https:\/\/oemmespa.com\/wp-content\/uploads\/2026\/02\/WB-703.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/oemmespa.com\/en\/logistics-equipment\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/oemmespa.com\/en\/"},{"@type":"ListItem","position":2,"name":"Logistics Equipment"}]},{"@type":"WebSite","@id":"https:\/\/oemmespa.com\/en\/#website","url":"https:\/\/oemmespa.com\/en\/","name":"OEMME SPA","description":"MACCHINE PER LAVORAZIONE DI SISTEMI IN LEGA LEGGERA","publisher":{"@id":"https:\/\/oemmespa.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/oemmespa.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/oemmespa.com\/en\/#organization","name":"OEMME SPA","url":"https:\/\/oemmespa.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/oemmespa.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/oemmespa.com\/wp-content\/uploads\/2026\/03\/Logo-Oemme-Completo.png","contentUrl":"https:\/\/oemmespa.com\/wp-content\/uploads\/2026\/03\/Logo-Oemme-Completo.png","width":2160,"height":361,"caption":"OEMME SPA"},"image":{"@id":"https:\/\/oemmespa.com\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/oemmespa.com\/en\/wp-json\/wp\/v2\/pages\/7936","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oemmespa.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/oemmespa.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/oemmespa.com\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/oemmespa.com\/en\/wp-json\/wp\/v2\/comments?post=7936"}],"version-history":[{"count":14,"href":"https:\/\/oemmespa.com\/en\/wp-json\/wp\/v2\/pages\/7936\/revisions"}],"predecessor-version":[{"id":10736,"href":"https:\/\/oemmespa.com\/en\/wp-json\/wp\/v2\/pages\/7936\/revisions\/10736"}],"wp:attachment":[{"href":"https:\/\/oemmespa.com\/en\/wp-json\/wp\/v2\/media?parent=7936"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}