{"product_id":"corrugated-spring-stand-party-backdrop-decor","title":"Corrugated Spring Stand Party Backdrop Decor","description":"\u003cdiv class=\"main-wrapper\"\u003e\n\u003c!-- Google Font --\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Rubik:wght@400;500;600;700\u0026amp;display=swap\"\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      overflow-x: hidden;\n    }\n\n    .section-wrapper {\n      max-width: 1280px;\n      margin: 40px auto;\n      padding: 0 24px;\n    }\n\n    h2 {\n      font-size: 22px;\n      font-weight: 700;\n      color: #111;\n      margin-bottom: 14px;\n      line-height: 1.4;\n    }\n\n    p {\n      font-size: 15px;\n      margin: 0 0 14px;\n    }\n\n    \/* ---------- Section Common ---------- *\/\n    .section-box {\n      position: relative;\n      background-color: #f5f5f5;\n      border-radius: 0 10px 10px 10px;\n      padding: 45px 35px 35px;\n      margin: 60px auto;\n      transition: all 0.3s ease;\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      white-space: nowrap;\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-scroll {\n      overflow-x: auto;\n      margin-top: 15px;\n    }\n\n    \/* ---------- Flex Layouts ---------- *\/\n    .flex-row {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 30px;\n      align-items: center;\n      justify-content: space-between;\n    }\n\n    .flex-1 {\n      flex: 1;\n      min-width: 320px;\n    }\n\n    .image-grid {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 15px;\n    }\n\n    .image-grid img {\n      width: calc(50% - 10px);\n      max-width: 120px;\n      height: auto;\n      border-radius: 8px;\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: 30px;\n      margin-top: 20px;\n    }\n\n    .feature-col {\n      flex: 1;\n      min-width: 180px;\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: 60px;\n      height: 60px;\n      margin-bottom: 6px;\n      object-fit: contain;\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      max-height: 420px;\n      object-fit: cover;\n    }\n\n    \/* ---------- Feature List ---------- *\/\n    .feature-list {\n      list-style: none;\n      padding-left: 30px;\n      margin: 25px 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      position: relative;\n    }\n\n    .feature-list li strong {\n      color: #111;\n      font-weight: 600;\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: 1024px) {\n      .section-wrapper {\n        padding: 0 20px;\n      }\n\n      .section-box {\n        padding: 35px 25px;\n        margin: 40px auto;\n      }\n\n      h2 {\n        font-size: 20px;\n      }\n\n      .floating-label {\n        font-size: 15px;\n        padding: 10px 30px;\n      }\n\n      .feature-img img {\n        max-height: 350px;\n      }\n    }\n\n    @media (max-width: 768px) {\n      .flex-row {\n        flex-direction: column;\n        gap: 25px;\n      }\n\n      .image-grid img {\n        width: 48%;\n      }\n\n      .features-icons {\n        flex-direction: column;\n        gap: 30px;\n      }\n\n      .feature-img {\n        max-width: 100%;\n      }\n\n      .feature-col {\n        flex-direction: row;\n        gap: 20px;\n        justify-content: center;\n      }\n\n      h2 {\n        font-size: 19px;\n      }\n    }\n\n    @media (max-width: 576px) {\n      .section-wrapper {\n        padding: 0 14px;\n      }\n\n      .section-box {\n        padding: 25px 18px;\n        margin: 35px auto;\n      }\n\n      .floating-label {\n        font-size: 13.5px;\n        padding: 8px 20px;\n      }\n\n      p {\n        font-size: 14px;\n        margin-bottom: 10px;\n      }\n\n      .feature-list {\n        padding-left: 20px;\n        margin: 15px 0 25px;\n      }\n\n      .feature-list li {\n        font-size: 13.5px;\n        line-height: 1.6;\n      }\n\n      .image-grid img {\n        width: 47%;\n      }\n\n      .feature-col {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .feature-img img {\n        max-height: 280px;\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\u003eCreative Corrugated Spring Fabric Banner Stand - Birthday \u0026amp; Party Decor\u003c\/h2\u003e\n\u003cp\u003eElevate your celebrations with this corrugated spring fabric banner stand, featuring a striking wave design on both sides. Perfect for birthdays, baby showers, graduations, weddings, and other festive events, this backdrop adds a bold, creative, and eye-catching touch that instantly enhances any party atmosphere. 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!-- ---------- 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\u003ch2\u003ePortable Corrugated Spring Fabric Stand - Quick Setup, Eye-Catching Design\u003c\/h2\u003e\n\u003cp\u003eThis corrugated spring fabric stand combines striking visual appeal with versatile styling options. Display it alone for a sleek, modern look or pair it with other tension fabric stands to create layered, immersive setups that leave a lasting impression. Its unique wave-edge design adds dimension and flair, making it perfect for birthdays, baby showers, graduations, weddings, and other festive occasions.\u003c\/p\u003e\n\u003cp\u003eNo tools are required assemble in under 3 minutes! The lightweight yet sturdy aluminum frame resists bending, while the flame-retardant, wrinkle-resistant fabric maintains a smooth finish. High-resolution dye-sublimation printing ensures vibrant, sharp, and professional graphics for every event. For a complete event setup, it pairs well with our \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 and \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.\u003c\/p\u003e\n\u003cdiv class=\"image-grid\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/corrugated-spring-stand-img-img1.jpg?v=1761764470\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/corrugated-spring-stand-img-img2.jpg?v=1761764469\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/corrugated-spring-stand-img-img3.jpg?v=1761764469\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/corrugated-spring-stand-img-img4.jpg?v=1761764468\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex-1\" style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/corrugated-spring-stand-img-img5.png?v=1761764470\" style=\"max-width: 100%; border-radius: 8px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ---------- Features ---------- --\u003e\n\u003cdiv class=\"section-box\" style=\"background-color: #f2f2f2;\"\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 Wave Design\u003c\/strong\u003e - The unique wavy edges create a playful, attention-grabbing display that energizes any event.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eVersatile for Every Occasion\u003c\/strong\u003e - Perfect for birthdays, weddings, baby showers, graduations, and all festive celebrations.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCreative Layering Options\u003c\/strong\u003e - Combine with other fabric stands to build immersive, multi-dimensional event setups.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDurable and Portable\u003c\/strong\u003e - Lightweight aluminum frame is sturdy, easy to transport, and ideal for repeated use.\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\/corrugated-spring-stand-img-img6.png?v=1761764469\"\u003e\n\u003cdiv\u003eCreative Wave Design\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/corrugated-spring-stand-img-img7.png?v=1761764470\"\u003e\n\u003cdiv\u003eDurable \u0026amp; Travel-Friendly\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\/corrugated-spring-stand-img-10.png?v=1761764470\"\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\/corrugated-spring-stand-img-img8.png?v=1761764470\"\u003e\n\u003cdiv\u003eFlexible Pairing Options\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/corrugated-spring-stand-img-img9.png?v=1761764470\"\u003e\n\u003cdiv\u003ePerfect for All Occasions\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-box\" style=\"background-color: #eeeeee; box-shadow: 0 2px 10px rgba(0,0,0,0.05); border-radius: 12px;\"\u003e\n\u003cdiv class=\"floating-label\" style=\"font-size: 18px;\"\u003eAssembly Instructions\u003c\/div\u003e\n\u003ch2\u003e\u003c\/h2\u003e\n\u003ch2\u003eIncluded Accessories for Hassle-Free Setup\u003c\/h2\u003e\n\u003cp\u003eEach package comes with a complete installation toolkit and a brand-neutral instruction manual, ensuring quick, easy, and convenient setup for any event or display.\u003c\/p\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/img7.png?v=1751957983\" style=\"width: 100%; max-width: 1000px; border-radius: 10px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Print My Expo","offers":[{"title":"3FT \/ Double Sided \/ With aluminum frame","offer_id":53247938756776,"sku":"CSSPBD-3FT-001","price":290.0,"currency_code":"GBP","in_stock":true},{"title":"3FT \/ Double Sided \/ Replacement print only (no frame)","offer_id":53247938789544,"sku":"CSSPBD-3FT-RPO-001","price":122.0,"currency_code":"GBP","in_stock":true},{"title":"4FT \/ Double Sided \/ With aluminum frame","offer_id":53247938822312,"sku":"CSSPBD-5FT-RPO-001","price":328.0,"currency_code":"GBP","in_stock":true},{"title":"4FT \/ Double Sided \/ Replacement print only (no frame)","offer_id":53247938855080,"sku":"CSSPBD-5FT-RPO-001","price":135.0,"currency_code":"GBP","in_stock":true},{"title":"5FT \/ Double Sided \/ With aluminum frame","offer_id":53247938887848,"sku":"CSSPBD-5FT-RPO-001","price":362.0,"currency_code":"GBP","in_stock":true},{"title":"5FT \/ Double Sided \/ Replacement print only (no frame)","offer_id":53247938920616,"sku":"CSSPBD-5FT-RPO-001","price":148.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0685\/6907\/1784\/files\/Corrugated_Spring_1st.webp?v=1767611226","url":"https:\/\/printmyexpo.com\/en-gb\/products\/corrugated-spring-stand-party-backdrop-decor","provider":"PrintMyExpo.com","version":"1.0","type":"link"}