{"product_id":"security-gate-cover","title":"Security Gate Cover","description":"\u003cdiv class=\"main-wrapper\"\u003e\n\u003c!-- Google Font --\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    \/* ---------- Global Styles ---------- *\/\n    .main-wrapper {\n      font-family: \"Rubik\", sans-serif;\n      color: #333;\n      line-height: 1.7;\n    }\n\n    .section-wrapper {\n      max-width: 1280px;\n      margin: 40px auto;\n      padding: 0 20px;\n    }\n\n    h2 {\n      font-size: 20px;\n      font-weight: 700;\n      color: #111;\n      margin-bottom: 12px;\n    }\n\n    p {\n      font-size: 15px;\n      margin: 0 0 10px;\n    }\n\n    \/* ---------- Section Common ---------- *\/\n    .section-box {\n      position: relative;\n      background-color: #f5f5f5;\n      border-radius: 0 10px 10px 10px;\n      padding: 40px 30px 30px;\n      margin: 60px auto;\n    }\n\n    .floating-label {\n      background-color: #FDB002;\n      color: #fff;\n      font-weight: 600;\n      padding: 12px 40px;\n      border-radius: 0 20px 20px 0;\n      position: absolute;\n      top: -20px;\n      left: 0;\n      font-size: 16px;\n    }\n\n    \/* ---------- Table ---------- *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      min-width: 600px;\n    }\n\n    .spec-table th,\n    .spec-table td {\n      border: 1px solid #ccc !important;\n      padding: 10px;\n      text-align: center;\n      font-size: 14px;\n    }\n\n    .spec-table th {\n      background-color: #eaeaea;\n      font-weight: 600;\n    }\n\n    .spec-table tr:nth-child(even) {\n      background-color: #fafafa;\n    }\n\n    .spec-table tr:nth-child(odd) {\n      background-color: #fff;\n    }\n\n    .spec-scroll {\n      overflow-x: auto;\n    }\n\n    \/* ---------- Flex Layouts ---------- *\/\n    .flex-row {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 30px;\n      align-items: flex-start;\n    }\n\n    .flex-1 {\n      flex: 1;\n      min-width: 300px;\n    }\n\n    .image-grid {\n      display: flex;\n      gap: 10px;\n      flex-wrap: wrap;\n    }\n\n    .image-grid img {\n      width: 100px;\n      height: 100px;\n      border-radius: 6px;\n      object-fit: cover;\n    }\n\n    \/* ---------- Features ---------- *\/\n    .features-icons {\n      display: flex;\n      flex-wrap: wrap;\n      align-items: center;\n      justify-content: center;\n      gap: 20px;\n    }\n\n    .feature-col {\n      flex: 1;\n      min-width: 140px;\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n      align-items: center;\n      text-align: center;\n    }\n\n    .feature-col img {\n      width: 56px;\n      height: 56px;\n      margin-bottom: 6px;\n    }\n\n    .feature-img {\n      flex: 2;\n      max-width: 380px;\n      text-align: center;\n    }\n\n    .feature-img img {\n      width: 100%;\n      border-radius: 10px;\n    }\n\n    \/* ---------- Feature List (Updated Responsive Styles) ---------- *\/\n    .feature-list {\n      list-style: none;\n      padding-left: 30px;\n      margin: 20px 0 40px;\n    }\n\n    .feature-list li {\n      font-size: 15px;\n      margin-bottom: 12px;\n      line-height: 1.8;\n      color: #333;\n    }\n\n    .feature-list li strong {\n      color: #111;\n      font-weight: 600;\n    }\n\n    @media (max-width: 992px) {\n      .feature-list {\n        padding-left: 20px;\n        margin: 15px 0 30px;\n      }\n      .feature-list li {\n        font-size: 14px;\n        margin-bottom: 10px;\n      }\n    }\n\n    @media (max-width: 768px) {\n      .feature-list {\n        padding-left: 18px;\n        margin: 10px 0 25px;\n      }\n      .feature-list li {\n        font-size: 14px;\n        line-height: 1.7;\n        text-align: left;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .feature-list {\n        padding-left: 16px;\n      }\n      .feature-list li {\n        font-size: 13.5px;\n        margin-bottom: 10px;\n        line-height: 1.6;\n      }\n    }\n\n    \/* ---------- Videos ---------- *\/\n    .video-flex {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 20px;\n      margin-bottom: 30px;\n    }\n\n    .video-box {\n      flex: 1;\n      min-width: 260px;\n    }\n\n    .video-box iframe {\n      width: 100%;\n      height: 240px;\n      border-radius: 8px;\n      border: none;\n    }\n\n    \/* ---------- Responsive ---------- *\/\n    @media (max-width: 992px) {\n      .section-box {\n        padding: 30px 20px;\n      }\n\n      .floating-label {\n        font-size: 15px;\n        padding: 10px 28px;\n      }\n\n      .image-grid img {\n        width: 90px;\n        height: 90px;\n      }\n    }\n\n    @media (max-width: 768px) {\n      .flex-row {\n        flex-direction: column;\n      }\n\n      .feature-col {\n        gap: 25px;\n      }\n\n      .feature-img {\n        max-width: 100%;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .section-wrapper {\n        padding: 0 12px;\n      }\n\n      h2 {\n        font-size: 18px;\n      }\n\n      p {\n        font-size: 14px;\n      }\n\n      .floating-label {\n        font-size: 14px;\n        padding: 8px 20px;\n      }\n\n      .spec-table th,\n      .spec-table td {\n        font-size: 12px;\n        padding: 8px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"main-wrapper\"\u003e\n\u003c!-- ---------- Main Content ---------- --\u003e\n\u003cdiv class=\"section-wrapper\"\u003e\n\u003ch2\u003eEnhance Store Safety with Custom Security Gate Covers\u003c\/h2\u003e\n\u003cp\u003eTransform your entry and exit gates into an attractive and functional display. Made from 180g Elastic Polyester, these covers not only maintain store safety but also allow you to showcase custom logos, promotions, or designs, turning a necessary device into an effective marketing tool. This product is part of our \u003ca href=\"https:\/\/printmyexpo.com\/collections\/stands-display\"\u003e\u003cspan style=\"color: rgb(255, 128, 0);\"\u003eStands \u0026amp; Displays\u003c\/span\u003e\u003c\/a\u003e collection.\u003c\/p\u003e\n\u003c!-- ---------- Specifications ---------- --\u003e\n\u003cdiv style=\"background-color: #f2f2f2;\" class=\"section-box\"\u003e\n\u003cdiv class=\"floating-label\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"spec-scroll\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ccc;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"border: 1px solid #ccc; padding: 10px; text-align: center;\"\u003eSize\u003c\/th\u003e\n\u003cth style=\"border: 1px solid #ccc; padding: 10px; text-align: center;\"\u003eMaterial\u003c\/th\u003e\n\u003cth style=\"border: 1px solid #ccc; padding: 10px; text-align: center;\"\u003eLayer\u003c\/th\u003e\n\u003cth style=\"border: 1px solid #ccc; padding: 10px; text-align: center;\"\u003ePrinting\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ccc; padding: 10px; text-align: center;\"\u003eA: 16.53''x56.50''\u003c\/td\u003e\n\u003ctd rowspan=\"4\" style=\"border: 1px solid #ccc; padding: 10px; text-align: center;\"\u003e180g Elastic Polyester\u003c\/td\u003e\n\u003ctd rowspan=\"4\" style=\"border: 1px solid #ccc; padding: 10px; text-align: center;\"\u003eDouble (Single\/Double-Sided Printed)\u003c\/td\u003e\n\u003ctd rowspan=\"4\" style=\"border: 1px solid #ccc; padding: 10px; text-align: center;\"\u003eDye Sublimation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ccc; padding: 10px; text-align: center;\"\u003eB: 25''x53.54''\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ccc; padding: 10px; text-align: center;\"\u003eC: 26.5''x58.5''\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ccc; padding: 10px; text-align: center;\"\u003eCustom Size\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ---------- Details ---------- --\u003e\n\u003cdiv class=\"section-box\"\u003e\n\u003cdiv class=\"floating-label\"\u003eDetails\u003c\/div\u003e\n\u003cdiv class=\"flex-row\"\u003e\n\u003cdiv class=\"flex-1\"\u003e\n\u003cp\u003eOur security gate covers are crafted from premium elastic polyester and feature an adjustable elastic cord at the bottom for a snug fit on your gate. They are quick to install, easy to replace, and won’t interfere with your existing security system.\u003c\/p\u003e\n\u003cp\u003eWe offer three standard sizes A: 16.53\" × 56.50\", B: 25\" × 53.54\", and C: 26.5\" × 58.5\" to fit most common security gates. Need a custom size? We can create a tailor-made cover to perfectly fit your gate dimensions. For a complete event setup, it pairs well with our \u003ca href=\"https:\/\/printmyexpo.com\/products\/barricade-cover-flame-retardant-240g-tension-fabric\"\u003e\u003cspan style=\"color: rgb(255, 128, 0);\"\u003eBarricade Cover\u003c\/span\u003e\u003c\/a\u003e and \u003ca href=\"https:\/\/printmyexpo.com\/products\/crowd-control-barriers-flame-retardant-240g-tension-fabric\"\u003e\u003cspan style=\"color: rgb(255, 128, 0);\"\u003eCrowd Control Barrier\u003c\/span\u003e\u003c\/a\u003e.\u003c\/p\u003e\n\u003cdiv class=\"image-grid\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Security-Gate-Cover-img-1.jpg?v=1761745237\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Security-Gate-Cover-img-2.jpg?v=1761745237\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Security-Gate-Cover-img-3.jpg?v=1761745237\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Security-Gate-Cover-img-4.jpg?v=1761745237\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\" class=\"flex-1\"\u003e\u003cimg style=\"max-width: 100%; border-radius: 8px;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Security-Gate-Cover-img-5.jpg?v=1761745237\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ---------- Features ---------- --\u003e\n\u003cdiv style=\"background-color: #f2f2f2;\" class=\"section-box\"\u003e\n\u003cdiv class=\"floating-label\"\u003eFeatures\u003c\/div\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eEye-Catching Decoration\u003c\/strong\u003e - Your custom designs are printed in full color on premium polyester, delivering vibrant colors and sharp details. These covers instantly enhance the look of any retail or storefront setting.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePromotional \u0026amp; Practical\u003c\/strong\u003e - Beyond decoration, these security gate covers serve as an effective marketing tool. Print your brand logo or promotional message to showcase your products and services.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eQuick \u0026amp; Easy Setup\u003c\/strong\u003e - Install in seconds with no tools required, making setup fast and hassle-free.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFree Professional Artwork\u003c\/strong\u003e - Unsure about the design? Simply upload your logo or image and provide your requirements. Our skilled artwork team will create a ready-to-print design at no extra cost.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"features-icons\"\u003e\n\u003cdiv class=\"feature-col\"\u003e\n\u003cdiv\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Double-Layer-Heart-Shaped-Backdrop-img-7.png?v=1761388435\"\u003e\n\u003cdiv\u003eEasy to set up\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Double-Layer-Heart-Shaped-Backdrop-img-6.png?v=1761388435\"\u003e\n\u003cdiv\u003eHighly decorative\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Security-Gate-Cover-img-6.jpg?v=1761745236\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-col\"\u003e\n\u003cdiv\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Security-Gate-Cover-img-7.jpg?v=1761745237\"\u003e\n\u003cdiv\u003eFree artwork service\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/10x15ft-Trade-Show-Booth-Kit_-A1-img-3.png?v=1761378335\"\u003e\n\u003cdiv\u003ePractical\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Print My Expo","offers":[{"title":"Type A(16.53''x56.5'') \/ Single Sided","offer_id":53268723826856,"sku":"SGC-A-SS-001","price":180.0,"currency_code":"NZD","in_stock":true},{"title":"Type A(16.53''x56.5'') \/ Double Sided","offer_id":53268723859624,"sku":"SGC-A-DS-001","price":195.0,"currency_code":"NZD","in_stock":true},{"title":"Type B(25''x53.5'') \/ Single Sided","offer_id":53268723892392,"sku":"SGC-B-SS-001","price":186.0,"currency_code":"NZD","in_stock":true},{"title":"Type B(25''x53.5'') \/ Double Sided","offer_id":53268723925160,"sku":"SGC-B-DS-001","price":207.0,"currency_code":"NZD","in_stock":true},{"title":"Type C(26.5''x58.5'') \/ Single Sided","offer_id":53268723957928,"sku":"SGC-C-SS-001","price":189.0,"currency_code":"NZD","in_stock":true},{"title":"Type C(26.5''x58.5'') \/ Double Sided","offer_id":53268723990696,"sku":"SGC-C-DS-001","price":214.0,"currency_code":"NZD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Security_Gate_Cover_1st.webp?v=1767610395","url":"https:\/\/printmyexpo.com\/en-nz\/products\/security-gate-cover","provider":"PrintMyExpo.com","version":"1.0","type":"link"}