{"id":162149,"date":"2025-07-25T11:10:40","date_gmt":"2025-07-25T09:10:40","guid":{"rendered":"https:\/\/icc.it\/?page_id=162149"},"modified":"2026-03-16T17:04:50","modified_gmt":"2026-03-16T16:04:50","slug":"cables_catalogue","status":"publish","type":"page","link":"https:\/\/icc.it\/en\/cables_catalogue\/","title":{"rendered":"Cables Catalogue"},"content":{"rendered":"<!DOCTYPE html> \n<html lang=\"it\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Cables Catalogue &#8211; 2025 Edition<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto:wght@400;700;900&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        body {\n            font-family: 'Roboto', sans-serif;\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            color: #333;\n        }\n\n        .header {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 20px 5%;\n            background-color: #fff;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n        }\n\n        .header h1 {\n            color: #0056b3;\n            margin: 0;\n            font-size: 2.8em;\n            font-weight: 900;\n            line-height: 1;\n        }\n\n        .header h2 {\n            color: #0056b3;\n            margin-top: 0;\n            font-size: 1.8em;\n            font-weight: 700;\n            line-height: 1;\n        }\n\n        .header .download-btn {\n            background-color: #0056b3;\n            color: white;\n            padding: 10px 20px;\n            border-radius: 5px;\n            text-decoration: none;\n            font-weight: bold;\n            transition: background-color 0.3s ease, transform 0.2s ease;\n        }\n\n        .header .download-btn:hover {\n            background-color: #004085;\n            transform: translateY(-2px);\n        }\n\n        .header .book-image {\n            max-width: 450px;\n            height: auto;\n        }\n\n        .intro-text {\n            text-align: center;\n            padding: 40px 15%;\n            font-size: 1.2em;\n            line-height: 1.6;\n            color: #555;\n        }\n\n        .section-title {\n            text-align: center;\n            padding: 20px 0;\n            font-size: 2em;\n            color: #0056b3;\n            text-transform: uppercase;\n            font-weight: 700;\n        }\n\n        .category-section {\n            display: flex;\n            align-items: center;\n            justify-content: flex-start;\n            padding: 40px 5%;\n            margin-bottom: 20px;\n            color: white;\n            position: relative;\n            background-size: cover;\n            background-position: center;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.2);\n            transition: box-shadow 0.3s ease, transform 0.3s ease;\n        }\n\n        .category-section:hover {\n            box-shadow: 0 8px 20px rgba(0,0,0,0.3);\n            transform: translateY(-5px);\n        }\n\n        .category-section.potenza-energia {\n            background-image: url('https:\/\/icc.it\/wp-content\/uploads\/2025\/06\/sfondo-verde-potenza-ed-energia-2.png');\n        }\n\n        .category-section.automotive {\n            background-image: url('https:\/\/icc.it\/wp-content\/uploads\/2025\/06\/sfondo-viola-automotive-2.png');\n        }\n\n        .category-section.apparecchiature-elettriche {\n            background-image: url('https:\/\/icc.it\/wp-content\/uploads\/2025\/06\/sfondo-giallo-apparecchiature-elettriche-2.png');\n        }\n\n        .category-section.industria {\n            background-image: url('https:\/\/icc.it\/wp-content\/uploads\/2025\/06\/sfondo-arancione-industria-2.png');\n        }\n\n        .category-content {\n            flex: 1;\n            max-width: calc(100% * 2 \/ 3);\n            padding-right: 0;\n            z-index: 1;\n        }\n\n        .category-content h3 {\n            font-size: 2.2em;\n            margin-bottom: 15px;\n            text-transform: uppercase;\n            color: white;\n            font-weight: 900;\n            text-shadow: 3px 3px 6px rgba(0,0,0,0.7);\n        }\n\n        .category-content p {\n            font-size: 1.2em;\n            line-height: 1.6;\n            margin-bottom: 20px;\n            text-shadow: 2px 2px 6px rgba(0,0,0,0.7);\n        }\n\n        .category-content ul {\n            list-style: none;\n            padding: 0;\n            display: flex;\n            flex-wrap: wrap;\n            margin-top: 20px;\n        }\n\n        .category-content ul li {\n            width: 50%;\n            margin-bottom: 10px;\n            font-size: 1.1em;\n            line-height: 1.5;\n            position: relative;\n            padding-left: 20px;\n            text-shadow: 2px 2px 6px rgba(0,0,0,0.7);\n        }\n\n        \/* Elenchi su una colonna tranne nella sezione INDUSTRIA *\/\n        .category-section:not(.industria) .category-content ul li {\n            width: 100%;\n        }\n\n        .category-content ul li::before {\n            content: '\u2022';\n            position: absolute;\n            left: 0;\n            color: white;\n            font-weight: bold;\n            font-size: 1.2em;\n            line-height: 1;\n            text-shadow: 2px 2px 6px rgba(0,0,0,0.7);\n        }\n\n        .category-image {\n            flex-shrink: 0;\n            margin-left: auto;\n            text-align: right;\n            z-index: 1;\n            width: auto;\n            height: 0;\n            overflow: hidden;\n        }\n\n        .category-image img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        .footer-download {\n            text-align: center;\n            padding: 50px 20px;\n        }\n\n        .footer-download p {\n            font-size: 1.5em;\n            margin-bottom: 25px;\n            color: #0056b3;\n            font-weight: 700;\n        }\n\n        .footer-download .download-btn {\n            background-color: #0056b3;\n            color: white;\n            padding: 15px 30px;\n            border-radius: 5px;\n            text-decoration: none;\n            font-weight: bold;\n            font-size: 1.2em;\n            transition: background-color 0.3s ease, transform 0.2s ease;\n        }\n\n        .footer-download .download-btn:hover {\n            background-color: #004085;\n            transform: translateY(-2px);\n        }\n\n        @media (max-width: 900px) {\n            .category-section {\n                flex-direction: column;\n                text-align: center;\n            }\n\n            .category-content {\n                padding-right: 0;\n                margin-bottom: 30px;\n                max-width: 100%;\n            }\n\n            .category-content ul li {\n                width: 100%;\n                text-align: left;\n                padding-left: 20px;\n            }\n\n            .category-image {\n                margin: 0 auto;\n                width: auto;\n                height: 0;\n                overflow: hidden;\n            }\n\n            .header {\n                flex-direction: column;\n                text-align: center;\n            }\n\n            .header h1, .header h2 {\n                margin-bottom: 10px;\n            }\n            .header .download-btn {\n                margin-top: 15px;\n            }\n            .header .book-image {\n                max-width: 300px;\n            }\n        }\n\n        @media (max-width: 600px) {\n            .header h1 {\n                font-size: 2em;\n            }\n            .header h2 {\n                font-size: 1.2em;\n            }\n            .intro-text {\n                padding: 30px 5%;\n                font-size: 1em;\n            }\n            .section-title {\n                font-size: 1.5em;\n            }\n            .category-content h3 {\n                font-size: 1.8em;\n            }\n            .category-content p {\n                font-size: 1em;\n            }\n            .category-content ul li {\n                font-size: 0.9em;\n            }\n            .header .book-image {\n                max-width: 250px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"header\">\n        <div>\n            <h1>CABLES CATALOGUE<\/h1>\n            <h2>2025 EDITION<\/h2>\n            <a href=\"https:\/\/icc.it\/wp-content\/uploads\/2026\/03\/Catalogo-Completo.pdf\"\n               target=\"_blank\"\n               class=\"download-btn\"\n               onclick=\"gtag('event', 'catalogo_cavi_2025', {\n                 'event_category': 'Downloads',\n                 'event_label': 'Catalogo Cavi 2025'\n               });\">\n               DOWNLOAD\n            <\/a>\n        <\/div>\n        <img decoding=\"async\" src=\"https:\/\/icc.it\/wp-content\/uploads\/2025\/06\/immagine-catalogo-1.png\" alt=\"Copertina Catalogo Cavi\" class=\"book-image\">\n    <\/div>\n\n    <div class=\"intro-text\">\n        <p>The new completely revamped ICC cables catalogue is now available!<br>Thanks to significant graphical and structural improvements, we have made it easier, faster and more comprehensive to consult in every detail.<\/p>\n        <p class=\"section-title\">WHAT YOU WILL FIND INSIDE<\/p>\n    <\/div>\n\n    <div class=\"category-section potenza-energia\">\n        <div class=\"category-content\">\n            <h3>POWER SUPPLY AND TRANSMISSION<\/h3>\n            <p>A wide range of cables for power transmission and control, with materials and designs developed to ensure safety, high performance and compliance with regulatory standards, even in the event of fire.<\/p>\n            <ul>\n                <li>Installation cables<\/li>\n                <li>Installation and fire resistant cables<\/li>\n                <li>Photovoltaic solar cables<\/li>\n            <\/ul>\n        <\/div>\n        <div class=\"category-image\"><\/div>\n    <\/div>\n\n    <div class=\"category-section automotive\">\n        <div class=\"category-content\">\n            <h3>AUTOMOTIVE<\/h3>\n            <p>Solutions for in-vehicle applications, from electrical wiring for various utilities, to power supply and engine ignition, to ABS\/EBS braking systems and the EV-HEV world.<\/p>\n            <ul>\n                <li>Wiring cables<\/li>\n                <li>EV-HEV cables<\/li>\n            <\/ul>\n        <\/div>\n        <div class=\"category-image\"><\/div>\n    <\/div>\n\n    <div class=\"category-section apparecchiature-elettriche\">\n        <div class=\"category-content\">\n            <h3>ELECTRICAL EQUIPMENT<\/h3>\n            <p>A wide range of cables for powering and wiring household appliances and electrical equipment, for both domestic and professional use.<\/p>\n            <ul>\n                <li>Power supply cables (also available in UL version)<\/li>\n                <li>Wiring cables (also available in UL version)<\/li>\n            <\/ul>\n        <\/div>\n        <div class=\"category-image\"><\/div>\n    <\/div>\n\n    <div class=\"category-section industria\">\n        <div class=\"category-content\">\n            <h3>INDUSTRY<\/h3>\n            <p>Industrial wiring cables, high-temperature cables and a product line dedicated to industrial automation.<\/p>\n            <ul>\n                <li>Power supply cables<\/li>\n                <li>Wiring cables<\/li>\n                <li>Silicone wiring cables<\/li>\n                <li>UL wiring cables<\/li>\n                <li>Special materials insulated cables<\/li>\n                <li>Electric motors and winders cables<\/li>\n                <li>Welding cables<\/li>\n                <li>Instrumentation cables<\/li>\n                <li>Industrial automation and robotics cables<\/li>\n                <li>Vertical applications and festoon systems cables<\/li>\n            <\/ul>\n        <\/div>\n        <div class=\"category-image\"><\/div>\n    <\/div>\n\n    <div class=\"footer-download\">\n        <p>DOWNLOAD OUR CABLES CATALOGUE NOW<\/p>\n        <a href=\"https:\/\/icc.it\/wp-content\/uploads\/2026\/03\/Catalogo-Completo.pdf\"\n           target=\"_blank\"\n           class=\"download-btn\"\n           onclick=\"gtag('event', 'catalogo_cavi_2025', {\n             'event_category': 'Downloads',\n             'event_label': 'Catalogo Cavi 2025'\n           });\">\n           DOWNLOAD\n        <\/a>\n    <\/div>\n\n<\/body>\n<\/html><!-- Google Fonts: Roboto -->\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto&#038;display=swap\" rel=\"stylesheet\">\n\n<!-- SwiperJS CDN -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.css\" \/>\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.js\"><\/script>\n\n<div class=\"custom-swiper-icc swiper\">\n  <div class=\"swiper-wrapper\">\n    <!-- News Slide -->\n    <div class=\"swiper-slide\">\n      <a href=\"https:\/\/icc.it\/en\/icc-cables-catalogue-2025-edition\/\" target=\"_blank\" class=\"news-card\">\n        <div class=\"news-card__image\">\n          <img decoding=\"async\" src=\"https:\/\/icc.it\/wp-content\/uploads\/2025\/07\/news-sito-en.png\" alt=\"Catalogo ICC 2025\">\n        <\/div>\n        <div class=\"news-card__content\">\n          <span class=\"news-card__date\">30 January 2025<\/span>\n          <h4 class=\"news-card__title\">ICC Cables catalogue 2025 edition!<\/h4>\n          <p class=\"news-card__text\">\n            The completely revamped ICC cables catalogue is now available!\n            With significant graphical and structural improvements, the new catalogue search is easier, faster and more comprehensive in&#8230;\n          <\/p>\n          <span class=\"news-card__arrow\">\u2192<\/span>\n        <\/div>\n      <\/a>\n    <\/div>\n  <\/div>\n\n  <!-- Swiper Controls -->\n  <div class=\"swiper-pagination\"><\/div>\n  <div class=\"swiper-button-prev\"><\/div>\n  <div class=\"swiper-button-next\"><\/div>\n<\/div>\n\n<style>\n  body {\n    font-family: 'Roboto', sans-serif;\n  }\n\n  .custom-swiper-icc {\n    width: 100%;\n    padding: 2rem 0;\n  }\n\n  .news-card {\n    display: flex;\n    background: #fff;\n    border-radius: 10px;\n    box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n    overflow: hidden;\n    text-decoration: none;\n    color: inherit;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  .news-card__image img {\n    width: 250px;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .news-card__content {\n    padding: 1rem;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    flex: 1;\n  }\n\n  .news-card__date {\n    font-size: 14px;\n    color: #777;\n  }\n\n  .news-card__title {\n    color: #0564ae;\n    font-size: 20px;\n    margin: 0.5rem 0;\n  }\n\n  .news-card__text {\n    font-size: 15px;\n    color: #444;\n    flex-grow: 1;\n  }\n\n  .news-card__arrow {\n    font-size: 18px;\n    color: #0564ae;\n    margin-top: 0.5rem;\n    align-self: flex-start;\n  }\n\n  .swiper-button-prev,\n  .swiper-button-next {\n    color: #0564ae;\n  }\n<\/style>\n\n<script>\n  document.addEventListener('DOMContentLoaded', function () {\n    new Swiper('.custom-swiper-icc', {\n      slidesPerView: 1,\n      loop: true,\n      autoplay: {\n        delay: 5000,\n        disableOnInteraction: false,\n      },\n      pagination: {\n        el: '.swiper-pagination',\n        clickable: true,\n      },\n      navigation: {\n        nextEl: '.swiper-button-next',\n        prevEl: '.swiper-button-prev',\n      },\n    });\n  });\n<\/script><p><\/p>","protected":false},"excerpt":{"rendered":"<p>Cables Catalogue &#8211; 2025 Edition CABLES CATALOGUE 2025 EDITION DOWNLOAD&#8230;<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-162149","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/icc.it\/en\/wp-json\/wp\/v2\/pages\/162149","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/icc.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/icc.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/icc.it\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/icc.it\/en\/wp-json\/wp\/v2\/comments?post=162149"}],"version-history":[{"count":28,"href":"https:\/\/icc.it\/en\/wp-json\/wp\/v2\/pages\/162149\/revisions"}],"predecessor-version":[{"id":165352,"href":"https:\/\/icc.it\/en\/wp-json\/wp\/v2\/pages\/162149\/revisions\/165352"}],"wp:attachment":[{"href":"https:\/\/icc.it\/en\/wp-json\/wp\/v2\/media?parent=162149"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}