{"product_id":"crescent-moon-shaped-backdrop","title":"Crescent Moon 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 Moon Shaped Backdrop for Magical Event Displays\u003c\/h2\u003e\n\u003cp\u003eThe moon-shaped backdrop is designed to create a stunning focal point for weddings, parties, baby showers, and special celebrations, with its elegant crescent silhouette adding a dreamy, photo-ready touch that enhances both indoor and outdoor event setups and helps create unforgettable moments. This versatile backdrop can be styled in two ways to match your theme slide on a custom-printed tension fabric cover for a sleek, professional, or branded look, or leave the frame open to decorate with balloons, flowers, greenery, or string lights making it an eye-catching centerpiece that elevates décor instantly and becomes a favorite photo spot for guests. 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\u003eCrescent Moon Backdrop – Portable Fabric Event Display\u003c\/h2\u003e\n\u003cp\u003eThis moon shaped backdrop stand is designed to elevate weddings, parties, baby showers, birthdays, and special events with a striking crescent silhouette. The elegant curved design creates a stunning focal point for photography and event décor, helping you instantly enhance the visual appeal of any indoor or outdoor celebration. Its modern structure makes it a perfect event backdrop for photo booths, stage décor, and themed setups.\u003c\/p\u003e\n\u003cp\u003eBuilt with a lightweight yet durable aluminum frame, this portable moon backdrop assembles quickly without tools. Simply connect the frame, slide on the tension fabric, and zip it up for a smooth, professional finish. The stretch polyester fabric is wrinkle-resistant, flame-retardant, and machine washable, making it ideal for repeated use at multiple events. Designed for reliability and ease of use, this crescent moon backdrop stand is a smart choice for event planners, decorators, rental businesses, and venues looking for a reusable, high-impact display solution. For a complete event setup, it pairs well with our \u003ca href=\"https:\/\/printmyexpo.com\/products\/sun-shaped-backdrop\"\u003e\u003cspan style=\"color: rgb(255, 128, 0);\"\u003eSun Shaped Backdrop\u003c\/span\u003e\u003c\/a\u003e and \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.\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\/Crescent-Moon-Shaped-Backdrop-img-1.jpg?v=1761549164\"\u003e \u003cimg alt=\"Zoom 2\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Crescent-Moon-Shaped-Backdrop-img-2.jpg?v=1761549164\"\u003e \u003cimg alt=\"Zoom 3\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Crescent-Moon-Shaped-Backdrop-img-3.jpg?v=1761549164\"\u003e \u003cimg alt=\"Zoom 4\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Crescent-Moon-Shaped-Backdrop-img-4.jpg?v=1761549163\"\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\/Crescent-Moon-Shaped-Backdrop-img-5.png?v=1761549164\"\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\u003eEye-Catching Moon Design\u003c\/strong\u003e – The crescent shape creates a striking visual focal point, perfect for photography backdrops and decorative event setups.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eQuick Tool-Free Setup\u003c\/strong\u003e – Designed for fast, hassle-free assembly without tools, making event preparation smooth and efficient.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePremium Tension Fabric\u003c\/strong\u003e – High-quality stretch fabric delivers vibrant graphics, a smooth wrinkle-free finish, and a polished professional look.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eReusable \u0026amp; Portable Frame\u003c\/strong\u003e – Lightweight yet sturdy aluminum frame allows one person to assemble the backdrop in about 5 minutes, ideal for repeated use.\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\u003eEye-Catching Moon 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 Assembly\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\/Crescent-Moon-Shaped-Backdrop-img-7.png?v=1761549658\"\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\/Crescent-Moon-Shaped-Backdrop-img-6.png?v=1761549163\"\u003e\n\u003cdiv\u003ePremium Tension Fabric\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\/10x15ft-Trade-Show-Booth-Kit_-A1-img-5.png?v=1761378335\"\u003e\n\u003cdiv\u003eReusable \u0026amp; Portable 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 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":53247770886312,"sku":"CMSBD-5FT-001","price":319.73,"currency_code":"USD","in_stock":true},{"title":"5FT \/ Double Sided \/ Replacement print only (no frame)","offer_id":53247770919080,"sku":"CMSBD-5FT-RPO-001","price":159.44,"currency_code":"USD","in_stock":true},{"title":"6.5FT \/ Double Sided \/ With aluminum frame","offer_id":53247770951848,"sku":"CMSBD-6.5FT-001","price":377.09,"currency_code":"USD","in_stock":true},{"title":"6.5FT \/ Double Sided \/ Replacement print only (no frame)","offer_id":53247770984616,"sku":"CMSBD-6.5FT-RPO-001","price":195.89,"currency_code":"USD","in_stock":true},{"title":"8FT \/ Double Sided \/ With aluminum frame","offer_id":53247771017384,"sku":"CMSBD-8FT-001","price":454.88,"currency_code":"USD","in_stock":true},{"title":"8FT \/ Double Sided \/ Replacement print only (no frame)","offer_id":53247771050152,"sku":"CMSBD-8FT-RPO-001","price":242.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Crescent_Moon_1st_converted.webp?v=1767680323","url":"https:\/\/printmyexpo.com\/en-us\/products\/crescent-moon-shaped-backdrop","provider":"PrintMyExpo.com","version":"1.0","type":"link"}