{"product_id":"pentagram-shaped-backdrop","title":"Pentagram Shaped Backdrop","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;600;700\u0026display=swap');\n    .meeting-pod-wrapper {\n      font-family: 'Rubik', sans-serif;\n      color: #333;\n      line-height: 1.7;\n      padding: 0 20px;\n      max-width: 1280px;\n    }\n    \/* Generic container *\/\n    .section-container {\n      margin: 60px auto;\n    }\n    \/* Headings *\/\n    h2 {\n      font-size: 22px;\n      font-weight: 700;\n      color: #111;\n      margin-bottom: 15px;\n    }\n    h3 {\n      font-size: 18px;\n      font-weight: 600;\n      color: #111;\n      margin-bottom: 8px;\n    }\n    p {\n      font-size: 16px;\n      color: #444;\n      margin-bottom: 18px;\n    }\n    \/* --- Intro Section --- *\/\n    .intro-section {\n      text-align: left;\n    }\n    \/* --- Details Section --- *\/\n    .details-section {\n      position: relative;\n      background-color: #F5F5F5;\n      border-radius: 0 12px 12px 12px;\n      padding: 60px 40px 40px;\n    }\n    .details-label {\n      background-color: #FDB002;\n      color: #fff;\n      padding: 14px 45px;\n      border-radius: 0 20px 20px 0;\n      font-size: 17px;\n      font-weight: 600;\n      position: absolute;\n      top: -20px;\n      left: 0;\n    }\n    .details-content {\n      display: flex;\n      flex-wrap: wrap;\n      align-items: flex-start;\n      gap: 40px;\n    }\n    .details-text {\n      flex: 1 1 400px;\n    }\n    .details-thumbs {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-top: 20px;\n    }\n    .details-thumbs img {\n      width: 110px;\n      height: 110px;\n      border-radius: 8px;\n      object-fit: cover;\n    }\n    .details-image {\n      flex: 1 1 250px;\n      text-align: center;\n    }\n    .details-image img {\n      width: 100%;\n      height: 500px;\n      border-radius: 10px;\n      object-fit: contain;\n    }\n    \/* --- Features Section --- *\/\n    .features-section {\n      position: relative;\n      background-color: #F2F2F2;\n      border-radius: 0 12px 12px 12px;\n      padding: 70px 40px 50px;\n    }\n    .features-label {\n      background-color: #FDB002;\n      color: #fff;\n      padding: 12px 60px;\n      border-radius: 0 20px 20px 0;\n      font-size: 17px;\n      font-weight: 600;\n      position: absolute;\n      top: -20px;\n      left: 0;\n    }\n    .features-text {\n      font-size: 16px;\n      line-height: 1.8;\n      margin-bottom: 40px;\n    }\n    .features-layout {\n      display: flex;\n      flex-wrap: wrap;\n      align-items: center;\n      justify-content: center;\n      gap: 40px;\n      text-align: center;\n    }\n    .features-icons {\n      flex: 1;\n      min-width: 150px;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 60px;\n    }\n    .features-icons img {\n      width: 60px;\n      height: 60px;\n      margin-bottom: 8px;\n    }\n    .features-icons div div {\n      font-size: 14px;\n      color: #333;\n    }\n    .features-center {\n      flex: 2;\n      min-width: 300px;\n      max-width: 400px;\n    }\n    .features-center img {\n      width: 100%;\n      max-width: 380px;\n      border-radius: 14px;\n    }\n    \/* --- Assembly Section --- *\/\n    .assembly-section {\n      position: relative;\n      background-color: #EEEEEE;\n      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\n      border-radius: 14px;\n      padding: 80px 40px 50px;\n    }\n    .assembly-label {\n      background-color: #FDB002;\n      color: #fff;\n      padding: 14px 40px;\n      border-radius: 0 24px 24px 0;\n      font-size: 20px;\n      font-weight: 600;\n      position: absolute;\n      top: -20px;\n      left: 0;\n    }\n    .assembly-videos {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 30px;\n      margin-bottom: 50px;\n    }\n    .assembly-video {\n      flex: 1 1 300px;\n    }\n    .video-frame {\n      position: relative;\n      width: 100%;\n      padding-bottom: 56.25%;\n      height: 0;\n      overflow: hidden;\n      border-radius: 10px;\n    }\n    .video-frame iframe {\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      border: 0;\n    }\n    .assembly-addons img {\n      width: 100%;\n      max-width: 1280px;\n      border-radius: 10px;\n    }\n    \/* --- Responsive Design --- *\/\n    @media (max-width: 992px) {\n      h2 {\n        font-size: 20px;\n      }\n      .details-section,\n      .features-section,\n      .assembly-section {\n        padding: 50px 25px;\n      }\n      .details-content {\n        flex-direction: column;\n        gap: 25px;\n      }\n      .details-image img {\n        max-width: 90%;\n      }\n      .features-icons {\n        flex-direction: row;\n        gap: 30px;\n      }\n      .features-center {\n        order: -1;\n      }\n    }\n    @media (max-width: 600px) {\n        .meeting-pod-wrapper {\n      padding: 0 5px;\n    }\n    .details-label,\n    .features-label,\n    .assembly-label{\n        margin-bottom: 15px;\n    }\n      .section-container {\n        margin: 40px auto;\n      }\n      h2 {\n        font-size: 18px;\n        margin-top: 20px;\n      }\n      p {\n        font-size: 14px;\n      }\n      .details-section,\n      .features-section,\n      .assembly-section {\n        padding: 40px 20px;\n      }\n      .details-content,\n      .features-layout,\n      .assembly-videos {\n        flex-direction: column;\n        align-items: center;\n      }\n      .details-text,\n      .details-image {\n        width: 100%;\n      }\n      .details-thumbs img {\n        width: 85px;\n        height: 85px;\n      }\n      .assembly-label {\n        font-size: 16px;\n        padding: 10px 24px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"meeting-pod-wrapper\"\u003e\n\u003c!-- Intro --\u003e\n\u003cdiv class=\"section-container intro-section\"\u003e\n\u003ch2\u003ePortable Pentagram Party Backdrop for DIY Weddings \u0026amp; Events\u003c\/h2\u003e\n\u003cp\u003eThis pentagram-shaped backdrop features a bold five-point star design that adds dramatic visual impact to weddings, birthdays, holiday celebrations, and themed events. Designed to be a standout centerpiece, it creates an eye-catching focal point for photos and décor styling. Suitable for both indoor and outdoor use, the open frame allows endless customization with flowers, balloons, greenery, lights, and other creative elements, helping you transform any venue into a memorable celebration space.  This product is part of our \u003ca href=\"https:\/\/printmyexpo.com\/collections\/stands-display\"\u003e\u003cspan style=\"color: rgb(255, 128, 0);\"\u003eBackdrops \u0026amp; Displays\u003c\/span\u003e\u003c\/a\u003e collection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Details --\u003e\n\u003cdiv class=\"section-container details-section\"\u003e\n\u003cdiv class=\"details-label\"\u003eDetails\u003c\/div\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cdiv class=\"details-text\"\u003e\n\u003ch2\u003eDurable Star-Shaped Backdrop with Quick Tool-Free Setup\u003c\/h2\u003e\n\u003cp\u003eThis pentagram-shaped backdrop is designed for effortless event setup, featuring a tool-free assembly system that allows fast installation within minutes. The lightweight aluminum frame connects smoothly, enabling a single person to assemble, disassemble, and transport it with ease. Its portable design makes it ideal for travel and storage while maintaining reliable stability for event use.\u003c\/p\u003e\n\u003cp\u003eConstructed from premium, corrosion-resistant aluminum, the frame is built for long-term durability and repeated use. The smooth, sturdy surface supports secure attachment of décor elements, ensuring a clean and polished presentation. Compatible with tension fabric covers or custom decorative styling, this star-shaped backdrop adapts seamlessly to weddings, parties, and themed event setups. For a complete event setup, it pairs well with our \u003ca href=\"https:\/\/printmyexpo.com\/products\/crescent-moon-shaped-backdrop\"\u003e\u003cspan style=\"color: rgb(255, 128, 0);\"\u003eCrescent Moon Shaped Backdrop\u003c\/span\u003e\u003c\/a\u003e and\u003cspan style=\"color: rgb(255, 128, 0);\"\u003e \u003ca href=\"https:\/\/printmyexpo.com\/products\/sun-shaped-backdrop\"\u003eSun Shaped Backdrop.\u003c\/a\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"details-thumbs\"\u003e\n\u003cimg alt=\"Zoom 1\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Pentagram-Shaped-Backdrop-img-1.jpg?v=1761551122\"\u003e \u003cimg alt=\"Zoom 2\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Pentagram-Shaped-Backdrop-img-2.jpg?v=1761551122\"\u003e \u003cimg alt=\"Zoom 3\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Pentagram-Shaped-Backdrop-img-8.jpg?v=1761551374\"\u003e \u003cimg alt=\"Zoom 4\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Sun-Shaped-Backdrop-img-4.jpg?v=1761542154\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-image\"\u003e\u003cimg alt=\"Main Product View\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Pentagram-Shaped-Backdrop-img-4.png?v=1761551123\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Features --\u003e\n\u003cdiv class=\"section-container features-section\"\u003e\n\u003cdiv class=\"features-label\"\u003eFeatures\u003c\/div\u003e\n\u003cdiv class=\"features-text\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDistinctive Star Design\u003c\/strong\u003e – The five-point pentagram shape creates a striking visual centerpiece that elevates weddings, parties, and themed events.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFast Tool-Free Setup\u003c\/strong\u003e – Designed for quick assembly without tools, allowing you to set up the backdrop in just minutes.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDurable Aluminum Frame\u003c\/strong\u003e – Made from corrosion-resistant, wear-resistant aluminum for reliable performance indoors and outdoors.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDecoration-Ready Structure\u003c\/strong\u003e – Open frame design easily supports balloons, florals, greenery, and other creative décor elements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-layout\"\u003e\n\u003cdiv class=\"features-icons\"\u003e\n\u003cdiv\u003e\n\u003cimg alt=\"\" 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\u003eUnique Pentagram Shape\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cimg alt=\"\" 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\u003eTool-Free Setup\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-center\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Pentagram-Shaped-Backdrop-img-5.png?v=1761551123\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"features-icons\"\u003e\n\u003cdiv\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/10x20ft-Trade_Show-Booth-Kit_-_A1-img-6.png?v=1761374712\"\u003e\n\u003cdiv\u003eDecor-Friendly Structure\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/10x20ft-Trade_Show-Booth-Kit_-_A1-img-5.png?v=1761374712\"\u003e\n\u003cdiv\u003eSturdy Aluminum Frame\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Assembly Instructions --\u003e\n\u003cdiv class=\"section-container assembly-section\"\u003e\n\u003cdiv class=\"assembly-label\"\u003eAssembly Instructions\u003c\/div\u003e\n\u003cdiv class=\"assembly-videos\"\u003e\n\u003cdiv class=\"assembly-video\"\u003e\n\u003ch3\u003ePre-connected Elastic Rope\u003c\/h3\u003e\n\u003cp\u003eThe frame tubes are pre-connected with a durable elastic cord, allowing the structure to unfold and assemble quickly. This design reduces setup time, prevents missing parts, and ensures correct alignment during installation.\u003c\/p\u003e\n\u003cdiv class=\"video-frame\"\u003e\u003ciframe title=\"Elastic Rope\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/d997321e15984929837e6caa1b017d08.mp4\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"assembly-video\"\u003e\n\u003ch3\u003eDigital Identification\u003c\/h3\u003e\n\u003cp\u003eEach round tube is clearly labeled with digital identifiers, making assembly simple and mistake-free. Just match the numbers and connect the tubes accordingly no technical skills or prior experience required.\u003c\/p\u003e\n\u003cdiv class=\"video-frame\"\u003e\u003ciframe title=\"Digital ID\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/22d11c7ce31f4cdcaf20e49252ced921.mp4\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFree Add-ons in the Packaging\u003c\/h2\u003e\n\u003cp\u003eEvery package includes a complete installation toolkit and a brand-free instruction manual. These add-ons ensure a smooth setup process across trade shows, events, photo shoots, and promotional displays.\u003c\/p\u003e\n\u003cdiv class=\"assembly-addons\"\u003e\u003cimg alt=\"Free Add-ons - Toolkit, Box, Manual\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/img7.png?v=1751957983\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Print My Expo","offers":[{"title":"5FT \/ Double Sided \/ With aluminum frame","offer_id":53247755583656,"sku":"PSBD-5FT-001","price":242.0,"currency_code":"GBP","in_stock":true},{"title":"5FT \/ Double Sided \/ Replacement print only (no frame)","offer_id":53247755616424,"sku":"PSBD-5FT-RPO-001","price":113.0,"currency_code":"GBP","in_stock":true},{"title":"6.5FT \/ Double Sided \/ With aluminum frame","offer_id":53247755649192,"sku":"PSBD-6.5FT-001","price":296.0,"currency_code":"GBP","in_stock":true},{"title":"6.5FT \/ Double Sided \/ Replacement print only (no frame)","offer_id":53247755681960,"sku":"PSBD-6.5FT-RPO-001","price":142.0,"currency_code":"GBP","in_stock":true},{"title":"8FT \/ Double Sided \/ With aluminum frame","offer_id":53247755714728,"sku":"PSBD-8FT-001","price":357.0,"currency_code":"GBP","in_stock":true},{"title":"8FT \/ Double Sided \/ Replacement print only (no frame)","offer_id":53247755747496,"sku":"PSBD-8FT-RPO-001","price":168.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Pentagram_shaped_backdrop_1st.webp?v=1767681523","url":"https:\/\/printmyexpo.com\/en-gb\/products\/pentagram-shaped-backdrop","provider":"PrintMyExpo.com","version":"1.0","type":"link"}