{"id":1317,"date":"2026-04-11T12:03:33","date_gmt":"2026-04-11T12:03:33","guid":{"rendered":"https:\/\/shieldhz.com\/?page_id=1317"},"modified":"2026-05-07T14:36:55","modified_gmt":"2026-05-07T14:36:55","slug":"resources","status":"publish","type":"page","link":"https:\/\/shieldhz.com\/pt\/resources\/","title":{"rendered":"Recursos"},"content":{"rendered":"\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-5b88627\" data-block-id=\"5b88627\"><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-5b88627-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-c9f741a\" data-v=\"4\" data-block-id=\"c9f741a\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-c9f741a-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-c9f741a-inner-blocks\">\n<style>\n  \/* ==========================================================================\n     SHIELDHZ RESOURCES PAGE (REFACTORED MODERN COMPACT LAYOUT)\n     Adapted for: Gutenberg Custom HTML Block\n     ========================================================================== *\/\n\n  :root {\n    --sh-navy-deep: #0a111f;\n    --sh-blue: #294370;\n    --sh-blue-hover: #1e3256;\n    --sh-blue-light: #eff6ff;\n    --sh-text-main: #0f172a;\n    --sh-text-muted: #64748b;\n    --sh-bg-light: #f8fafc;\n    --sh-border: rgba(41, 67, 112, 0.08);\n  }\n\n  .sh-resources-wrap {\n    position: relative;\n    width: 100vw;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    background-color: var(--sh-bg-light);\n    font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n    padding-bottom: 80px;\n    box-sizing: border-box;\n    overflow-x: hidden;\n  }\n\n  \/* ================= HERO SECTION (DARK) ================= *\/\n  .sh-resources-hero {\n    background-color: var(--sh-navy-deep);\n    padding: 100px 5% 160px 5%; \/* Optimized vertical spacing *\/\n    position: relative;\n    overflow: hidden;\n  }\n\n  .sh-resources-hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);\n    background-size: 32px 32px;\n    z-index: 1;\n    pointer-events: none;\n  }\n\n  .sh-resources-hero::after {\n    content: \"RESOURCES\";\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    font-size: clamp(6rem, 15vw, 18rem);\n    font-weight: 900;\n    color: rgba(255, 255, 255, 0.015);\n    line-height: 1;\n    pointer-events: none;\n    z-index: 0;\n    letter-spacing: -0.02em;\n    width: 100%;\n    text-align: center;\n  }\n\n  .sh-hero-content {\n    max-width: 1440px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 10;\n    text-align: center;\n  }\n\n  .sh-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n    color: #60a5fa;\n    font-weight: 700;\n    font-size: 0.85rem;\n    text-transform: uppercase;\n    letter-spacing: 0.15em;\n    margin-bottom: 20px;\n  }\n\n  .sh-eyebrow::before,\n  .sh-eyebrow::after {\n    content: \"\";\n    display: block;\n    width: 24px;\n    height: 2px;\n    background-color: var(--sh-blue);\n    border-radius: 2px;\n  }\n\n  .sh-hero-title {\n    color: #ffffff;\n    font-size: clamp(2.5rem, 4vw, 3.5rem);\n    line-height: 1.2;\n    font-weight: 800;\n    margin: 0 auto 20px auto;\n    letter-spacing: -0.02em;\n    max-width: 800px;\n  }\n\n  .sh-hero-desc {\n    color: #94a3b8;\n    font-size: 1.1rem;\n    line-height: 1.6;\n    margin: 0 auto;\n    max-width: 600px;\n  }\n\n  \/* ================= CONTENT SECTION ================= *\/\n  .sh-resources-container {\n    max-width: 1440px;\n    margin: -80px auto 0 auto; \/* Reduced negative margin for a more compact look *\/\n    padding: 0 5%;\n    position: relative;\n    z-index: 20;\n  }\n\n  .sh-category-group {\n    margin-bottom: 56px; \/* Reduced category spacing *\/\n  }\n\n  .sh-category-title {\n    color: var(--sh-text-main);\n    font-size: 1.5rem;\n    font-weight: 800;\n    margin: 0 0 24px 0;\n    padding-bottom: 12px;\n    border-bottom: 2px solid #e2e8f0;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n\n  .sh-category-title span {\n    color: var(--sh-blue);\n    font-weight: 600;\n    font-size: 1rem;\n    background: var(--sh-blue-light);\n    padding: 2px 10px;\n    border-radius: 20px;\n    margin-left: 4px;\n  }\n\n  \/* Target the first category (title on a darker background) *\/\n  .sh-category-title.sh-title-dark-bg {\n    color: #ffffff;\n    border-bottom-color: rgba(255, 255, 255, 0.15);\n  }\n  .sh-category-title.sh-title-dark-bg span {\n    color: #1e3a8a;\n    background: #bfdbfe;\n  }\n\n  \/* ================= Universal Card Base Styles ================= *\/\n  .sh-download-card {\n    background: #ffffff;\n    border-radius: 16px;\n    border: 1px solid var(--sh-border);\n    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.02);\n    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    text-decoration: none;\n    position: relative;\n    overflow: hidden;\n    display: flex;\n  }\n\n  .sh-download-card::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    width: 4px;\n    height: 100%;\n    background: var(--sh-blue);\n    transform: scaleY(0);\n    transform-origin: bottom;\n    transition: transform 0.4s ease;\n  }\n\n  .sh-download-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02);\n    border-color: rgba(41, 67, 112, 0.15);\n  }\n\n  .sh-download-card:hover::before {\n    transform: scaleY(1);\n  }\n\n  .sh-card-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--sh-blue-light);\n    color: var(--sh-blue);\n    flex-shrink: 0;\n    transition: all 0.3s ease;\n  }\n\n  .sh-download-card:hover .sh-card-icon {\n    background: var(--sh-blue);\n    color: #ffffff;\n  }\n\n  \/* ================= Layout 1: Detail List Mode (For Catalogues) ================= *\/\n  .sh-list-layout {\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n  }\n  \n  .sh-list-layout .sh-download-card {\n    padding: 32px 40px;\n    align-items: center;\n    justify-content: space-between;\n    gap: 40px;\n  }\n\n  .sh-list-layout .sh-card-content {\n    display: flex;\n    align-items: flex-start;\n    gap: 24px;\n    flex-grow: 1;\n  }\n\n  .sh-list-layout .sh-card-icon {\n    width: 64px;\n    height: 64px;\n    border-radius: 16px;\n  }\n\n  .sh-list-layout .sh-card-text {\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n\n  .sh-list-layout .sh-card-header-line {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    flex-wrap: wrap;\n  }\n\n  .sh-list-layout .sh-card-type {\n    font-size: 0.75rem;\n    font-weight: 800;\n    color: var(--sh-text-muted);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    background: #f1f5f9;\n    padding: 4px 10px;\n    border-radius: 6px;\n  }\n\n  .sh-list-layout .sh-card-title {\n    font-size: 1.35rem;\n    font-weight: 800;\n    color: var(--sh-text-main);\n    margin: 0;\n  }\n\n  .sh-list-layout .sh-card-desc {\n    color: var(--sh-text-muted);\n    font-size: 0.95rem;\n    line-height: 1.6;\n    margin: 4px 0 0 0;\n    max-width: 700px;\n  }\n\n  .sh-list-layout .sh-card-meta {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin-top: 8px;\n  }\n\n  .sh-list-layout .sh-meta-item {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 0.85rem;\n    color: #94a3b8;\n    font-weight: 500;\n  }\n\n  .sh-list-layout .sh-card-action {\n    flex-shrink: 0;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    background-color: transparent;\n    color: var(--sh-blue);\n    border: 2px solid var(--sh-blue);\n    border-radius: 10px;\n    padding: 14px 28px;\n    font-size: 1rem;\n    font-weight: 700;\n    white-space: nowrap;\n    transition: all 0.3s ease;\n  }\n\n  .sh-list-layout .sh-download-card:hover .sh-card-action {\n    background-color: var(--sh-blue);\n    color: #ffffff;\n  }\n\n  \/* ================= Layout 2: Compact Grid Mode (For Certificates) ================= *\/\n  .sh-grid-layout {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n    gap: 16px;\n  }\n\n  .sh-grid-layout .sh-download-card {\n    padding: 16px 20px;\n    align-items: center;\n    justify-content: space-between;\n    gap: 16px;\n  }\n\n  .sh-grid-layout .sh-card-content {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    min-width: 0; \/* Allow child elements to truncate text *\/\n    flex-grow: 1;\n  }\n\n  .sh-grid-layout .sh-card-icon {\n    width: 44px;\n    height: 44px;\n    border-radius: 12px;\n  }\n  \n  .sh-grid-layout .sh-card-icon svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .sh-grid-layout .sh-card-text {\n    display: flex;\n    flex-direction: column;\n    min-width: 0; \/* Allow truncation *\/\n    width: 100%;\n  }\n\n  \/* Hide extra info to make the card smaller *\/\n  .sh-grid-layout .sh-card-type,\n  .sh-grid-layout .sh-card-desc,\n  .sh-grid-layout .sh-card-meta {\n    display: none !important;\n  }\n\n  .sh-grid-layout .sh-card-title {\n    font-size: 1.05rem;\n    font-weight: 700;\n    color: var(--sh-text-main);\n    margin: 0;\n    white-space: nowrap;\n    overflow: hidden;\n    text-overflow: ellipsis;\n  }\n\n  \/* Minimalist circular download button *\/\n  .sh-grid-layout .sh-card-action {\n    flex-shrink: 0;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 36px;\n    height: 36px;\n    border-radius: 50%;\n    background-color: #f1f5f9;\n    color: #94a3b8;\n    border: none;\n    font-size: 0; \/* Hide the original text *\/\n    transition: all 0.3s ease;\n  }\n  \n  .sh-grid-layout .sh-card-action svg {\n    width: 16px;\n    height: 16px;\n    margin: 0; \/* Remove original margins *\/\n  }\n\n  .sh-grid-layout .sh-download-card:hover .sh-card-action {\n    background-color: var(--sh-blue);\n    color: #ffffff;\n    transform: translateX(2px);\n  }\n\n  \/* ================= Layout 3: Legal Notice Box ================= *\/\n  .sh-legal-box {\n    background: #ffffff;\n    border-radius: 16px;\n    padding: 32px 40px;\n    border: 1px solid #fecaca;\n    border-left: 4px solid #b91c1c; \/* Distinct red warning border *\/\n    display: flex;\n    gap: 24px;\n    align-items: flex-start;\n    box-shadow: 0 4px 12px rgba(185, 28, 28, 0.04);\n  }\n\n  .sh-legal-icon {\n    flex-shrink: 0;\n    width: 48px;\n    height: 48px;\n    border-radius: 12px;\n    background: #fef2f2;\n    color: #b91c1c;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .sh-legal-icon svg {\n    width: 24px;\n    height: 24px;\n  }\n\n  .sh-legal-content {\n    display: flex;\n    flex-direction: column;\n    gap: 14px;\n  }\n\n  .sh-legal-title {\n    font-size: 1.15rem;\n    font-weight: 800;\n    color: #0f172a;\n    margin: 0 0 4px 0;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  .sh-legal-content p {\n    font-size: 0.9rem;\n    line-height: 1.7;\n    color: #475569;\n    margin: 0;\n  }\n\n  .sh-legal-content strong {\n    color: #0f172a;\n    font-weight: 700;\n  }\n\n\n\n  \/* ================= FAQ Section ================= *\/\n  .sh-resources-faq-box {\n    background: #ffffff;\n    border: 1px solid var(--sh-border);\n    border-radius: 16px;\n    overflow: hidden;\n  }\n\n  .sh-resources-faq-item {\n    border-top: 1px solid #e2e8f0;\n  }\n\n  .sh-resources-faq-item:first-child {\n    border-top: 0;\n  }\n\n  .sh-resources-faq-item summary {\n    cursor: pointer;\n    padding: 18px 22px;\n    color: var(--sh-text-main);\n    font-weight: 800;\n    list-style: none;\n  }\n\n  .sh-resources-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .sh-resources-faq-item[open] summary {\n    background: var(--sh-blue-light);\n  }\n\n  .sh-resources-faq-answer {\n    padding: 0 22px 20px;\n    color: var(--sh-text-muted);\n    font-size: 0.94rem;\n    line-height: 1.65;\n  }\r\n\r\n  \/* --- Responsive Adjustments --- *\/\n  @media (max-width: 992px) {\n    .sh-list-layout .sh-download-card {\n      flex-direction: column;\n      align-items: flex-start;\n      gap: 24px;\n      padding: 24px;\n    }\n    .sh-list-layout .sh-card-action {\n      width: 100%;\n    }\n  }\n\n  @media (max-width:690px) {\n    .sh-resources-hero {\n      padding: 80px 5% 120px 5%;\n    }\n    .sh-resources-container {\n      margin-top: -60px;\n    }\n    .sh-grid-layout {\n      grid-template-columns: 1fr; \/* Fallback to single column on mobile *\/\n    }\n    .sh-legal-box {\n      flex-direction: column;\n      padding: 24px;\n      gap: 16px;\n    }\n  }\n<\/style>\n\n<div class=\"sh-resources-wrap\">\n  \n  <!-- === 1. Dark Hero Section === -->\n  <section class=\"sh-resources-hero\">\n    <div class=\"sh-hero-content\">\n      <div class=\"sh-eyebrow\">Downloads &#038; Support<\/div>\n      <h1 class=\"sh-hero-title\">Shieldhz Resource Center<\/h1>\n      <p class=\"sh-hero-desc\">\n        Download Shieldhz product catalogues, CE, UL, TUV, CB, and RoHS certificate files for rotary cam switches, PV DC isolators, push buttons, indicator lights, waterproof isolator boxes, and OEM procurement review.\n      <\/p>\n    <\/div>\n  <\/section>\n\n  <!-- === 2. Floating Content Section === -->\n  <section class=\"sh-resources-container\">\n    \n    <!-- Category A: Product Catalogues -->\n    <div class=\"sh-category-group\">\n      <h2 class=\"sh-category-title sh-title-dark-bg\">\n        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20\"><\/path><\/svg>\n        Product Catalogues \n        <span>1<\/span>\n      <\/h2>\n      \n      <!-- Note: sh-list-layout is used here -->\n      <div class=\"sh-download-list sh-list-layout\">\n        <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/SHIHE-ELECTRIC-CATALOGUE.pdf\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\">\n          <div class=\"sh-card-content\">\n            <div class=\"sh-card-icon\">\n              <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg>\n            <\/div>\n            \n            <div class=\"sh-card-text\">\n              <div class=\"sh-card-header-line\">\n                <span class=\"sh-card-type\">PDF Document<\/span>\n                <h3 class=\"sh-card-title\">SHIHE ELECTRIC General Catalogue<\/h3>\n              <\/div>\n              <p class=\"sh-card-desc\">\n                Complete overview of Zhejiang Shihe Electric industrial control components, including rotary cam switches, isolator switches, push buttons, indicator lights, terminal blocks, and technical specifications for OEM selection.\n              <\/p>\n              <div class=\"sh-card-meta\">\n                <div class=\"sh-meta-item\">\n                  <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><polyline points=\"12 6 12 12 16 14\"><\/polyline><\/svg>\n                  Updated: April 2026\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <div class=\"sh-card-action\">\n            Download PDF\n            <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"><\/path><polyline points=\"7 10 12 15 17 10\"><\/polyline><line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"><\/line><\/svg>\n          <\/div>\n        <\/a>\n      <\/div>\n    <\/div>\n\n\n    <!-- AUTO-UPDATED CERTIFICATES SECTION: START -->\n    <!-- Main title hidden or weakened, keeping only subcategories -->\n    <div class=\"sh-category-group\">\n      <h2 class=\"sh-category-title\">\n        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 15l-2 5l9-5l-9-5l2 5z\"><\/path><circle cx=\"12\" cy=\"8\" r=\"6\"><\/circle><\/svg>\n        CE Certificates\n        <span>12<\/span>\n      <\/h2>\n      <!-- Note: changed to sh-grid-layout here -->\n      <div class=\"sh-download-list sh-grid-layout\">\n        \n        <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-ce-general-28-lvd-ce.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\" aria-label=\"Shieldhz GENERAL CE certificate - 28 LVD CE\">\n          <div class=\"sh-card-content\">\n            <div class=\"sh-card-icon\">\n              <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg>\n            <\/div>\n            <div class=\"sh-card-text\">\n              <div class=\"sh-card-header-line\">\n                <span class=\"sh-card-type\">CE CERTIFICATE<\/span>\n                <h3 class=\"sh-card-title\">28 LVD CE<\/h3>\n              <\/div>\n              <p class=\"sh-card-desc\">Official Shieldhz certification file for compliance review, technical reference, and procurement documentation.<\/p>\n              <div class=\"sh-card-meta\">\n                <div class=\"sh-meta-item\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><polyline points=\"12 6 12 12 16 14\"><\/polyline><\/svg> Updated: April 2026<\/div>\n                <div class=\"sh-meta-item\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><\/svg> Format: WEBP<\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"sh-card-action\">\n            View Certificate\n            <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg>\n          <\/div>\n        <\/a>\n\n        <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-ce-general-ce.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\" aria-label=\"Shieldhz GENERAL CE certificate - CE\">\n          <div class=\"sh-card-content\">\n            <div class=\"sh-card-icon\">\n              <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg>\n            <\/div>\n            <div class=\"sh-card-text\">\n              <div class=\"sh-card-header-line\">\n                <span class=\"sh-card-type\">CE CERTIFICATE<\/span>\n                <h3 class=\"sh-card-title\">CE Standard<\/h3>\n              <\/div>\n              <p class=\"sh-card-desc\">Official Shieldhz certification file for compliance review, technical reference, and procurement documentation.<\/p>\n              <div class=\"sh-card-meta\">\n                <div class=\"sh-meta-item\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><polyline points=\"12 6 12 12 16 14\"><\/polyline><\/svg> Updated: April 2026<\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"sh-card-action\">\n            View Certificate\n            <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg>\n          <\/div>\n        <\/a>\n\n        <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-ce-gf51-gf51-ce.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\" aria-label=\"Shieldhz GF51 CE certificate - GF51 CE\">\n          <div class=\"sh-card-content\">\n            <div class=\"sh-card-icon\">\n              <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg>\n            <\/div>\n            <div class=\"sh-card-text\">\n              <div class=\"sh-card-header-line\">\n                <span class=\"sh-card-type\">CE CERTIFICATE<\/span>\n                <h3 class=\"sh-card-title\">GF51 CE<\/h3>\n              <\/div>\n              <p class=\"sh-card-desc\">Official Shieldhz certification file for model confirmation, compliance review, and procurement documentation.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"sh-card-action\">\n            View Certificate\n            <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg>\n          <\/div>\n        <\/a>\n\n        <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-ce-hz12-hz12-emc-ce.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\" aria-label=\"Shieldhz HZ12 CE certificate\">\n          <div class=\"sh-card-content\">\n            <div class=\"sh-card-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg><\/div>\n            <div class=\"sh-card-text\">\n              <div class=\"sh-card-header-line\"><span class=\"sh-card-type\">CE<\/span><h3 class=\"sh-card-title\">HZ12 EMC CE<\/h3><\/div>\n              <p class=\"sh-card-desc\">Official Shieldhz EMC CE certificate file for HZ12 series compliance review and technical reference.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"sh-card-action\">View <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/div>\n        <\/a>\n\n        <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-ce-la38-shb2-la38-shb2ce.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\">\n          <div class=\"sh-card-content\">\n            <div class=\"sh-card-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg><\/div>\n            <div class=\"sh-card-text\">\n              <div class=\"sh-card-header-line\"><h3 class=\"sh-card-title\">LA38 SHB2CE<\/h3><\/div><p class=\"sh-card-desc\">CE certificate file for LA38 and SH-B2 push button switch model review.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"sh-card-action\">View <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/div>\n        <\/a>\n\n        <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-ce-la38-shb2-sh-b2-la38-emc-ce.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\">\n          <div class=\"sh-card-content\">\n            <div class=\"sh-card-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg><\/div>\n            <div class=\"sh-card-text\">\n              <div class=\"sh-card-header-line\"><h3 class=\"sh-card-title\">SH B2 LA38 EMC CE<\/h3><\/div><p class=\"sh-card-desc\">EMC CE certificate file for SH-B2 and LA38 push button switch applications.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"sh-card-action\">View <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/div>\n        <\/a>\n\n        <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-ce-lw28-la28ce.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\">\n          <div class=\"sh-card-content\">\n            <div class=\"sh-card-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg><\/div>\n            <div class=\"sh-card-text\">\n              <div class=\"sh-card-header-line\"><h3 class=\"sh-card-title\">LA28CE<\/h3><\/div><p class=\"sh-card-desc\">CE certificate file for LA28 and related rotary cam switch procurement review.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"sh-card-action\">View <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/div>\n        <\/a>\n\n        <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-ce-lw28-lw28-20-ce.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\">\n          <div class=\"sh-card-content\">\n            <div class=\"sh-card-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg><\/div>\n            <div class=\"sh-card-text\">\n              <div class=\"sh-card-header-line\"><h3 class=\"sh-card-title\">LW28 20 CE<\/h3><\/div><p class=\"sh-card-desc\">CE certificate file for LW28 20A rotary cam switch model confirmation.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"sh-card-action\">View <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/div>\n        <\/a>\n\n        <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-ce-lw28-lw28-emc-ce.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\">\n          <div class=\"sh-card-content\">\n            <div class=\"sh-card-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg><\/div>\n            <div class=\"sh-card-text\">\n              <div class=\"sh-card-header-line\"><h3 class=\"sh-card-title\">LW28 EMC CE<\/h3><\/div><p class=\"sh-card-desc\">EMC CE certificate file for LW28 rotary cam switch compliance reference.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"sh-card-action\">View <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/div>\n        <\/a>\n\n        <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-ce-sh30-sh30.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\">\n          <div class=\"sh-card-content\">\n            <div class=\"sh-card-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg><\/div>\n            <div class=\"sh-card-text\">\n              <div class=\"sh-card-header-line\"><h3 class=\"sh-card-title\">SH30<\/h3><\/div><p class=\"sh-card-desc\">CE certificate file for SH30 load isolator switch review and documentation.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"sh-card-action\">View <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/div>\n        <\/a>\n        \n        <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-ce-ukp-uk.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\">\n          <div class=\"sh-card-content\">\n            <div class=\"sh-card-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg><\/div>\n            <div class=\"sh-card-text\">\n              <div class=\"sh-card-header-line\"><h3 class=\"sh-card-title\">UK<\/h3><\/div><p class=\"sh-card-desc\">CE certificate file for UK series control component documentation.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"sh-card-action\">View <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/div>\n        <\/a>\n\n        <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-ce-ukp-ukp-ce.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\">\n          <div class=\"sh-card-content\">\n            <div class=\"sh-card-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg><\/div>\n            <div class=\"sh-card-text\">\n              <div class=\"sh-card-header-line\"><h3 class=\"sh-card-title\">UKP CE<\/h3><\/div><p class=\"sh-card-desc\">CE certificate file for UKP series push button and indicator component review.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"sh-card-action\">View <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/div>\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <!-- UL Certificates -->\n    <div class=\"sh-category-group\">\n      <h2 class=\"sh-category-title\">\n        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 15l-2 5l9-5l-9-5l2 5z\"><\/path><circle cx=\"12\" cy=\"8\" r=\"6\"><\/circle><\/svg>\n        UL Certificates\n        <span>2<\/span>\n      <\/h2>\n      <div class=\"sh-download-list sh-grid-layout\">\n        <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-ul-general-1-datasheet-1.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\">\n          <div class=\"sh-card-content\">\n            <div class=\"sh-card-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg><\/div>\n            <div class=\"sh-card-text\">\n              <div class=\"sh-card-header-line\"><h3 class=\"sh-card-title\">UL Datasheet 1<\/h3><\/div><p class=\"sh-card-desc\">UL datasheet reference for Shieldhz industrial control component review.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"sh-card-action\">View <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/div>\n        <\/a>\n        <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-ul-lw28-28-10-20ul.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\">\n          <div class=\"sh-card-content\">\n            <div class=\"sh-card-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg><\/div>\n            <div class=\"sh-card-text\">\n              <div class=\"sh-card-header-line\"><h3 class=\"sh-card-title\">LW28 10-20 UL<\/h3><\/div><p class=\"sh-card-desc\">UL certificate file for LW28 10A to 20A rotary cam switch route.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"sh-card-action\">View <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/div>\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <!-- TUV Certificates -->\n    <div class=\"sh-category-group\">\n      <h2 class=\"sh-category-title\">\n        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 15l-2 5l9-5l-9-5l2 5z\"><\/path><circle cx=\"12\" cy=\"8\" r=\"6\"><\/circle><\/svg>\n        TUV Certificates\n        <span>5<\/span>\n      <\/h2>\n      <div class=\"sh-download-list sh-grid-layout\">\n        <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-tuv-gf40-gf40-tuv-plus-ce.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\">\n          <div class=\"sh-card-content\">\n            <div class=\"sh-card-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg><\/div>\n            <div class=\"sh-card-text\">\n              <div class=\"sh-card-header-line\"><h3 class=\"sh-card-title\">GF40 TUV plus CE<\/h3><\/div><p class=\"sh-card-desc\">TUV and CE certificate file for GF40 PV DC isolator switch review.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"sh-card-action\">View <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/div>\n        <\/a>\n        <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-tuv-gf41-gf41-tuv-plus-ce.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\">\n          <div class=\"sh-card-content\">\n            <div class=\"sh-card-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg><\/div>\n            <div class=\"sh-card-text\">\n              <div class=\"sh-card-header-line\"><h3 class=\"sh-card-title\">GF41 TUV plus CE<\/h3><\/div><p class=\"sh-card-desc\">TUV and CE certificate file for GF41 solar DC switch documentation.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"sh-card-action\">View <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/div>\n        <\/a>\n        <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-tuv-gf51-gf51-tuv.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\">\n          <div class=\"sh-card-content\">\n            <div class=\"sh-card-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg><\/div>\n            <div class=\"sh-card-text\">\n              <div class=\"sh-card-header-line\"><h3 class=\"sh-card-title\">GF51 TUV<\/h3><\/div><p class=\"sh-card-desc\">TUV certificate file for GF51 PV DC isolator switch procurement review.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"sh-card-action\">View <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/div>\n        <\/a>\n        <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-tuv-lw28-lw28-10-20-tuv-plus-ce.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\">\n          <div class=\"sh-card-content\">\n            <div class=\"sh-card-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg><\/div>\n            <div class=\"sh-card-text\">\n              <div class=\"sh-card-header-line\"><h3 class=\"sh-card-title\">LW28 10-20 TUV<\/h3><\/div><p class=\"sh-card-desc\">TUV certificate file for LW28 10A to 20A rotary cam switch route.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"sh-card-action\">View <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/div>\n        <\/a>\n        <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-tuv-lw28-lw28-25-160-tuv-plus-ce.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\">\n          <div class=\"sh-card-content\">\n            <div class=\"sh-card-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg><\/div>\n            <div class=\"sh-card-text\">\n              <div class=\"sh-card-header-line\"><h3 class=\"sh-card-title\">LW28 25-160 TUV<\/h3><\/div><p class=\"sh-card-desc\">TUV certificate file for LW28 25A to 160A rotary cam switch route.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"sh-card-action\">View <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/div>\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <!-- CB & RoHS Certificates Merged Display For Brevity (They apply the same logic) -->\n    <div style=\"display:grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap:40px;\">\n      \n      <!-- CB -->\n      <div class=\"sh-category-group\">\n        <h2 class=\"sh-category-title\">\n          <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 15l-2 5l9-5l-9-5l2 5z\"><\/path><circle cx=\"12\" cy=\"8\" r=\"6\"><\/circle><\/svg>\n          CB Certificates <span>2<\/span>\n        <\/h2>\n        <div class=\"sh-download-list sh-grid-layout\" style=\"grid-template-columns: 1fr;\">\n          <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-cb-gf51-gf51-cb.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\">\n            <div class=\"sh-card-content\">\n              <div class=\"sh-card-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg><\/div>\n              <div class=\"sh-card-text\"><div class=\"sh-card-header-line\"><h3 class=\"sh-card-title\">GF51 CB<\/h3><\/div><p class=\"sh-card-desc\">CB certificate file for GF51 PV DC isolator switch review.<\/p><\/div>\n            <\/div>\n            <div class=\"sh-card-action\">View <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/div>\n          <\/a>\n          <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-cb-lw28-lw28-20-cb.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\">\n            <div class=\"sh-card-content\">\n              <div class=\"sh-card-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg><\/div>\n              <div class=\"sh-card-text\"><div class=\"sh-card-header-line\"><h3 class=\"sh-card-title\">LW28 20 CB<\/h3><\/div><p class=\"sh-card-desc\">CB certificate file for LW28 20A rotary cam switch documentation.<\/p><\/div>\n            <\/div>\n            <div class=\"sh-card-action\">View <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/div>\n          <\/a>\n        <\/div>\n      <\/div>\n\n      <!-- RoHS -->\n      <div class=\"sh-category-group\">\n        <h2 class=\"sh-category-title\">\n          <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 15l-2 5l9-5l-9-5l2 5z\"><\/path><circle cx=\"12\" cy=\"8\" r=\"6\"><\/circle><\/svg>\n          RoHS Certificates <span>3<\/span>\n        <\/h2>\n        <div class=\"sh-download-list sh-grid-layout\" style=\"grid-template-columns: 1fr;\">\n          <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-rohs-gf40-gf40.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\">\n            <div class=\"sh-card-content\">\n              <div class=\"sh-card-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg><\/div>\n              <div class=\"sh-card-text\"><div class=\"sh-card-header-line\"><h3 class=\"sh-card-title\">GF40 RoHS<\/h3><\/div><p class=\"sh-card-desc\">RoHS certificate file for GF40 PV DC isolator switch material compliance review.<\/p><\/div>\n            <\/div>\n            <div class=\"sh-card-action\">View <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/div>\n          <\/a>\n          <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-rohs-gf41-gf41.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\">\n            <div class=\"sh-card-content\">\n              <div class=\"sh-card-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg><\/div>\n              <div class=\"sh-card-text\"><div class=\"sh-card-header-line\"><h3 class=\"sh-card-title\">GF41 RoHS<\/h3><\/div><p class=\"sh-card-desc\">RoHS certificate file for GF41 solar DC switch material compliance review.<\/p><\/div>\n            <\/div>\n            <div class=\"sh-card-action\">View <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/div>\n          <\/a>\n          <a href=\"https:\/\/shieldhz.com\/wp-content\/uploads\/2026\/04\/shieldhz-rohs-lw28-rohs-2.webp\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sh-download-card\">\n            <div class=\"sh-card-content\">\n              <div class=\"sh-card-icon\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg><\/div>\n              <div class=\"sh-card-text\"><div class=\"sh-card-header-line\"><h3 class=\"sh-card-title\">Cam Switch RoHS<\/h3><\/div><p class=\"sh-card-desc\">RoHS certificate file for Shieldhz rotary cam switch material compliance reference.<\/p><\/div>\n            <\/div>\n            <div class=\"sh-card-action\">View <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"><\/path><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/div>\n          <\/a>\n        <\/div>\n      <\/div>\n\n    <\/div>\n    <!-- AUTO-UPDATED CERTIFICATES SECTION: END -->\n\n\n\n    <!-- SH RESOURCES FAQ START -->\n    <div class=\"sh-category-group\" id=\"resources-faq\">\n      <h2 class=\"sh-category-title\">\n        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 15l-2 5l9-5l-9-5l2 5z\"><\/path><circle cx=\"12\" cy=\"8\" r=\"6\"><\/circle><\/svg>\n        Resource Center FAQ\n      <\/h2>\n      <div class=\"sh-resources-faq-box\">\n        <details class=\"sh-resources-faq-item\" open>\n          <summary>What files are available in the Shieldhz Resource Center?<\/summary>\n          <div class=\"sh-resources-faq-answer\">The Resource Center includes the SHIHE ELECTRIC general catalogue and certificate files for CE, UL, TUV, CB, and RoHS review across rotary cam switches, PV DC isolators, push buttons, indicator lights, waterproof isolator boxes, and related industrial control components.<\/div>\n        <\/details>\n        <details class=\"sh-resources-faq-item\">\n          <summary>Can I use these certificates for procurement approval?<\/summary>\n          <div class=\"sh-resources-faq-answer\">Yes, these files can support initial compliance review and procurement documentation, but the exact model, rating, certificate scope, target market, and project requirement should be confirmed with Shieldhz before final approval.<\/div>\n        <\/details>\n        <details class=\"sh-resources-faq-item\">\n          <summary>Which product families are covered by the downloadable documents?<\/summary>\n          <div class=\"sh-resources-faq-answer\">The downloadable files cover Shieldhz product routes such as LW28 rotary cam switches, SH30 load isolator switches, GF40, GF41, and GF51 PV DC isolators, SH-B2 and LA38 push buttons, indicator lights, UKP series components, and related panel control products.<\/div>\n        <\/details>\n        <details class=\"sh-resources-faq-item\">\n          <summary>Can Shieldhz provide drawings, datasheets, or additional technical documents?<\/summary>\n          <div class=\"sh-resources-faq-answer\">Yes. If the listed file is not enough for engineering review, contact Shieldhz with the model, current and voltage rating, mounting style, certificate market, drawing need, and quantity so the export team can check the right document route.<\/div>\n        <\/details>\n        <details class=\"sh-resources-faq-item\">\n          <summary>How should I match a certificate to the correct product?<\/summary>\n          <div class=\"sh-resources-faq-answer\">Match the certificate name with the product family, model code, current rating, voltage rating, and application. For final procurement, send the intended model and target market to Shieldhz so the team can confirm whether the certificate applies.<\/div>\n        <\/details>\n        <details class=\"sh-resources-faq-item\">\n          <summary>Can I request OEM documentation or updated certificate files?<\/summary>\n          <div class=\"sh-resources-faq-answer\">Yes. For OEM projects, private-label discussion, updated certificate files, or document packages, send your product route, label requirements, order quantity, and target certification market through the contact page.<\/div>\n        <\/details>\n      <\/div>\n    <\/div>\n    <!-- SH RESOURCES FAQ END -->\r\n    <!-- SH LEGAL NOTICE START -->\n    <div class=\"sh-category-group\" id=\"sh-legal-notice\">\n      <h2 class=\"sh-category-title\">\n        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 15l-2 5l9-5l-9-5l2 5z\"><\/path><circle cx=\"12\" cy=\"8\" r=\"6\"><\/circle><\/svg>\n        Legal Notice\n      <\/h2>\n\n      <div class=\"sh-legal-box\">\n        <div class=\"sh-legal-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"><\/rect><path d=\"M7 11V7a5 5 0 0 1 10 0v4\"><\/path><\/svg>\n        <\/div>\n\n        <div class=\"sh-legal-content\">\n          <h3 class=\"sh-legal-title\">Copyright, Liability &#038; Anti-Tampering Statement<\/h3>\n          \n          <p><strong>Copyright Notice:<\/strong> All certificate images, related descriptions, layout elements and data presented on this page are protected by applicable copyright, unfair competition and related laws. Without prior written authorization from Zhejiang Shihe Electric Co., Ltd. (SHIELDHZ), no person or entity may copy, reproduce, redistribute, republish, adapt, archive for commercial use, or use these materials in any misleading context.<\/p>\n\n          <p><strong>Legal Risk Warning:<\/strong> Any unauthorized copying, alteration, splicing, deletion of key information, out-of-context citation, impersonation, forged endorsement, or misleading use of these materials may constitute infringement, false or misleading commercial representation, or unfair competition, and may trigger civil liability, administrative penalties, and where applicable, criminal liability.<\/p>\n\n          <p><strong>No Unauthorized Modification:<\/strong> Certificates and related compliance information are provided strictly for reference and verification. Any unauthorized modification of certificate content, validity information, certification scope, issuing body, certificate number, signature, stamp, or technical parameters is strictly prohibited. Any tampered, forged, altered or otherwise unauthorized version is invalid and non-binding. SHIELDHZ expressly reserves the right to pursue all available legal remedies.<\/p>\n\n          <p><strong>Reservation of Rights:<\/strong> SHIELDHZ reserves the final right of interpretation for the content of this page and the right to update, revise, suspend or remove any content at any time without prior notice, to the extent permitted by applicable law.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n    <!-- SH LEGAL NOTICE END -->\n\n  <\/section>\n<\/div>\n<\/div><\/div><\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Downloads &#038; Support Shieldhz Resource Center Download Shieldhz product catalogues, CE, UL, TUV, CB, and RoHS certificate files for rotary cam switches, PV DC isolators, push buttons, indicator lights, waterproof isolator boxes, and OEM procurement review. Product Catalogues 1 PDF Document SHIHE ELECTRIC General Catalogue Complete overview of Zhejiang Shihe Electric industrial control components, including [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1344,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_gspb_post_css":"","footnotes":""},"class_list":["post-1317","page","type-page","status-publish","has-post-thumbnail","hentry"],"blocksy_meta":{"has_hero_section":"disabled","vertical_spacing_source":"custom","content_area_spacing":"none","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/shieldhz.com\/pt\/wp-json\/wp\/v2\/pages\/1317","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shieldhz.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shieldhz.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shieldhz.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shieldhz.com\/pt\/wp-json\/wp\/v2\/comments?post=1317"}],"version-history":[{"count":9,"href":"https:\/\/shieldhz.com\/pt\/wp-json\/wp\/v2\/pages\/1317\/revisions"}],"predecessor-version":[{"id":2662,"href":"https:\/\/shieldhz.com\/pt\/wp-json\/wp\/v2\/pages\/1317\/revisions\/2662"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/shieldhz.com\/pt\/wp-json\/wp\/v2\/media\/1344"}],"wp:attachment":[{"href":"https:\/\/shieldhz.com\/pt\/wp-json\/wp\/v2\/media?parent=1317"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}