{"id":10,"date":"2026-07-24T21:36:12","date_gmt":"2026-07-24T13:36:12","guid":{"rendered":"https:\/\/www.montoli99.com\/?page_id=10"},"modified":"2026-08-15T10:32:17","modified_gmt":"2026-08-15T02:32:17","slug":"product-center","status":"publish","type":"page","link":"https:\/\/www.montoli99.com\/?page_id=10","title":{"rendered":"Product"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"10\" class=\"elementor elementor-10\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e6b78be e-grid e-con-full e-con e-parent\" data-id=\"e6b78be\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-65b258e elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"65b258e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"zh-CN\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">\r\n  <title>MCB Circuit Breaker - Montoli<\/title>\r\n  <style>\r\n    \/* \u5168\u5c40\u91cd\u7f6e *\/\r\n    * {\r\n      margin: 0;\r\n      padding: 0;\r\n      box-sizing: border-box;\r\n    }\r\n\r\n    body {\r\n      font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\r\n      background-color: #ffffff; \/* \u4fee\u6539\u4e3a\u767d\u8272\u80cc\u666f *\/\r\n      \/* \u9632\u6b62\u79fb\u52a8\u7aef\u70b9\u51fb\u65f6\u51fa\u73b0\u7070\u8272\u9ad8\u4eae *\/\r\n      -webkit-tap-highlight-color: transparent;\r\n    }\r\n\r\n    \/* ===== \u5927\u56fe\u5bb9\u5668 ===== *\/\r\n    .hero-wrapper {\r\n      position: relative;\r\n      width: 100%;\r\n      height: 100vh;\r\n      min-height: 500px; \r\n      overflow: hidden;\r\n    }\r\n\r\n    \/* \u56fe\u7247\u5c42 *\/\r\n    .hero-wrapper .hero-img {\r\n      position: absolute;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.8s ease, filter 0.5s ease;\r\n      z-index: 1;\r\n    }\r\n\r\n    \/* \u60ac\u505c\u653e\u5927\u6548\u679c *\/\r\n    .hero-wrapper:hover .hero-img {\r\n      transform: scale(1.06);\r\n      filter: brightness(0.6);\r\n    }\r\n\r\n    \/* \u6e10\u53d8\u906e\u7f69 *\/\r\n    .hero-overlay {\r\n      position: absolute;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      background: linear-gradient(\r\n        to top,\r\n        rgba(0, 0, 0, 0.85) 0%,\r\n        rgba(0, 0, 0, 0.4) 60%,\r\n        transparent 100%\r\n      );\r\n      z-index: 2;\r\n      pointer-events: none;\r\n    }\r\n\r\n    \/* ===== \u5185\u5bb9\u533a\u57df ===== *\/\r\n    .hero-content {\r\n      position: absolute;\r\n      bottom: 40px;\r\n      left: 19px;\r\n      z-index: 10;\r\n      width: calc(100% - 80px);\r\n      \/* \u7535\u8111\u7aef\u4fdd\u6301\u5de6\u4e0b\u89d2\u5bf9\u9f50 *\/\r\n      display: flex;\r\n      flex-direction: column;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .hero-content .tag {\r\n      display: inline-block;\r\n      background-color: rgba(0, 102, 255, 0.2);\r\n      color: #4dabff;\r\n      font-size: 0.9rem;\r\n      font-weight: 700;\r\n      padding: 6px 16px;\r\n      border-radius: 30px;\r\n      margin-bottom: 20px;\r\n      border: 1px solid rgba(0, 102, 255, 0.3);\r\n      text-transform: uppercase;\r\n      letter-spacing: 1px;\r\n    }\r\n\r\n    .hero-content h1 {\r\n      color: #ffffff;\r\n      font-size: clamp(32px, 5vw, 56px);\r\n      font-weight: 800;\r\n      line-height: 1.1;\r\n      margin-bottom: 20px;\r\n      text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);\r\n    }\r\n\r\n    .hero-content p {\r\n      color: rgba(255, 255, 255, 0.85);\r\n      font-size: clamp(14px, 2vw, 18px);\r\n      line-height: 1.6;\r\n      margin-bottom: 35px;\r\n      max-width: 600px;\r\n    }\r\n\r\n    \/* ===== \u6309\u94ae\u6837\u5f0f ===== *\/\r\n    .btn {\r\n      display: inline-flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      gap: 12px;\r\n      padding: 10px 20px;\r\n      font-size: 1rem;\r\n      font-weight: 700;\r\n      border-radius: 50px;\r\n      text-decoration: none;\r\n      transition: all 0.3s ease;\r\n      border: 2px solid #ffffff;\r\n      cursor: pointer;\r\n    }\r\n\r\n    .btn-white {\r\n      background-color: #ffffff;\r\n      color: #0066FF;\r\n    }\r\n\r\n    .btn-white:hover {\r\n      background-color: #0066FF;\r\n      color: #ffffff;\r\n      border-color: #0066FF;\r\n      transform: translateY(-3px);\r\n      box-shadow: 0 10px 25px rgba(0, 102, 255, 0.4);\r\n    }\r\n\r\n    .btn .arrow {\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .btn:hover .arrow {\r\n      transform: translateX(5px);\r\n    }\r\n\r\n    \/* ===== \u54cd\u5e94\u5f0f\u8c03\u6574 (\u5e73\u677f & \u624b\u673a) ===== *\/\r\n    @media (max-width: 768px) {\r\n      .hero-content {\r\n        \/* \u5728\u5c0f\u5c4f\u5e55\u4e0a\uff0c\u5185\u5bb9\u5c45\u4e2d\u663e\u793a *\/\r\n        position: absolute;\r\n        bottom: 40px;\r\n        left: 50%;\r\n        transform: translateX(-50%);\r\n        width: 80%;\r\n        align-items: center;\r\n        text-align: center;\r\n      }\r\n\r\n      .hero-content h1 {\r\n        text-align: center;\r\n      }\r\n      \r\n      .hero-content p {\r\n        max-width: 100%;\r\n      }\r\n    }\r\n\r\n    @media (max-width: 480px) {\r\n      .hero-wrapper {\r\n        \/* \u624b\u673a\u7aef\u8c03\u6574\u4e3a\u6b63\u65b9\u5f62\u6bd4\u4f8b *\/\r\n        height: 100vw;\r\n        min-height: auto;\r\n        padding: 0;\r\n      }\r\n      \r\n      .hero-content .tag {\r\n        font-size: 0.8rem;\r\n        padding: 4px 12px;\r\n      }\r\n\r\n      \/* \u624b\u673a\u7aef\u7f29\u5c0f\u6807\u9898\u548c\u63cf\u8ff0\u6587\u5b57 *\/\r\n      .hero-content h1 {\r\n        font-size: clamp(24px, 8vw, 36px);\r\n        margin-bottom: 15px;\r\n      }\r\n\r\n      .hero-content p {\r\n        font-size: clamp(12px, 4vw, 14px);\r\n        margin-bottom: 25px;\r\n      }\r\n    }\r\n\r\n    \/* ===== \u7535\u8111\u7aef\u548c\u5e73\u677f\u7aef\u8c03\u6574 ===== *\/\r\n    @media (min-width: 481px) {\r\n      .hero-wrapper {\r\n        \/* \u5c06\u5bb9\u5668\u9ad8\u5ea6\u8bbe\u7f6e\u4e3a\u5bbd\u5ea6\u7684\u4e00\u534a *\/\r\n        height: 30vw;\r\n        min-height: auto;\r\n      }\r\n\r\n      \/* \u5c06\u6807\u9898\u548c\u63cf\u8ff0\u7684\u5b57\u4f53\u5927\u5c0f\u8c03\u6574 *\/\r\n      .hero-content h1 {\r\n        font-size: clamp(16px, 2.5vw, 28px);\r\n      }\r\n      \r\n      .hero-content p {\r\n        font-size: clamp(7px, 1vw, 9px);\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n  <div class=\"hero-wrapper\">\r\n    <!-- \u56fe\u7247 -->\r\n    <img decoding=\"async\" class=\"hero-img\" src=\"https:\/\/www.montoli99.com\/wp-content\/uploads\/2026\/07\/MCB.jpg\" alt=\"Montoli MCB Circuit Breaker\">\r\n    \r\n    <!-- \u906e\u7f69\u5c42 -->\r\n    <div class=\"hero-overlay\"><\/div>\r\n\r\n    <!-- \u6574\u4e2a\u533a\u57df\u70b9\u51fb\u8df3\u8f6c -->\r\n    <a href=\"https:\/\/www.montoli99.com\/?page_id=45\" style=\"\r\n      position: absolute;\r\n      top: 0; left: 0; width: 100%; height: 100%;\r\n      z-index: 5;\r\n      cursor: pointer;\r\n      background-color: rgba(0, 102, 255, 0.1); \/* \u6dfb\u52a0\u84dd\u8272\u80cc\u666f *\/\r\n      transition: background-color 0.3s ease;\r\n    \" aria-label=\"View Product Details\"><\/a>\r\n\r\n    <!-- \u5185\u5bb9\u533a\u57df -->\r\n  <div class=\"hero-content\">\r\n    <h1>Circuit Breaker<br>Collection<\/h1>\r\n\r\n      <!-- \u6309\u94ae -->\r\n      <a href=\"https:\/\/www.montoli99.com\/?page_id=45\" class=\"btn btn-white\" style=\"position: relative; z-index: 10;\">\r\n        View Products\r\n        <span class=\"arrow\">\u2192<\/span>\r\n      <\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-670d1af elementor-widget elementor-widget-html\" data-id=\"670d1af\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"zh-CN\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">\r\n  <title>MCB Circuit Breaker - Montoli<\/title>\r\n  <style>\r\n    \/* \u5168\u5c40\u91cd\u7f6e *\/\r\n    * {\r\n      margin: 0;\r\n      padding: 0;\r\n      box-sizing: border-box;\r\n    }\r\n\r\n    body {\r\n      font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\r\n      background-color: #ffffff; \/* \u4fee\u6539\u4e3a\u767d\u8272\u80cc\u666f *\/\r\n      \/* \u9632\u6b62\u79fb\u52a8\u7aef\u70b9\u51fb\u65f6\u51fa\u73b0\u7070\u8272\u9ad8\u4eae *\/\r\n      -webkit-tap-highlight-color: transparent;\r\n    }\r\n\r\n    \/* ===== \u5927\u56fe\u5bb9\u5668 ===== *\/\r\n    .hero-wrapper {\r\n      position: relative;\r\n      width: 100%;\r\n      height: 100vh;\r\n      min-height: 500px; \r\n      overflow: hidden;\r\n    }\r\n\r\n    \/* \u56fe\u7247\u5c42 *\/\r\n    .hero-wrapper .hero-img {\r\n      position: absolute;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.8s ease, filter 0.5s ease;\r\n      z-index: 1;\r\n    }\r\n\r\n    \/* \u60ac\u505c\u653e\u5927\u6548\u679c *\/\r\n    .hero-wrapper:hover .hero-img {\r\n      transform: scale(1.06);\r\n      filter: brightness(0.6);\r\n    }\r\n\r\n    \/* \u6e10\u53d8\u906e\u7f69 *\/\r\n    .hero-overlay {\r\n      position: absolute;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      background: linear-gradient(\r\n        to top,\r\n        rgba(0, 0, 0, 0.85) 0%,\r\n        rgba(0, 0, 0, 0.4) 60%,\r\n        transparent 100%\r\n      );\r\n      z-index: 2;\r\n      pointer-events: none;\r\n    }\r\n\r\n    \/* ===== \u5185\u5bb9\u533a\u57df ===== *\/\r\n    .hero-content {\r\n      position: absolute;\r\n      bottom: 40px;\r\n      left: 19px;\r\n      z-index: 10;\r\n      width: calc(100% - 80px);\r\n      \/* \u7535\u8111\u7aef\u4fdd\u6301\u5de6\u4e0b\u89d2\u5bf9\u9f50 *\/\r\n      display: flex;\r\n      flex-direction: column;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .hero-content .tag {\r\n      display: inline-block;\r\n      background-color: rgba(0, 102, 255, 0.2);\r\n      color: #4dabff;\r\n      font-size: 0.9rem;\r\n      font-weight: 700;\r\n      padding: 6px 16px;\r\n      border-radius: 30px;\r\n      margin-bottom: 20px;\r\n      border: 1px solid rgba(0, 102, 255, 0.3);\r\n      text-transform: uppercase;\r\n      letter-spacing: 1px;\r\n    }\r\n\r\n    .hero-content h1 {\r\n      color: #ffffff;\r\n      font-size: clamp(32px, 5vw, 56px);\r\n      font-weight: 800;\r\n      line-height: 1.1;\r\n      margin-bottom: 20px;\r\n      text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);\r\n    }\r\n\r\n    .hero-content p {\r\n      color: rgba(255, 255, 255, 0.85);\r\n      font-size: clamp(14px, 2vw, 18px);\r\n      line-height: 1.6;\r\n      margin-bottom: 35px;\r\n      max-width: 600px;\r\n    }\r\n\r\n    \/* ===== \u6309\u94ae\u6837\u5f0f ===== *\/\r\n    .btn {\r\n      display: inline-flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      gap: 12px;\r\n      padding: 10px 20px;\r\n      font-size: 1rem;\r\n      font-weight: 700;\r\n      border-radius: 50px;\r\n      text-decoration: none;\r\n      transition: all 0.3s ease;\r\n      border: 2px solid #ffffff;\r\n      cursor: pointer;\r\n    }\r\n\r\n    .btn-white {\r\n      background-color: #ffffff;\r\n      color: #0066FF;\r\n    }\r\n\r\n    .btn-white:hover {\r\n      background-color: #0066FF;\r\n      color: #ffffff;\r\n      border-color: #0066FF;\r\n      transform: translateY(-3px);\r\n      box-shadow: 0 10px 25px rgba(0, 102, 255, 0.4);\r\n    }\r\n\r\n    .btn .arrow {\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .btn:hover .arrow {\r\n      transform: translateX(5px);\r\n    }\r\n\r\n    \/* ===== \u54cd\u5e94\u5f0f\u8c03\u6574 (\u5e73\u677f & \u624b\u673a) ===== *\/\r\n    @media (max-width: 768px) {\r\n      .hero-content {\r\n        \/* \u5728\u5c0f\u5c4f\u5e55\u4e0a\uff0c\u5185\u5bb9\u5c45\u4e2d\u663e\u793a *\/\r\n        position: absolute;\r\n        bottom: 40px;\r\n        left: 50%;\r\n        transform: translateX(-50%);\r\n        width: 80%;\r\n        align-items: center;\r\n        text-align: center;\r\n      }\r\n\r\n      .hero-content h1 {\r\n        text-align: center;\r\n      }\r\n      \r\n      .hero-content p {\r\n        max-width: 100%;\r\n      }\r\n    }\r\n\r\n    @media (max-width: 480px) {\r\n      .hero-wrapper {\r\n        \/* \u624b\u673a\u7aef\u8c03\u6574\u4e3a\u6b63\u65b9\u5f62\u6bd4\u4f8b *\/\r\n        height: 100vw;\r\n        min-height: auto;\r\n        padding: 0;\r\n      }\r\n      \r\n      .hero-content .tag {\r\n        font-size: 0.8rem;\r\n        padding: 4px 12px;\r\n      }\r\n\r\n      \/* \u624b\u673a\u7aef\u7f29\u5c0f\u6807\u9898\u548c\u63cf\u8ff0\u6587\u5b57 *\/\r\n      .hero-content h1 {\r\n        font-size: clamp(24px, 8vw, 36px);\r\n        margin-bottom: 15px;\r\n      }\r\n\r\n      .hero-content p {\r\n        font-size: clamp(12px, 4vw, 14px);\r\n        margin-bottom: 25px;\r\n      }\r\n    }\r\n\r\n    \/* ===== \u7535\u8111\u7aef\u548c\u5e73\u677f\u7aef\u8c03\u6574 ===== *\/\r\n    @media (min-width: 481px) {\r\n      .hero-wrapper {\r\n        \/* \u5c06\u5bb9\u5668\u9ad8\u5ea6\u8bbe\u7f6e\u4e3a\u5bbd\u5ea6\u7684\u4e00\u534a *\/\r\n        height: 30vw;\r\n        min-height: auto;\r\n      }\r\n\r\n      \/* \u5c06\u6807\u9898\u548c\u63cf\u8ff0\u7684\u5b57\u4f53\u5927\u5c0f\u8c03\u6574 *\/\r\n      .hero-content h1 {\r\n        font-size: clamp(16px, 2.5vw, 28px);\r\n      }\r\n      \r\n      .hero-content p {\r\n        font-size: clamp(7px, 1vw, 9px);\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n  <div class=\"hero-wrapper\">\r\n    <!-- \u56fe\u7247 -->\r\n    <img decoding=\"async\" class=\"hero-img\" src=\"https:\/\/www.montoli99.com\/wp-content\/uploads\/2026\/08\/MCCB-250A-1.jpg\" alt=\"Montoli MCCB Circuit Breaker\">\r\n    \r\n    <!-- \u906e\u7f69\u5c42 -->\r\n    <div class=\"hero-overlay\"><\/div>\r\n\r\n    <!-- \u6574\u4e2a\u533a\u57df\u70b9\u51fb\u8df3\u8f6c -->\r\n    <a href=\"https:\/\/www.montoli99.com\/?page_id=45\" style=\"\r\n      position: absolute;\r\n      top: 0; left: 0; width: 100%; height: 100%;\r\n      z-index: 5;\r\n      cursor: pointer;\r\n      background-color: rgba(0, 102, 255, 0.1); \/* \u6dfb\u52a0\u84dd\u8272\u80cc\u666f *\/\r\n      transition: background-color 0.3s ease;\r\n    \" aria-label=\"View Product Details\"><\/a>\r\n\r\n    <!-- \u5185\u5bb9\u533a\u57df -->\r\n  <div class=\"hero-content\">\r\n    <h1>MCCB<br>Collection<\/h1>\r\n\r\n      <!-- \u6309\u94ae -->\r\n      <a href=\"https:\/\/www.montoli99.com\/?page_id=45\" class=\"btn btn-white\" style=\"position: relative; z-index: 10;\">\r\n        View Products\r\n        <span class=\"arrow\">\u2192<\/span>\r\n      <\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5a132e5 e-grid e-con-full e-con e-parent\" data-id=\"5a132e5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dfe5973 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"dfe5973\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"zh-CN\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">\r\n  <title>MCB Circuit Breaker - Montoli<\/title>\r\n  <style>\r\n    \/* \u5168\u5c40\u91cd\u7f6e *\/\r\n    * {\r\n      margin: 0;\r\n      padding: 0;\r\n      box-sizing: border-box;\r\n    }\r\n\r\n    body {\r\n      font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\r\n      background-color: #ffffff; \/* \u4fee\u6539\u4e3a\u767d\u8272\u80cc\u666f *\/\r\n      \/* \u9632\u6b62\u79fb\u52a8\u7aef\u70b9\u51fb\u65f6\u51fa\u73b0\u7070\u8272\u9ad8\u4eae *\/\r\n      -webkit-tap-highlight-color: transparent;\r\n    }\r\n\r\n    \/* ===== \u5927\u56fe\u5bb9\u5668 ===== *\/\r\n    .hero-wrapper {\r\n      position: relative;\r\n      width: 100%;\r\n      height: 100vh;\r\n      min-height: 500px; \r\n      overflow: hidden;\r\n    }\r\n\r\n    \/* \u56fe\u7247\u5c42 *\/\r\n    .hero-wrapper .hero-img {\r\n      position: absolute;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.8s ease, filter 0.5s ease;\r\n      z-index: 1;\r\n    }\r\n\r\n    \/* \u60ac\u505c\u653e\u5927\u6548\u679c *\/\r\n    .hero-wrapper:hover .hero-img {\r\n      transform: scale(1.06);\r\n      filter: brightness(0.6);\r\n    }\r\n\r\n    \/* \u6e10\u53d8\u906e\u7f69 *\/\r\n    .hero-overlay {\r\n      position: absolute;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      background: linear-gradient(\r\n        to top,\r\n        rgba(0, 0, 0, 0.85) 0%,\r\n        rgba(0, 0, 0, 0.4) 60%,\r\n        transparent 100%\r\n      );\r\n      z-index: 2;\r\n      pointer-events: none;\r\n    }\r\n\r\n    \/* ===== \u5185\u5bb9\u533a\u57df ===== *\/\r\n    .hero-content {\r\n      position: absolute;\r\n      bottom: 40px;\r\n      left: 19px;\r\n      z-index: 10;\r\n      width: calc(100% - 80px);\r\n      \/* \u7535\u8111\u7aef\u4fdd\u6301\u5de6\u4e0b\u89d2\u5bf9\u9f50 *\/\r\n      display: flex;\r\n      flex-direction: column;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .hero-content .tag {\r\n      display: inline-block;\r\n      background-color: rgba(0, 102, 255, 0.2);\r\n      color: #4dabff;\r\n      font-size: 0.9rem;\r\n      font-weight: 700;\r\n      padding: 6px 16px;\r\n      border-radius: 30px;\r\n      margin-bottom: 20px;\r\n      border: 1px solid rgba(0, 102, 255, 0.3);\r\n      text-transform: uppercase;\r\n      letter-spacing: 1px;\r\n    }\r\n\r\n    .hero-content h1 {\r\n      color: #ffffff;\r\n      font-size: clamp(32px, 5vw, 56px);\r\n      font-weight: 800;\r\n      line-height: 1.1;\r\n      margin-bottom: 20px;\r\n      text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);\r\n    }\r\n\r\n    .hero-content p {\r\n      color: rgba(255, 255, 255, 0.85);\r\n      font-size: clamp(14px, 2vw, 18px);\r\n      line-height: 1.6;\r\n      margin-bottom: 35px;\r\n      max-width: 600px;\r\n    }\r\n\r\n    \/* ===== \u6309\u94ae\u6837\u5f0f ===== *\/\r\n    .btn {\r\n      display: inline-flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      gap: 12px;\r\n      padding: 10px 20px;\r\n      font-size: 1rem;\r\n      font-weight: 700;\r\n      border-radius: 50px;\r\n      text-decoration: none;\r\n      transition: all 0.3s ease;\r\n      border: 2px solid #ffffff;\r\n      cursor: pointer;\r\n    }\r\n\r\n    .btn-white {\r\n      background-color: #ffffff;\r\n      color: #0066FF;\r\n    }\r\n\r\n    .btn-white:hover {\r\n      background-color: #0066FF;\r\n      color: #ffffff;\r\n      border-color: #0066FF;\r\n      transform: translateY(-3px);\r\n      box-shadow: 0 10px 25px rgba(0, 102, 255, 0.4);\r\n    }\r\n\r\n    .btn .arrow {\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .btn:hover .arrow {\r\n      transform: translateX(5px);\r\n    }\r\n\r\n    \/* ===== \u54cd\u5e94\u5f0f\u8c03\u6574 (\u5e73\u677f & \u624b\u673a) ===== *\/\r\n    @media (max-width: 768px) {\r\n      .hero-content {\r\n        \/* \u5728\u5c0f\u5c4f\u5e55\u4e0a\uff0c\u5185\u5bb9\u5c45\u4e2d\u663e\u793a *\/\r\n        position: absolute;\r\n        bottom: 40px;\r\n        left: 50%;\r\n        transform: translateX(-50%);\r\n        width: 80%;\r\n        align-items: center;\r\n        text-align: center;\r\n      }\r\n\r\n      .hero-content h1 {\r\n        text-align: center;\r\n      }\r\n      \r\n      .hero-content p {\r\n        max-width: 100%;\r\n      }\r\n    }\r\n\r\n    @media (max-width: 480px) {\r\n      .hero-wrapper {\r\n        \/* \u624b\u673a\u7aef\u8c03\u6574\u4e3a\u6b63\u65b9\u5f62\u6bd4\u4f8b *\/\r\n        height: 100vw;\r\n        min-height: auto;\r\n        padding: 0;\r\n      }\r\n      \r\n      .hero-content .tag {\r\n        font-size: 0.8rem;\r\n        padding: 4px 12px;\r\n      }\r\n\r\n      \/* \u624b\u673a\u7aef\u7f29\u5c0f\u6807\u9898\u548c\u63cf\u8ff0\u6587\u5b57 *\/\r\n      .hero-content h1 {\r\n        font-size: clamp(24px, 8vw, 36px);\r\n        margin-bottom: 15px;\r\n      }\r\n\r\n      .hero-content p {\r\n        font-size: clamp(12px, 4vw, 14px);\r\n        margin-bottom: 25px;\r\n      }\r\n    }\r\n\r\n    \/* ===== \u7535\u8111\u7aef\u548c\u5e73\u677f\u7aef\u8c03\u6574 ===== *\/\r\n    @media (min-width: 481px) {\r\n      .hero-wrapper {\r\n        \/* \u5c06\u5bb9\u5668\u9ad8\u5ea6\u8bbe\u7f6e\u4e3a\u5bbd\u5ea6\u7684\u4e00\u534a *\/\r\n        height: 30vw;\r\n        min-height: auto;\r\n      }\r\n\r\n      \/* \u5c06\u6807\u9898\u548c\u63cf\u8ff0\u7684\u5b57\u4f53\u5927\u5c0f\u8c03\u6574 *\/\r\n      .hero-content h1 {\r\n        font-size: clamp(16px, 2.5vw, 28px);\r\n      }\r\n      \r\n      .hero-content p {\r\n        font-size: clamp(7px, 1vw, 9px);\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n  <div class=\"hero-wrapper\">\r\n    <!-- \u56fe\u7247 -->\r\n    <img decoding=\"async\" class=\"hero-img\" src=\"https:\/\/www.montoli99.com\/wp-content\/uploads\/2026\/08\/C1pg-1.jpg\" alt=\"Montoli Button switches\">\r\n    \r\n    <!-- \u906e\u7f69\u5c42 -->\r\n    <div class=\"hero-overlay\"><\/div>\r\n\r\n    <!-- \u6574\u4e2a\u533a\u57df\u70b9\u51fb\u8df3\u8f6c -->\r\n    <a href=\"https:\/\/www.montoli99.com\/?page_id=48\" style=\"\r\n      position: absolute;\r\n      top: 0; left: 0; width: 100%; height: 100%;\r\n      z-index: 5;\r\n      cursor: pointer;\r\n      background-color: rgba(0, 102, 255, 0.1); \/* \u6dfb\u52a0\u84dd\u8272\u80cc\u666f *\/\r\n      transition: background-color 0.3s ease;\r\n    \" aria-label=\"View Product Details\"><\/a>\r\n\r\n    <!-- \u5185\u5bb9\u533a\u57df -->\r\n  <div class=\"hero-content\">\r\n    <h1>Button switches<br>Collection<\/h1>\r\n\r\n      <!-- \u6309\u94ae -->\r\n      <a href=\"https:\/\/www.montoli99.com\/?page_id=48\" class=\"btn btn-white\" style=\"position: relative; z-index: 10;\">\r\n        View Products\r\n        <span class=\"arrow\">\u2192<\/span>\r\n      <\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1c27929 elementor-widget elementor-widget-html\" data-id=\"1c27929\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"zh-CN\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">\r\n  <title>MCB Circuit Breaker - Montoli<\/title>\r\n  <style>\r\n    \/* \u5168\u5c40\u91cd\u7f6e *\/\r\n    * {\r\n      margin: 0;\r\n      padding: 0;\r\n      box-sizing: border-box;\r\n    }\r\n\r\n    body {\r\n      font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\r\n      background-color: #ffffff; \/* \u4fee\u6539\u4e3a\u767d\u8272\u80cc\u666f *\/\r\n      \/* \u9632\u6b62\u79fb\u52a8\u7aef\u70b9\u51fb\u65f6\u51fa\u73b0\u7070\u8272\u9ad8\u4eae *\/\r\n      -webkit-tap-highlight-color: transparent;\r\n    }\r\n\r\n    \/* ===== \u5927\u56fe\u5bb9\u5668 ===== *\/\r\n    .hero-wrapper {\r\n      position: relative;\r\n      width: 100%;\r\n      height: 100vh;\r\n      min-height: 500px; \r\n      overflow: hidden;\r\n    }\r\n\r\n    \/* \u56fe\u7247\u5c42 *\/\r\n    .hero-wrapper .hero-img {\r\n      position: absolute;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: cover;\r\n      transition: transform 0.8s ease, filter 0.5s ease;\r\n      z-index: 1;\r\n    }\r\n\r\n    \/* \u60ac\u505c\u653e\u5927\u6548\u679c *\/\r\n    .hero-wrapper:hover .hero-img {\r\n      transform: scale(1.06);\r\n      filter: brightness(0.6);\r\n    }\r\n\r\n    \/* \u6e10\u53d8\u906e\u7f69 *\/\r\n    .hero-overlay {\r\n      position: absolute;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      background: linear-gradient(\r\n        to top,\r\n        rgba(0, 0, 0, 0.85) 0%,\r\n        rgba(0, 0, 0, 0.4) 60%,\r\n        transparent 100%\r\n      );\r\n      z-index: 2;\r\n      pointer-events: none;\r\n    }\r\n\r\n    \/* ===== \u5185\u5bb9\u533a\u57df ===== *\/\r\n    .hero-content {\r\n      position: absolute;\r\n      bottom: 40px;\r\n      left: 19px;\r\n      z-index: 10;\r\n      width: calc(100% - 80px);\r\n      \/* \u7535\u8111\u7aef\u4fdd\u6301\u5de6\u4e0b\u89d2\u5bf9\u9f50 *\/\r\n      display: flex;\r\n      flex-direction: column;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .hero-content .tag {\r\n      display: inline-block;\r\n      background-color: rgba(0, 102, 255, 0.2);\r\n      color: #4dabff;\r\n      font-size: 0.9rem;\r\n      font-weight: 700;\r\n      padding: 6px 16px;\r\n      border-radius: 30px;\r\n      margin-bottom: 20px;\r\n      border: 1px solid rgba(0, 102, 255, 0.3);\r\n      text-transform: uppercase;\r\n      letter-spacing: 1px;\r\n    }\r\n\r\n    .hero-content h1 {\r\n      color: #ffffff;\r\n      font-size: clamp(32px, 5vw, 56px);\r\n      font-weight: 800;\r\n      line-height: 1.1;\r\n      margin-bottom: 20px;\r\n      text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);\r\n    }\r\n\r\n    .hero-content p {\r\n      color: rgba(255, 255, 255, 0.85);\r\n      font-size: clamp(14px, 2vw, 18px);\r\n      line-height: 1.6;\r\n      margin-bottom: 35px;\r\n      max-width: 600px;\r\n    }\r\n\r\n    \/* ===== \u6309\u94ae\u6837\u5f0f ===== *\/\r\n    .btn {\r\n      display: inline-flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      gap: 12px;\r\n      padding: 10px 20px;\r\n      font-size: 1rem;\r\n      font-weight: 700;\r\n      border-radius: 50px;\r\n      text-decoration: none;\r\n      transition: all 0.3s ease;\r\n      border: 2px solid #ffffff;\r\n      cursor: pointer;\r\n    }\r\n\r\n    .btn-white {\r\n      background-color: #ffffff;\r\n      color: #0066FF;\r\n    }\r\n\r\n    .btn-white:hover {\r\n      background-color: #0066FF;\r\n      color: #ffffff;\r\n      border-color: #0066FF;\r\n      transform: translateY(-3px);\r\n      box-shadow: 0 10px 25px rgba(0, 102, 255, 0.4);\r\n    }\r\n\r\n    .btn .arrow {\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .btn:hover .arrow {\r\n      transform: translateX(5px);\r\n    }\r\n\r\n    \/* ===== \u54cd\u5e94\u5f0f\u8c03\u6574 (\u5e73\u677f & \u624b\u673a) ===== *\/\r\n    @media (max-width: 768px) {\r\n      .hero-content {\r\n        \/* \u5728\u5c0f\u5c4f\u5e55\u4e0a\uff0c\u5185\u5bb9\u5c45\u4e2d\u663e\u793a *\/\r\n        position: absolute;\r\n        bottom: 40px;\r\n        left: 50%;\r\n        transform: translateX(-50%);\r\n        width: 80%;\r\n        align-items: center;\r\n        text-align: center;\r\n      }\r\n\r\n      .hero-content h1 {\r\n        text-align: center;\r\n      }\r\n      \r\n      .hero-content p {\r\n        max-width: 100%;\r\n      }\r\n    }\r\n\r\n    @media (max-width: 480px) {\r\n      .hero-wrapper {\r\n        \/* \u624b\u673a\u7aef\u8c03\u6574\u4e3a\u6b63\u65b9\u5f62\u6bd4\u4f8b *\/\r\n        height: 100vw;\r\n        min-height: auto;\r\n        padding: 0;\r\n      }\r\n      \r\n      .hero-content .tag {\r\n        font-size: 0.8rem;\r\n        padding: 4px 12px;\r\n      }\r\n\r\n      \/* \u624b\u673a\u7aef\u7f29\u5c0f\u6807\u9898\u548c\u63cf\u8ff0\u6587\u5b57 *\/\r\n      .hero-content h1 {\r\n        font-size: clamp(24px, 8vw, 36px);\r\n        margin-bottom: 15px;\r\n      }\r\n\r\n      .hero-content p {\r\n        font-size: clamp(12px, 4vw, 14px);\r\n        margin-bottom: 25px;\r\n      }\r\n    }\r\n\r\n    \/* ===== \u7535\u8111\u7aef\u548c\u5e73\u677f\u7aef\u8c03\u6574 ===== *\/\r\n    @media (min-width: 481px) {\r\n      .hero-wrapper {\r\n        \/* \u5c06\u5bb9\u5668\u9ad8\u5ea6\u8bbe\u7f6e\u4e3a\u5bbd\u5ea6\u7684\u4e00\u534a *\/\r\n        height: 30vw;\r\n        min-height: auto;\r\n      }\r\n\r\n      \/* \u5c06\u6807\u9898\u548c\u63cf\u8ff0\u7684\u5b57\u4f53\u5927\u5c0f\u8c03\u6574 *\/\r\n      .hero-content h1 {\r\n        font-size: clamp(16px, 2.5vw, 28px);\r\n      }\r\n      \r\n      .hero-content p {\r\n        font-size: clamp(7px, 1vw, 9px);\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n  <div class=\"hero-wrapper\">\r\n    <!-- \u56fe\u7247 -->\r\n    <img decoding=\"async\" class=\"hero-img\" src=\"https:\/\/www.montoli99.com\/wp-content\/uploads\/2026\/08\/AD16-1.jpg\" alt=\"Montoli indicator lights\">\r\n    \r\n    <!-- \u906e\u7f69\u5c42 -->\r\n    <div class=\"hero-overlay\"><\/div>\r\n\r\n    <!-- \u6574\u4e2a\u533a\u57df\u70b9\u51fb\u8df3\u8f6c -->\r\n    <a href=\"https:\/\/www.montoli99.com\/?page_id=48\" style=\"\r\n      position: absolute;\r\n      top: 0; left: 0; width: 100%; height: 100%;\r\n      z-index: 5;\r\n      cursor: pointer;\r\n      background-color: rgba(0, 102, 255, 0.1); \/* \u6dfb\u52a0\u84dd\u8272\u80cc\u666f *\/\r\n      transition: background-color 0.3s ease;\r\n    \" aria-label=\"View Product Details\"><\/a>\r\n\r\n    <!-- \u5185\u5bb9\u533a\u57df -->\r\n  <div class=\"hero-content\">\r\n    <h1>indicator lights<br>Collection<\/h1>\r\n\r\n      <!-- \u6309\u94ae -->\r\n      <a href=\"https:\/\/www.montoli99.com\/?page_id=48\" class=\"btn btn-white\" style=\"position: relative; z-index: 10;\">\r\n        View Products\r\n        <span class=\"arrow\">\u2192<\/span>\r\n      <\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n<\/body>\r\n<\/html>\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>MCB Circuit Breaker &#8211; Montoli Circuit BreakerCollection View Products \u2192 MCB Circuit Breaker &#8211; Montoli MCCBCollection View Products \u2192 MCB Circuit Breaker &#8211; Montoli Button switchesCollection View Products \u2192 MCB&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\r\n<title>Product - montoli<\/title>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/www.montoli99.com\/?page_id=10\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Product - montoli\" \/>\r\n<meta property=\"og:description\" content=\"MCB Circuit Breaker &#8211; Montoli Circuit BreakerCollection View Products \u2192 MCB Circuit Breaker &#8211; Montoli MCCBCollection View Products \u2192 MCB Circuit Breaker &#8211; Montoli Button switchesCollection View Products \u2192 MCB&hellip;\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/www.montoli99.com\/?page_id=10\" \/>\r\n<meta property=\"og:site_name\" content=\"montoli\" \/>\r\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=61590495013067\" \/>\r\n<meta property=\"article:modified_time\" content=\"2026-08-15T02:32:17+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/www.montoli99.com\/wp-content\/uploads\/2026\/07\/MCB.jpg\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:site\" content=\"@wpy8610\" \/>\r\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.montoli99.com\\\/?page_id=10\",\"url\":\"https:\\\/\\\/www.montoli99.com\\\/?page_id=10\",\"name\":\"Product - montoli\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.montoli99.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.montoli99.com\\\/?page_id=10#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.montoli99.com\\\/?page_id=10#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.montoli99.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/MCB.jpg\",\"datePublished\":\"2026-07-24T13:36:12+00:00\",\"dateModified\":\"2026-08-15T02:32:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.montoli99.com\\\/?page_id=10#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.montoli99.com\\\/?page_id=10\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.montoli99.com\\\/?page_id=10#primaryimage\",\"url\":\"https:\\\/\\\/www.montoli99.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/MCB.jpg\",\"contentUrl\":\"https:\\\/\\\/www.montoli99.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/MCB.jpg\",\"width\":1024,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.montoli99.com\\\/?page_id=10#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\\\/\\\/www.montoli99.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Product\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.montoli99.com\\\/#website\",\"url\":\"https:\\\/\\\/www.montoli99.com\\\/\",\"name\":\"montoli\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.montoli99.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.montoli99.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.montoli99.com\\\/#organization\",\"name\":\"montoli\",\"url\":\"https:\\\/\\\/www.montoli99.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.montoli99.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.montoli99.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/fY1bruxMy.jpeg\",\"contentUrl\":\"https:\\\/\\\/www.montoli99.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/fY1bruxMy.jpeg\",\"width\":900,\"height\":290,\"caption\":\"montoli\"},\"image\":{\"@id\":\"https:\\\/\\\/www.montoli99.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=61590495013067\",\"https:\\\/\\\/x.com\\\/wpy8610\"]}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Product - montoli","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:\/\/www.montoli99.com\/?page_id=10","og_locale":"en_US","og_type":"article","og_title":"Product - montoli","og_description":"MCB Circuit Breaker &#8211; Montoli Circuit BreakerCollection View Products \u2192 MCB Circuit Breaker &#8211; Montoli MCCBCollection View Products \u2192 MCB Circuit Breaker &#8211; Montoli Button switchesCollection View Products \u2192 MCB&hellip;","og_url":"https:\/\/www.montoli99.com\/?page_id=10","og_site_name":"montoli","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=61590495013067","article_modified_time":"2026-08-15T02:32:17+00:00","og_image":[{"url":"https:\/\/www.montoli99.com\/wp-content\/uploads\/2026\/07\/MCB.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@wpy8610","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.montoli99.com\/?page_id=10","url":"https:\/\/www.montoli99.com\/?page_id=10","name":"Product - montoli","isPartOf":{"@id":"https:\/\/www.montoli99.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.montoli99.com\/?page_id=10#primaryimage"},"image":{"@id":"https:\/\/www.montoli99.com\/?page_id=10#primaryimage"},"thumbnailUrl":"https:\/\/www.montoli99.com\/wp-content\/uploads\/2026\/07\/MCB.jpg","datePublished":"2026-07-24T13:36:12+00:00","dateModified":"2026-08-15T02:32:17+00:00","breadcrumb":{"@id":"https:\/\/www.montoli99.com\/?page_id=10#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.montoli99.com\/?page_id=10"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.montoli99.com\/?page_id=10#primaryimage","url":"https:\/\/www.montoli99.com\/wp-content\/uploads\/2026\/07\/MCB.jpg","contentUrl":"https:\/\/www.montoli99.com\/wp-content\/uploads\/2026\/07\/MCB.jpg","width":1024,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/www.montoli99.com\/?page_id=10#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.montoli99.com\/"},{"@type":"ListItem","position":2,"name":"Product"}]},{"@type":"WebSite","@id":"https:\/\/www.montoli99.com\/#website","url":"https:\/\/www.montoli99.com\/","name":"montoli","description":"","publisher":{"@id":"https:\/\/www.montoli99.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.montoli99.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.montoli99.com\/#organization","name":"montoli","url":"https:\/\/www.montoli99.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.montoli99.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.montoli99.com\/wp-content\/uploads\/2026\/07\/fY1bruxMy.jpeg","contentUrl":"https:\/\/www.montoli99.com\/wp-content\/uploads\/2026\/07\/fY1bruxMy.jpeg","width":900,"height":290,"caption":"montoli"},"image":{"@id":"https:\/\/www.montoli99.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61590495013067","https:\/\/x.com\/wpy8610"]}]}},"_links":{"self":[{"href":"https:\/\/www.montoli99.com\/index.php?rest_route=\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.montoli99.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.montoli99.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.montoli99.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.montoli99.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10"}],"version-history":[{"count":53,"href":"https:\/\/www.montoli99.com\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":1194,"href":"https:\/\/www.montoli99.com\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions\/1194"}],"wp:attachment":[{"href":"https:\/\/www.montoli99.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}