{"product_id":"sun-shaped-backdrop","title":"Sun 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        flex-wrap: wrap;\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\u003eStand Out with Sun-Shaped Backdrop – Flame-Retardant 240g Tension Fabric\u003c\/h2\u003e\n\u003cp\u003eThe sun-shaped backdrop features a unique and eye-catching design that is both creative and functional. It serves as a bold visual centerpiece, instantly drawing attention at trade shows, exhibitions, photo shoots, or special events. Its lightweight yet durable 240g flame-retardant tension fabric makes setup and transport easy, while maintaining a professional and vibrant display. Ideal for branding, promotions, or themed events, this backdrop ensures your display stands out and leaves a lasting impression. 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\u003eCreate a Powerful Visual Impact with a Sun Shaped Fabric Backdrop\u003c\/h2\u003e\n\u003cp\u003eThe sun shaped fabric backdrop features a bold, curved silhouette that instantly draws attention and adds warmth, energy, and visual impact to any space. Its distinctive design creates a striking focal point, making it perfect for brand activations, photo backdrops, exhibitions, stage décor, and themed events where standing out matters.\u003c\/p\u003e\n\u003cp\u003eDesigned for convenience, the backdrop offers a tool-free, hassle-free setup. The tension fabric smoothly slides over the lightweight frame and zips up neatly, delivering a seamless, wrinkle-free finish every time. Made with flame-retardant 240g fabric and a sturdy yet portable aluminum frame, this backdrop is easy to transport, quick to assemble, and built for repeated use across events, shows, and installations. For a complete event setup, it pairs well with our \u003ca href=\"https:\/\/printmyexpo.com\/products\/double-layer-heart-shaped-backdrop\"\u003e\u003cspan style=\"color: rgb(255, 128, 0);\"\u003eDouble Layer Heart Shaped Backdrop\u003c\/span\u003e\u003c\/a\u003e and \u003ca href=\"https:\/\/printmyexpo.com\/products\/barn-arch-backdrop\"\u003e\u003cspan style=\"color: rgb(255, 128, 0);\"\u003eBarn Arch Backdrop\u003c\/span\u003e\u003c\/a\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\/meeting-pod-fabric-display-2.jpg?v=1752644582\"\u003e \u003cimg alt=\"Zoom 2\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/meeting-pod-fabric-display-3.jpg?v=1752644582\"\u003e \u003cimg alt=\"Zoom 3\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/meeting-pod-fabric-display4.jpg?v=1752644581\"\u003e \u003cimg alt=\"Zoom 4\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/meeting-pod-fabric-display-5.jpg?v=1752644581\"\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\/meeting-pod-fabric-display-1.png?v=1752644582\"\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\u003cstrong\u003eVersatile Display Use\u003c\/strong\u003e - Ideal as a photography backdrop, event décor element, or branded display for exhibitions and celebrations.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOpen \u0026amp; Eye-Catching Design\u003c\/strong\u003e – The sun-inspired shape creates a bright, welcoming visual without blocking space or sightlines.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBold Visual Impact\u003c\/strong\u003e – The unique curved silhouette paired with vibrant, full-color graphics instantly draws attention in photos and live settings.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFast, Tool-Free Setup\u003c\/strong\u003e – Lightweight frame with simple assembly allows one person to set up the backdrop in minutes.\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\/meeting-pod-fabric-display-6.png?v=1752644581\"\u003e\n\u003cdiv\u003eStriking Visual Appeal\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\/meeting-pod-fabric-display-7.png?v=1752644581\"\u003e\n\u003cdiv\u003eConvenient 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\/meeting-pod-fabric-display-8.png?v=1752644583\"\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\/meeting-pod-fabric-display-9.png?v=1752644581\"\u003e\n\u003cdiv\u003eMulti Functional\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\/meeting-pod-fabric-display-10.png?v=1752644581\"\u003e\n\u003cdiv\u003ePrivate \u0026amp; Focused Space\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 Cord System\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":53247854444712,"sku":"CSSPBD-5FT-RPO-001","price":411.75,"currency_code":"USD","in_stock":true},{"title":"5FT \/ Double Sided \/ Replacement print only (no frame)","offer_id":53247854477480,"sku":"CSSPBD-5FT-RPO-001","price":173.48,"currency_code":"USD","in_stock":true},{"title":"6.5FT \/ Double Sided \/ With aluminum frame","offer_id":53247854510248,"sku":"CSSPBD-5FT-RPO-001","price":487.62,"currency_code":"USD","in_stock":true},{"title":"6.5FT \/ Double Sided \/ Replacement print only (no frame)","offer_id":53247854543016,"sku":"CSSPBD-5FT-RPO-001","price":207.91,"currency_code":"USD","in_stock":true},{"title":"8FT \/ Double Sided \/ With aluminum frame","offer_id":53247854575784,"sku":"CSSPBD-8FT-RPO-001","price":556.83,"currency_code":"USD","in_stock":true},{"title":"8FT \/ Double Sided \/ Replacement print only (no frame)","offer_id":53247854608552,"sku":"CSSPBD-8FT-RPO-001","price":242.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Sun_Shaped_Backdrop_1st.webp?v=1767612056","url":"https:\/\/printmyexpo.com\/en-us\/products\/sun-shaped-backdrop","provider":"PrintMyExpo.com","version":"1.0","type":"link"}